@font-face {
    font-family: helvetica;
    src: url("https://megatechnica.gehttps://megatechnica.ge/assets/font/helvetica/helvetica.eot?#iefix") format("embedded-opentype"),url("https://megatechnica.ge/assets/font/helvetica/helvetica.woff") format("woff"),url("https://megatechnica.ge/assets/font/helvetica/helvetica.ttf") format("truetype"),url("https://megatechnica.ge/assets/font/helvetica/helvetica.svg#helvetica") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helvetica-bold;
    src: url("https://megatechnica.ge/assets/font/helvetica-bold/helvetica-bold.eot?#iefix") format("embedded-opentype"),url("https://megatechnica.ge/assets/font/helvetica-bold/helvetica-bold.woff") format("woff"),url("https://megatechnica.ge/assets/font/helvetica-bold/helvetica-bold.ttf") format("truetype"),url("https://megatechnica.ge/assets/font/helvetica-bold/helvetica-bold.svg#helvetica-bold") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BPG Nino Mtavruli;
    src: url("https://megatechnica.ge/assets/font/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.eot");
    src: url("https://megatechnica.ge/assets/font/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.eot?#iefix") format("embedded-opentype"),url("https://megatechnica.ge/assets/font/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.woff2") format("woff2"),url("https://megatechnica.ge/assets/font/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.woff") format("woff"),url("https://megatechnica.ge/assets/font/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.ttf") format("truetype"),url("https://megatechnica.ge/assets/font/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular") format("svg")
}

@font-face {
    font-family: BPG Mrgvlovani;
    src: url("https://megatechnica.ge/assets/font/bpg-mrgvlovani/bpg-mrgvlovani-webfont.eot");
    src: url("https://megatechnica.ge/assets/font/bpg-mrgvlovani/bpg-mrgvlovani-webfont.eot?#iefix") format("embedded-opentype"),url("https://megatechnica.ge/assets/font/bpg-mrgvlovani/bpg-mrgvlovani-webfont.woff2") format("woff2"),url("https://megatechnica.ge/assets/font/bpg-mrgvlovani/bpg-mrgvlovani-webfont.woff") format("woff"),url("https://megatechnica.ge/assets/font/bpg-mrgvlovani/bpg-mrgvlovani-webfont.ttf") format("truetype"),url("https://megatechnica.ge/assets/font/bpg-mrgvlovani/bpg-mrgvlovani-webfont.svg#bpg_mrgvlovaniregular") format("svg")
}

.clb {
    clear: both
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #f0364d;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #d01d33
}

.clear-fix:after,.clear-fix:before {
    display: table;
    content: " "
}

.clear-fix:after {
    clear: both
}

html * {
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lc-frame-launcher {
    bottom: 70px!important
}

.icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.error_404 {
    text-align: center;
    padding: 100px 0
}

.error_404 span.error {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 473px;
    color: #f1f1f1;
    position: relative;
    display: inline-block
}

.error_404 span.error span {
    font-size: 63px;
    color: #f37d81;
    position: absolute;
    right: -50px;
    bottom: 50px
}

.language {
    position: relative;
    height: 100%
}

.language .language-switcher {
    display: block;
    height: 100%;
    font-size: 18px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer
}

.language .language-switcher .icon.globe {
    background-image: url(https://megatechnica.ge/assets/img/app/globe.svg)
}

.language .language-switcher .active-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600
}

.language .language-switcher .active-language.ge .icon.flag {
    background-image: url(https://megatechnica.ge/assets/img/app/flag_ge.png)
}

.language .language-switcher .active-language.en .icon.flag {
    background-image: url(https://megatechnica.ge/assets/img/app/flag_en.png)
}

.language .language-switcher .active-language .icon.flag {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.language .langs {
    position: absolute;
    left: 50%;
    top: 100%;
    display: none;
    width: 200px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.language .langs ul {
    width: 200px;
    margin: 0;
    background: #fff;
    border-radius: 3px;
    text-align: left;
    position: relative;
    border: 1px solid #bbb;
    padding: 0 8px
}

.language .langs ul:after,.language .langs ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.language .langs ul:after {
    border-color: hsla(0,0%,100%,0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.language .langs ul:before {
    border-color: hsla(0,0%,73%,0);
    border-bottom-color: #bbb;
    border-width: 7px;
    margin-left: -7px
}

.language .langs ul li {
    width: 100%!important;
    padding: 15px 0;
    margin-bottom: 0!important;
    border-bottom: 1px solid #f1f1f1
}

.language .langs ul li.ge a {
    background: url(https://megatechnica.ge/assets/img/app/flag_ge.png) no-repeat 6px 0
}

.language .langs ul li.en a {
    background: url(https://megatechnica.ge/assets/img/app/flag_en.png) no-repeat 6px 0
}

.language .langs ul li a {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #686868;
    padding-left: 38px;
    min-height: 11px
}

.hidden {
    display: none
}

.flash-message {
    position: fixed;
    width: 496px;
    left: calc(50% - 248px);
    top: 25%;
    background: #fff;
    border-radius: 5px;
    z-index: 999999999;
    padding-bottom: 40px
}

.flash-message.confirm {
    padding-bottom: 0;
    text-align: center
}

.flash-message.confirm a.confirmButton {
    display: inline-block
}

.flash-message p.alert {
    padding: 17px 23px;
    border-left: 5px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: rgba(0,0,0,.5);
    font-size: 12px;
    line-height: 140%;
    text-align: left
}

.flash-message p.alert-success {
    background: #bdedbc;
    border-left: 5px solid #aedaad;
    border-top: 1px solid #aedaad;
    border-bottom: 1px solid #aedaad
}

.flash-message p.alert-error {
    background: #ffc9c9;
    border-left: 5px solid #ebb9b9;
    border-top: 1px solid #ebb9b9;
    border-bottom: 1px solid #ebb9b9
}

.flash-message span {
    display: block;
    text-align: center;
    padding: 20px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 18px;
    color: #333
}

.flash-message a.close {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999999999;
    background: url(https://megatechnica.ge/assets/img/app/gray_close.png);
    cursor: pointer;
    text-indent: -9999999px
}

.flash-message a.confirmButton {
    display: none;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 16px;
    color: #272727;
    padding: 20px 0
}

.overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    z-index: 999999999
}

.overlay.without_header {
    z-index: 999999
}

.slick-dots li button:before {
    font-size: 12px
}

.slick-slide img {
    width: 100%
}

.slick-initialized .slick-slide,.slick-slide img {
    outline: none
}

.margin_bottom_0 {
    margin-bottom: 0!important
}

.bottom_0 {
    bottom: 0!important
}

.categories-menu-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 23px;
    margin-left: 24px
}

.categories-menu-container .categories-menu-btn {
    font-size: 14px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #333;
    cursor: pointer
}

.categories-menu-container .categories-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: -16px
}

.categories-menu-container .categories-wrapper.active {
    display: block
}

.categories-menu-container .categories-wrapper .categories-container {
    margin-top: 0
}

.categories-menu-container .categories-wrapper .categories-container .float {
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 4px 4px 8px -3px #0000009c,-4px 4px 8px -3px #0000009c;
    box-shadow: 4px 4px 8px -3px #0000009c,-4px 4px 8px -3px #0000009c
}

.categories-container {
    margin-top: 10px
}

.categories-container .float {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    z-index: 999999
}

.categories-container .categories {
    position: relative;
    width: 332px;
    padding: 10px 0;
    background: #f7f7f7;
    z-index: 200
}

.categories-container .categories .single-category {
    padding: 5px 0 5px 23px
}

.categories-container .categories .single-category.promo .category-link {
    padding-top: 9px;
    padding-bottom: 20px
}

.categories-container .categories .single-category .category-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 17px;
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #444
}

.categories-container .categories .single-category .category-link.active,.categories-container .categories .single-category .category-link:hover {
    color: #a68fe0
}

.categories-container .categories .single-category .category-link .category-icon {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.categories-container .categories .single-category .category-link .category-name {
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

.categories-container .subcategories {
    min-height: 100%;
    padding: 10px 0;
    background: #f7f7f7;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    z-index: 100
}

.categories-container .subcategories.extended {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.categories-container .subcategories .subcategory-list-container {
    height: 100%
}

.categories-container .subcategories .subcategory-list-container .subcategory-list {
    display: none;
    padding-left: 28px;
    min-width: 332px;
    min-height: 100%;
    border-left: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.categories-container .subcategories .subcategory-list-container .subcategory-list.active {
    display: block
}

.categories-container .subcategories .subcategory-list-container .subcategory-list .single-subcategory {
    padding: 8px 10px 8px 0;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

.categories-container .subcategories .subcategory-list-container .subcategory-list .single-subcategory:hover .category-name {
    color: #a68fe0
}

.categories-container .subcategories .subcategory-list-container .subcategory-list .single-subcategory .category-name {
    color: #383838
}

.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 99px;
    padding: 0 1.1%;
    border-bottom: 1px solid #d9d6d6;
    background: #fff;
    z-index: 999999
}

.header a.logo {
    display: block;
    width: 288px;
    height: 58px;
    background: url(https://avalife.space/files/shop/assets/AvaLife_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.header .search {
    width: calc(100% - 950px)
}

.header .search form {
    display: block
}

.header .search form a.button {
    width: 96px;
    height: 40px;
    background: url(https://megatechnica.ge/assets/img/app/gray_s_arrow_down.png) 75px no-repeat #f3f3f3;
    line-height: 40px;
    padding-left: 18px;
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    float: left;
    display: none
}

.header .search form .input {
    width: 100%;
    float: left;
    position: relative
}

.header .search form .input input[type=text] {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 40px;
    background: #fff;
    padding-left: 20px;
    padding-right: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 19px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

.header .search form .input .searchbox {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    z-index: 999999
}

.header .search form .input .searchbox ul li {
    margin-top: 5px;
    margin-bottom: 5px
}

.header .search form .input .searchbox ul li a {
    padding: 9px 18px;
    display: block;
    font-size: 13px;
    color: #323232;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    line-height: 120%
}

.header .search form .input .searchbox ul li a:hover {
    background-color: #eee
}

.header .search form input[type=submit] {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 84px;
    height: 36px;
    background: url(https://megatechnica.ge/assets/img/app/magnifying-glass.svg) 40% no-repeat #f0364d;
    background-size: 30%;
    border-radius: 0 19px 19px 0;
    border-left: 1px solid #000
}

.header .search ul.static {
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    overflow-y: hidden
}

.header .search ul.static li {
    float: left;
    width: calc(100% / 4 - 10px);
    display: table-cell;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px
}

.header .search ul.static li a {
    font-size: 13px;
    color: #ffeced;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 30px
}

.header ul.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header ul.right>li {
    position: relative;
    height: 46px;
    padding: 0 36px;
    border-right: 1px solid #e4e4e4
}

.header ul.right>li.account a,.header ul.right>li.langauge-switcher-container .language .language-switcher,.header ul.right>li.shops a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.header ul.right>li.shops .pin {
    background-image: url(https://megatechnica.ge/assets/img/app/pin.svg)
}

.header ul.right>li.account .user {
    background-image: url(https://megatechnica.ge/assets/img/app/user.svg)
}

.header ul.right>li.account .box {
    position: absolute;
    top: 74px;
    left: 50%;
    display: none;
    width: 350px;
    padding: 23px 25px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 8px -3px #0000009c,-4px 4px 8px -3px #0000009c;
    box-shadow: 4px 4px 8px -3px #0000009c,-4px 4px 8px -3px #0000009c;
    background: #fff;
    z-index: 999999
}

.header ul.right>li.account .box #login,.header ul.right>li.account .box #logout,.header ul.right>li.account .box #recovery,.header ul.right>li.account .box #registration {
    display: none
}

.header ul.right>li.account .box span.hello {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 16px;
    color: #606060;
    margin-top: 5px
}

.header ul.right>li.account .box span.name {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 24px;
    color: #606060;
    margin-top: 7px;
    margin-bottom: 10px
}

.header ul.right>li.account .box span.email {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 13px;
    color: rgba(51,51,51,.55)
}

.header ul.right>li.account .box span.parameters {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 16px;
    color: hsla(0,0%,43%,.55);
    margin: 30px 0;
    text-align: center
}

.header ul.right>li.account .box a.logout,.header ul.right>li.account .box a.my_account {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: helvetica-bold;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #f5f5f5;
    border-radius: 2px
}

.header ul.right>li.account .box a.logout {
    margin-top: 6px;
    background: #febd69
}

.arrow_box:before,.header ul.right>li.account .box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.header ul.right>li.account .box:after {
    border-color: hsla(0,0%,100%,0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.header ul.right>li.account .box:before {
    border-color: hsla(0,0%,100%,0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px
}

.header ul.right>li.account .box h1 {
    font-size: 18px;
    color: #333;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif
}

.header ul.right>li.account .box form {
    margin-top: 25px
}

.header ul.right>li.account .box form label {
    display: block;
    font-size: 14px;
    color: #333;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

.header ul.right>li.account .box form label[for=password] {
    display: inline-block;
    float: left
}

.header ul.right>li.account .box form span.recovery {
    display: inline-block;
    float: right;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #0066c0;
    margin-top: 2px;
    cursor: pointer
}

.header ul.right>li.account .box form a[type=button],.header ul.right>li.account .box form input[type=confirm],.header ul.right>li.account .box form input[type=password],.header ul.right>li.account .box form input[type=text] {
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-top: 10px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 11px;
    color: #333;
    padding: 0 10px;
    margin-bottom: 14px
}

.header ul.right>li.account .box form input[type=submit] {
    display: block;
    width: 100%;
    height: 40px;
    background: #febd69;
    border-radius: 2px;
    font-size: 14px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #333
}

.header ul.right>li.account .box form a[type=button] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    background-color: #4267b2
}

.header ul.right>li.account .box form span#error {
    display: none;
    font-size: 12px;
    color: #a68fe0;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    margin-bottom: 14px;
    text-transform: capitalize
}

.header ul.right>li.account .box form span#error.success {
    color: #00b458
}

.header ul.right>li.account .box form .remember-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19px
}

.header ul.right>li.account .box form input[type=checkbox] {
    display: inline-block
}

.header ul.right>li.account .box form .checkbox-container {
    margin-bottom: 10px
}

.header ul.right>li.account .box form .checkbox-container .terms-checkbox {
    margin-right: 5px
}

.header ul.right>li.account .box form .checkbox-container .terms-label {
    font-size: 12px
}

.header ul.right>li.account .box form .checkbox-container .terms-label a {
    display: inline;
    color: #337ab7
}

.header ul.right>li.account .box form .checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.header ul.right>li.account .box form span.remember {
    font-size: 12px;
    color: #565656;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    margin-left: 7px
}

.header ul.right>li.account .box span.not_account {
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #717070;
    display: block;
    text-align: center;
    margin: 20px 0
}

.header ul.right>li.account .box span.rules {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #333;
    padding-top: 21px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 120%
}

.header ul.right>li.account .box span.rules a {
    color: #0066c0
}

.header ul.right>li.account .box span.auth {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    margin-top: 15px
}

.header ul.right>li.account .box span.login {
    display: block;
    font-size: 14px;
    color: #0066c0;
    text-align: center;
    margin-top: 7px;
    cursor: pointer
}

.header ul.right>li.account .box button {
    display: block;
    width: 100%;
    height: 40px;
    background: #a68fe0;
    border-radius: 2px;
    font-size: 14px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #fff;
    outline: none;
    cursor: pointer
}

.header ul.right>li.bag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none
}

.header ul.right>li.bag .cart {
    background-image: url(https://megatechnica.ge/assets/img/app/cart.svg)
}

.header ul.right>li.account>a,.header ul.right>li.shops>a {
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #000;
    text-align: center
}

.header ul.right>li.bag a {
    display: block
}

.header ul.right>li.bag a span {
    position: relative;
    display: block;
    padding: 4px 8px;
    margin-left: 10px;
    font-size: 18px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #fff;
    background: #f0364d;
    border-radius: 3px
}

.header ul.right>li.bag a span:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: -6px;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #f0364d;
    display: block;
    width: 0;
    z-index: 1
}

footer {
    width: 100%;
    padding-bottom: 10px;
    background: #f7f7f7;
    border-top: 2px solid #a68fe0
}

footer .left {
    width: 315px;
    height: 210px;
    float: left
}

footer .left a.logo {
    width: 189px;
    height: 38px;
    display: inline-block;
    background: url(https://avalife.space/files/shop/assets/AvaLife_logo.png);
    margin-left: 59px;
    margin-top: 28px
}

footer .left>ul {
    display: inline-block;
    width: 283px;
    height: 162px;
    border-right: 1px solid #eaeaea;
    margin-top: -19px;
    padding-top: 54px;
    margin-left: 31px
}

footer .left>ul>li {
    font-size: 15px;
    padding-left: 33px;
    color: #383838;
    height: 22px;
    margin-bottom: 18px;
    line-height: 22px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

footer .left>ul>li.address {
    background: url(https://megatechnica.ge/assets/img/app/gray_point.png) 0 no-repeat
}

footer .left>ul>li.phone {
    background: url(https://megatechnica.ge/assets/img/app/red_phone.png) 0 no-repeat;
    color: #a68fe0;
    font-size: 16px
}

footer .left>ul>li.mail {
    background: url(https://megatechnica.ge/assets/img/app/gray_mail.png) 0 no-repeat;
    margin-bottom: 0
}

footer .left>ul>li.fb {
    background: url(https://megatechnica.ge/assets/img/app/gray_fb.png) 0 no-repeat
}

footer .right {
    width: calc(100% - 315px);
    padding-left: 36px;
    padding-right: 36px;
    float: right;
    position: relative
}

footer .right .partners {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #eaeaea
}

footer .right .partners .slick-slide {
    cursor: pointer
}

footer .right .partners .slick-slide:not(:last-child) {
    margin-right: 10px
}

footer .right .partners .slick-slide:first-child .frame {
    padding-left: 10px
}

footer .right .partners .slick-slide:first-child .frame:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 36px;
    background-color: #e0dfdf
}

footer .right .partners .slick-slide .frame {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 72px;
    padding-right: 10px;
    outline: none
}

footer .right .partners .slick-slide .frame:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 36px;
    background-color: #e0dfdf
}

footer .right .partners .slick-slide .frame img {
    -o-object-fit: contain;
    object-fit: contain
}

footer .right form {
    display: block;
    margin-top: 20px;
    float: left
}

footer .right input[type=email] {
    width: 262px;
    background: #fff;
    border: 1px solid #a68fe0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #999;
    line-height: 36px
}

footer .right input[type=email],footer .right input[type=submit] {
    display: block;
    height: 38px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    float: left
}

footer .right input[type=submit] {
    width: 123px;
    background: #a68fe0;
    color: #fff;
    font-size: 13px;
    margin-left: 3px
}

footer .right .methods {
    width: 313px;
    height: 38px;
    background: url(https://megatechnica.ge/assets/img/app/pay-methods.png) 50% no-repeat;
    float: right;
    margin-top: 20px
}

footer .right select {
    width: 150px;
    display: inline-block;
    padding: 5px;
    background: #eff0f3;
    border: 1px solid #adb1b8;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 120px
}

footer .right ul {
    display: block;
    margin-top: 55px;
    margin-left: 17px;
    text-align: left;
    margin-bottom: 14px;
    overflow: hidden
}

footer .right ul li {
    float: left;
    width: 25%;
    margin-bottom: 15px
}

footer .right ul li a {
    font-size: 14px;
    color: #383838;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

footer .right a.advertwise {
    display: block;
    width: 58px;
    height: 27px;
    background: url(https://avalife.space/files/shop/assets/AvaLife_logo.png);
    margin-left: 36px;
    float: left
}

footer .right a.facebook,footer .right a.twitter,footer .right a.youtube {
    display: inline-block;
    margin-left: 15px;
    margin-top: 4px
}

footer .right span.copyright {
    display: block;
    float: right;
    font-size: 13px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #383838;
    margin-top: 15px;
    margin-right: 6px
}

main .cart {
    width: calc(100% - 382px);
    float: left;
    min-height: 400px;
    margin-top: 17px
}

main .cart .item-check {
    position: absolute;
    top: 10px;
    right: 10px
}

main .cart h1 {
    float: left;
    margin-bottom: 23px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 26px;
    padding-top: 15px;
    margin-left: 35px
}

main .cart h1,main .cart span.cnt {
    display: inline-block;
    color: #606060
}

main .cart span.cnt {
    float: right;
    padding-top: 27px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    margin-right: 4px
}

main .cart .total {
    float: right;
    margin-top: 30px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 17px;
    color: #606060;
    margin-bottom: 25px
}

main .cart .total span {
    font-size: 20px;
    color: #a68fe0
}

main .cart .total small {
    font-size: 12px;
    color: #a68fe0
}

main .cart ul {
    display: block;
    padding-left: 25px
}

main .cart ul li {
    padding: 18px 0 18px 86px;
    border-top: 1px solid #ddd;
    position: relative
}

main .cart ul li:last-child {
    border-bottom: 1px solid #ddd
}

main .cart ul li input[name=quantity] {
    display: block;
    width: 5%;
    height: 20px;
    background: #eff0f3;
    border: 1px solid #adb1b8;
    border-radius: 2px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 11px;
    color: #606060;
    position: absolute;
    right: 0;
    top: 30px;
    padding-left: 10px
}

main .cart ul li a.image {
    display: block;
    width: 160px;
    height: 154px;
    float: left;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto
}

main .cart ul li .info {
    width: calc(100% - 240px);
    height: 154px;
    float: right;
    margin-left: 80px
}

main .cart ul li .info a.title {
    display: block;
    width: 90%;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 16px;
    color: #0066c0;
    margin-bottom: 7px;
    margin-top: 15px
}

main .cart ul li .info form {
    float: right
}

main .cart ul li .info span.manufacturer {
    display: block;
    float: left;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: #7c7c7c
}

main .cart ul li .info span.manufacturer span {
    color: #0066c0
}

main .cart ul li .info span.price {
    font-size: 18px;
    margin-top: 13px
}

main .cart ul li .info span.gel,main .cart ul li .info span.price {
    float: left;
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #a68fe0
}

main .cart ul li .info span.gel {
    font-size: 10px;
    margin-top: 18px;
    margin-left: 3px
}

main .cart ul li .info span.prev_price {
    float: left;
    display: inline-block;
    font-size: 12px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    margin-left: 8px;
    margin-top: 17px;
    position: relative
}

main .cart ul li .info span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .cart ul li .info span.prev_price i {
    display: inline-block;
    font-size: 9px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e
}

main .cart ul li .info button.delete {
    cursor: pointer;
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 13px;
    margin-top: 13px;
    color: #000
}

button.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    border: none;
    outline: none;
    background: #e24b52 50% no-repeat url(https://megatechnica.ge/assets/img/app/arou_beq_tu_zemot.pienji.png);
    background-size: 50%;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px
}

.scroll-to-top:hover {
    background-color: #fcbc70
}

main .profile h1 {
    margin-top: 39px;
    margin-bottom: 35px;
    margin-left: 26px;
    font-size: 33px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #333
}

main .order-container {
    min-height: 350px
}

main .order-container .order-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 26px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px
}

main .order-container .order-types .order-type {
    display: block;
    font-size: 14px;
    padding: 0 10px 13px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    cursor: pointer;
    color: #333
}

main .order-container .order-types .order-type.active,main .order-container .order-types .order-type:hover {
    border-bottom: 2px solid #a68fe0;
    font-weight: 700
}

main .order-container .order-container .order-category {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

main .order-container .order-container .order-category.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main .order-container .order-container .order-category .order {
    max-width: 1111px;
    width: calc(100% - 56px);
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 6px 6px 6px 6px;
    margin-left: 28px
}

main .order-container .order-container .order-category .order .order-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f6f6f6
}

main .order-container .order-container .order-category .order .order-header .header-el {
    padding: 12px 18px 15px;
    font-size: 12px;
    text-align: left;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #8b8b8b
}

main .order-container .order-container .order-category .order .order-header .header-el:first-child {
    width: 25%
}

main .order-container .order-container .order-category .order .order-header .header-el:nth-child(2) {
    min-width: 25%
}

main .order-container .order-container .order-category .order .order-header .header-el:last-child {
    margin-left: auto;
    text-align: right
}

main .order-container .order-container .order-category .order .order-header .header-el .title {
    margin-bottom: 5px
}

main .order-container .order-container .order-category .order .order-header .header-el .value {
    font-size: 13px;
    color: #5a5a5a
}

main .order-container .order-container .order-category .order .product-list {
    width: 100%;
    padding: 0 2%
}

main .order-container .order-container .order-category .order .product-list .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 154px;
    padding: 23px 14px 15px
}

main .order-container .order-container .order-category .order .product-list .product:not(:last-child) {
    border-bottom: 1px solid #ddd
}

main .order-container .order-container .order-category .order .product-list .product a {
    height: 100%;
    width: 25%
}

main .order-container .order-container .order-category .order .product-list .product a .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

main .order-container .order-container .order-category .order .product-list .product .product-info .title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 7px;
    font-size: 16px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #0066c0
}

main .order-container .order-container .order-category .order .product-list .product .product-info .model {
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #7c7c7c
}

main .order-container .order-container .order-category .no-orders {
    width: 100%;
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

main .order-container .navigation {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

main .order-container .navigation.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main .order-container .navigation a {
    display: none;
    margin-bottom: 30px
}

main .order-container .navigation a.active {
    display: block;
    cursor: pointer;
    pointer-events: inherit
}

main .order-container .navigation a.active .nav-item {
    background-color: #e2374f
}

main .order-container .navigation a .nav-item {
    padding: 7px 10px 5px;
    width: 80px;
    margin: 0 5px;
    border-radius: 3px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    text-align: center;
    background-color: #d0787d;
    color: #fff
}

main .profile button.add_address {
    display: block;
    width: 266px;
    height: 187px;
    padding: 70px 50px 0;
    line-height: 140%;
    border: 1px solid #e7e7e7;
    background: url(https://megatechnica.ge/assets/img/app/gray_plus_big.png) no-repeat center 20px #fff;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 17px;
    color: rgba(84,84,84,.6);
    margin-left: 90px;
    float: left;
    cursor: pointer
}

main .profile ul.addresses {
    margin-left: 26px;
    padding-bottom: 50px;
    overflow: hidden;
    float: left
}

main .profile ul.addresses li {
    float: left;
    width: 266px;
    height: 235px;
    margin-left: 90px
}

main .profile ul.addresses li:first-child {
    margin-left: 0
}

main .profile ul.addresses li span.title {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 17px;
    color: #545454;
    margin-bottom: 14px
}

main .profile ul.addresses li span.address,main .profile ul.addresses li span.phone {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 15px;
    color: #545454;
    margin-bottom: 10px
}

main .profile ul.addresses li p {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 13px;
    color: #545454;
    line-height: 140%
}

main .profile ul.addresses li button.default {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    background: #f5f5f5;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: rgba(36,36,36,.7);
    margin-top: 17px;
    outline: none
}

main .profile ul.addresses li button.default.active {
    background: #febd69;
    border-color: #febd69;
    color: #242424
}

main .profile ul.addresses li button.delete,main .profile ul.addresses li button.edit {
    display: block;
    width: 128px;
    height: 21px;
    border-radius: 2px;
    background: #f5f5f5;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #545454;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    display: none;
    outline: none
}

main .profile ul.addresses li button.delete {
    float: right
}

main .profile ul.addresses li:hover>button.delete,main .profile ul.addresses li:hover>button.edit {
    display: block
}

main .profile ul.profile_info {
    display: block;
    width: 100%;
    height: 114px;
    background: #f6f6f6;
    border-bottom: 1px solid #e1e1e1
}

main .profile ul.profile_info li {
    width: 25%;
    height: 114px;
    float: left
}

main .profile ul.profile_info li span.hi {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 20px;
    color: #606060;
    margin-top: 30px;
    margin-left: 30px
}

main .profile ul.profile_info li span.full_name {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 25px;
    color: #606060;
    margin-top: 10px;
    margin-left: 32px
}

main .profile ul.profile_info li span.title {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 13px;
    color: #606060;
    margin-top: 20px
}

main .profile ul.profile_info li span.count {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 35px;
    color: #333
}

main .profile ul.profile_info li span.txt {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 22px;
    color: #333;
    margin-top: 14px;
    margin-left: 5px
}

main .profile ul.profile_info li span.phone {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 28px;
    color: #333;
    margin-top: 10px
}

main .profile ul.profile_info li a {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #004b91;
    margin-top: 10px
}

main .profile .profileBox {
    position: absolute;
    z-index: 9999999999;
    width: 396px;
    background: #fff;
    left: 50%;
    top: 10%;
    margin-left: -198px;
    border-radius: 5px;
    display: none
}

main .profile .profileBox h1 {
    text-align: center;
    margin-top: 26px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 18px;
    color: #333;
    position: relative
}

main .profile .profileBox h1 span.close {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9999999999;
    background: url(https://megatechnica.ge/assets/img/app/gray_close.png);
    cursor: pointer
}

main .profile .profileBox form {
    padding-left: 29px;
    padding-right: 29px;
    margin-top: 25px;
    padding-bottom: 20px
}

main .profile .profileBox form span#error {
    display: none;
    font-size: 12px;
    color: #a68fe0;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    margin-bottom: 14px;
    text-transform: capitalize
}

main .profile .profileBox form p {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #000;
    opacity: .5;
    padding-top: 10px;
    margin-bottom: 20px
}

main .profile .profileBox form label {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px
}

main .profile .profileBox form input[type=password],main .profile .profileBox form input[type=text],main .profile .profileBox form select {
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #333;
    margin-bottom: 13px
}

main .profile .profileBox form input[type=password],main .profile .profileBox form input[type=text] {
    background: #fff;
    padding-left: 14px;
    padding-right: 14px
}

main .profile .profileBox form input:disabled {
    background: #f3f3f3
}

main .profile .profileBox form textarea {
    display: block;
    width: 100%;
    height: 85px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 13px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #333;
    outline: none;
    padding: 12px 14px;
    resize: none
}

main .profile .profileBox form input[type=submit] {
    display: block;
    width: 100%;
    height: 40px;
    background: #febd69;
    border-radius: 2px;
    font-size: 14px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #333
}

main .compare {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px
}

main .compare h1 {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 30px;
    color: #333;
    padding: 40px 0
}

main .compare ul {
    display: table;
    width: 100%;
    border: 1px solid #e7e7e7
}

main .compare ul li {
    display: table-cell
}

main .compare ul li:first-child {
    width: 20%
}

main .compare ul li td {
    width: 13%
}

main .compare table {
    width: 100%
}

main .compare table tr {
    border-top: 1px solid #e7e7e7
}

main .compare table tr:nth-child(2n) {
    background: #f6f6f6
}

main .compare table tr td span.bb {
    display: block;
    height: 41px;
    line-height: 40px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: #686868;
    padding-left: 20px
}

main .compare table tr td:first-child span.bb {
    padding-left: 45px
}

main .compare ul li:nth-child(2) table tr td span.bb {
    background: #ffffde
}

main .compare ul li:nth-child(2) table tr:nth-child(odd) td span.bb {
    background: #ffe
}

main .compare table tr td .product_box {
    width: 250px;
    height: 340px;
    text-align: center;
    padding: 30px 10px 20px
}

main .compare table tr td .product_box a.img_link {
    display: inline-block;
    width: 230px;
    height: 150px;
    background-position: 50%;
    background-repeat: no-repeat
}

main .compare table tr td .product_box img {
    display: inline-block;
    width: 100%
}

main .compare table tr td .product_box a.link {
    display: block;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #0066c0;
    text-align: left;
    overflow: hidden;
    margin-top: 17px
}

main .compare table tr td .product_box span.price {
    float: left;
    display: inline-block;
    font-size: 20px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #a68fe0;
    margin-top: 13px
}

main .compare table tr td .product_box span.gel {
    float: left;
    display: inline-block;
    font-size: 10px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    margin-top: 22px;
    margin-left: 6px;
    color: #a68fe0
}

main .compare table tr td .product_box span.prev_price {
    float: left;
    display: inline-block;
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    margin-left: 8px;
    margin-top: 19px;
    position: relative
}

main .compare table tr td .product_box span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .compare table tr td .product_box span.prev_price i {
    display: inline-block;
    font-size: 9px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e
}

main .compare table tr td .product_box button {
    display: block;
    width: 178px;
    height: 40px;
    font-size: 15px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #fff;
    text-align: center;
    padding-left: 43px;
    line-height: 40px;
    background: url(https://megatechnica.ge/assets/img/app/white_s_bag.png) 23px no-repeat #a68fe0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px
}

main .product .similar_products {
    width: calc(100% - 394px);
    margin-left: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-top: 22px
}

main .product .similar_products h2 {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 16px;
    color: #a68fe0;
    margin-left: 7px
}

main .product .similar_products ul {
    display: block;
    margin-top: 40px;
    padding-left: 59px;
    padding-right: 59px;
    margin-bottom: 30px
}

main .product .similar_products .slick-list .slick-track {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

main .product .similar_products ul button:before {
    content: ""!important
}

main .product .similar_products ul button.slick-disabled {
    opacity: .25!important
}

main .product .similar_products ul button.arrow {
    width: 44px;
    height: 44px
}

main .product .similar_products ul button.slick-prev {
    left: 0;
    background: rgba(0,0,0,.5) url(https://megatechnica.ge/assets/img/app/white_arrow_left.png) 50% no-repeat
}

main .product .similar_products ul button.slick-next {
    right: 0;
    background: rgba(0,0,0,.5) url(https://megatechnica.ge/assets/img/app/white_arrow_right.png) 50% no-repeat
}

main .product .similar_products li {
    float: left;
    width: 190px;
    margin-left: 27px;
    margin-right: 27px;
    text-align: center
}

main .product .similar_products li a.img_link {
    display: block;
    width: 100%;
    height: 137px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

main .product .similar_products li a.img_link img {
    display: inline-block;
    width: 100%
}

main .product .similar_products li a.link {
    display: block;
    height: 60px;
    line-height: 15px;
    font-size: 13px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #0066c0;
    text-align: left;
    overflow: hidden;
    margin-top: 17px
}

main .product .similar_products li span.price {
    font-size: 18px;
    margin-top: 13px
}

main .product .similar_products li span.gel,main .product .similar_products li span.price {
    float: left;
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #a68fe0
}

main .product .similar_products li span.gel {
    font-size: 10px;
    margin-top: 18px;
    margin-left: 3px
}

main .product .similar_products li span.prev_price {
    float: left;
    display: inline-block;
    font-size: 12px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    margin-left: 8px;
    margin-top: 17px;
    position: relative
}

main .product .similar_products li span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .product .similar_products li span.prev_price i {
    display: inline-block;
    font-size: 9px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e
}

main .product .product_description {
    width: calc(100% - 394px);
    margin-left: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-top: 22px
}

main .product .product_description h2 {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 16px;
    color: #a68fe0;
    margin-left: 7px
}

main .product .product_description .description {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #393939;
    padding-left: 27px;
    padding-right: 15px;
    margin-left: 7px;
    line-height: 15px;
    margin-top: 15px
}

main .product .specifications {
    width: calc(100% - 394px);
    margin-left: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-top: 22px;
    position: relative
}

main .product .specifications h2 {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 18px;
    color: #a68fe0;
    margin-left: 7px
}

main .product .specifications span.size {
    display: block;
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #aaa;
    margin-left: 7px;
    margin-top: 10px
}

main .product .specifications h1 {
    display: block;
    font-family: helvetica-bold;
    font-size: 18px;
    color: #3a3a3a;
    margin-top: 27px;
    margin-left: 17px
}

main .product .specifications span.manufacturer {
    display: block;
    position: absolute;
    right: 23px;
    top: -27px;
    width: 320px;
    height: 60px;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 100%
}

main .product .specifications table,main .product .specifications table tbody {
    width: 100%!important
}

main .product .specifications table.right {
    float: right;
    margin-left: 0
}

main .product .specifications table tr {
    border-bottom: 1px solid #e7e7e7
}

main .product .specifications table tr:first-child {
    border-top: 1px solid #e7e7e7
}

main .product .specifications table tr td {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #393939;
    padding: 10px 15px;
    width: 65%
}

main .product .specifications table tr td:nth-child(2) {
    background: #fff
}

main .product .specifications table tr td:first-child {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #686868;
    background-color: #f3f3f3;
    width: 35%
}

main .product .specifications table tr td p {
    line-height: 20px
}

main .product .specifications .description {
    font-size: 13px;
    color: #5d5c5c;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    margin-left: 50px;
    margin-top: 15px
}

main .product .specifications .description td {
    line-height: 1.7
}

main .product .specifications .description ul {
    padding-left: 15px;
    margin: 13px 0;
    list-style-type: disc
}

main .product .specifications .description ul li {
    margin-bottom: 10px
}

main .product .additional_accessories {
    width: calc(100% - 394px);
    margin-left: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 35px;
    margin-top: 20px
}

main .product .additional_accessories h2 {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 18px;
    color: #a68fe0;
    margin-left: 7px
}

main .product .additional_accessories ul {
    display: inline-block;
    margin-top: 30px;
    float: left
}

main .product .additional_accessories ul li {
    width: 164px;
    height: 109px;
    float: left
}

main .product .additional_accessories ul li.plus {
    width: 12px;
    background: url(https://megatechnica.ge/assets/img/app/gray_plus.png) 50% no-repeat
}

main .product .additional_accessories ul li a {
    display: block;
    width: 164px;
    height: 109px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

main .product .additional_accessories .add_to_bag {
    float: left;
    margin-top: 30px;
    margin-left: 50px
}

main .product .additional_accessories .add_to_bag span.price_all {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #5e5e5e;
    margin-bottom: 5px;
    opacity: .5
}

main .product .additional_accessories .add_to_bag span.price {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 26px;
    color: #a68fe0;
    float: left
}

main .product .additional_accessories .add_to_bag span.gel {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #a68fe0;
    float: left;
    margin-left: 4px;
    margin-top: 10px
}

main .product .additional_accessories .add_to_bag button {
    display: block;
    height: 40px;
    background: url(https://megatechnica.ge/assets/img/app/black_bag.png) 17px no-repeat #febd69;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 12px;
    color: #282828;
    padding-left: 54px;
    padding-right: 19px;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
    outline: none
}

main .product .info {
    width: calc(100% - 394px);
    float: left;
    margin-right: 19px;
    border-bottom: 1px solid #eaeaea;
    padding: 16px 7px;
    margin-left: 17px
}

main .product .images {
    width: 566px;
    margin-left: 3px;
    margin-top: 30px;
    float: left
}

main .product .images .nav {
    width: 100%;
    height: 69px;
    margin-top: 60px
}

main .product .images ul.slider-for {
    height: 420px;
    margin-top: 20px
}

main .product .images ul.slider-for li {
    text-align: center;
    display: inline-block;
    max-height: 428px!important;
    width: 566px;
    height: 420px;
    background-size: 90% auto!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    border: none
}

main .product .images ul.slider-nav {
    width: 565px;
    height: 69px
}

main .product .images ul.slider-nav .slick-list {
    padding: 0!important
}

main .product .images ul.slider-nav li {
    width: 103px!important;
    height: 67px!important;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    background-size: 90% auto!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}

main .product .images ul.slider-nav li.slick-current {
    border: 1px solid red
}

main .product .images ul.slider-nav li img {
    display: inline-block
}

main .order {
    width: 341px;
    background: #f7f7f7;
    border: 1px solid #f3f3f3;
    float: right;
    margin-right: 17px;
    margin-top: 17px;
    border-radius: 3px;
    padding-bottom: 15px
}

main .order span.count {
    font-size: 14px;
    margin-top: 21px;
    margin-left: 21px
}

main .order input[name=quantity],main .order span.count {
    display: inline-block;
    float: left;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #3a3a3a
}

main .order input[name=quantity] {
    width: 40px;
    margin-left: 8px;
    font-size: 18px;
    margin-top: 17px
}

main .order h2 {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #3a3a3a;
    margin-top: 19px;
    margin-bottom: 22px
}

main .order select {
    width: 140px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #3a3a3a;
    margin-left: 30px
}

main .order .economies {
    text-align: center;
    margin-top: 30px
}

main .order .economies span:not(.price) {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 13px;
    border-bottom: 1px solid #e86c70;
    padding-bottom: 4px;
    vertical-align: top;
    margin-top: 5px
}

main .order .economies span.price {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 26px;
    color: #3a3a3a
}

main .order .economies span.gel {
    margin-top: 4px;
    padding-bottom: 6px;
    font-size: 12px
}

main .order .prices {
    text-align: center;
    margin-bottom: 25px
}

main .order .prices span.price {
    font-size: 31px;
    margin-top: 13px
}

main .order .prices span.gel,main .order .prices span.price {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #a68fe0
}

main .order .prices span.gel {
    font-size: 15px;
    margin-top: 18px;
    margin-left: 2px;
    vertical-align: top
}

main .order .prices span.prev_price {
    display: inline-block;
    font-size: 20px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    margin-left: 20px;
    margin-top: 24px;
    position: relative;
    vertical-align: top
}

main .order .prices span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .order .prices span.prev_price i {
    display: inline-block;
    font-size: 12px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    vertical-align: top;
    margin-top: 6px
}

main .order .buttons {
    display: block;
    width: 307px;
    margin: auto
}

main .order .buttons button {
    display: block;
    width: 307px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    cursor: pointer
}

main .order .buttons button span {
    padding-left: 30px;
    height: 20px;
    padding-top: 4px;
    display: inline-block
}

main .order .buttons button.add_to_bag {
    background: #febd69
}

main .order .buttons button.add_to_bag span {
    background: url(https://megatechnica.ge/assets/img/app/black_bag.png) no-repeat 0;
    color: #282828
}

main .order .buttons button.save {
    background: #febd69
}

main .order .buttons button.save span {
    background: url(https://megatechnica.ge/assets/img/app/black_check.png) no-repeat 0;
    color: #282828
}

main .order .buttons button.buy {
    background: #a68fe0
}

main .order .buttons button.buy span {
    background: url(https://megatechnica.ge/assets/img/app/white_card.png) no-repeat 0;
    color: #fff
}

main .order .buttons button.liberty {
    background: #e72837
}

main .order .buttons button.liberty span {
    background: url(https://megatechnica.ge/assets/img/app/white_liberty.png) no-repeat 0;
    color: #fff
}

main .order .buttons button.bog {
    background: #f07428
}

main .order .buttons button.bog span {
    background: url(https://megatechnica.ge/assets/img/app/white_bog.png) no-repeat 0;
    color: #fff
}

main .order .buttons button.tbc {
    background: #00afef
}

main .order .buttons button.tbc span {
    background: url(https://megatechnica.ge/assets/img/app/white_tbc.png) no-repeat 0;
    color: #fff
}

main .order .buttons button.credo {
    background: url(https://megatechnica.ge/assets/img/app/white_credo.png) no-repeat 50% #eb6d26
}

main .order .buttons .line {
    width: 307px;
    margin: 10px auto;
    position: relative;
    text-align: center
}

main .order .buttons .line i {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e8e8e8;
    top: 50%;
    margin-top: -1px
}

main .order .buttons .line span {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: #717070;
    padding: 0 11px;
    background: #f7f7f7;
    position: relative
}

main .product .detail {
    width: calc(100% - 609px);
    float: Left;
    margin-top: 30px;
    margin-left: 40px
}

main .product .detail h2 {
    font-size: 20px;
    color: #3a3a3a;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    line-height: 120%;
    margin-bottom: 5px
}

main .product .detail span.manufacturer {
    width: 339px;
    font-size: 14px;
    color: #7c7c7c;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    display: block;
    border-bottom: 1px solid #a68fe0;
    padding-bottom: 12px;
    margin-bottom: 8px
}

main .product .detail span.manufacturer span {
    color: #0066c0
}

main .product .detail ul.stars {
    display: block;
    float: left;
    height: 14px;
    margin-bottom: 28px
}

main .product .detail ul.stars li {
    width: 15px;
    height: 14px;
    background: url(https://megatechnica.ge/assets/img/app/star_icons.png) no-repeat 100%;
    float: left;
    margin-right: 3px
}

main .product .detail ul.stars li.active {
    background-position: 0!important
}

main .product .detail span.rate {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #959595;
    font-size: 12px;
    margin-left: 7px;
    margin-top: 2px;
    float: left
}

main .product .detail .description {
    font-size: 13px;
    color: #5d5c5c;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

main .product .detail .description ul {
    padding-left: 15px;
    margin: 13px 0;
    list-style-type: disc
}

main .product .detail .description ul li {
    margin-bottom: 10px
}

main .product .detail .description table tr td p {
    padding: 5px 0
}

main .product .detail .description table tr td:first-child p {
    padding-right: 10px
}

main .product .detail .size-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 17px
}

main .product .detail .size-section ul.sizes {
    display: block;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

main .product .detail ul.sizes li {
    height: 50px;
    border: 1px solid #e0e0e0;
    float: left;
    margin-right: 12px;
    margin-bottom: 8px
}

main .product .detail ul.sizes li.active {
    border: 1px solid #a68fe0;
    background: #fefaf6
}

main .product .detail ul.sizes li.active a {
    color: #3a3a3a;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

main .product .detail ul.sizes li.active a span:last-child {
    color: #a68fe0
}

main .product .detail ul.sizes li:hover:not(.active) {
    background: #f3f3f3
}

main .product .detail ul.sizes li a {
    min-width: 82px;
    height: 50px;
    display: block;
    text-align: left;
    padding: 5px 10px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #939393;
    line-height: 18px
}

main .product .detail ul.sizes li a span:last-child {
    display: block;
    margin-top: 3px
}

main .product .detail span.size {
    font-size: 14px;
    color: #656565;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

main .product .detail span.size span {
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #353535
}

main .product .detail a.read_more {
    font-size: 13px;
    color: #0066c0;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

main .shops_menu {
    width: 358px;
    min-height: 622px;
    float: left;
    position: relative
}

main .shops_menu h2 {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 18px;
    color: #adadad;
    padding-left: 24px;
    padding-top: 24px
}

main .shops_menu .info {
    display: none;
    width: 375px;
    border-radius: 3px;
    position: absolute;
    z-index: 999;
    right: -397px;
    top: 19px
}

main .shops_menu .info .desc {
    background: hsla(0,0%,100%,.9);
    padding: 30px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 13px;
    color: #545454;
    line-height: 140%
}

main .shops_menu .info img {
    display: block;
    width: 100%
}

main .shops_menu>ul {
    width: 100%;
    margin-top: 35px
}

main .shops_menu>ul>li {
    width: 100%;
    min-height: 43px;
    position: relative
}

main .shops_menu>ul>li>a {
    display: block;
    width: 326px;
    height: 43px;
    margin: 0 auto;
    line-height: 43px;
    font-size: 14px;
    color: #333;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-weight: 700;
    padding-left: 8px;
    border-bottom: 1px solid #e8e8e8
}

main .shops_menu>ul>li.active>a {
    border-bottom: none
}

main .shops_menu>ul>li ul {
    width: 100%;
    display: none
}

main .shops_menu>ul>li ul li {
    display: table;
    width: 100%;
    min-height: 43px;
    padding: 0 16px;
    background-color: #f1f1f1
}

main .shops_menu>ul>li ul li:last-child {
    border-bottom: none
}

main .shops_menu>ul>li ul li.active,main .shops_menu>ul>li ul li:hover {
    background-color: #febd69
}

main .shops_menu>ul>li ul li a {
    display: table-cell;
    width: 100%;
    min-height: 43px;
    line-height: 130%;
    vertical-align: middle;
    font-size: 12px;
    color: #333;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 27px
}

main .filter_methods {
    padding-left: 23px;
    width: 358px;
    float: left;
    margin-bottom: 20px
}

main .filter_methods ul.faq li {
    margin-bottom: 10px
}

main .filter_methods ul.faq li a {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: #333;
    padding-left: 23px;
    background: url(https://megatechnica.ge/assets/img/app/faq_arrows.png) no-repeat left -15px
}

main .filter_methods ul.faq li.active>a,main .filter_methods ul.faq li:hover>a {
    background: url(https://megatechnica.ge/assets/img/app/faq_arrows.png) no-repeat left 5px
}

main .filter_methods h2 {
    font-size: 18px;
    color: #adadad;
    padding-top: 27px;
    padding-bottom: 18px
}

main .filter_methods h2,main .filter_methods span.title {
    display: block;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    padding-left: 1px
}

main .filter_methods span.title {
    font-size: 13px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 700
}

main .filter_methods .price_range {
    width: 90%;
    margin: 20px 0
}

main .filter_methods .price_range:after {
    content: "";
    display: table;
    clear: both
}

main .filter_methods input[name=max_price],main .filter_methods input[name=min_price] {
    display: inline-block;
    width: 70px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px 10px
}

main .filter_methods input[name=max_price] {
    margin-left: 8px;
    float: right
}

#slider-handles {
    border: none;
    background: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none
}

#slider-handles .noUi-connect {
    background-color: #fcbc70;
    -webkit-box-shadow: none;
    box-shadow: none
}

#slider-handles .noUi-handle {
    top: -5.5px
}

.noUi-tooltip {
    display: none!important
}

main .filter_methods ul {
    display: block;
    margin-bottom: 30px
}

main .filter_methods ul li {
    margin-top: 5px
}

main .filter_methods ul li:first-child {
    margin-top: 0
}

main .filter_methods ul li label {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    font-weight: 700
}

main .filter_methods ul li label.disabled {
    font-weight: 400
}

main .filter_methods ul li label input {
    margin-right: 6px
}

main .static {
    width: calc(100% - 359px);
    border-left: 1px solid #e9e9e9;
    margin-top: 17px;
    margin-bottom: 17px;
    padding: 0 30px;
    float: right
}

main .static div,main .static p,main .static span {
    line-height: 1.7
}

main .static h1 {
    display: block;
    text-align: center;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    font-size: 20px;
    color: #757575;
    padding-top: 17px;
    padding-bottom: 32px
}

main .static .desc {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 140%;
    padding-bottom: 15px
}

main .static .desc img {
    height: auto
}

main .static .desc table {
    width: 100%
}

main .static .desc ol,main .static .desc ul {
    list-style: inherit;
    padding: 0 10px 0 20px
}

main .static .desc ol li,main .static .desc ul li {
    margin-bottom: 5px
}

main .map {
    width: calc(100% - 358px);
    height: 622px;
    position: relative;
    background-color: #e5e3df
}

main .map,main .products {
    border-left: 1px solid #e9e9e9;
    float: right
}

main .products {
    width: calc(100% - 359px);
    margin-top: 17px;
    margin-bottom: 17px
}

main .products ul {
    padding: 28px 21px 0;
    display: inline-block
}

.switch.active .gray,.switch .red {
    display: none
}

.switch.active .red {
    display: inline-block
}

main .products .buttons,main .products .specs {
    display: none
}

main .products.products-list>ul>li {
    border-bottom: 1px solid #eee
}

main .products.products-list ul.specs {
    position: absolute;
    top: 0;
    display: block;
    right: 20px;
    font-size: 12px;
    color: #666;
    width: 300px;
    padding: 45px 14px 0
}

main .products.products-list ul.specs li {
    height: auto;
    margin-bottom: 3px
}

main .products.products-list .buttons {
    display: block;
    position: absolute;
    top: 70px;
    left: 200px
}

main .products.products-list .buttons button {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 30px;
    zoom:.8;background-image: url(https://megatechnica.ge/assets/img/app/white_card.png)
}

main .products.products-list .buttons button.add_to_bag {
    color: #000;
    background-color: #febd69;
    background-image: url(https://megatechnica.ge/assets/img/app/black_bag.png)
}

main .products.products-list .img_link {
    width: 150px;
    height: 150px;
    float: left
}

main .products.products-list ul li {
    width: 100%;
    height: 150px;
    margin-bottom: 20px
}

main .products.products-list a.link {
    font-size: 16px
}

main .products ul li {
    float: left;
    width: 160px;
    height: 230px;
    margin-left: 27px;
    margin-right: 27px;
    margin-bottom: 50px;
    position: relative
}

main .products ul li:hover>form>button {
    display: block
}

main .products ul li button {
    width: 178px;
    height: 40px;
    background: url(https://megatechnica.ge/assets/img/app/white_s_bag.png) 23px no-repeat #a68fe0;
    color: #fff;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    z-index: 1;
    outline: none;
    border-radius: 3px;
    padding-left: 44px;
    left: -10px;
    top: 30px;
    cursor: pointer;
    display: none
}

main .products ul li a.img_link {
    display: block;
    width: 160px;
    height: 120px;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: 100% auto!important
}

main .products ul li a.link {
    display: block;
    max-height: 65px;
    font-size: 13px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #0066c0;
    text-align: left;
    overflow: hidden;
    margin-top: 20px;
    line-height: 16px
}

main .products ul li span.price {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #a68fe0;
    margin-top: 10px
}

main .products ul li span.gel {
    font-size: 11px;
    margin-top: 15px;
    margin-left: 3px;
    color: #a68fe0
}

main .products ul li span.gel,main .products ul li span.prev_price {
    float: left;
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif
}

main .products ul li span.prev_price {
    font-size: 12px;
    color: #5e5e5e;
    margin-left: 6px;
    margin-top: 13px;
    position: relative
}

main .products ul li span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .products ul li span.prev_price i {
    display: inline-block;
    font-size: 9px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e
}

main .subheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 43px;
    background: #fafafa;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

main .subheader .pro {
    float: left;
    width: 287px;
    margin-top: 13px
}

main .subheader .profile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 72px
}

main .subheader .profile_menu .profile-menu-item {
    margin-right: 25px
}

main .subheader .profile_menu .profile-menu-item a {
    display: block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #606060
}

main .subheader .profile_menu .profile-menu-item a.active {
    font-weight: 700;
    color: #3c3c3c
}

main .subheader a.best_deals {
    margin-left: 255px
}

main .subheader a.best_deals,main .subheader a.best_selling {
    margin-right: 30px
}

main .subheader a.best_deals,main .subheader a.best_selling,main .subheader a.compare {
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #606060
}

main .subheader span.result {
    margin-left: 260px
}

main .subheader span.filter,main .subheader span.result {
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    color: #606060
}

main .subheader span.divisor {
    display: inline-block;
    height: 21px;
    margin-left: 20px;
    margin-right: 20px;
    color: #606060
}

main .subheader span.divisor:before {
    content: ">"
}

main .subheader .filters {
    float: right;
    height: 43px;
    line-height: 43px;
    margin-left: auto;
    margin-right: 38px
}

main .subheader .filters a.list {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(https://megatechnica.ge/assets/img/app/list_icons.png) 0 no-repeat
}

main .subheader .filters a.cube {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(https://megatechnica.ge/assets/img/app/cube_icons.png) 0 no-repeat;
    margin-right: 7px
}

main .subheader .filters a.cube.active,main .subheader .filters a.cube:hover,main .subheader .filters a.list.active,main .subheader .filters a.list:hover {
    background-position: 100%!important
}

main .subheader .filters select {
    display: inline-block;
    width: 160px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    font-size: 12px;
    margin-right: 10px
}

main .left {
    float: left
}

main .left .banner_332 {
    max-width: 332px;
    margin: 10px 0 0 16px
}

main .left .banner_332 a {
    display: block
}

main .right {
    width: calc(100% - 380px);
    margin-right: 16px;
    float: right
}

main .right .banners {
    width: 100%;
    margin-top: 10px
}

main .right .banners .banner_1020x384 {
    width: 66%;
    float: left
}

main .right .banners .banner_1020x384 a {
    display: block
}

main .right .banners .banner_500 {
    width: 33%;
    float: right
}

main .right .banners .banner_500x184 {
    width: 100%;
    margin-bottom: 6px
}

main .right .banners .banner_500x184 a {
    display: block
}

main .right .special_offers {
    width: 100%;
    text-align: center;
    margin-top: 22px
}

main .right .special_offers h2 {
    display: inline-block;
    font-size: 26px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #606060;
    padding: 24px 31px;
    border-bottom: 1px solid #e6484a
}

main .right .special_offers ul {
    display: block;
    margin-top: 42px
}

main .right .special_offers li {
    float: left;
    width: 260px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px
}

main .right .special_offers li a.img_link {
    display: inline-block;
    width: 255px;
    height: 243px;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: 100% auto!important
}

main .right .special_offers li a.link {
    display: block;
    height: 36px;
    line-height: 18px;
    font-size: 17px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #0066c0;
    text-align: left;
    overflow: hidden;
    margin-top: 25px
}

main .right .special_offers li span.manufacturer {
    display: block;
    font-size: 14px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #7c7c7c;
    margin-top: 10px;
    width: 100%;
    text-align: left
}

main .right .special_offers li span.price {
    font-size: 31px;
    margin-top: 13px;
    padding-bottom: 35px
}

main .right .special_offers li span.gel,main .right .special_offers li span.price {
    float: left;
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #a68fe0
}

main .right .special_offers li span.gel {
    font-size: 15px;
    margin-top: 15px;
    margin-left: 6px
}

main .right .special_offers li span.prev_price {
    float: left;
    display: inline-block;
    font-size: 20px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    margin-left: 8px;
    margin-top: 21px;
    position: relative
}

main .right .special_offers li span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .right .special_offers li span.prev_price i {
    display: inline-block;
    font-size: 12px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e
}

main .right .special_offers li button.button {
    display: block;
    float: right;
    width: 178px;
    height: 40px;
    font-size: 15px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #fff;
    text-align: center;
    padding-left: 43px;
    line-height: 40px;
    background: url(https://megatechnica.ge/assets/img/app/white_s_bag.png) 23px no-repeat #a68fe0;
    border-radius: 3px;
    margin-top: 4px;
    cursor: pointer
}

main .right .last_views {
    width: 100%;
    float: right;
    margin-top: 12px;
    overflow: hidden
}

main .right .last_views h2 {
    display: inline-block;
    font-size: 26px;
    font-family: Roboto,BPG Nino Mtavruli,sans-serif;
    color: #606060;
    padding: 24px 31px;
    background: url(https://megatechnica.ge/assets/img/app/red_border.png) 0 100% no-repeat
}

main .right .last_views ul {
    display: block;
    margin-top: 40px;
    padding-left: 59px;
    padding-right: 59px;
    margin-bottom: 30px
}

main .right .last_views ul button:before {
    content: ""!important
}

main .right .last_views ul button.slick-disabled {
    opacity: .25!important
}

main .right .last_views ul button.slick-arrow {
    width: 44px;
    height: 44px
}

main .right .last_views ul button.slick-prev {
    left: 0;
    background: rgba(0,0,0,.5) url(https://megatechnica.ge/assets/img/app/white_arrow_left.png) 50% no-repeat
}

main .right .last_views ul button.slick-next {
    right: 0;
    background: rgba(0,0,0,.5) url(https://megatechnica.ge/assets/img/app/white_arrow_right.png) 50% no-repeat
}

main .right .last_views li {
    float: left;
    width: 267px;
    margin-left: 59px;
    margin-right: 59px;
    text-align: center
}

main .right .last_views li a.img_link {
    display: block;
    width: 100%;
    height: 137px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

main .right .last_views li a.img_link img {
    display: inline-block;
    width: 100%
}

main .right .last_views li a.link {
    display: block;
    height: 36px;
    line-height: 20px;
    font-size: 17px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #0066c0;
    text-align: left;
    overflow: hidden;
    margin-top: 17px
}

main .right .last_views li span.price {
    font-size: 31px;
    margin-top: 13px
}

main .right .last_views li span.gel,main .right .last_views li span.price {
    float: left;
    display: inline-block;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #a68fe0
}

main .right .last_views li span.gel {
    font-size: 15px;
    margin-top: 15px;
    margin-left: 6px
}

main .right .last_views li span.prev_price {
    float: left;
    display: inline-block;
    font-size: 20px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e;
    margin-left: 8px;
    margin-top: 21px;
    position: relative
}

main .right .last_views li span.prev_price:after {
    content: "";
    position: absolute;
    background-color: #5e5e5e;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1px
}

main .right .last_views li span.prev_price i {
    display: inline-block;
    font-size: 12px;
    font-family: Roboto,BPG Mrgvlovani,sans-serif;
    color: #5e5e5e
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.tax_free img {
    display: block;
    width: 100%
}

.fb-share-button {
    margin-top: 15px
}

.special_offers .img_link {
    position: relative
}

.special_offers .img_link .badge {
    position: absolute;
    max-width: 100px;
    z-index: 900
}

.special_offers .img_link .badge.badge-pos-tl {
    top: 0;
    left: 0
}

.special_offers .img_link .badge.badge-pos-tr {
    top: 0;
    right: 0
}

.special_offers .img_link .badge.badge-pos-bl {
    bottom: 0;
    left: 0
}

.special_offers .img_link .badge.badge-pos-br {
    bottom: 0;
    right: 0
}

main .products ul li a.img_link {
    position: relative
}

main .products ul li a.img_link .badge {
    position: absolute;
    max-width: 100px;
    z-index: 900
}

main .products ul li a.img_link .badge.badge-pos-tl {
    top: 0;
    left: 0
}

main .products ul li a.img_link .badge.badge-pos-tr {
    top: 0;
    right: 0
}

main .products ul li a.img_link .badge.badge-pos-bl {
    bottom: 0;
    left: 0
}

main .products ul li a.img_link .badge.badge-pos-br {
    bottom: 0;
    right: 0
}

main .product .info .images {
    position: relative
}

main .product .info .images .badge {
    position: absolute;
    max-width: 100px;
    z-index: 200
}

main .product .info .images .badge.badge-pos-tl {
    top: 0;
    left: 0
}

main .product .info .images .badge.badge-pos-tr {
    top: 0;
    right: 0
}

main .product .info .images .badge.badge-pos-bl {
    bottom: 0;
    left: 0
}

main .product .info .images .badge.badge-pos-br {
    bottom: 0;
    right: 0
}

@media (max-width: 1919px) and (min-width:1680px) {
    main .products ul li {
        margin-left:25px;
        margin-right: 25px
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 4px
    }

    main .right .last_views li {
        width: 240px;
        margin-left: 37px;
        margin-right: 37px
    }

    main .right .last_views li a.link {
        font-size: 15px
    }

    main .right .last_views li span.price {
        font-size: 27px
    }

    main .right .last_views li span.gel {
        font-size: 11px
    }

    main .right .last_views li span.prev_price {
        font-size: 16px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers li {
        width: 260px;
        margin-left: 14px;
        margin-right: 14px
    }

    main .right .special_offers li a.img_link {
        width: 255px
    }

    main .right .special_offers li a.link {
        font-size: 14px
    }

    main .right .special_offers li span.price {
        font-size: 26px
    }

    main .right .special_offers li span.gel {
        font-size: 12px
    }

    main .right .special_offers li span.prev_price {
        font-size: 15px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 9px
    }

    main .right .special_offers li button.button {
        width: 150px;
        height: 34px;
        font-size: 13px;
        line-height: 34px;
        margin-top: 8px;
        zoom:.8}

    footer .right ul li a {
        font-size: 13px
    }

    main .compare ul li:nth-child(7) {
        display: none
    }
}

@media (max-width: 1679px) and (min-width:1600px) {
    main .products ul li {
        margin-left:18px;
        margin-right: 18px
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 4px
    }

    main .right .last_views li {
        width: 240px;
        margin-left: 25px;
        margin-right: 25px
    }

    main .right .last_views li a.link {
        font-size: 14px
    }

    main .right .last_views li span.price {
        font-size: 27px
    }

    main .right .last_views li span.gel {
        font-size: 11px
    }

    main .right .last_views li span.prev_price {
        font-size: 16px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers li {
        width: 374px;
        margin-left: 13px;
        margin-right: 13px
    }

    main .right .special_offers li a.img_link {
        width: 324px
    }

    main .right .special_offers li a.link {
        font-size: 15px
    }

    main .right .special_offers li span.price {
        font-size: 28px
    }

    main .right .special_offers li span.gel {
        font-size: 12px
    }

    main .right .special_offers li span.prev_price {
        font-size: 19px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 11px
    }

    main .right .special_offers li button.button {
        width: 150px;
        height: 34px;
        font-size: 13px;
        line-height: 34px;
        margin-top: 7px;
        zoom:.8}

    footer .right ul li a {
        font-size: 13px
    }

    main .compare ul li:nth-child(7) {
        display: none
    }
}

@media (max-width: 1599px) and (min-width:1440px) {
    .header ul.right>li {
        padding:0 34px
    }

    main .products ul li {
        margin-left: 22px;
        margin-right: 22px
    }

    main .product .images {
        width: 466px
    }

    main .product .images ul.slider-for,main .product .images ul.slider-for li {
        height: 320px
    }

    main .product .images .nav {
        margin-top: 30px
    }

    main .product .images ul.slider-nav {
        width: 465px
    }

    main .product .images ul.slider-nav li {
        width: 83px!important
    }

    main .product .detail {
        width: calc(100% - 509px)
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 2px
    }

    main .right .last_views li {
        width: 211px;
        margin-left: 16px;
        margin-right: 16px
    }

    main .right .last_views li a.link {
        font-size: 13px;
        height: 30px;
        line-height: 15px
    }

    main .right .last_views li span.price {
        font-size: 27px
    }

    main .right .last_views li span.gel {
        font-size: 11px
    }

    main .right .last_views li span.prev_price {
        font-size: 16px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers h2 {
        font-size: 24px
    }

    main .right .special_offers li {
        width: 321px;
        margin-left: 13px;
        margin-right: 13px
    }

    main .right .special_offers li a.img_link {
        width: 271px
    }

    main .right .special_offers li a.link {
        font-size: 14px
    }

    main .right .special_offers li span.price {
        font-size: 26px
    }

    main .right .special_offers li span.gel {
        font-size: 10px
    }

    main .right .special_offers li span.prev_price {
        font-size: 17px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 9px
    }

    main .right .special_offers li button.button {
        width: 121px;
        height: 27px;
        font-size: 12px;
        line-height: 27px;
        margin-top: 12px;
        padding-left: 23px;
        background-size: 16px;
        background-position: 13px
    }

    footer .right ul li a {
        font-size: 13px
    }

    main .compare ul li:nth-child(6),main .compare ul li:nth-child(7) {
        display: none
    }
}

@media (max-width: 1439px) and (min-width:1366px) {
    .header ul.right>li {
        padding:0 26px
    }

    .header .search {
        width: calc(100% - 900px)
    }

    .header ul.right>li.bag {
        background-position: 28px 18px
    }

    main .products ul li {
        margin-left: 14px;
        margin-right: 14px
    }

    main .product .similar_products li {
        width: 173px
    }

    main .product .images {
        width: 466px
    }

    main .product .images ul.slider-for,main .product .images ul.slider-for li {
        height: 320px
    }

    main .product .images .nav {
        margin-top: 30px
    }

    main .product .images ul.slider-nav {
        width: 465px
    }

    main .product .images ul.slider-nav li {
        width: 83px!important
    }

    main .product .detail {
        width: calc(100% - 509px)
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 2px
    }

    main .right .last_views h2 {
        font-size: 22px
    }

    main .right .last_views li {
        width: 239px;
        margin-left: 38px;
        margin-right: 38px
    }

    main .right .last_views li a.link {
        font-size: 15px
    }

    main .right .last_views li span.price {
        font-size: 27px
    }

    main .right .last_views li span.gel {
        font-size: 11px
    }

    main .right .last_views li span.prev_price {
        font-size: 16px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers h2 {
        font-size: 24px
    }

    main .right .special_offers li {
        width: 260px;
        margin-left: 21px;
        margin-right: 21px
    }

    main .right .special_offers li a.img_link {
        width: 255px
    }

    main .right .special_offers li a.link {
        font-size: 14px
    }

    main .right .special_offers li span.price {
        font-size: 26px
    }

    main .right .special_offers li span.gel {
        font-size: 11px
    }

    main .right .special_offers li span.prev_price {
        font-size: 15px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 9px
    }

    main .right .special_offers li button.button {
        width: 150px;
        height: 34px;
        font-size: 13px;
        line-height: 34px;
        margin-top: 8px
    }

    footer .right ul li a {
        font-size: 12px
    }

    main .compare ul li:nth-child(6),main .compare ul li:nth-child(7) {
        display: none
    }
}

@media (max-width: 1365px) and (min-width:1280px) {
    .header ul.right>li {
        padding-left:31px;
        padding-right: 31px
    }

    .header .search {
        width: calc(100% - 900px)
    }

    .header ul.right>li.bag {
        background-position: 28px 18px
    }

    main .product .images {
        width: 416px
    }

    main .product .images ul.slider-for,main .product .images ul.slider-for li {
        height: 270px
    }

    main .product .images .nav {
        margin-top: 30px
    }

    main .product .images ul.slider-nav {
        width: 415px
    }

    main .product .images ul.slider-nav li {
        width: 73px!important
    }

    main .product .detail {
        width: calc(100% - 459px)
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 3px
    }

    main .right .last_views h2 {
        font-size: 22px
    }

    main .right .last_views li {
        width: 209px;
        margin-left: 39px;
        margin-right: 39px
    }

    main .right .last_views li a.link {
        font-size: 13px;
        line-height: 15px;
        height: 28px
    }

    main .right .last_views li span.price {
        font-size: 27px
    }

    main .right .last_views li span.gel {
        font-size: 11px
    }

    main .right .last_views li span.prev_price {
        font-size: 16px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers h2 {
        font-size: 24px
    }

    main .right .special_offers li {
        width: 260px;
        margin-left: 15px;
        margin-right: 15px
    }

    main .right .special_offers li a.img_link {
        width: 255px
    }

    main .right .special_offers li a.link {
        font-size: 14px
    }

    main .right .special_offers li span.price {
        font-size: 26px
    }

    main .right .special_offers li span.gel {
        font-size: 10px
    }

    main .right .special_offers li span.prev_price {
        font-size: 15px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers li button.button {
        width: 150px;
        height: 34px;
        font-size: 13px;
        line-height: 34px;
        margin-top: 8px;
        zoom:.8}

    footer .right ul li a {
        font-size: 12px
    }

    main .compare ul li:nth-child(5),main .compare ul li:nth-child(6),main .compare ul li:nth-child(7) {
        display: none
    }
}

@media (max-width: 1279px) and (min-width:1025px) {
    .header ul.right>li {
        padding-left:15px;
        padding-right: 15px
    }

    main .subheader span.result {
        margin-left: 160px;
        font-size: 10px
    }

    main .subheader .filters select,main .subheader span.filter {
        font-size: 10px
    }

    main .filter_methods h2 {
        font-size: 16px
    }

    main .filter_methods {
        width: 258px
    }

    main .products {
        width: calc(100% - 259px)
    }

    main .products ul {
        padding: 28px 14px 0
    }

    main .products ul li {
        margin-left: 10px;
        margin-right: 10px
    }

    main .product .images {
        width: 366px
    }

    main .product .images ul.slider-for,main .product .images ul.slider-for li {
        height: 220px
    }

    main .product .images .nav {
        margin-top: 30px
    }

    main .product .images ul.slider-nav {
        width: 365px
    }

    main .product .images ul.slider-nav li {
        width: 63px!important
    }

    main .product .detail {
        width: calc(100% - 409px)
    }

    main .product .order {
        width: 241px
    }

    main .product .order .prices span.price {
        font-size: 29px
    }

    main .product .order .prices span.gel {
        font-size: 13px
    }

    main .product .order .prices span.prev_price {
        font-size: 18px;
        margin-left: 15px
    }

    main .product .order .prices span.prev_price i {
        font-size: 10px
    }

    main .product .order .buttons {
        width: 207px
    }

    main .product .order .buttons button {
        width: 207px;
        padding-left: 25px
    }

    main .product .order .buttons button.add_to_bag {
        background-position: 25px
    }

    main .product .order .buttons button.save {
        background-position: 68px
    }

    main .product .order .buttons button.buy {
        background-position: 62px
    }

    main .product .order .buttons .line {
        width: 207px
    }

    main .product .order .buttons button.liberty {
        background-position: 31px
    }

    main .product .order .buttons button.bog {
        background-position: 15px
    }

    main .product .order .buttons button.tbc {
        background-position: 45px
    }

    main .product .order h2 {
        font-size: 14px
    }

    main .product .info {
        width: calc(100% - 294px)
    }

    main .product .detail h2 {
        font-size: 17px
    }

    main .product .detail span.manufacturer {
        width: 239px
    }

    main .product .additional_accessories,main .product .product_description,main .product .similar_products,main .product .specifications {
        width: calc(100% - 294px)
    }

    main .product .similar_products li {
        width: 170px
    }

    main .product .additional_accessories ul li,main .product .additional_accessories ul li a {
        width: 114px;
        height: 76px
    }

    main .product .additional_accessories ul li a img {
        width: 100%
    }

    main .product .additional_accessories .add_to_bag {
        margin-left: 30px;
        margin-top: 5px
    }

    main .product .additional_accessories h2,main .product .product_description h2,main .product .similar_products h2,main .product .specifications h1,main .product .specifications h2 {
        font-size: 15px
    }

    main .product .specifications img {
        width: 30%
    }

    .header a.logo {
        width: 59px;
        background-size: cover;
        background-position: 0
    }

    .header .search {
        margin-left: 28px;
        width: calc(100% - 570px)
    }

    .header ul.right>li.bag {
        background-position: 18px 18px
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 0
    }

    main .right .last_views li {
        width: 165px;
        margin-left: 8px;
        margin-right: 8px
    }

    main .right .last_views li a.link {
        font-size: 11px;
        line-height: 14px;
        margin-top: 10px;
        height: 26px
    }

    main .right .last_views li span.price {
        font-size: 19px;
        margin-top: 10px
    }

    main .right .last_views li span.gel {
        font-size: 9px;
        margin-top: 12px
    }

    main .right .last_views li span.prev_price {
        font-size: 12px;
        margin-top: 18px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers h2 {
        font-size: 24px
    }

    main .right .special_offers li {
        width: 260px;
        margin-left: 12px;
        margin-right: 12px
    }

    main .right .special_offers li span.manufacturer {
        font-size: 12px
    }

    main .right .special_offers li a.img_link {
        width: 250px
    }

    main .right .special_offers li a.link {
        font-size: 12px
    }

    main .right .special_offers li span.price {
        font-size: 23px
    }

    main .right .special_offers li span.gel {
        font-size: 9px
    }

    main .right .special_offers li span.prev_price {
        font-size: 14px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 9px
    }

    main .right .special_offers li button.button {
        width: 100px;
        height: 25px;
        font-size: 10px;
        line-height: 25px;
        margin-top: 11px;
        padding-left: 23px;
        background-size: 13px;
        background-position: 13px
    }

    footer .right input[type=email] {
        width: 222px;
        height: 28px;
        font-size: 10px
    }

    footer .right input[type=submit] {
        width: 92px;
        height: 28px;
        font-size: 12px
    }

    footer .right .methods {
        background-size: 250px;
        width: 250px;
        height: 27px
    }

    footer .right ul li a {
        font-size: 12px
    }

    main .compare ul li:nth-child(4),main .compare ul li:nth-child(5),main .compare ul li:nth-child(6),main .compare ul li:nth-child(7) {
        display: none
    }
}

@media (max-width: 1024px) {
    .header ul.right>li {
        padding-left:15px;
        padding-right: 15px
    }

    main .subheader span.result {
        margin-left: 160px;
        font-size: 10px
    }

    main .subheader .filters select,main .subheader span.filter {
        font-size: 10px
    }

    main .filter_methods h2 {
        font-size: 16px
    }

    main .filter_methods {
        width: 258px
    }

    main .products {
        width: calc(100% - 259px)
    }

    main .products ul {
        padding: 28px 16px 0
    }

    main .products ul li {
        margin-left: 10px;
        margin-right: 10px
    }

    main .product .images {
        width: 366px
    }

    main .product .images ul.slider-for,main .product .images ul.slider-for li {
        height: 220px
    }

    main .product .images .nav {
        margin-top: 30px
    }

    main .product .images ul.slider-nav {
        width: 365px
    }

    main .product .images ul.slider-nav li {
        width: 63px!important
    }

    main .product .detail {
        width: calc(100% - 409px)
    }

    main .product .order {
        width: 241px
    }

    main .product .order .prices span.price {
        font-size: 29px
    }

    main .product .order .prices span.gel {
        font-size: 13px
    }

    main .product .order .prices span.prev_price {
        font-size: 18px;
        margin-left: 15px
    }

    main .product .order .prices span.prev_price i {
        font-size: 10px
    }

    main .product .order .buttons {
        width: 207px
    }

    main .product .order .buttons button {
        width: 207px;
        padding-left: 25px
    }

    main .product .order .buttons button.add_to_bag {
        background-position: 25px
    }

    main .product .order .buttons button.save {
        background-position: 68px
    }

    main .product .order .buttons button.buy {
        background-position: 62px
    }

    main .product .order .buttons .line {
        width: 207px
    }

    main .product .order .buttons button.liberty {
        background-position: 31px
    }

    main .product .order .buttons button.bog {
        background-position: 15px
    }

    main .product .order .buttons button.tbc {
        background-position: 45px
    }

    main .product .order h2 {
        font-size: 14px
    }

    main .product .info {
        width: calc(100% - 294px)
    }

    main .product .detail h2 {
        font-size: 17px
    }

    main .product .detail span.manufacturer {
        width: 239px
    }

    main .product .additional_accessories,main .product .product_description,main .product .similar_products,main .product .specifications {
        width: calc(100% - 294px)
    }

    main .product .similar_products li {
        width: 168px
    }

    main .product .additional_accessories ul li,main .product .additional_accessories ul li a {
        width: 114px;
        height: 76px
    }

    main .product .additional_accessories ul li a img {
        width: 100%
    }

    main .product .additional_accessories .add_to_bag {
        margin-left: 30px;
        margin-top: 5px
    }

    main .product .additional_accessories h2,main .product .product_description h2,main .product .similar_products h2,main .product .specifications h1,main .product .specifications h2 {
        font-size: 15px
    }

    main .product .specifications img {
        width: 30%
    }

    body,html,main {
        width: 1024px
    }

    .header a.logo {
        width: 59px;
        background-size: cover;
        background-position: 0
    }

    .header .search {
        margin-left: 28px;
        width: calc(100% - 570px)
    }

    .header ul.right>li.bag {
        background-position: 18px 18px
    }

    main .right .banners .banner_500x184 {
        margin-bottom: 0
    }

    main .right .last_views li {
        width: 165px;
        margin-left: 8px;
        margin-right: 8px
    }

    main .right .last_views li a.link {
        font-size: 11px;
        line-height: 14px;
        margin-top: 10px;
        height: 26px
    }

    main .right .last_views li span.price {
        font-size: 19px;
        margin-top: 10px
    }

    main .right .last_views li span.gel {
        font-size: 9px;
        margin-top: 12px
    }

    main .right .last_views li span.prev_price {
        font-size: 12px;
        margin-top: 18px
    }

    main .right .last_views li span.prev_price i {
        font-size: 8px
    }

    main .right .special_offers h2 {
        font-size: 24px
    }

    main .right .special_offers li {
        width: 260px;
        margin-left: 12px;
        margin-right: 12px
    }

    main .right .special_offers li span.manufacturer {
        font-size: 12px
    }

    main .right .special_offers li a.img_link {
        width: 250px
    }

    main .right .special_offers li a.link {
        font-size: 12px
    }

    main .right .special_offers li span.price {
        font-size: 23px
    }

    main .right .special_offers li span.gel {
        font-size: 9px
    }

    main .right .special_offers li span.prev_price {
        font-size: 14px
    }

    main .right .special_offers li span.prev_price i {
        font-size: 9px
    }

    main .right .special_offers li button.button {
        width: 100px;
        height: 25px;
        font-size: 10px;
        line-height: 25px;
        margin-top: 11px;
        padding-left: 23px;
        background-size: 13px;
        background-position: 13px
    }

    footer .right input[type=email] {
        width: 222px;
        height: 28px;
        font-size: 10px
    }

    footer .right input[type=submit] {
        width: 92px;
        height: 28px;
        font-size: 12px
    }

    footer .right .methods {
        background-size: 250px;
        width: 250px;
        height: 27px
    }

    footer .right ul li a {
        font-size: 12px
    }

    main .compare ul li:nth-child(4),main .compare ul li:nth-child(5),main .compare ul li:nth-child(6),main .compare ul li:nth-child(7) {
        display: none
    }
}
