body {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-x: hidden;
  position: relative;
  top: 0;
}

body.s-active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 85px;
}

.compensate-for-scrollbar {
  margin: 0 !important;
}

a,
button,
img,
input,
select,
textarea {
  outline: 0 !important;
  text-decoration: none;
}

*::-moz-selection {
  background: #fff;
  color: #363636;
}

*::selection {
  background: #fff;
  color: #363636;
}

*::-moz-selection {
  background: #fff;
  color: #363636;
}

.slick-slide,
.slick-list,
.slick-track {
  outline: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #959595;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #585757;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.container-fluid {
  max-width: 1250px;
}

.overs-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 32;
}

.overlay,
.overlay2,
.overlay3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 30;
}

.overlay.active,
.overlay2.active,
.overlay3.active {
  z-index: 40;
}

.search-box {
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  top: -85px;
  background: #02b0fe;
  z-index: 999;
  height: 85px;
  padding: 18px 0;
}

.search-box form {
  position: relative;
  float: left;
  width: 100%;
}

.search-box form .form-group {
  margin: 0;
}

.search-box form .form-group input {
  border: none;
  background: none;
  height: 50px;
  width: 100%;
  font: 35px gotham-light;
  color: #fff;
  padding-right: 92px;
}

.search-box form .form-group ::-webkit-input-placeholder {
  color: #fff;
}

.search-box form .form-group ::-moz-placeholder {
  color: #fff;
}

.search-box form .form-group :-ms-input-placeholder {
  color: #fff;
}

.search-box form .form-group :-moz-placeholder {
  color: #fff;
}

.search-box form .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.search-box form .submit input,
.search-box form .submit button {
  background: url(../images/hd2.png) no-repeat;
  border: none;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#panel {
  position: fixed;
  background: #fff;
  left: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
  overflow: auto;
  max-width: 100%;
  z-index: 999999;
}

#panel .closes {
  cursor: pointer;
  background: url(../images/mob-close.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: 0 0;
}

#panel .mobile-menu {
  float: left;
  width: 100%;
  padding: 40px 0;
}

#panel nav {
  float: left;
  width: 100%;
}

#panel nav ul {
  float: left;
  width: 100%;
}

#panel nav ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
}

#panel nav ul li a {
  display: block;
  float: left;
  font: 18px gotham-book;
  color: #0054A6;
  padding: 15px 0;
}

#panel nav ul li ul {
  display: none;
  padding: 0 0 20px 0;
}

#panel nav ul li ul li {
  padding: 0;
  border: none;
}

#panel nav ul li ul li a {
  font: 13px gotham-book;
  color: #0054A6;
  padding: 8px 0;
}

#panel nav ul li ul li ul {
  padding: 5px 0 5px 15px;
  display: none;
}

#panel nav ul li ul li ul li a {
  font: 14px gotham-light;
  color: #0054A6;
  padding: 3px 0;
  text-align: left;
}

#panel nav ul>ul {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: left;
  border: 1px solid #E1E1E1;
  height: 30px;
  border-radius: 20px;
  position: relative;
  width: 60px;
  margin: 20px 0 0 0;
}

#panel nav ul>ul.active {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  height: 55px;
}

#panel nav ul>ul li a {
  display: block;
  font: 12px gotham-book;
  color: #363636;
  padding: 8px 15px;
}

#panel nav ul>ul li a:before {
  content: "";
  background: url(../images/header-top-ico.png) no-repeat;
  background-position: -95px -2px;
  display: block;
  width: 11px;
  height: 11px;
  float: right;
  position: relative;
  left: 5px;
}

#panel nav ul>ul li ul {
  float: left;
  width: 100%;
  position: absolute;
  top: 27px;
  padding: 0;
}

#panel nav ul>ul li ul li a {
  display: block;
  font: 12px gotham-book;
  color: #363636;
  padding: 5px 15px;
}

#panel nav ul>ul li ul li a:before {
  display: none;
}

.people-menu {
  display: none;
  position: absolute;
  background: #fff;
  border-top: 5px solid #02B0FE;
  width: 382px;
  right: -56px;
  top: 35px;
  padding: 30px;
  z-index: 99;
}

.people-menu .title {
  float: left;
  width: 100%;
  font: 24px gotham-bold;
  color: #363636;
  margin: 0 0 5px 0;
}

.people-menu form {
  float: left;
  width: 100%;
}

.people-menu form .form-group {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}

.people-menu form .form-group.acc label {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 20px;
  font-size: 10px;
}

.people-menu form .form-group label {
  cursor: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: left;
  width: 100%;
  font: 12px gotham-light;
  color: #C2C2C2;
  position: absolute;
  bottom: 4px;
  margin: 0;
}

.people-menu form .form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  height: 37px;
  font: 12px gotham-light;
  color: #C2C2C2;
  padding: 15px 0 5px 0;
}

.people-menu form .submit {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.people-menu form .submit input,
.people-menu form .submit button {
  cursor: pointer;
  background: #363636;
  border-radius: 20px;
  height: 34px;
  width: 100%;
  font: 12px gotham-book;
  color: #fff;
  text-align: center;
  border: none;
}

.people-menu .other-first {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.people-menu .other-first .left {
  float: left;
  width: 50%;
}

.people-menu .other-first .left a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 12px gotham-light;
  color: #363636;
}

.people-menu .other-first .left a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.people-menu .other-first .rights {
  float: right;
  width: 50%;
}

.people-menu .other-first .rights .checkbox {
  float: right;
  margin: 0;
}

.people-menu .other-first .rights .checkbox label {
  float: left;
  width: 100%;
  font: 12px gotham-light;
  color: #363636;
}

.people-menu .other-first .rights .checkbox .icheckbox_square_gold {
  top: -2px;
  height: 17px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 6px;
  padding: 0;
  width: 17px;
  background: url(../images/check.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 -32px;
}

.people-menu .other-first .rights .checkbox .icheckbox_square_gold.checked {
  background-position: 0 0;
}

.people-menu .other-two {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.people-menu .other-two a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  float: left;
  width: 48%;
  font: 12px gotham-book;
  color: #363636;
  text-align: center;
  border: 1px solid #363636;
  height: 34px;
  border-radius: 20px;
  padding: 9px 5px;
  margin: 0 12px 0 0;
}

.people-menu .other-two a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #02B0FE;
  color: #fff;
  border-color: #02B0FE;
}

.people-menu .other-two a:last-child {
  margin-right: 0;
}

.people-menu .other-three {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.people-menu .other-three ul {
  float: left;
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
}

.people-menu .other-three ul li {
  background: none;
  padding: 0;
  margin: 0 12px 0 0;
  width: 48%;
  float: left;
}

.people-menu .other-three ul li:last-child {
  margin-right: 0;
}

.people-menu .other-three ul li.facebook a {
  background: #3B5998;
}

.people-menu .other-three ul li.twitter a {
  background: #55ACEE;
}

.people-menu .other-three ul li.google a {
  background: #DB4437;
}

.people-menu .other-three ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 11px gotham-book;
  color: #fff;
  border-radius: 40px;
  height: 38px;
  text-align: center;
  padding: 7px 30px;
}

.people-menu .other-three ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  border: 1px solid #0054A6;
}

.people-menu .other-three ul li a:hover i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.people-menu .other-three ul li a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 19px;
  float: left;
  position: relative;
  top: 2px;
  left: -7px;
}

.basket-menu {
  display: none;
  position: absolute;
  background: #fff;
  border-top: 5px solid #02B0FE;
  width: 382px;
  right: 17px;
  top: 47px;
  padding: 30px;
  cursor: default;
  z-index: 99;
}

.basket-menu .title {
  font: 22px gotham-bold;
  color: #363636;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  cursor: default;
}

.basket-menu .text {
  font: 16px gotham-light;
  color: #363636;
}

.basket-menu .list {
  float: left;
  width: 100%;
}

.basket-menu .list .item {
  float: left;
  width: 100%;
  border-top: 1px solid #e0dfdf;
  padding: 10px 0;
  position: relative;
}

.basket-menu .list .item .mc-md-8 {
  display: table;
  height: 82px;
}

.basket-menu .list .item a {
  display: block;
  cursor: pointer;
}

.basket-menu .list .item a .images {
  height: 82px;
}

.basket-menu .list .item a .images img {
  max-width: 100%;
  max-height: 100%;
}

.basket-menu .list .item a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.basket-menu .list .item a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.basket-menu .list .item a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.basket-menu .list .item a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.basket-menu .list .item a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.basket-menu .list .item a .text {
  display: table-cell;
  vertical-align: middle;
}

.basket-menu .list .item a .text .name {
  font: 16px gotham-book;
  color: #363636;
  float: left;
  width: 100%;
}

.basket-menu .list .item a .text .name span {
  display: block;
  font: 13px gotham-book;
  color: #959595;
  padding: 3px 0;
}

.basket-menu .list .item a .text .money {
  float: left;
  width: 100%;
  font: 19px gotham-book;
  color: #363636;
}

.basket-menu .list .closes {
  cursor: pointer;
  background: url(../images/cl.png) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 20px;
  background-position: 0 0;
}

.basket-menu .list .closes:hover {
  background-position: 0 -25px;
}

.basket-menu .list .plus {
  float: left;
  width: 100%;
  font: 17px gotham-book;
  color: #959595;
  border-top: 1px solid #e0dfdf;
  border-bottom: 1px solid #e0dfdf;
  padding: 10px 0 8px 0;
}

.basket-menu .list .plus a {
  font: 17px gotham-book;
  color: #959595;
}

.basket-menu .list .btn {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.basket-menu .list .btn a,
.basket-menu .list .btn button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 144px;
  height: 42px;
  border: 1px solid #0054A6;
  background: #0054A6;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 12px;
  font: 13px gotham-book;
}

.basket-menu .list .btn a:hover,
.basket-menu .list .btn button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
}

table {
  width: 100% !important;
}

.m-title {
  float: left;
  width: 100%;
  font: 24px gotham-bold;
  color: #363636;
  margin: 0 0 25px 0;
  padding: 0 15px;
}

header {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  padding: 18px 0 0 0;
  height: 80px;
  z-index: 35;
  background: #fff;
}

header.zzz {
  z-index: 30;
}

header.daas {
  top: 85px;
}

header.fix-header {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

header.fix-header.bx {
  -webkit-box-shadow: 0 0 16px #d8d8d8;
  box-shadow: 0 0 16px #d8d8d8;
}

header .container-fluid {
  position: relative;
}

header .logo {
  float: left;
}

header .logo.center {
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center;
}

header .mobile-btn {
  float: left;
  margin: 10px 0;
}

header .mobile-btn button {
  margin: 0;
  border-radius: 0;
  padding: 0;
}

header .mobile-btn button span {
  background: #0054A6;
}

header .mobile-btn .navbar-toggle .icon-bar {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .mobile-btn .navbar-toggle.open {
  margin: 0;
}

header .mobile-btn .navbar-toggle.open .icon-bar {
  background: #0054A6;
}

header .mobile-btn .navbar-toggle.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
  -moz-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
  -ms-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
  -o-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
  transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
}

header .mobile-btn .navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}

header .mobile-btn .navbar-toggle.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
  -moz-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
  -ms-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
  -o-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
  transform: rotate(45deg) translateY(-4.5px) translateX(-3.5px);
}

header .menu {
  float: right;
  position: relative;
}

header .menu ul {
  margin-right: 15px;
}

header .menu ul li {
  float: left;
}

header .menu ul li:nth-child(4) {
  margin-right: 20px;
}

header .menu ul li:nth-child(4) .sub-two {
  left: -125px !important;
}

header .menu ul li:nth-child(4)>a {
  padding-right: 0;
}

>header .menu ul li:nth-child(3) {
  position: relative;
}

header .menu ul li.active a,
header .menu ul li:hover a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

header .menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #363636;
  font: 12px gotham-book;
  padding: 15px 15px 33px 15px;
  letter-spacing: 2px;
}

header .menu ul li .sub-two {
  display: none;
  position: absolute;
  left: -30px;
  width: 310px;
  background: #fff;
  top: 62px;
  border-top: 5px solid #02B0FE;
  padding: 12px 0;
}

header .menu ul li .sub-two li {
  float: left;
  width: 100%;
}

header .menu ul li .sub-two li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  float: left;
  font: 14px gotham-light;
  color: #363636 !important;
  padding: 7px 35px;
  letter-spacing: 0;
}

header .menu ul li .sub-two li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE !important;
  padding-left: 45px;
}

header .menu ul li .submenu {
  display: none;
  position: absolute;
  left: -165px;
  width: 625px;
  background: #EBEBEB;
  top: 62px;
  border-top: 5px solid #02B0FE;
}

header .menu ul li .submenu li {
  float: left;
  width: 100%;
}

header .menu ul li .submenu li:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 54%;
}

header .menu ul li .submenu li.actives a {
  color: #363636 !important;
  background: #EBEBEB !important;
}

header .menu ul li .submenu li.actives ul {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none !important;
}

header .menu ul li .submenu li.active ul {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  display: block;
}

header .menu ul li .submenu li:hover a,
header .menu ul li .submenu li.active a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #02B0FE;
}

header .menu ul li .submenu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 14px gotham-book;
  color: #363636;
  padding: 12px 40px;
  letter-spacing: 0;
}

header .menu ul li .submenu li ul {
  width: 54%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  z-index: 5;
  padding: 10px 0;
  margin: 0;
}

header .menu ul li .submenu li ul li.open ul {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
  display: block !important;
  height: auto !important;
}

header .menu ul li .submenu li ul li:after {
  display: none;
}

header .menu ul li .submenu li ul li ul {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  position: inherit;
  opacity: 0;
  height: 0 !important;
  padding: 0 12px;
  display: inherit !important;
  overflow: hidden;
}

header .menu ul li .submenu li ul li ul li a {
  font-size: 12px;
}

header .menu ul li .submenu li ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 14px gotham-light;
  color: #363636 !important;
  background: none !important;
  padding: 7px 35px;
  float: left;
}

header .menu ul li .submenu li ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE !important;
  padding-left: 45px;
}

header .menu ul li .pro-submenu {
  display: none;
  position: absolute;
  border-top: 5px solid #02B0FE;
  width: 1000px;
  background: #fff;
  padding: 45px 50px;
  left: 0;
  margin-left: -435px;
  top: 62px;
}

header .menu ul li .pro-submenu li {
  float: left;
  width: 33.3%;
}

header .menu ul li .pro-submenu li ul {
  float: left;
  width: 100%;
}

header .menu ul li .pro-submenu li ul li {
  float: left;
  width: 100%;
}

header .menu ul li .pro-submenu li ul li.head {
  font: 16px gotham-book;
  color: #363636;
  margin-bottom: 18px;
}

header .menu ul li .pro-submenu li ul li.head a {
  font: 16px gotham-book !important;
  padding: 0 !important;
}

header .menu ul li .pro-submenu li ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 14px gotham-light;
  color: #363636;
  letter-spacing: 0;
  padding: 5px 0;
  float: left;
}

header .menu ul li .pro-submenu li ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE !important;
  padding-left: 5px;
}

header .menu ul li .pro-submenu li:last-child ul {
  padding-left: 45px;
}

header .menu ul li .pro-submenu li:last-child ul li {
  padding: 0;
}

header .menu ul li .pro-submenu li:last-child ul li a {
  font: 14px gotham-book;
  padding: 10px 0;
}

header .right {
  float: right;
  padding: 11px 0 11px 11px;
}

header .right .our-one {
  float: left;
}

header .right .our-one .people {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  background: url(../images/tp.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  padding: 0 5px;
}

header .right .our-one .people>a {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  margin-left: -8px;
}

header .right .our-one .people:hover,
header .right .our-one .people.open {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 -33px;
  background: url(../images/tp1.svg) no-repeat;
}

header .right .our-one .basket {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/tp.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  padding: 0 5px;
  background-position: -31px 0;
  margin: 0 8px 0 6px;
  cursor: pointer;
}

header .right .our-one .basket>a {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 20px;
  margin-left: -8px;
  position: relative;
}

header .right .our-one .basket>a i {
  width: 19px;
  height: 19px;
  position: absolute;
  right: -4px;
  top: -10px;
  background: #0054a6;
  padding: 3px 0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font: 12px gotham-bold;
}

header .right .our-one .basket:hover,
header .right .our-one .basket.open {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/tp1.svg) no-repeat;
  background-position: -31px 0;
}

header .right .search {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: url(../images/tp.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  padding: 0 5px;
  background-position: -63px 0;
}

header .right .search:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/tp1.svg) no-repeat;
  background-position: -63px 0;
}

header .right .search.active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/tp1.svg) no-repeat;
  background-position: -63px 0;
}

header .right .lang {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: left;
  border: 1px solid #E1E1E1;
  background: #fff;
  height: 30px;
  border-radius: 20px;
  margin: -6px 0 0 20px;
  position: relative;
}

header .right .lang.active {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  height: 55px;
}

header .right .lang ul {
  float: left;
  width: 100%;
}

header .right .lang ul li {
  float: left;
  width: 100%;
}

header .right .lang ul li a {
  display: block;
  font: 12px gotham-book;
  color: #363636;
  padding: 8px 15px;
}

header .right .lang ul li a:before {
  content: "";
  background: url(../images/header-top-ico.png) no-repeat;
  background-position: -95px -2px;
  display: block;
  width: 11px;
  height: 11px;
  float: right;
  position: relative;
  left: 5px;
}

header .right .lang ul li ul {
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  top: 27px;
}

header .right .lang ul li ul li {
  float: left;
  width: 100%;
}

header .right .lang ul li ul li a {
  display: block;
  padding: 5px 15px;
}

header .right .lang ul li ul li a:before {
  display: none;
}

.slider {
  width: 1358px;
  display: block;
  height: 650px;
  position: relative;
  margin: 80px auto 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider .all .line {
    position: relative;
    z-index: 999;
  }
  .slider .all .more {
    display: block !important;
    margin: 20px 0 30px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .slider .all:before {
    width: 100%;
    content: "";
    background: #000;
    height: 180%;
    display: block;
    z-index: 5;
    position: absolute;
    opacity: 0.2;
    top: -100px;
  }
  .slider .all .line {
    position: relative;
    z-index: 999;
  }
  .slider .all .more {
    display: block !important;
    margin: 10px 0 30px 0 !important;
  }
}

.slider .fullwidthbanner-container {
  height: 100% !important;
}

.slider .tp-bullets {
  position: absolute;
  bottom: 35px !important;
  z-index: 29;
}

.slider .tp-bullets .bullet {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50px;
  float: left;
  margin: 0 3px;
  -webkit-box-shadow: 0 0 7px #a2a2a2;
  box-shadow: 0 0 7px #a2a2a2;
}

.slider .tp-bullets .bullet.selected {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.slider .tp-simpleresponsive>ul li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}

.slider .fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.slider .fullwidthbanner-container ul {
  overflow: hidden;
  height: 100% !important;
  position: relative;
}

.slider .capBig {
  position: absolute;
  top: 82px !important;
  z-index: 9;
  height: 90%;
  width: 100%;
  display: table;
  left: 0 !important;
}

.slider .capBig .all {
  display: table-cell;
  vertical-align: middle;
}

.slider .capBig .all .line {
  float: left;
  width: 100%;
}

.slider .capBig .all .line .line1 {
  float: left;
  width: 100%;
  font: 54px gotham-bold;
  color: #fff;
}

.slider .capBig .all .line .line2 {
  float: left;
  width: 100%;
  font: 54px gotham-bold;
  color: #fff;
}

.slider .capBig .all .line .line3 {
  float: left;
  width: 100%;
  font: 24px gotham-book;
  color: #fff;
  margin: 40px 0 0 0;
}

.slider .capBig .all .line .line4 {
  float: left;
  width: 100%;
  font: 24px gotham-book;
  color: #fff;
}

.slider .capBig .all .line .line5 {
  float: left;
  width: 100%;
  font: 24px gotham-book;
  color: #fff;
}

.slider .capBig .all .line .more {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.slider .capBig .all .line .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  height: 44px;
  font: 12px gotham-book;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 13px 40px;
  position: relative;
  top: 0;
  left: 0;
}

.slider .capBig .all .line .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  top: -5px;
  left: -5px;
}

.mobile-slider {
  width: 100%;
  height: 260px;
  position: relative;
  margin: 60px auto 0 auto;
  display: none;
}

.mobile-slider .fullwidthbanner-container {
  height: 100% !important;
}

.mobile-slider .tp-bullets {
  position: absolute;
  bottom: 35px !important;
  z-index: 29;
}

.mobile-slider .tp-bullets .bullet {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50px;
  float: left;
  margin: 0 3px;
  -webkit-box-shadow: 0 0 7px #a2a2a2;
  box-shadow: 0 0 7px #a2a2a2;
}

.mobile-slider .tp-bullets .bullet.selected {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.mobile-slider .tp-simpleresponsive>ul li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}

.mobile-slider .fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.mobile-slider .fullwidthbanner-container ul {
  overflow: hidden;
  height: 100% !important;
  position: relative;
}

.product-someone {
  float: left;
  width: 100%;
  margin: 60px 0 30px 0;
}

.product-someone h1 {
  text-align: center;
  font: 35px gotham-bold;
  color: #363636;
  margin: 50px 0;
}

.product-someone .hideme {
  opacity: 0;
}

.product-someone .title {
  float: left;
  width: 100%;
  font: 25px gotham-bold;
  color: #363636;
  text-align: center;
  margin: 0 0 30px 0;
}

.product-someone .list {
  margin: 0 -15px;
}

.product-someone .list .item {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.product-someone .list .item .hovers {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border: 1px dashed #707070;
  width: 141px;
  height: 141px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -100px;
  z-index: 9;
  text-align: center;
  padding: 45px 0;
  font: 19px gotham-book;
  color: #363636;
}

.product-someone .list .item .hovers:before {
  content: "";
  background: url(../images/pls.png) no-repeat;
  width: 39px;
  height: 35px;
  display: block;
  margin: -20px auto 5px auto;
}

.product-someone .list .item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #DCDCDC;
}

.product-someone .list .item a:hover i.right {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.product-someone .list .item a:hover i.top {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.product-someone .list .item a:hover i.left {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.product-someone .list .item a:hover i.bottom {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.product-someone .list .item a i.right {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 1px;
  height: 0;
  background: #707070;
  top: 0;
}

.product-someone .list .item a i.top {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 0;
  height: 1px;
  background: #707070;
  top: 0;
}

.product-someone .list .item a i.left {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 1px;
  height: 0;
  background: #707070;
  bottom: 0;
}

.product-someone .list .item a i.bottom {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #707070;
  bottom: 0;
}

.product-someone .list .item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-someone .list .item a:hover .hovers {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  padding: 65px 0;
}

.product-someone .list .item a:hover .images:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.product-someone .list .item a .images {
  height: 258px;
  margin: 32px 0;
  position: relative;
}

.product-someone .list .item a .images img {
  max-width: 100%;
  max-height: 100%;
}

.product-someone .list .item a .images:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.product-someone .list .item a .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-someone .list .item a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.product-someone .list .item a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-someone .list .item a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.product-someone .list .item a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.product-someone .list .item a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-someone .list .item a .text {
  float: left;
  width: 100%;
  height: 156px;
  overflow: hidden;
}

.product-someone .list .item a .text .tp {
  float: left;
  width: 100%;
  margin: 5px 0 20px 0;
}

.product-someone .list .item a .text .tp ul li {
  float: left;
  font: 16px gotham-book;
  color: #fff;
  padding: 4px 13px 1px 13px;
  margin: 0 5px 0 0;
}

.product-someone .list .item a .text .tp ul li.plus {
  background: #60C923;
}

.product-someone .list .item a .text .tp ul li.new {
  background: #02B0FE;
}

.product-someone .list .item a .text .tp ul li.campaign {
  background: #FEC302;
  float: right;
}

.product-someone .list .item a .text .name {
  float: left;
  width: 100%;
}

.product-someone .list .item a .text .name .left {
  width: 60%;
  float: left;
}

.product-someone .list .item a .text .name .left span {
  font: 12px gotham-book;
  color: #959595;
  margin: 3px 0 0 0;
  display: -webkit-box;
  height: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-someone .list .item a .text .name .left b {
  font: 16px gotham-book;
  color: #363636;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-someone .list .item a .text .name .right {
  width: 40%;
  float: right;
  text-align: right;
  margin: -5px 0;
}

.product-someone .list .item a .text .name .right span {
  display: block;
  font: 16px gotham-book;
  color: #BEBEBE;
  margin: 0 0 2px 0;
  position: relative;
  float: right;
}

.product-someone .list .item a .text .name .right span:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #BEBEBE;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.product-someone .list .item a .text .name .right b {
  font: 19px gotham-book;
  color: #363636;
  display: block;
  overflow: hidden;
  width: 100%;
}

.product-someone .list .item a .text .cont {
  float: left;
  width: 100%;
  margin: 12px 0 0 0;
}

.product-someone .list .item a .text .cont ul {
  float: left;
  width: 100%;
  height: 55px;
  overflow: hidden;
}

.product-someone .list .item a .text .cont ul li {
  font: 12px gotham-light;
  color: #959595;
  float: left;
  width: 100%;
  padding: 2px 0;
}

.premium-product {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}

.premium-product .all {
  padding: 0 60px;
  float: left;
  width: 100%;
  background: url(../images/pr-home-cont.png) right center no-repeat;
  background-color: #0054A6;
}

.premium-product .all .mc-md-6 {
  display: table;
  height: 476px;
}

.premium-product .texts {
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.premium-product .texts .title {
  font: 54px gotham-bold;
  color: #FFFFFF;
  opacity: 0;
  padding: 5px 0;
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.premium-product .texts .content {
  float: left;
  width: 100%;
  opacity: 0;
}

.premium-product .texts .content .tx {
  float: left;
  width: 100%;
  font: 20px gotham-book;
  color: #FFFFFF;
  padding: 0 100px 0 0;
  margin: 20px 0 30px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.premium-product .texts .content .more {
  float: left;
  width: 100%;
}

.premium-product .texts .content .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  height: 44px;
  font: 12px gotham-book;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 13px 40px;
  position: relative;
  top: 0;
  left: 0;
}

.premium-product .texts .content .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  top: -5px;
  left: -5px;
}

.premium-product .images {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.premium-product .images .img1 {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  height: 335px;
  float: left;
  position: absolute;
  bottom: -335px;
  left: 40px;
}

.premium-product .images .img1 .resim-att {
  width: 244px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.premium-product .images .img1 .resim-att .resim-att-pre {
  width: 244px;
  height: 100%;
  position: relative;
}

.premium-product .images .img1 .resim-att .resim-att-pre .resim-thumb {
  width: 244px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.premium-product .images .img1 .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 244px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.premium-product .images .img1 .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.premium-product .images .img2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 275px;
  float: left;
  position: absolute;
  bottom: -275px;
  right: 40px;
}

.premium-product .images .img2 .resim-att {
  width: 232px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.premium-product .images .img2 .resim-att .resim-att-pre {
  width: 232px;
  height: 100%;
  position: relative;
}

.premium-product .images .img2 .resim-att .resim-att-pre .resim-thumb {
  width: 232px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.premium-product .images .img2 .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 232px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.premium-product .images .img2 .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boxes-group {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.boxes-group .all {
  margin: 0 -15px;
}

.boxes-group .item {
  float: left;
  width: 100%;
  position: relative;
}

.boxes-group .item a {
  float: left;
  width: 100%;
  height: 330px;
  overflow: hidden;
  display: block;
}

.boxes-group .item a:hover .images {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.boxes-group .item a:hover .text .url {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  bottom: 35px;
  right: 55px;
  color: #0054A6;
}

.boxes-group .item .images {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 330px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.boxes-group .item .images .resim-att {
  display: none;
}

.boxes-group .item .images img {
  max-width: 100%;
}

.boxes-group .item .images:before {
  content: "";
  background: #363636;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.boxes-group .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.boxes-group .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.boxes-group .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.boxes-group .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.boxes-group .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boxes-group .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  height: 100%;
  z-index: 4;
}

.boxes-group .item .text span {
  font: 30px gotham-bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 25px 0;
}

.boxes-group .item .text p {
  font: 18px gotham-light;
  color: #FFFFFF;
  display: none;
}

.boxes-group .item .text p:nth-child(2) {
  display: block !important;
}

.boxes-group .item .text .url {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 30px;
  right: 50px;
  font: 12px gotham-book;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 25px;
}

.boxes-flavor {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.boxes-flavor .bottom {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 60px;
  padding: 0 50px;
  left: 0;
}

.boxes-flavor .bottom .logo {
  float: left;
}

.boxes-flavor .item {
  float: left;
  width: 100%;
  position: relative;
}

.boxes-flavor .item a {
  float: left;
  width: 100%;
  height: 455px;
  overflow: hidden;
  display: block;
}

.boxes-flavor .item a:hover .text .url {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  top: 5px;
  right: 5px;
  color: #0054A6;
}

.boxes-flavor .item .images {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 455px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.boxes-flavor .item .images .resim-att {
  display: none;
}

.boxes-flavor .item .images img {
  max-width: 100%;
}

.boxes-flavor .item .images:before {
  content: "";
  background: #363636;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.boxes-flavor .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.boxes-flavor .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.boxes-flavor .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.boxes-flavor .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.boxes-flavor .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boxes-flavor .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  height: 100%;
  z-index: 4;
}

.boxes-flavor .item .text b {
  font: 60px gotham-bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 25px 0;
}

.boxes-flavor .item .text span {
  font: 18px gotham-light;
  color: #FFFFFF;
  max-width: 410px;
  display: block;
}

.boxes-flavor .item .text .url {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  float: right;
  font: 17px gotham-book;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  top: 0;
  right: 0;
  padding: 15px 40px;
  margin: 18px 0;
}

.page {
  float: left;
  width: 100%;
  margin: 82px 0 0 0;
}

.page .page-content {
  float: left;
  width: 100%;
  min-height: 500px;
}

@media only screen and (max-width: 767px) {
  .page .page-content {
    min-height: inherit !important;
  }
}

.page .page-content .tp {
  position: relative;
  float: right;
  min-width: 140px;
  margin: 0;
}

.page .page-content .tp .f-plus {
  position: absolute;
  right: 0;
  top: -20px;
}

.page .page-content .tp .f-plus i {
  display: block;
  float: left;
  font: 19px gotham-book;
  color: #363636;
}

.page .page-content .tp .f-plus em {
  display: block;
  float: left;
  font: 12px gotham-book;
  color: #363636;
}

.page .page-content .tp .f-plus .scale-font {
  float: left;
  width: 56px;
  height: 27px;
  border: 1px solid #E1E1E1;
  border-radius: 30px;
  margin: -4px 0 0 12px;
}

.page .page-content .tp .f-plus .scale-font a.large {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/pl.png) left 8px center no-repeat;
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  border-right: 1px solid #E1E1E1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page .page-content .tp .f-plus .scale-font a.large:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #E1E1E1;
}

.page .page-content .tp .f-plus .scale-font a.small {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/pe.png) center center no-repeat;
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page .page-content .tp .f-plus .scale-font a.small:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #E1E1E1;
}

.page .page-content .pro-list,
.page .page-content .pro-lists {
  margin: 0;
}

.page .page-content .pro-list .item,
.page .page-content .pro-lists .item {
  position: relative;
}

.page .page-content .pro-list .karsilastir,
.page .page-content .pro-lists .karsilastir {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 27;
  top: 0;
}

.page .page-content .pro-list .karsilastir.hov,
.page .page-content .pro-lists .karsilastir.hov {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: -5px;
  top: -5px;
}

.page .page-content .pro-list .karsilastir .form-group,
.page .page-content .pro-lists .karsilastir .form-group {
  float: right;
  margin: 0;
}

.page .page-content .pro-list .karsilastir .form-group .checkbox,
.page .page-content .pro-lists .karsilastir .form-group .checkbox {
  float: left;
  width: 100%;
  margin: 0;
}

.page .page-content .pro-list .karsilastir .form-group label,
.page .page-content .pro-lists .karsilastir .form-group label {
  font: 12px gotham-light;
  color: #BEBEBE;
  padding: 8px 0;
  float: left;
  cursor: pointer;
}

.page .page-content .pro-list .karsilastir .form-group a,
.page .page-content .pro-lists .karsilastir .form-group a {
  border: none;
  position: inherit !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  font: 12px gotham-light;
  color: #BEBEBE;
  padding: 8px 0;
  float: left;
  cursor: pointer;
}

.page .page-content .pro-list .karsilastir .form-group a.secili:after,
.page .page-content .pro-lists .karsilastir .form-group a.secili:after {
  background-position: 0 -41px;
}

.page .page-content .pro-list .karsilastir .form-group a:after,
.page .page-content .pro-lists .karsilastir .form-group a:after {
  content: "";
  top: 0 !important;
  left: 0 !important;
  margin-top: -8px;
  height: 24px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
  width: 24px;
  background: url(../images/checks.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
}

.page .page-content .pro-list .karsilastir .form-group a.checked,
.page .page-content .pro-lists .karsilastir .form-group a.checked {
  background-position: 0 -41px;
}

.page .page-content .pro-list .karsilastir .form-group .icheckbox_square_gold,
.page .page-content .pro-lists .karsilastir .form-group .icheckbox_square_gold {
  top: -8px;
  height: 24px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
  width: 24px;
  background: url(../images/checks.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
}

.page .page-content .pro-list .karsilastir .form-group .icheckbox_square_gold.checked,
.page .page-content .pro-lists .karsilastir .form-group .icheckbox_square_gold.checked {
  background-position: 0 -41px;
}

.page .page-content .karsilastir-liste {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 9999999999;
  border-top: 1px solid #E1E1E1;
  padding: 20px 0;
}

.page .page-content .karsilastir-liste .container {
  max-width: 1250px;
  width: auto !important;
}

.page .page-content .karsilastir-liste .pa {
  padding: 0;
}

.page .page-content .karsilastir-liste .text {
  float: left;
  width: 100%;
}

.page .page-content .karsilastir-liste .text b {
  display: block;
  font: 20px gotham-bold;
  color: #363636;
  margin: 0 0 8px 0;
}

.page .page-content .karsilastir-liste .text span {
  display: block;
  font: 13px gotham-book;
  color: #363636;
}

.page .page-content .karsilastir-liste .listes {
  float: left;
  padding: 0 0 0 50px;
}

.page .page-content .karsilastir-liste .listes .item {
  width: 230px;
  float: left;
  position: relative;
  margin: 0 8px;
}

.page .page-content .karsilastir-liste .listes .item .mp-urun-close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  background: url(../images/closes.png) center center no-repeat #C5C9CC;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.page .page-content .karsilastir-liste .listes .item .images {
  float: left;
  height: 64px;
  width: 64px;
  margin-right: 10px;
}

.page .page-content .karsilastir-liste .listes .item .images img {
  max-height: 100%;
  padding: 8px;
}

.page .page-content .karsilastir-liste .listes .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.page .page-content .karsilastir-liste .listes .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.page .page-content .karsilastir-liste .listes .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.page .page-content .karsilastir-liste .listes .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.page .page-content .karsilastir-liste .listes .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page .page-content .karsilastir-liste .listes .item .title {
  display: table;
  height: 64px;
}

.page .page-content .karsilastir-liste .listes .item .title .all {
  display: table-cell;
  vertical-align: middle;
}

.page .page-content .karsilastir-liste .listes .item .title .all b {
  font: 16px gotham-book;
  color: #363636;
  display: block;
}

.page .page-content .karsilastir-liste .listes .item .title .all span {
  font: 14px gotham-book;
  color: #BEBEBE;
  display: block;
}

.page .page-content .karsilastir-liste .listes .item a,
.page .page-content .karsilastir-liste .listes .item button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  background: url(../images/closes.png) center center no-repeat #C5C9CC;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.page .page-content .karsilastir-liste .listes .item a:hover,
.page .page-content .karsilastir-liste .listes .item button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #0054A6;
  color: #fff;
}

.page .page-content .karsilastir-liste .buttons {
  float: right;
  margin: 10px 0;
  display: none;
}

.page .page-content .karsilastir-liste .buttons.active {
  display: block;
}

.page .page-content .karsilastir-liste .buttons a,
.page .page-content .karsilastir-liste .buttons button,
.page .page-content .karsilastir-liste .buttons input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 12px gotham-book;
  color: #363636;
  border: 1px solid #363636;
  height: 44px;
  width: 165px;
  display: block;
  text-align: center;
  border-radius: 30px;
  padding: 15px 10px;
  background: #fff;
  cursor: pointer;
}

.page .page-content .karsilastir-liste .buttons a:hover,
.page .page-content .karsilastir-liste .buttons button:hover,
.page .page-content .karsilastir-liste .buttons input:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #0054A6;
  color: #fff;
}

.page .page-content .filter-top {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}

.page .page-content .filter-top.fix-filter {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 99;
  -webkit-box-shadow: 0 0 16px #d8d8d8;
  box-shadow: 0 0 16px #d8d8d8;
}

.page .page-content .filter-top.fix-filter .all {
  max-width: 1250px;
  margin: 0 auto;
  padding: 13px 15px;
}

.page .page-content .filter-top .filter {
  float: left;
  position: relative;
  width: 100%;
}

.page .page-content .filter-top .filter.active button {
  background: #EBEBEB;
  border-color: transparent;
  z-index: 40;
}

.page .page-content .filter-top .filter.active button span {
  width: 20px;
  position: relative;
  top: 2px;
}

.page .page-content .filter-top .filter.active button span.ico {
  opacity: 1 !important;
  background: none !important;
  top: 0 !important;
}

.page .page-content .filter-top .filter.active button span i {
  opacity: 0;
}

.page .page-content .filter-top .filter.active button span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(4.5px) translateX(-2.5px);
  -ms-transform: rotate(-45deg) translateY(4.5px) translateX(-2.5px);
  transform: rotate(-45deg) translateY(4.5px) translateX(-2.5px);
}

.page .page-content .filter-top .filter.active button span:nth-child(2) {
  opacity: 0;
}

.page .page-content .filter-top .filter.active button span:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-4.5px) translateX(-2.5px);
  -ms-transform: rotate(45deg) translateY(-4.5px) translateX(-2.5px);
  transform: rotate(45deg) translateY(-4.5px) translateX(-2.5px);
}

.page .page-content .filter-top .filter em {
  font: 12px gotham-light;
  color: #363636;
  float: left;
  padding: 10px;
}

.page .page-content .filter-top .filter em b {
  font: 12px gotham-bold;
  color: #363636;
}

.page .page-content .filter-top .filter button {
  background: none;
  width: 110px;
  height: 34px;
  border: 1px solid #E1E1E1;
  float: left;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  z-index: 20;
}

.page .page-content .filter-top .filter button b {
  float: left;
  font: 12px gotham-book;
  color: #363636;
  font-weight: inherit;
}

.page .page-content .filter-top .filter button .ico {
  float: right;
}

.page .page-content .filter-top .filter button span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 1px;
  background: #000;
  margin-bottom: 4px;
  position: relative;
}

.page .page-content .filter-top .filter button span:nth-child(2) i {
  left: 10px;
}

.page .page-content .filter-top .filter button span:nth-child(3) i {
  left: 5px;
}

.page .page-content .filter-top .filter button span i {
  width: 3px;
  height: 3px;
  border: 1px solid #000;
  display: block;
  position: absolute;
  background: #fff;
  top: -1px;
  left: 2px;
}

.page .page-content .filter-top .mobile-form {
  display: none;
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 20px 0 0 0;
}

.page .page-content .filter-top .mobile-form .all {
  float: left;
  width: 100%;
  max-height: 320px;
  overflow: auto;
}

.page .page-content .filter-top .mobile-form .item {
  float: left;
  width: 100%;
}

.page .page-content .filter-top .mobile-form .item.open span {
  background: #fff;
  color: #0054A6;
}

.page .page-content .filter-top .mobile-form .item span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 15px;
  display: block;
  font: 14px gotham-book;
  color: #363636;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.page .page-content .filter-top .mobile-form .form-group {
  display: none;
  float: left;
  width: 100%;
  margin: 0;
  max-height: 186px;
  overflow: auto;
  padding: 8px 15px;
}

.page .page-content .filter-top .mobile-form .form-group::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.page .page-content .filter-top .mobile-form .form-group::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
}

.page .page-content .filter-top .mobile-form .form-group::-webkit-scrollbar-thumb {
  background-color: #0054A6;
}

.page .page-content .filter-top .mobile-form .form-group .checkbox {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.page .page-content .filter-top .mobile-form .form-group .checkbox label {
  float: left;
  width: 100%;
  font: 14px gotham-light;
  color: #363636;
  padding: 0;
  min-height: inherit;
}

.page .page-content .filter-top .mobile-form .form-group .checkbox .icheckbox_square_gold {
  top: -1px;
  height: 17px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  width: 17px;
  background: url(../images/check.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 -32px;
}

.page .page-content .filter-top .mobile-form .form-group .checkbox .icheckbox_square_gold.checked {
  background-position: 0 0;
}

.page .page-content .filter-top .filtes-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 575px;
  background: #fff;
  top: 34px;
  z-index: 60;
}

.page .page-content .filter-top .filtes-menu .tabs-cat {
  float: left;
  width: 50%;
  background: #EBEBEB;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0;
  max-height: 257px;
  overflow: auto;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul::-webkit-scrollbar-thumb {
  background-color: #0054A6;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul li {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul li.active a,
.page .page-content .filter-top .filtes-menu .tabs-cat ul li:hover a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
}

.page .page-content .filter-top .filtes-menu .tabs-cat ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 14px gotham-book;
  color: #363636;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  padding: 13px 18px;
}

.page .page-content .filter-top .filtes-menu .tab-content {
  width: 50%;
  float: left;
  padding: 0 0 0 30px;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group {
  float: left;
  width: 100%;
  margin: 0;
  max-height: 257px;
  overflow: auto;
  padding: 12px 0;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group::-webkit-scrollbar-thumb {
  background-color: #0054A6;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group .checkbox {
  float: left;
  width: 100%;
  margin: 7px 0;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group .checkbox label {
  float: left;
  width: 100%;
  font: 14px gotham-light;
  color: #363636;
  padding: 0;
  min-height: inherit;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group .checkbox .icheckbox_square_gold {
  top: -1px;
  height: 17px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  width: 17px;
  background: url(../images/check.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 -32px;
}

.page .page-content .filter-top .filtes-menu .tab-content .form-group .checkbox .icheckbox_square_gold.checked {
  background-position: 0 0;
}

.page .page-content .filter-top .filtes-menu .submit {
  float: left;
  width: 100%;
  padding: 20px 45px;
}

.page .page-content .filter-top .filtes-menu .submit input,
.page .page-content .filter-top .filtes-menu .submit button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: 1px solid #363636;
  border-radius: 30px;
  font: 12px gotham-book;
  color: #363636;
  height: 44px;
  background: none;
  cursor: pointer;
}

.page .page-content .filter-top .filtes-menu .submit input:hover,
.page .page-content .filter-top .filtes-menu .submit button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
  border-color: #0054A6;
}

.page .page-content .filter-top .filtes-menu .submit a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 190px;
  border: 1px solid #363636;
  border-radius: 30px;
  font: 12px gotham-book;
  color: #363636;
  height: 44px;
  background: none;
  cursor: pointer;
  display: block;
  float: right;
  text-align: center;
  padding: 14px;
}

.page .page-content .filter-top .filtes-menu .submit a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
  border-color: #0054A6;
}

.page .page-content .filter-top .ordered {
  float: right;
  border: 1px solid #E1E1E1;
  height: 34px;
  padding: 10px 24px 10px 15px;
  position: relative;
  z-index: 28;
}

.page .page-content .filter-top .ordered i {
  float: left;
  font: 12px gotham-light;
  color: #363636;
  margin-right: 10px;
  position: absolute;
}

.page .page-content .filter-top .ordered .nice-select {
  float: left;
  clear: none;
  border: none;
  height: auto;
  line-height: inherit;
  position: initial;
  width: 100%;
  padding: 0 20px 0 45px;
}

.page .page-content .filter-top .ordered .nice-select:after {
  right: 13px;
  top: 50%;
  border-color: #0054A6;
}

.page .page-content .filter-top .ordered .nice-select span {
  font: 12px gotham-light;
  color: #363636;
  float: left;
  padding-right: 25px;
}

.page .page-content .filter-top .ordered .nice-select .list {
  width: 100%;
  left: 0;
  border-radius: 0;
  top: 30px;
  border-top: 0;
  z-index: 28;
}

.page .page-content .filter-top .ordered .nice-select .list li {
  font: 12px gotham-light;
  min-height: inherit;
  padding: 5px 17px;
}

.page .page-content .filter-end {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.page .page-content .filter-end button.clears {
  float: left;
  font: 14px gotham-book;
  color: #363636;
  background: none;
  border: none;
  padding: 15px 10px;
  cursor: pointer;
}

.page .page-content .filter-end .list {
  float: left;
}

.page .page-content .filter-end .list .item {
  float: left;
  border: 1px solid #E1E1E1;
  height: 48px;
  padding: 10px 36px;
  border-radius: 40px;
  background: #F5F5F5;
  position: relative;
  margin-right: 15px;
}

.page .page-content .filter-end .list .item b {
  font: 12px gotham-book;
  color: #BEBEBE;
  display: block;
}

.page .page-content .filter-end .list .item span {
  display: block;
  font: 14px gotham-book;
  color: #363636;
}

.page .page-content .filter-end .list .item button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: 50%;
  background: url(../images/closes.png) center center no-repeat #C5C9CC;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -11px;
}

.page .page-content .filter-end .list .item button:hover {
  background-color: #0054A6;
}

.page .page-content .breadcrumb {
  float: left;
  width: 100%;
  background: none;
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid #E1E1E1;
  border-radius: 0;
}

.page .page-content .breadcrumb ul {
  float: left;
  width: 100%;
}

.page .page-content .breadcrumb ul li {
  float: left;
  margin-right: 10px;
}

.page .page-content .breadcrumb ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 11px gotham-light;
  color: #363636;
  padding: 0 15px 0 0;
  position: relative;
}

.page .page-content .breadcrumb ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.page .page-content .breadcrumb ul li a:before {
  content: "";
  background: url(../images/bre.png) no-repeat;
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
}

.page .page-content .breadcrumb ul li:last-child a:before {
  display: none;
}

.page-pro-compare {
  float: left;
  width: 100%;
}

.page-pro-compare .content {
  float: left;
  width: 100%;
}

.page-pro-compare .content table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}

.page-pro-compare .content table img {
  max-width: 100%;
  padding: 20px;
}

.page-pro-compare .content table tr {
  float: left;
}

.page-pro-compare .content table tr:last-child td {
  padding-right: 0;
}

.page-pro-compare .content table tr:last-child td button {
  right: 5px;
}

.page-pro-compare .content table tr:first-child td {
  background: none !important;
  font: 16px gotham-bold;
  color: #363636;
  text-align: left;
  padding-left: 0;
}

.page-pro-compare .content table tr:first-child td:first-child {
  color: #363636;
  font: 32px gotham-bold;
  padding: 0;
  height: 310px;
}

.page-pro-compare .content table tr:first-child td:first-child span {
  position: absolute;
  bottom: 0;
  padding: 0 70px 60px 0;
}

.page-pro-compare .content table tr:first-child td:last-child {
  padding-right: 0;
}

.page-pro-compare .content table tr td {
  float: left;
  width: 100%;
  padding: 20px;
  font: 16px gotham-light;
  color: #363636;
  text-align: center;
  position: relative;
  border: none !important;
}

.page-pro-compare .content table tr td:nth-child(odd) {
  background: #FAFAFA;
}

.page-pro-compare .content table tr td:first-child {
  font: 16px gotham-bold;
  color: #363636;
  padding-left: 0;
  background: none;
  text-align: left;
}

.page-pro-compare .content table tr td button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 28px;
  background: url(../images/closes.png) center center no-repeat #C5C9CC;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.page-pro-compare .content table tr td button:hover {
  background-color: #0054A6;
}

.page-pro-compare .content table tr td .resim-att {
  border: 1px solid #E1E1E1;
}

.page-pro-compare .content table tr td .resim-att {
  width: 100%;
  height: 290px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.page-pro-compare .content table tr td .resim-att .resim-att-pre {
  width: 100%;
  height: 290px;
  position: relative;
}

.page-pro-compare .content table tr td .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 290px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.page-pro-compare .content table tr td .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.page-pro-compare .content table tr td .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-pro-compare .content table tr td b,
.page-pro-compare .content table tr td strong {
  font: 16px gotham-bold;
  color: #363636;
}

.page-pro-compare .content table tr td a.cartAdd {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  height: 41px;
  background: #0054A6;
  color: #fff;
  font: 13px gotham-book;
  text-align: center;
  border-radius: 40px;
  padding: 13px;
  width: 144px;
  margin: 20px auto 0 auto;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid transparent;
}

.page-pro-compare .content table tr td a.cartAdd:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  top: -5px;
  left: -5px;
  border-color: #0054A6;
}

.page-pro-compare .content table tr td .checkbox {
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0;
}

.page-pro-compare .content table tr td .checkbox label {
  font: 16px gotham-book;
  color: #363636;
  float: left;
  padding: 0;
}

.page-pro-compare .content table tr td .checkbox .icheckbox_square_gold {
  top: -5px;
  height: 24px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  width: 24px;
  background: url(../images/checks.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
  z-index: -1;
}

.page-pro-compare .content table tr td .checkbox .icheckbox_square_gold.checked {
  background-position: 0 -41px;
}

.page-pro-compare .content .mini-content-header {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 16px #d8d8d8;
  box-shadow: 0 0 16px #d8d8d8;
  height: 108px;
}

.page-pro-compare .content .mini-content-header.fix-mini {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  z-index: 9;
}

.page-pro-compare .content .mini-content-header .lefts {
  width: 25%;
  float: left;
}

.page-pro-compare .content .mini-content-header .rights {
  width: 75%;
  float: right;
}

.page-pro-compare .content .mini-content-header .list {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-pro-compare .content .mini-content-header .list .items {
  float: left;
  padding: 10px 0 0 0;
}

.page-pro-compare .content .mini-content-header .list .items .resim-att {
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none !important;
}

.page-pro-compare .content .mini-content-header .list .items .resim-att {
  width: 64px;
  height: 64px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.page-pro-compare .content .mini-content-header .list .items .resim-att .resim-att-pre {
  width: 64px;
  height: 64px;
  position: relative;
}

.page-pro-compare .content .mini-content-header .list .items .resim-att .resim-att-pre .resim-thumb {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.page-pro-compare .content .mini-content-header .list .items .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.page-pro-compare .content .mini-content-header .list .items .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-pro-compare .content .mini-content-header .list .items img {
  max-width: 100%;
}

.page-pro-compare .content .mini-content-header .list .items span {
  display: block;
  font: 16px gotham-book;
  color: #363636;
  text-align: center;
  padding: 6px 0;
}

i.mobile-bg {
  height: 605px;
  background: url(../images/pro-bg-new.jpg) left center no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 140px;
  background-size: cover;
}

.pro-detail {
  float: left;
  width: 100%;
}

.pro-detail .pa {
  padding: 0;
}

.pro-detail .top {
  float: left;
  width: 100%;
}

.pro-detail .top .mc-md-6:first-child {
  padding-right: 20px;
}

.pro-detail .top .mc-md-6:last-child {
  padding-left: 20px;
}

.pro-detail .top .pro-image {
  float: left;
  width: 100%;
}

.pro-detail .top .pro-image .karsilastir {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: -15px;
  width: 100%;
  z-index: 27;
  top: 15px;
}

.pro-detail .top .pro-image .karsilastir.hov {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: -5px;
  top: -5px;
}

.pro-detail .top .pro-image .karsilastir .form-group {
  float: right;
  margin: 0;
}

.pro-detail .top .pro-image .karsilastir .form-group .checkbox {
  float: left;
  width: 100%;
  margin: 0;
}

.pro-detail .top .pro-image .karsilastir .form-group label {
  font: 12px gotham-light;
  color: #BEBEBE;
  padding: 8px 0;
  float: left;
  cursor: pointer;
}

.pro-detail .top .pro-image .karsilastir .form-group a {
  border: none;
  position: inherit !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  font: 12px gotham-light;
  color: #BEBEBE;
  padding: 8px 0;
  float: left;
  cursor: pointer;
}

.pro-detail .top .pro-image .karsilastir .form-group a.secili:after {
  background-position: 0 -41px;
}

.pro-detail .top .pro-image .karsilastir .form-group a:after {
  content: "";
  top: 0 !important;
  left: 0 !important;
  margin-top: -6px;
  height: 24px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
  width: 24px;
  background: url(../images/checks.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
}

.pro-detail .top .pro-image .karsilastir .form-group a.checked {
  background-position: 0 -41px;
}

.pro-detail .top .pro-image .karsilastir .form-group .icheckbox_square_gold {
  top: -8px;
  height: 24px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
  width: 24px;
  background: url(../images/checks.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
}

.pro-detail .top .pro-image .karsilastir .form-group .icheckbox_square_gold.checked {
  background-position: 0 -41px;
}

.pro-detail .top .pro-image .big {
  height: 400px;
  padding: 70px 0;
  float: left;
  width: 100%;
  overflow: hidden;
}

.pro-detail .top .pro-image .big img {
  max-width: 100%;
  max-height: 100%;
}

.pro-detail .top .pro-image .big .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.pro-detail .top .pro-image .big .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.pro-detail .top .pro-image .big .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.pro-detail .top .pro-image .big .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.pro-detail .top .pro-image .big .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pro-detail .top .pro-image .big .slick-list {
  height: 100%;
}

.pro-detail .top .pro-image .big .slick-track {
  height: 100%;
}

.pro-detail .top .pro-image .big .item {
  float: left;
  width: 100%;
}

.pro-detail .top .pro-image .big .item .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pro-detail .top .pro-image .big .item.video a:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: 9%;
}

.pro-detail .top .pro-image .big .item.video a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: url(../images/plays.png) center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: 13%;
}

.pro-detail .top .pro-image .big .item .imgs {
  float: left;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pro-detail .top .pro-image .big .item .imgs a {
  display: block;
  height: 100%;
}

.pro-detail .top .pro-image .big .item .imgs img {
  display: none !important;
}

.pro-detail .top .pro-image .big .item a:hover .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.pro-detail .top .pro-image .big object,
.pro-detail .top .pro-image .big iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.pro-detail .top .pro-image .gallerys {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: -20px 0 20px 0;
  height: 85px;
}

.pro-detail .top .pro-image .gallerys .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../images/slc.png) no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.pro-detail .top .pro-image .gallerys .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pro-detail .top .pro-image .gallerys .slick-list {
  padding: 0 !important;
  margin: 0 38px;
}

.pro-detail .top .pro-image .gallerys .img {
  height: 83px;
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}

.pro-detail .top .pro-image .gallerys .img img {
  max-width: 100%;
  max-height: 100%;
}

.pro-detail .top .pro-image .gallerys .img.video:after {
  content: "";
  background: url(../images/video.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -18px;
}

.pro-detail .top .pro-image .gallerys .img .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.pro-detail .top .pro-image .gallerys .img .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.pro-detail .top .pro-image .gallerys .img .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.pro-detail .top .pro-image .gallerys .img .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.pro-detail .top .pro-image .gallerys .img .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pro-detail .top .pro-image .three-d {
  float: left;
  width: 100%;
  margin: 20px auto 0 auto;
}

.pro-detail .top .pro-image .three-d a {
  display: block;
  font: 15px gotham-book;
  color: #363636;
  padding: 10px 0;
  max-width: 160px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}

.pro-detail .top .pro-image .three-d a:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: "";
  background: url(../images/3d.png) left center no-repeat;
  width: 53px;
  height: 30px;
  display: block;
  float: left;
  position: absolute;
  top: 5px;
}

.pro-detail .top .pro-image .three-d a:hover {
  color: #0054A6;
}

.pro-detail .top .pro-image .three-d a:hover:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.pro-detail .top .camp-big-active {
  position: absolute;
  right: 10px;
  top: 20px;
}

.pro-detail .top .camp-big-active em {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  content: "";
  background: url(../images/camp-big.png) no-repeat;
  width: 131px;
  height: 131px;
  display: block;
  background-size: cover;
}

.pro-detail .top .camp-big-active i {
  display: block;
  position: absolute;
  font: 13px gotham-book;
  color: #fff;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 57px;
  left: 32px;
  z-index: 9;
}

.pro-detail .top .text {
  float: left;
  width: 100%;
  padding: 100px 0 80px 100px;
  height: 600px;
  display: table;
}

.pro-detail .top .text .right {
  display: table-cell;
  vertical-align: middle;
}

.pro-detail .top .text .name {
  float: left;
  width: 100%;
  margin: -50px 0 0 0;
}

.pro-detail .top .text .name ul {
  float: left;
  width: 100%;
}

.pro-detail .top .text .name ul li {
  float: left;
  font: 16px gotham-book;
  color: #fff;
  padding: 4px 13px 1px 13px;
  margin: 0 5px 0 0;
}

.pro-detail .top .text .name ul li.plus {
  background: #60C923;
}

.pro-detail .top .text .name ul li.new {
  background: #02B0FE;
}

.pro-detail .top .text .name ul li.campaign {
  background: #FEC302;
  float: right;
}

.pro-detail .top .text .name .all {
  float: left;
  width: 100%;
  margin: 14px 0 0 0;
}

.pro-detail .top .text .name .all b {
  font: 34px/32px gotham-bold;
  color: #363636;
  display: -webkit-box;
  max-height: 57px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.pro-detail .top .text .name .all span {
  display: block;
  font: 14px gotham-book;
  color: #BEBEBE;
  margin: 4px 0 0 0;
}

.pro-detail .top .text .money-and-features {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}

.pro-detail .top .text .money-and-features .moneys {
  float: left;
  width: 100%;
}

.pro-detail .top .text .money-and-features .moneys span {
  display: block;
  font: 28px gotham-bold;
  color: #D6D6D6;
  float: left;
  width: 100%;
}

.pro-detail .top .text .money-and-features .moneys span em {
  font: 28px gotham-bold;
  color: #D6D6D6;
  float: left;
  text-decoration: line-through;
}

.pro-detail .top .text .money-and-features .moneys span i.camp {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #FEC302;
  font: 16px gotham-book;
  color: #fff;
  padding: 5px 16px 1px 16px;
  float: left;
  margin-left: 13px;
}

.pro-detail .top .text .money-and-features .moneys b {
  display: block;
  font: 46px gotham-bold;
  color: #363636;
}

.pro-detail .top .text .money-and-features .taksit {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.pro-detail .top .text .money-and-features .taksit em {
  font: 15px gotham-book;
  color: #363636;
  border-right: 1px solid #BEBEBE;
  padding: 0 10px 0 0;
  margin-right: 10px;
  float: left;
}

.pro-detail .top .text .money-and-features .taksit a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 15px gotham-book;
  color: #0054A6;
  position: relative;
  top: 1px;
  background: url(../images/all.png) right center no-repeat;
  float: left;
  padding: 0 15px 0 0;
}

.pro-detail .top .text .money-and-features .our-baskets {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.pro-detail .top .text .money-and-features .our-baskets a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 17px gotham-book;
  color: #363636;
  border: 1px solid #363636;
  height: 50px;
  padding: 15px 30px;
  border-radius: 30px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  float: left;
}

.pro-detail .top .text .money-and-features .our-baskets a.cartAdd {
  background: #0054A6;
  border-color: #0054A6;
  color: #fff;
}

.pro-detail .top .text .money-and-features .our-baskets a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FEC302;
  border-color: #FEC302;
  color: #fff;
}

.pro-detail .top .text .money-and-features .our-baskets a:last-child {
  margin-left: 15px;
}

.pro-detail .top .text .money-and-features .fea-list {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.pro-detail .top .text .money-and-features .fea-list ul {
  float: left;
  width: 100%;
}

.pro-detail .top .text .money-and-features .fea-list ul li {
  font: 12px gotham-book;
  color: #363636;
  float: left;
  border-left: 1px solid #BEBEBE;
  padding: 0 13px;
  margin: 0 10px 10px 0;
  width: 30%;
}

.pro-detail .features-pro-detail {
  float: left;
  width: 100%;
  margin: 60px 0;
}

.pro-detail .features-pro-detail .video {
  float: left;
  width: 100%;
  margin: 80px 0;
}

.pro-detail .features-pro-detail .title {
  float: left;
  width: 100%;
  font: 26px gotham-bold;
  color: #363636;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
  text-align: center;
}

.pro-detail .features-pro-detail .list {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}

.pro-detail .features-pro-detail .list p {
  font: 16px/18px gotham-light !important;
  color: #576574;
}

.pro-detail .features-pro-detail .list .item {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  height: 180px;
}

.pro-detail .features-pro-detail .list .item:nth-child(odd) {
  padding-right: 50px;
}

.pro-detail .features-pro-detail .list .item:nth-child(even) {
  padding-left: 50px;
}

.pro-detail .features-pro-detail .list .item .pa {
  padding: 0;
}

.pro-detail .features-pro-detail .list .item .ico {
  float: left;
  width: 115px;
  height: 115px;
}

.pro-detail .features-pro-detail .list .item .ico img {
  max-width: 100%;
}

.pro-detail .features-pro-detail .list .item .ico .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.pro-detail .features-pro-detail .list .item .ico .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.pro-detail .features-pro-detail .list .item .ico .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.pro-detail .features-pro-detail .list .item .ico .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.pro-detail .features-pro-detail .list .item .ico .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pro-detail .features-pro-detail .list .item .text {
  float: left;
  width: 100%;
  padding: 0 30px 0 0;
}

.pro-detail .features-pro-detail .list .item .text span {
  font: 23px gotham-bold;
  color: #363636;
  margin: 0 0 25px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.pro-detail .features-pro-detail .list .item .text p {
  font: 16px/18px gotham-light;
  color: #576574;
  margin: 0;
  display: -webkit-box;
  height: 88px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.pro-detail .features-pro-detail .list .item .text p:nth-child(3) {
  display: none;
}

.pro-detail .features-pro-detail .list .item .text p:nth-child(4) {
  display: none;
}

.pro-detail .features-pro-detail .list ul li {
  font: 16px gotham-light;
  color: #363636;
  padding: 4px 0 4px 20px;
  background: url(../images/li.png) top 5px left no-repeat;
}

.pro-detail .features-pro-detail iframe {
  width: 100%;
  height: 684px;
  border: none;
}

.pro-detail .technical-pro-detail {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.pro-detail .technical-pro-detail .title {
  float: left;
  width: 100%;
  font: 26px gotham-bold;
  color: #363636;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
  text-align: center;
}

.pro-detail .technical-pro-detail .list {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}

.pro-detail .technical-pro-detail .list ul {
  float: left;
  width: 100%;
}

.pro-detail .technical-pro-detail .list ul li {
  float: left;
  width: 33.3%;
  font: 16px gotham-light;
  color: #363636;
  margin: 0 0 50px 0;
  padding: 0 60px;
}

.pro-detail .technical-pro-detail .list ul li strong,
.pro-detail .technical-pro-detail .list ul li b {
  font: 16px gotham-bold;
  color: #363636;
  display: block;
  margin: 0 0 15px 0;
}

.pro-detail .document-pro-detail {
  float: left;
  width: 100%;
}

.pro-detail .document-pro-detail .title {
  float: left;
  width: 100%;
  font: 26px gotham-bold;
  color: #363636;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
  text-align: center;
}

.pro-detail .document-pro-detail .list {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0 60px;
}

.pro-detail .document-pro-detail .list .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
}

.pro-detail .document-pro-detail .list .item .name {
  float: left;
}

.pro-detail .document-pro-detail .list .item .name a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 14px gotham-book;
  color: #363636;
  padding: 16px 0;
}

.pro-detail .document-pro-detail .list .item .name a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.pro-detail .document-pro-detail .list .item .kb {
  float: right;
}

.pro-detail .document-pro-detail .list .item .kb a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 12px gotham-light;
  color: #363636;
  padding: 18px 0 17px 25px;
  background: url(../images/kb.png) left top 15px no-repeat;
}

.pro-detail .document-pro-detail .list .item .kb a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.pro-detail .messages-pro-detail {
  float: left;
  width: 100%;
  margin: 60px 0;
}

.pro-detail .messages-pro-detail .title {
  float: left;
  width: 100%;
  font: 26px gotham-bold;
  color: #363636;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
  text-align: center;
}

.pro-detail .messages-pro-detail .message {
  float: left;
  width: 100%;
  padding: 10px 60px;
  display: none;
}

.pro-detail .messages-pro-detail .message:nth-child(2) {
  display: block;
  padding: 35px 60px 20px 60px;
}

.pro-detail .messages-pro-detail .message .data-and-stars {
  float: left;
  width: 100%;
}

.pro-detail .messages-pro-detail .message .data-and-stars .stars {
  float: left;
}

.pro-detail .messages-pro-detail .message .data-and-stars .stars ul {
  float: left;
  width: 100%;
}

.pro-detail .messages-pro-detail .message .data-and-stars .stars ul li {
  background: url(../images/stars.png) no-repeat;
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 5px;
}

.pro-detail .messages-pro-detail .message .data-and-stars .stars ul li.active {
  background-position: -19px 0;
}

.pro-detail .messages-pro-detail .message .data-and-stars .dates {
  float: left;
  font: 14px gotham-light;
  color: #C1C1C1;
  margin-left: 12px;
}

.pro-detail .messages-pro-detail .message .content {
  float: left;
  width: 100%;
  padding: 25px 0;
}

.pro-detail .messages-pro-detail .message .content .item {
  float: left;
  width: 100%;
}

.pro-detail .messages-pro-detail .message .content .titles {
  float: left;
  width: 100%;
  font: 22px gotham-bold;
  color: #363636;
  margin: 0 0 20px 0;
}

.pro-detail .messages-pro-detail .message .content .cont {
  float: left;
  width: 100%;
  font: 16px/26px gotham-light;
  color: #576574;
}

.pro-detail .messages-pro-detail .message .content .cont p {
  font: 16px/26px gotham-light;
  color: #576574;
  margin: 0;
}

.pro-detail .messages-pro-detail .message .content .cont .name {
  float: left;
  width: 100%;
  font: 16px gotham-bold;
  color: #576574;
  margin: 10px 0 0 0;
}

.pro-detail .yorum-yap {
  float: left;
  width: 100%;
  padding: 0 60px;
  margin: 0 0 40px 0;
  display: none;
}

.pro-detail .yorum-yap form {
  float: left;
  width: 100%;
}

.pro-detail .yorum-yap form .form-group {
  float: left;
  width: 100%;
}

.pro-detail .yorum-yap form .form-group.stars b {
  font: 16px gotham-light;
  color: #363636;
  padding: 11px 0;
  display: block;
  float: left;
  margin: 0 10px;
}

.pro-detail .yorum-yap form .form-group.stars i {
  display: none;
  font: 16px gotham-light;
  color: #363636;
  padding: 11px 0;
  position: relative;
  top: 10px;
  margin-left: 10px;
}

.pro-detail .yorum-yap form .form-group.stars i em {
  font: 16px gotham-light;
}

.pro-detail .yorum-yap form .form-group.stars label {
  width: auto !important;
  margin-right: 10px;
  padding: 10px 0;
}

.pro-detail .yorum-yap form .form-group.stars ul {
  float: left;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 10px 20px;
}

.pro-detail .yorum-yap form .form-group.stars ul li {
  cursor: pointer;
  background: url(../images/stars.png) no-repeat;
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 5px;
  position: relative;
}

.pro-detail .yorum-yap form .form-group.stars ul li.active:last-child em {
  display: block;
}

.pro-detail .yorum-yap form .form-group.stars ul li em {
  display: none;
  position: absolute;
  left: 2px;
  top: -17px;
  background: #0054A6;
  width: 15px;
  height: 15px;
  text-align: center;
  font: 10px gotham-bold;
  color: #fff;
  padding: 2px;
  border-radius: 4px;
}

.pro-detail .yorum-yap form .form-group.stars ul li.actives,
.pro-detail .yorum-yap form .form-group.stars ul li.active {
  background-position: -19px 0;
}

.pro-detail .yorum-yap form .form-group textarea {
  width: 100%;
  resize: none;
  height: 170px;
  border-radius: 10px;
  padding: 40px;
  font: 16px gotham-light;
  color: #363636;
  border-color: #E1E1E1;
}

.pro-detail .yorum-yap form label {
  float: left;
  width: 100%;
  font: 18px gotham-bold;
  color: #363636;
}

.pro-detail .yorum-yap form .submit {
  float: left;
  width: 100%;
}

.pro-detail .yorum-yap form .submit input,
.pro-detail .yorum-yap form .submit button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 17px gotham-book;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 14px 27px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #0054A6;
}

.pro-detail .yorum-yap form .submit input:hover,
.pro-detail .yorum-yap form .submit button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #363636;
}

.pro-detail .message-buttons {
  float: left;
  width: 100%;
}

.pro-detail .message-buttons .all {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pro-detail .message-buttons .all a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font: 17px gotham-book;
  color: #363636;
  border: 1px solid #363636;
  border-radius: 40px;
  text-align: center;
  padding: 14px 27px;
  margin: 0 5px;
  position: relative;
  top: 0;
  left: 0;
}

.pro-detail .message-buttons .all a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6 !important;
  border-color: #0054A6 !important;
  color: #fff;
}

.pro-detail .message-buttons .all a:first-child {
  background: #363636;
  color: #fff;
}

.pro-detail .last-pro-detail {
  float: left;
  width: 100%;
  margin: 60px 0;
}

.pro-detail .last-pro-detail .title {
  float: left;
  width: 100%;
  font: 26px gotham-bold;
  color: #363636;
  padding-bottom: 30px;
  text-align: center;
}

.search-detail-box {
  float: left;
  width: 100%;
}

.search-detail-box .notes {
  float: left;
  width: 100%;
  font: 15px gotham-light;
  color: #363636;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}

.search-detail-box .notes span {
  font: 15px gotham-light;
  color: #363636;
}

.search-detail-box .tabs {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.search-detail-box .tabs span {
  font: 15px gotham-light;
  color: #363636;
  padding: 8px 0;
  display: block;
  float: left;
  margin-left: 10px;
}

.search-detail-box .tabs ul {
  float: left;
  margin: 0 0 25px 0;
  border: none;
}

.search-detail-box .tabs ul li {
  float: left;
  margin: 0 10px 0 0;
}

.search-detail-box .tabs ul li.active a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
  border-color: #0054A6;
}

.search-detail-box .tabs ul li.active a b {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.search-detail-box .tabs ul li.active a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  bottom: -10px;
}

.search-detail-box .tabs ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 15px gotham-light;
  color: #363636;
  border: 1px solid #E1E1E1;
  border-radius: 0;
  padding: 7px 25px;
  min-width: 150px;
  text-align: center;
  cursor: pointer !important;
}

.search-detail-box .tabs ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
  border-color: #0054A6;
}

.search-detail-box .tabs ul li a:hover b {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.search-detail-box .tabs ul li a:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  bottom: -10px;
}

.search-detail-box .tabs ul li a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0155a6;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
}

.search-detail-box .tabs ul li a b {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 15px gotham-bold;
  color: #363636;
}

.big-news {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.big-news .slick-prev {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../images/slc.png) center no-repeat #f3f2f2;
  text-indent: -9999px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  margin-top: -50px;
  cursor: pointer;
  border: 1px solid #f3f2f2;
}

.big-news .slick-prev:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.big-news .slick-next {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../images/slc.png) center no-repeat #f3f2f2;
  text-indent: -9999px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  margin-top: -10px;
  cursor: pointer;
  border: 1px solid #f3f2f2;
}

.big-news .slick-next:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.big-news .images {
  height: 340px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-right: 0;
}

.big-news .images img {
  max-height: 100%;
}

.big-news .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.big-news .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.big-news .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.big-news .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.big-news .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-news .slider-nav {
  border: 1px solid #DCDCDC;
  height: 340px;
  position: relative;
  padding-right: 52px;
}

.big-news .slider-nav .slick-list {
  overflow: hidden;
  padding: 0 !important;
  margin: 50px 0;
}

.big-news .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 100% !important;
  color: #959595;
  font: 17px gotham-book;
  margin: 0 0 11.4px;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 32px;
  height: 69px !important;
}

.big-news .item.slick-current {
  color: #02B0FE;
}

.big-news .item.slick-current i {
  color: #02B0FE;
}

.big-news .item.slick-current:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 7px;
}

.big-news .item:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: #02B0FE;
  width: 0;
  height: 100%;
  position: absolute;
  left: 10px;
}

.big-news .item:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.big-news .item span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 39px;
}

.big-news .item i {
  display: block;
  font: 13px gotham-book;
  color: #C5C5C5;
  margin: 10px 0 0 0;
}

.other-news .title {
  float: left;
  width: 100%;
  font: 45px gotham-bold;
  color: #363636;
  margin: 0 0 30px 0;
}

.news-list {
  float: left;
  width: 100%;
}

.news-list a:hover .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.news-list a:hover .text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-list a:hover .text p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.news-list .item {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.news-list .item .images {
  height: 190px;
  overflow: hidden;
}

.news-list .item .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-list .item .images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
}

.news-list .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.news-list .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-list .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.news-list .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.news-list .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-list .item .text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 100%;
  padding: 25px 30px;
  height: 156px;
  border-top: 0;
}

.news-list .item .text p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 17px gotham-book;
  color: #959595;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news-list .item .text i {
  display: block;
  font: 13px gotham-book;
  color: #C5C5C5;
}

.pages-pagelist {
  float: left;
  width: 100%;
}

.pages-pagelist .item {
  float: left;
  width: 100%;
  border: 1px solid #DCDCDC;
  padding: 30px;
  margin: 0 0 20px 0;
}

.pages-pagelist .item img {
  float: right !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 0 10px 20px !important;
}

.pages-pagelist .item a {
  display: block;
}

.pages-pagelist .item a b {
  float: left;
  width: 100%;
  display: block;
  font: 17px gotham-book;
  color: #363636;
  margin: 0 0 25px 0;
}

.pages-pagelist .item a p {
  font: 17px gotham-book;
  color: #959595;
}

.pages-pagelist .item a .more {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.pages-pagelist .item a .more span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 12px gotham-book;
  color: #363636;
  display: block;
  float: left;
  border: 1px solid #363636;
  height: 44px;
  width: 144px;
  border-radius: 30px;
  text-align: center;
  padding: 15px;
}

.pages-pagelist .item a .more span:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  border-color: #0054A6;
  color: #fff;
}

#inline {
  padding: 40px;
}

footer {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
  position: relative;
}

footer .img {
  float: left;
  height: 40px;
  width: 80px;
}

footer .img .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

footer .img .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

footer .img .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

footer .img .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

footer .img .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer .tags {
  float: right;
}

footer i.czg {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #E1E1E1;
  width: 100%;
  height: 1px;
  margin-top: -99px;
}

footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #E1E1E1;
  width: 100%;
  height: 1px;
}

footer:before {
  content: "";
  position: absolute;
  bottom: 132px;
  left: 0;
  border-top: 1px solid #E1E1E1;
  width: 100%;
  height: 1px;
}

footer .backto {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  border: 2px solid #CFCFCF;
  border-radius: 50%;
  text-align: center;
  bottom: 110px;
  cursor: pointer;
  background: #fff;
  display: none;
  z-index: 28 !important;
}

footer .backto img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
}

footer .backto:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #02B0FE;
  border-color: #02B0FE;
}

footer .top {
  float: left;
  width: 100%;
  padding: 55px 0;
  position: relative;
  /*&:after{content: ""; position: absolute; bottom: -1px; left: -50%; border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1; width: 50%; height: 100.7%;}
    &:before{content: ""; position: absolute; bottom: -1px; right: -50%; border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1; width: 50%; height: 100.7%;}*/
}

footer .top .mc-md-4:first-child {
  padding-left: 0;
}

footer .top .mc-md-4:first-child .text {
  padding: 0;
}

footer .top .mc-md-4:last-child {
  padding-right: 0;
}

footer .top .all {
  float: left;
  width: 100%;
}

footer .top .all .title {
  float: left;
  width: 100%;
  font: 26px gotham-bold;
  color: #363636;
  margin: 0 0 20px 0;
}

footer .top .all .text {
  float: left;
  width: 100%;
  font: 18px gotham-light;
  color: #363636;
  padding: 0 20px 0 0;
}

footer .top .all .app-gp {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

footer .top .all .app-gp ul {
  float: left;
  width: 100%;
}

footer .top .all .app-gp ul li {
  float: left;
  width: 50%;
}

footer .top .all .app-gp ul li:first-child a {
  background: url(../images/homes-spr.png) no-repeat;
  width: 147px;
  height: 60px;
  display: block;
  background-position: -12px -121px;
  background-repeat: no-repeat;
}

footer .top .all .app-gp ul li:nth-child(2) a {
  background: url(../images/homes-spr.png) no-repeat;
  width: 147px;
  height: 60px;
  display: block;
  background-position: -170px -121px;
  background-repeat: no-repeat;
}

footer .top .all .social {
  float: left;
  width: 100%;
  margin: 35px 0 0 0;
}

footer .top .all .social ul {
  float: left;
  width: 100%;
}

footer .top .all .social ul li {
  float: left;
  margin: 0 25px 0 0;
}

footer .top .all .social ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

footer .top .all .social ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px !important;
}

footer .top .all .social ul li a i {
  color: #0054A6;
  font-size: 25px;
  text-align: center;
  display: block;
  padding: 4px 0;
}

footer .top .all .social ul li.youtube a {
  background: url(../images/ytb.png) center center no-repeat;
  margin-top: 2px;
}

footer .top .all .social ul li.youtube a i {
  display: none;
}

footer .top .all .social ul li.instagram a {
  background: url(../images/insta.svg) center center no-repeat;
  margin-top: 2px;
}

footer .top .all .social ul li.instagram a i {
  display: none;
}

footer .top .all .ebulten {
  float: left;
  width: 100%;
  margin: 28px 0 0 0;
  position: relative;
}

footer .top .all .ebulten .alert {
  position: absolute;
  z-index: 5;
  top: -50px;
  width: 100%;
}

footer .top .all .ebulten .bulletin-loader {
  background: rgba(255, 255, 255, 0.858824);
  position: absolute;
  z-index: 5;
  width: 74%;
  height: 40px;
  padding: 2px;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

footer .top .all .ebulten .bulletin-loader i {
  color: #0054A6;
  font-size: 30px;
}

footer .top .all .ebulten form {
  float: left;
  width: 100%;
  position: relative;
}

footer .top .all .ebulten form .form-group {
  float: left;
  width: 100%;
  margin: 0;
}

footer .top .all .ebulten form .form-group input {
  width: 100%;
  border: 1px solid #E1E1E1;
  height: 40px;
  padding: 8px 125px 6px 20px;
  font: 17px gotham-light;
  color: #363636;
  border-radius: 30px;
}

footer .top .all .ebulten form .submit {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 105px;
  height: 100%;
  background: #0054A6;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

footer .top .all .ebulten form .submit:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #363636;
}

footer .top .all .ebulten form .submit div {
  display: none !important;
}

footer .top .all .ebulten form .submit button,
footer .top .all .ebulten form .submit input {
  font: 14px gotham-book;
  color: #fff;
  border: none;
  background: none;
  text-align: center;
  width: 100%;
  padding: 12px;
  cursor: pointer;
}

footer .footer-menu {
  float: left;
  width: 100%;
  padding: 55px 0;
}

footer .footer-menu ul {
  float: left;
  width: 25%;
}

footer .footer-menu ul:nth-child(2) {
  padding-left: 30px;
}

footer .footer-menu ul:nth-child(3) {
  padding-left: 70px;
}

footer .footer-menu ul:nth-child(4) {
  padding-left: 100px;
}

footer .footer-menu ul li {
  float: left;
  width: 100%;
}

footer .footer-menu ul li.head {
  font: 14px gotham-bold;
  color: #363636;
  margin: 0 0 25px 0;
}

footer .footer-menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 14px gotham-light;
  color: #363636;
  float: left;
  padding: 6px 0;
}

footer .footer-menu ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
  padding-left: 5px;
}

footer .bottom {
  float: left;
  width: 100%;
  padding: 30px 0;
  position: relative;
  /*&:after{content: ""; position: absolute; top: -1px; left: -50%; border-top:1px solid #E1E1E1;width: 50%; height: 100%;}
    &:before{content: ""; position: absolute; top: -1px; right: -50%; border-top:1px solid #E1E1E1;width: 50%; height: 100%;}*/
}

footer .bottom .left {
  float: left;
  width: 50%;
}

footer .bottom .left .sirket-bilgi {
  float: left;
  width: 50%;
}

footer .bottom .left .sirket-bilgi img {
  float: left;
  margin: 0 18px 0 0;
}

footer .bottom .left .sirket-bilgi .text {
  font: 14px gotham-light;
  color: #363636;
  letter-spacing: 0.5px;
}

footer .bottom .left .sirket-bilgi .text a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 26px gotham-bold;
  color: #363636;
  display: block;
  margin: 6px 0 0 0;
}

footer .bottom .left .sirket-bilgi .text a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

footer .bottom .left .other-link {
  float: left;
  width: 50%;
  margin: -5px 0;
  padding-left: 40px;
}

footer .bottom .left .other-link ul {
  float: left;
  width: 100%;
}

footer .bottom .left .other-link ul li {
  float: left;
  width: 100%;
}

footer .bottom .left .other-link ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  float: left;
  font: 12px gotham-light;
  color: #363636;
  padding: 6px 0;
}

footer .bottom .left .other-link ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
  padding-left: 5px;
}

footer .bottom .right {
  float: right;
  width: 50%;
}

footer .bottom .right a.bayi {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: right;
  font: 14px gotham-book;
  color: #363636;
  border: 1px solid #E6E6E6;
  height: 40px;
  padding: 12px 40px;
  border-radius: 30px;
  position: relative;
  top: 0;
  left: 0;
}

footer .bottom .right a.bayi:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
}

footer .bottom .right .copy {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

footer .bottom .right .copy .all {
  float: right;
}

footer .bottom .right .copy a {
  float: left;
  font: 12px gotham-light;
  color: #363636;
}

footer .bottom .right .copy a:hover {
  color: #0054A6;
}

footer .bottom .right .copy a:last-child {
  padding: 0 5px;
}

.tabs-fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 16px #d8d8d8;
  box-shadow: 0 0 16px #d8d8d8;
}

.tabs-fixed i.bor {
  top: 60px;
}

.tabs-fixed .pa {
  padding: 0;
}

.tabs-fixed .name {
  float: left;
  width: 100%;
  font: 18px gotham-bold;
  color: #363636;
  padding: 20px 0 0 0;
  height: 44px;
  overflow: hidden;
}

.tabs-fixed .tab-menu {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.tabs-fixed .tab-menu ul {
  float: left;
  width: 100%;
}

.tabs-fixed .tab-menu ul li {
  float: left;
  margin: 0 3px;
}

.tabs-fixed .tab-menu ul li:hover a,
.tabs-fixed .tab-menu ul li.open a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02b0fe;
}

.tabs-fixed .tab-menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 12px gotham-book;
  color: #363636;
  padding: 8px;
}

.tabs-fixed .f-plus {
  float: left;
  width: 100%;
  padding: 20px 30px;
}

.tabs-fixed .f-plus i {
  display: block;
  float: left;
  font: 19px gotham-book;
  color: #363636;
}

.tabs-fixed .f-plus em {
  display: block;
  float: left;
  font: 12px gotham-book;
  color: #363636;
}

.tabs-fixed .f-plus .scale-font {
  float: left;
  width: 56px;
  height: 27px;
  border: 1px solid #E1E1E1;
  border-radius: 30px;
  margin: -4px 8px;
}

.tabs-fixed .f-plus .scale-font a.large {
  background: url(../images/pl.png) left 8px center no-repeat;
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  border-right: 1px solid #E1E1E1;
}

.tabs-fixed .f-plus .scale-font a.small {
  background: url(../images/pe.png) center center no-repeat;
  display: block;
  width: 50%;
  height: 100%;
  float: left;
}

.tabs-fixed .mone {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.tabs-fixed .mone span {
  display: block;
  float: right;
  font: 17px gotham-book;
  color: #363636;
  padding: 2px 0;
}

.tabs-fixed .mone .btn {
  float: right;
  margin: -11px 20px 0 30px;
}

.tabs-fixed .mone .btn a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 42px;
  display: block;
  background: #363636;
  font: 15px gotham-book;
  color: #fff;
  padding: 12px 29px;
  border-radius: 25px;
  position: relative;
  top: 0;
  left: 0;
}

.tabs-fixed .mone .btn a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
}

#shares {
  width: 330px;
  padding: 0;
}

#shares .fancybox-close-small {
  width: 34px;
  height: 34px;
  font-weight: 100;
  background: none;
  border: none;
  outline: 0 !important;
}

#shares .fancybox-close-small:after {
  opacity: 1;
  font-size: 30px;
  background: none;
  border: none;
  outline: 0 !important;
  color: #fff;
  width: 34px;
  height: 34px;
  font-weight: 100;
  padding: 5px;
  top: 0;
}

#shares .title {
  font: 12px gotham-bold;
  color: #fff;
  background: #363636;
  padding: 14px 15px 12px 15px;
  letter-spacing: 1px;
}

#shares .social {
  float: left;
  width: 100%;
  padding: 30px 20px;
}

#shares .social ul {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#shares .social ul li {
  display: inline-block;
}

#shares .social ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  text-align: center;
}

#shares .social ul li a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
  font-size: 28px;
  padding: 6px;
}

.share {
  position: absolute;
  right: 0;
  top: 40px;
}

.share a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 13px gotham-book;
  color: #BEBEBE;
  padding: 10px 40px 10px 0;
  position: relative;
}

.share a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.share a:after {
  content: "";
  background: url(../images/share.png) no-repeat;
  position: absolute;
  right: 0;
  top: 4px;
  width: 25px;
  height: 25px;
}

.hidden-karsilastir {
  display: none;
  float: left;
  width: 100%;
  font: 15px gotham-book;
  color: #363636;
  position: absolute;
  bottom: 145px;
  padding: 0 120px;
  left: 0;
}

.hidden-karsilastir span {
  font: 15px gotham-book;
  color: #363636;
  float: left;
  cursor: pointer;
  padding: 10px 0;
}

.hidden-karsilastir span.active:after {
  background-position: 0 -41px;
}

.hidden-karsilastir span:after {
  content: "";
  top: 0 !important;
  left: 0 !important;
  margin-top: -3px;
  height: 24px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 15px;
  padding: 0;
  width: 24px;
  background: url(../images/checks.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
}

.fancybox-slide--iframe .fancybox-content {
  width: 71%;
  height: 79%;
}

.fancybox-slide .fancybox-image-wrap {
  background: #fff;
}

.fancybox-button--share,
.fancybox-button--thumbs,
.fancybox-button--fullscreen,
.fancybox-button--play {
  display: none !important;
}

.fancybox-button--arrow_right {
  background: url(../images/but.png) center no-repeat !important;
  width: 70px !important;
  height: 70px !important;
  background-size: 40% !important;
}

.fancybox-button--arrow_right:before,
.fancybox-button--arrow_right svg {
  display: none;
}

.fancybox-button--arrow_left {
  background: url(../images/but.png) center no-repeat !important;
  width: 70px !important;
  height: 70px !important;
  background-size: 40% !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-button--arrow_left:before,
.fancybox-button--arrow_left svg {
  display: none;
}

.fancybox-button--close {
  background: url(../images/closs.png) center no-repeat transparent !important;
  width: 60px !important;
  height: 60px !important;
  background-size: 50% !important;
}

.fancybox-button--close:before,
.fancybox-button--close svg {
  display: none;
}

#taksit {
  width: 810px;
  padding: 0;
}

#taksit .fancybox-close-small {
  width: 34px;
  height: 34px;
  font-weight: 100;
  background: none;
  border: none;
  outline: 0 !important;
}

#taksit .fancybox-close-small:after {
  opacity: 1;
  font-size: 30px;
  background: none;
  border: none;
  outline: 0 !important;
  color: #fff;
  width: 34px;
  height: 34px;
  font-weight: 100;
  padding: 5px;
  top: 0;
}

#taksit .taksit-tabs {
  padding: 20px;
}

#taksit .taksit-tabs b {
  font: 14px gotham-bold;
  color: #363636;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
}

#taksit .taksit-tabs ul {
  float: left;
  width: 100%;
  border-bottom: 2px solid #02B0FE;
  padding: 0 0 25px 0;
}

#taksit .taksit-tabs ul li {
  float: left;
  width: 96px;
  border: 1px solid #F4F6F8;
  margin-right: 15px;
  background: none !important;
}

#taksit .taksit-tabs ul li:last-child {
  margin-right: 0;
}

#taksit .taksit-tabs ul li.active {
  border-color: #CED5DB;
}

#taksit .taksit-tabs ul li.active a {
  position: relative;
}

#taksit .taksit-tabs ul li.active a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
}

#taksit .taksit-tabs ul li a {
  display: block;
  height: 40px;
  background: none !important;
}

#taksit .taksit-tabs ul li a img {
  max-height: 100%;
  max-width: 100%;
}

#taksit .taksit-tabs ul li a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: url(../images/path.png) no-repeat;
  position: absolute;
  bottom: -37px;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -10px;
}

#taksit .taksit-tabs ul li a .resim-att {
  width: 60px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

#taksit .taksit-tabs ul li a .resim-att .resim-att-pre {
  width: 60px;
  height: 100%;
  position: relative;
}

#taksit .taksit-tabs ul li a .resim-att .resim-att-pre .resim-thumb {
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

#taksit .taksit-tabs ul li a .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

#taksit .taksit-tabs ul li a .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#taksit .taksit-tabs .tab-content {
  float: left;
  width: 100%;
  margin: 25px 0;
}

#taksit .taksit-tabs .tab-content table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: none !important;
}

#taksit .taksit-tabs .tab-content table tbody {
  width: 60%;
  display: table;
  margin: 0 auto;
  position: relative;
}

#taksit .taksit-tabs .tab-content table tr {
  position: relative;
}

#taksit .taksit-tabs .tab-content table tr:nth-child(odd) td {
  background: #FAFAFA;
  position: relative;
}

#taksit .taksit-tabs .tab-content table tr:nth-child(odd) td:first-child:after {
  content: "";
  position: absolute;
  left: -200%;
  background: #FAFAFA;
  width: 200%;
  height: 100%;
  top: 0;
}

#taksit .taksit-tabs .tab-content table tr:nth-child(odd) td:last-child:before {
  content: "";
  position: absolute;
  right: -200%;
  background: #FAFAFA;
  width: 200%;
  height: 100%;
  top: 0;
}

#taksit .taksit-tabs .tab-content table tr:first-child td {
  font: 14px gotham-bold;
  color: #363636;
}

#taksit .taksit-tabs .tab-content table tr td {
  font: 14px gotham-light;
  color: #363636;
  padding: 8px;
  text-align: center;
  border: none !important;
}

#taksit .title {
  font: 12px gotham-bold;
  color: #fff;
  background: #363636;
  padding: 14px 15px 12px 15px;
  letter-spacing: 1px;
}

.pl0 .p-content ul li {
  float: left;
  width: 100%;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pa {
  padding: 0;
}

.p-content {
  float: left;
  width: 100%;
  margin: 30px 0;
  position: relative;
}

.p-content .titles {
  font: 22px gotham-bold;
  color: #363636;
  margin: 0 0 20px 0;
}

.p-content h3 {
  font: 24px gotham-bold;
  color: #363636;
  margin-bottom: -20px;
}

.p-content a {
  color: #0054A6;
  font: 14px gotham-light;
}

.p-content .title {
  float: left;
  width: 100%;
  font: 45px gotham-bold;
  color: #363636;
  margin: 0 0 30px 0;
}

.p-content .title-alt {
  float: left;
  width: 100%;
  font: 32px gotham-bold;
  color: #363636;
  margin: 0 0 30px 0;
}

.p-content strong {
  font: 22px gotham-bold;
  color: #000;
  margin: 0 0 20px 0;
  display: block;
}

.p-content ul,
.p-content ol {
  padding: 0 0 15px 0;
}

.p-content ul li,
.p-content ol li {
  font: 15px/27px gotham-light;
  color: #000;
  background: url(../images/li.png) top 5px left no-repeat;
  padding: 0 0 0 25px;
}

.p-content ul li:before,
.p-content ol li:before {
  content: "";
}

.p-content ul li a,
.p-content ol li a {
  color: #0054A6;
}

.p-content ul li strong,
.p-content ol li strong {
  font: 15px/27px gotham-bold;
  display: -webkit-inline-box !important;
  margin: 0;
}

.p-content a.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  height: 50px;
  width: 390px;
  border: 1px solid transparent;
  text-align: center;
  font: 12px gotham-book;
  color: #fff;
  display: block;
  padding: 18px;
  border-radius: 40px;
  margin: 20px 0;
}

.p-content a.btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  border-color: #0054A6;
}

.p-content p {
  font: 15px/27px gotham-light;
  color: #000;
  margin: 0 0 20px 0;
  word-break: break-word;
  word-wrap: break-word;
}

.p-content p a {
  color: #0054A6;
}

.p-content p img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 15px 0 0;
  width: auto !important;
  height: auto !important;
}

.p-content iframe {
  width: 100%;
  border: 1px solid #e3e3e3;
  min-height: 350px;
  border-radius: 4px;
}

.p-content .left-and-right {
  float: left;
  width: 100%;
}

.p-content .left-and-right .pa {
  padding: 0;
}

.p-content .left-and-right .item {
  float: left;
  width: 100%;
  background: #FAFAFA;
  height: 360px;
  margin: 0 0 30px 0;
}

.p-content .left-and-right .item:hover .images {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: none;
  filter: none;
}

.p-content .left-and-right .item.hideme {
  opacity: 0;
}

.p-content .left-and-right .item:first-child,
.p-content .left-and-right .item:nth-child(2) {
  opacity: 1 !important;
}

.p-content .left-and-right .item:nth-child(even) .mc-md-6:first-child {
  float: right;
}

.p-content .left-and-right .item:nth-child(even) .mc-md-6:last-child {
  float: left;
}

.p-content .left-and-right .item .images {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: left;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.p-content .left-and-right .item .images .resim-att {
  display: none;
}

.p-content .left-and-right .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.p-content .left-and-right .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-content .left-and-right .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.p-content .left-and-right .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.p-content .left-and-right .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-content .left-and-right .item .mc-md-6 {
  display: table;
  height: 100%;
}

.p-content .left-and-right .item .text {
  width: 100%;
  padding: 70px 50px;
  display: table-cell;
  vertical-align: middle;
}

.p-content .left-and-right .item .text .titles {
  float: left;
  width: 100%;
  font: 32px gotham-bold;
  color: #363636;
  display: -webkit-box;
  max-height: 77px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 0 25px 0;
}

.p-content .left-and-right .item .text p {
  font: 18px/24px gotham-light;
  color: #363636;
  display: -webkit-box;
  max-height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  margin: 0;
}

.p-content .left-and-right .item .text .more {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}

.p-content .left-and-right .item .text .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border: 2px solid #E1E1E1;
  height: 44px;
  float: left;
  padding: 14px 38px;
  border-radius: 25px;
  font: 12px gotham-book;
  color: #363636;
  position: relative;
  top: 0;
  left: 0;
}

.p-content .left-and-right .item .text .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  border-color: #fff;
}

.mc-md-3.pr0 {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.mc-md-3.pr0.basketside.top-basket-link {
  z-index: 41;
}

.sidebar {
  padding-left: 17px;
}

.sidebar .widget {
  float: left;
  width: 100%;
  padding: 35px 23px;
  -webkit-box-shadow: 0 2px 7px #e4e1e1;
  box-shadow: 0 2px 7px #e4e1e1;
}

.sidebar .widget.baskets {
  float: left;
  width: 100%;
  padding: 35px 0 10px 0;
  background: #fff;
}

.sidebar .widget.baskets .side-pro {
  float: left;
  width: 100%;
  padding: 0 23px;
}

.sidebar .widget.baskets .side-pro ul {
  float: left;
  width: 100%;
}

.sidebar .widget.baskets .side-pro ul li {
  float: left;
  width: 100%;
  padding: 3px 0 6px 0;
}

.sidebar .widget.baskets .side-pro ul li.hide {
  display: none;
}

.sidebar .widget.baskets .side-pro ul li .name {
  font: 13px gotham-book;
  color: #363636;
  width: 65%;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.sidebar .widget.baskets .side-pro ul li .money {
  font: 14px gotham-book;
  color: #363636;
  width: 35%;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: right;
}

.sidebar .widget.baskets .side-pro .others {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.sidebar .widget.baskets .side-pro .others span {
  font: 11px gotham-light;
  color: #02B0FE;
  text-decoration: underline;
  float: left;
  width: 100%;
  cursor: pointer;
}

.sidebar .widget.baskets .side-pro .others span:last-child {
  display: none;
}

.sidebar .widget.baskets .side-pro .others span em {
  font: 11px gotham-light;
  color: #02B0FE;
}

.sidebar .widget.baskets .side-pro .others span em:before {
  content: "+";
}

.sidebar .widget.baskets .head {
  font: 20px gotham-book;
  color: #363636;
  margin: 0 0 15px 0;
  text-align: center;
}

.sidebar .widget.baskets .totals {
  float: left;
  width: 100%;
  position: relative;
}

.sidebar .widget.baskets .totals .hidebtn {
  display: none;
}

.sidebar .widget.baskets .totals ul {
  float: left;
  width: 100%;
  border: none;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}

.sidebar .widget.baskets .totals ul li {
  float: left;
  font: 14px gotham-light;
  color: #363636;
  padding: 3px 23px;
}

.sidebar .widget.baskets .totals ul li i {
  font: 14px gotham-light;
  color: #363636;
  float: right;
}

.sidebar .widget.baskets .totals .more {
  float: left;
  width: 100%;
  margin: 12px 0;
  padding: 0 23px;
}

.sidebar .widget.baskets .totals .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  float: left;
  font: 17px gotham-book;
  color: #fff;
  border: 1px solid transparent;
  background: #0054A6;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  padding: 15px;
}

.sidebar .widget.baskets .totals .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: #0054A6;
  color: #0054A6;
  background: none;
}

.sidebar .widget.baskets .totals .totalmoney {
  float: left;
  width: 100%;
  font: 18px gotham-light;
  color: #363636;
  padding: 3px 23px;
  margin: 15px 0 0 0;
}

.sidebar .widget.baskets .totals .totalmoney i {
  font: 18px gotham-book;
  color: #363636;
  float: right;
}

.sidebar .widget.baskets .totals .bottom {
  float: left;
  width: 100%;
  padding: 0 23px;
}

.sidebar .widget.baskets .totals .bottom ul {
  border: none;
}

.sidebar .widget.baskets .totals .bottom ul li {
  font: 11px gotham-light;
  text-align: center;
}

.sidebar .widget.baskets .totals .bottom ul li a {
  color: #02B0FE;
  font: 11px gotham-light;
  float: none;
  display: unset !important;
  text-decoration: underline;
}

.sidebar .widget.baskets .hidden-detail {
  display: none;
  position: absolute;
  background: #fff;
  right: 30px;
  bottom: -110px;
  border-top: 5px solid #02B0FE;
  -webkit-box-shadow: 0 2px 7px #e4e1e1;
  box-shadow: 0 2px 7px #e4e1e1;
  padding: 10px 20px;
}

.sidebar .widget.baskets .hidden-detail .cls {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/cl.png) no-repeat;
  width: 14px;
  height: 14px;
  position: relative;
  right: 0;
  margin: 5px 0;
  background-position: 0 0;
  cursor: pointer;
  float: right;
}

.sidebar .widget.baskets .hidden-detail .cls:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 -25px;
}

.sidebar .widget.baskets .hidden-detail ul {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #f5f5f5;
}

.sidebar .widget.baskets .hidden-detail ul li {
  float: left;
  font: 14px gotham-light;
  color: #363636;
  padding: 3px 0;
  text-align: left !important;
}

.sidebar .widget.baskets .hidden-detail ul li i {
  font: 14px gotham-light;
  color: #363636;
  float: right;
}

.sidebar .widget.baskets .hidden-detail .more {
  float: left;
  width: 100%;
  margin: 12px 0;
}

.sidebar .widget.baskets .hidden-detail .more a {
  display: block;
  font: 17px gotham-book;
  color: #fff;
  background: #0054A6;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  padding: 15px;
}

.sidebar .widget.baskets .hidden-detail .totalmoney {
  float: left;
  width: 100%;
  font: 18px gotham-light;
  color: #363636;
  padding: 3px 0;
  margin: 15px 0 0 0;
}

.sidebar .widget.baskets .hidden-detail .totalmoney i {
  font: 18px gotham-book;
  color: #363636;
  float: right;
}

.sidebar .widget.baskets .hidden-detail .bottom {
  float: left;
  width: 100%;
}

.sidebar .widget.baskets .hidden-detail .bottom ul {
  border: none;
}

.sidebar .widget.baskets .hidden-detail .bottom ul li {
  font: 11px gotham-light;
}

.sidebar .widget.baskets .hidden-detail .bottom ul li a {
  color: #02B0FE;
  font: 11px gotham-light;
  float: none;
  display: unset !important;
  text-decoration: underline;
}

.sidebar .widget ul {
  float: left;
  width: 100%;
}

.sidebar .widget ul li {
  float: left;
  width: 100%;
  font: 14px gotham-book;
  color: #363636;
}

.sidebar .widget ul li.active>a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.sidebar .widget ul li.active ul {
  display: block;
}

.sidebar .widget ul li.head {
  margin-bottom: 18px;
}

.sidebar .widget ul li ul {
  padding: 0 0 0 15px;
  display: none;
}

.sidebar .widget ul li ul li a {
  font-size: 12px;
}

.sidebar .widget ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  float: left;
  font: 14px gotham-light;
  color: #363636;
  padding: 8px 0;
}

.sidebar .widget ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

nav {
  display: block;
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 100%;
}

nav .pagination {
  border: 1px solid #E1E1E1;
  border-radius: 40px;
  height: 45px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}

nav .pagination li {
  display: inline-block;
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
  height: 100%;
  float: left;
}

nav .pagination li:last-child a {
  border-right: 0;
}

nav .pagination li.active a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #02b0fe !important;
  border-color: #02b0fe !important;
}

nav .pagination li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: #fff;
  color: #BEBEBE;
  font: 12px gotham-book;
  border-radius: 0 !important;
  padding: 15px;
  display: block;
  height: 100%;
  border-right: 1px solid #E1E1E1;
  text-align: center;
  margin: 0;
}

nav .pagination li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: none;
  color: #fff;
  background: #02b0fe;
}

.document {
  float: left;
  width: 100%;
}

.document .items {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}

.document .items .name {
  float: left;
  width: 100%;
  font: 24px gotham-light;
  color: #959595;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 10px 0;
}

.document .items .item {
  float: left;
  width: 100%;
}

.document .items .item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 14px gotham-book;
  color: #363636;
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding: 18px 180px 18px 0;
  position: relative;
  text-align: justify;
}

.document .items .item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.document .items .item a:hover span:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: 5px;
}

.document .items .item a span {
  float: right;
  color: #0054A6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding-right: 30px;
}

.document .items .item a span:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: url(../images/ico.png) no-repeat right center;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

.st-list {
  float: left;
  width: 100%;
}

.st-list .pa {
  padding: 0 15px;
}

.st-list .item {
  float: left;
  width: 100%;
  border: 1px solid #DCDCDC;
  margin-bottom: 30px;
}

.st-list .item .logo {
  float: left;
  width: 100%;
  height: 188px;
  margin: 0 !important;
}

.st-list .item .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.st-list .item .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.st-list .item .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.st-list .item .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.st-list .item .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.st-list .item .logo img {
  max-width: 100%;
  padding: 10px;
}

.st-list .item .text {
  float: left;
  width: 100%;
  background: #fafafa;
}

.st-list .item .text span {
  display: block;
  font: 16px gotham-book;
  color: #363636;
  text-align: center;
  height: 90px;
  padding: 30px;
}

.st-list .item .text ul {
  float: left;
  width: 100%;
  border-top: 1px solid #ECECEC;
  padding: 0;
}

.st-list .item .text ul li {
  float: left;
  width: 50%;
  background: none;
  padding: 0;
}

.st-list .item .text ul li:before {
  display: none !important;
}

.st-list .item .text ul li:first-child a {
  border-right: 1px solid #ECECEC;
}

.st-list .item .text ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 12px gotham-book;
  color: #363636;
  padding: 16px;
  text-align: center;
}

.st-list .item .text ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
}

.activity-page {
  float: left;
  width: 100%;
}

.activity-page .item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  height: 340px;
}

.activity-page .item:nth-child(odd) p {
  text-align: left !important;
}

.activity-page .item:nth-child(even) a {
  background: #0054A6;
}

.activity-page .item:nth-child(even) .mc-md-7 {
  float: right;
}

.activity-page .item:nth-child(even) .text {
  text-align: right;
}

.activity-page .item:nth-child(even) span {
  float: right !important;
}

.activity-page .item a {
  float: left;
  width: 100%;
  display: block;
  height: 100%;
  background: #02B0FE;
}

.activity-page .item a:hover .text span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
}

.activity-page .item a .mc-md-5,
.activity-page .item a .mc-md-7 {
  display: table;
  height: 100%;
}

.activity-page .item .text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 0 50px;
}

.activity-page .item .text .name {
  float: left;
  width: 100%;
  font: 45px/62px gotham-bold;
  color: #fff;
  margin: 0 0 25px 0;
  display: -webkit-box;
  max-height: 110px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.activity-page .item .text p {
  font: 18px/24px gotham-light;
  color: #fff;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  float: left;
}

.activity-page .item .text span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 12px gotham-book;
  color: #fff;
  display: block;
  border: 1px solid #fff;
  width: 150px;
  height: 44px;
  float: left;
  text-align: center;
  border-radius: 30px;
  padding: 14px 10px;
  margin: 40px 0 0 0;
}

.activity-page .item .images {
  height: 100%;
}

.activity-page .item .images img {
  max-width: 100%;
}

.activity-page .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.activity-page .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.activity-page .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.activity-page .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.activity-page .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mini-list {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.mini-list .all {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #DCDCDC;
  margin: 0 0 30px 0;
}

.mini-list .all a {
  display: block;
  padding: 0 0 15px 0;
}

.mini-list .all a:hover i.right {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.mini-list .all a:hover i.top {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.mini-list .all a:hover i.left {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.mini-list .all a:hover i.bottom {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.mini-list .all a i.right {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 1px;
  height: 0;
  background: #707070;
  top: 0;
}

.mini-list .all a i.top {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 0;
  height: 1px;
  background: #707070;
  top: 0;
}

.mini-list .all a i.left {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 1px;
  height: 0;
  background: #707070;
  bottom: 0;
}

.mini-list .all a i.bottom {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #707070;
  bottom: 0;
}

.mini-list .all a .images {
  height: 180px;
}

.mini-list .all a .images img {
  max-width: 100%;
  max-height: 100%;
}

.mini-list .all a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.mini-list .all a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.mini-list .all a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.mini-list .all a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.mini-list .all a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mini-list .all a span {
  display: block;
  font: 14px gotham-book;
  color: #363636;
  height: 36px;
  margin: 35px 0 0 0;
  text-align: center;
}

.note {
  float: left;
  width: 100%;
  color: #0054A6;
  font: 14px gotham-light;
  text-align: center;
}

.back {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.back a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 144px;
  height: 44px;
  border: 1px solid #E1E1E1;
  font: 12px gotham-book;
  color: #363636;
  background: url(../images/back.png) no-repeat left 25px center;
  padding: 14px 15px 14px 55px;
  float: left;
  border-radius: 40px;
}

.back a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: #0054A6;
  color: #0054A6;
}

.form {
  float: left;
  width: 100%;
}

.form form {
  float: left;
  width: 100%;
}

.form form b {
  font: 24px gotham-bold;
  color: #363636;
  display: block;
  margin: 20px 0;
  float: left;
  width: 100%;
}

.form form .nice-select {
  border: 1px solid #E1E1E1;
  border-radius: 40px;
  padding: 3px 20px;
  width: 100%;
  height: 50px;
}

.form form .nice-select.open {
  z-index: 28 !important;
}

.form form .nice-select:after {
  border-bottom: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  height: 10px;
  margin-top: -8px;
  right: 20px;
  width: 10px;
}

.form form .nice-select span {
  font: 14px gotham-book;
  color: #959595;
}

.form form .nice-select ul {
  float: left;
  width: 100%;
  max-height: 150px;
  overflow: auto;
}

.form form .nice-select ul li {
  font: 14px gotham-book;
  color: #959595;
  background: none;
  padding: 6px 20px;
  min-height: inherit;
}

.form form .nice-select ul li:first-child {
  display: none;
}

.form form .form-group {
  margin-bottom: 20px;
}

.form form .form-group em {
  font: 14px gotham-book;
  color: #363636;
  padding: 16px 0;
  display: block;
}

.form form .form-group.adres label {
  margin-top: -58px !important;
}

.form form .form-group.open i {
  background: url(../images/pass1.png) no-repeat;
}

.form form .form-group.ope label {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -30px;
  font-size: 11px;
}

.form form .form-group input[type="text"]:disabled {
  background: #E1E1E1;
}

.form form .form-group i {
  cursor: pointer;
  background: url(../images/pass.png) no-repeat;
  width: 28px;
  height: 16px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

.form form .form-group label {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 14px gotham-book;
  color: #959595;
  position: absolute;
  top: 50%;
  margin: -8px 0;
  left: 27px;
  background: #fff;
  padding: 0 10px;
  z-index: 27;
}

.form form .form-group input {
  border: 1px solid #E1E1E1;
  width: 100%;
  height: 50px;
  border-radius: 40px;
  font: 14px gotham-book;
  color: #959595;
  padding: 3px 20px;
}

.form form .form-group textarea {
  width: 100%;
  height: 100px;
  resize: none;
  font: 14px gotham-book;
  color: #959595;
  padding: 15px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 22px;
  overflow: hidden;
}

.form form .multiple .form-group {
  width: 20%;
  float: left;
  position: relative;
  padding: 0 5px;
}

.form form .checkbox {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.form form .checkbox label {
  float: left;
  position: initial !important;
  margin: 0 20px 0 0;
  padding: 0;
  color: #363636;
  font: 14px gotham-book;
}

.form form .checkbox .iradio_square_gold {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: -2px;
  height: 19px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 8px;
  padding: 0;
  width: 19px;
  background: url(../images/radio.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: -30px 0;
}

.form form .checkbox .iradio_square_gold.checked {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 0;
}

.form form .checkbox .icheckbox_square_gold {
  top: -4px;
  height: 23px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  width: 23px;
  background: url(../images/b-check.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: -40px 0;
}

.form form .checkbox .icheckbox_square_gold.checked {
  background-position: 0 0;
}

.form form .submit {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.form form .submit input,
.form form .submit button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
  background: #0054A6;
  color: #fff;
  text-align: center;
  font: 14px gotham-book;
  height: 50px;
  border-radius: 40px;
  margin: 0 auto;
  width: 40%;
  display: block;
  text-align: center;
  float: none;
}

.form form .submit input:hover,
.form form .submit button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  border-color: #0054A6;
}

.form form .g-recaptcha {
  float: left;
  width: 100%;
  margin-bottom: -20px;
}

.form form .g-recaptcha>div {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.form form .g-recaptcha iframe {
  min-height: 78px !important;
}

.form form .copy {
  float: left;
  width: 100%;
}

.form form .copy a {
  float: right;
  font: 14px gotham-book;
  color: #363636;
}

.form form .copy a i {
  background: #24bafe;
  color: #fff;
  font-weight: 100;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 6px 0;
  position: relative;
  top: 0;
}

.pass-ref {
  max-width: 500px !important;
}

.pass-ref input[type="password"] {
  padding: 3px 58px 3px 20px !important;
}

.mini-boxes {
  float: left;
  width: 100%;
}

.mini-boxes.catalogs .item {
  border: 1px solid #DCDCDC;
}

.mini-boxes.catalogs .text {
  border: none !important;
}

.mini-boxes.video-boxes .images:hover .resim-att {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.mini-boxes.video-boxes .images .resim-att {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.mini-boxes .item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.mini-boxes .item a:hover span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.mini-boxes .item a:hover .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mini-boxes .item .images {
  height: 145px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mini-boxes .item .images .resim-att {
  display: none;
}

.mini-boxes .item .images img {
  max-width: 100%;
}

.mini-boxes .item .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mini-boxes .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.mini-boxes .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.mini-boxes .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.mini-boxes .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.mini-boxes .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mini-boxes .item .text {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #DCDCDC;
  border-top: 0;
}

.mini-boxes .item .text span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 16px gotham-book;
  color: #363636;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mini-boxes .item .text span:before {
  display: none;
}

.logo-list {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .logo-list .logo-list span {
    height: auto !important;
  }
}

.logo-list.photo-list .images {
  height: 215px;
  background: none;
}

.logo-list.photo-list .images:before {
  background: url(../images/plus.png) center center no-repeat #373737d1;
}

.logo-list ul {
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  padding: 0;
  margin: 8px 0 20px 0;
}

.logo-list ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0 !important;
  background: none !important;
  width: auto !important;
}

.logo-list ul li a {
  background: #f0f0f0;
  padding: 8px 15px 5px 15px;
  color: #000 !important;
  font: 13px gotham-bold;
}

.logo-list a {
  display: block;
}

.logo-list a:hover .images:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.logo-list a:hover span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #02B0FE;
}

.logo-list .images {
  height: 195px;
  background: #F0F0F0;
  margin-bottom: 25px;
  position: relative;
}

.logo-list .images:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  opacity: 0;
  background: url(../images/hov-ico.png) center center no-repeat #373737d1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.logo-list .images img {
  max-width: 100%;
}

.logo-list .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.logo-list .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-list .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.logo-list .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.logo-list .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo-list span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 20px/27px gotham-book;
  color: #363636;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 25px;
  text-align: center;
}

.vertical-logo {
  float: left;
  width: 100%;
}

.vertical-logo .item {
  width: 300px;
  display: block;
  margin: 0 auto;
  height: 94px;
  position: relative;
}

.vertical-logo .item:last-child .img {
  border: none;
}

.vertical-logo .item b {
  font: 36px gotham-bold;
  color: #363636;
  position: absolute;
  height: 100%;
  background: #fff;
  padding: 25px 0;
}

.vertical-logo .item .img {
  height: 94px;
  border-bottom: 2px solid #E1E1E1;
  width: 200px;
  float: right;
}

.vertical-logo .item .img .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.vertical-logo .item .img .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.vertical-logo .item .img .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.vertical-logo .item .img .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.vertical-logo .item .img .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-left-right {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.text-left-right .item {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}

.text-left-right .item:nth-child(even) .mc-md-2 {
  float: right;
}

.text-left-right .item:nth-child(even) .text {
  text-align: right;
  margin-left: 0;
  margin-right: -40px;
  float: right;
  padding: 5px 0 5px 60px;
}

.text-left-right .item .ico {
  width: 100px;
  height: 100px;
  border: 2px solid #0054A6;
  border-radius: 50%;
}

.text-left-right .item .ico .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.text-left-right .item .ico .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-left-right .item .ico .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.text-left-right .item .ico .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.text-left-right .item .ico .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-left-right .item .text {
  padding: 5px 60px 5px 0;
  margin-left: -20px;
  float: left;
  width: 100%;
}

.text-left-right .item .text .name {
  float: left;
  width: 100%;
  font: 24px gotham-bold;
  color: #363636;
}

.text-left-right .item .text p {
  font: 14px/26px gotham-light;
  color: #363636;
  float: left;
  width: 100%;
  margin: 0;
}

.sss {
  float: left;
  width: 100%;
  outline: 0;
  margin: 20px 0;
}

.sss .tits {
  outline: 0;
  float: left;
  width: 100%;
  font: 16px gotham-book;
  color: #363636;
  letter-spacing: 0.5px;
  background: #FAFAFA;
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
  margin: 0 0 10px 0;
}

.sss .tits span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/sss-plus.png) no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  float: right;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -18px;
}

.sss .tits span.ui-icon-triangle-1-s {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 -59px;
}

.sss .cont {
  float: left;
  width: 100%;
  padding: 20px 52px 0 52px;
}

.sss .cont p {
  font: 14px/19px gotham-light;
  letter-spacing: 0.5px;
}

.gm-style-mtc {
  display: none !important;
}

.contact {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.contact .images {
  height: 340px;
}

.contact .images img {
  max-width: 100%;
}

.contact .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.contact .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.contact .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.contact .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.contact .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact .back {
  font: 11px gotham-light;
  color: #363636;
  position: relative;
  margin: -25px 0 20px 0;
  padding: 0 15px;
}

.contact .back:before {
  content: "";
  background: url(../images/bre.png) no-repeat;
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact .pr {
  padding-right: 0;
}

.contact .adres-list {
  margin: 20px -15px;
  float: left;
}

.contact .adres-list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.contact .adres-list::-webkit-scrollbar {
  width: 10px;
  background-color: #F0F0F0;
}

.contact .adres-list::-webkit-scrollbar-thumb {
  background-color: #BEBEBE;
}

.contact .adres-list .adres {
  float: left;
  width: 100%;
}

.contact .adres-list .items .all {
  border: 1px solid #E1E1E1;
  padding: 22px;
  margin: 0 0 15px 0;
  float: left;
  width: 100%;
  height: 240px;
}

.contact .adres-list .items .name {
  float: left;
  width: 100%;
  font: 16px/22px gotham-bold;
  color: #363636;
}

.contact .adres-list .items p {
  font: 14px/20px gotham-book;
  color: #959595;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.contact .adres-list .items ul {
  float: left;
  width: 100%;
  padding: 0;
}

.contact .adres-list .items ul li {
  font: 14px gotham-book;
  color: #959595;
  background: none;
  padding: 3px 0;
}

.contact .adres-list .items ul li a {
  font: 14px gotham-book;
  color: #959595;
}

.contact .adres-list .items a.map-btn {
  font: 14px gotham-bold;
  color: #363636;
}

.contact .form .submit {
  margin: 0;
  width: 33.3%;
}

.contact .form .submit input,
.contact .form .submit button {
  width: 100% !important;
}

.contact .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}

.contact .item:last-child {
  margin: 0;
  border: none;
}

.contact .text {
  float: left;
  width: 100%;
}

.contact .text span {
  display: block;
  font: 18px/26px gotham-bold;
  color: #363636;
  padding: 0 0 30px 0;
  position: relative;
  float: left;
  width: 100%;
}

.contact .text span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 5px;
  background: #0054A6;
}

.contact .text ul {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.contact .text ul li {
  font: 14px/26px gotham-light;
  color: #363636;
  background: none;
  padding: 10px 0 10px 55px;
  position: relative;
}

.contact .text ul li a {
  color: #363636;
}

.contact .text ul li p {
  font: 14px/26px gotham-light !important;
  margin: 0 !important;
}

.contact .text ul li.location:before {
  background-position: 0 0;
}

.contact .text ul li.phones:before {
  background-position: -73px 0;
  top: 2px;
}

.contact .text ul li.mail:before {
  background-position: -145px 0;
}

.contact .text ul li.departman:before {
  background-position: -218px 0;
}

.contact .text ul li:before {
  content: "";
  background: url(../images/contact-ico.png) no-repeat;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 7px;
}

.contact .text ul li ul {
  margin: 0;
  padding: 0;
}

.contact .text ul li ul li {
  padding: 0;
  font: 14px/26px gotham-book;
}

.contact .text ul li ul li a {
  float: right;
}

.contact .text ul li ul li:before {
  display: none;
}

.contact .maps,
.contact .map {
  height: 400px;
  float: left;
  width: 100%;
}

.maps-modal {
  float: left;
  width: 100%;
}

.maps-modal .titles {
  font: 16px gotham-bold;
  color: #363636;
  padding: 20px 0 0 0;
}

.maps-modal p {
  font: 14px gotham-book;
  color: #959595;
}

.maps-modal ul li {
  background: none;
  padding: 0;
}

.maps-modal ul li a {
  font: 14px gotham-book;
  color: #0054A6;
}

button.gm-control-active.gm-fullscreen-control {
  width: 30px !important;
  height: 30px !important;
}

button.gm-ui-hover-effect {
  background: url(../images/p-cls.png) top 15px center no-repeat !important;
}

button.gm-ui-hover-effect img {
  display: none !important;
}

.bayi-list {
  float: left;
  width: 100%;
}

.bayi-list .all {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.bayi-list .all a {
  display: block;
  position: relative;
}

.bayi-list .all a:hover .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bayi-list .all a .ico {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 30px;
}

.bayi-list .all a .ico img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.bayi-list .all a .images {
  height: 340px;
  position: relative;
  overflow: hidden;
}

.bayi-list .all a .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bayi-list .all a .images.no-image {
  background: #363636;
}

.bayi-list .all a .images:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.3;
}

.bayi-list .all a .images:after {
  content: "";
  background: url(../images/cc.png) no-repeat;
  position: absolute;
  bottom: 35px;
  width: 20px;
  height: 40px;
  display: block;
  z-index: 5;
  left: 50%;
  margin-left: -10px;
}

.bayi-list .all a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.bayi-list .all a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.bayi-list .all a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.bayi-list .all a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.bayi-list .all a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bayi-list .all a .text {
  font: 40px/40px gotham-book;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 100%;
  text-align: center;
  padding: 0 72px;
  margin: -45px 0;
}

.adress-list {
  float: left;
  width: 100%;
}

.adress-list .item {
  float: left;
  width: 100%;
  border: 1px solid #DCDCDC;
  padding: 28px;
  margin-bottom: 20px;
  height: 285px;
}

.adress-list .item i {
  font: 100px gotham-book;
  color: #E1E1E1;
  display: block;
  text-align: center;
  margin: 50px 0 -20px 0;
}

.adress-list .item span {
  font: 16px gotham-book;
  color: #02B0FE;
  display: block;
  text-align: center;
}

.adress-list .item a {
  display: block;
  margin: 15px 0;
  color: #02B0FE;
}

.adress-list .item .name {
  float: left;
  width: 100%;
  font: 16px gotham-book;
  color: #363636;
  margin: 0 0 20px 0;
}

.adress-list .item .cont {
  float: left;
  width: 100%;
  font: 14px gotham-light;
  color: #959595;
}

.adress-list .item .cont p {
  margin: 0;
  color: #959595;
  line-height: 19px;
  font-size: 13px;
}

.adress-list .item .bottom {
  float: left;
  width: 100%;
}

.adress-list .item .bottom .checkbox {
  float: right;
  margin: 0;
}

.adress-list .item .bottom .checkbox label {
  float: left;
  width: 100%;
  font: 16px gotham-book;
  color: #363636;
  padding: 0;
  margin: 0 0 8px 0;
}

.adress-list .item .bottom .checkbox .icheckbox_square_gold {
  top: -4px;
  height: 23px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  width: 23px;
  background: url(../images/b-check.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: -40px 0;
}

.adress-list .item .bottom .checkbox .icheckbox_square_gold.checked {
  background-position: 0 0;
}

.adress-list .item .bottom .checkbox .iradio_square_gold {
  top: -4px;
  height: 23px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  width: 23px;
  background: url(../images/b-check.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: -40px 0;
}

.adress-list .item .bottom .checkbox .iradio_square_gold.checked {
  background-position: 0 0;
}

table {
  float: left;
  width: 100% !important;
  border: 1px solid #e4e4e4;
}

table tr th {
  font: 14px gotham-bold;
  color: #363636;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  border-collapse: collapse;
  padding: 15px 0;
}

table tr td {
  font: 14px gotham-light;
  color: #363636;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  border-collapse: collapse;
  padding: 11px;
}

table tr td button {
  display: block;
  background: none;
  border: none;
  width: 30px;
  height: 17px;
  float: right;
  cursor: pointer;
}

.account {
  width: 50%;
}

.account input[type="password"] {
  padding: 3px 50px 3px 20px !important;
}

.account .submit {
  margin: 0 !important;
}

.sp-list {
  float: left;
  width: 100%;
}

.sp-list .detail-all {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  background: rgba(223, 223, 223, 0.2);
  padding: 10px;
}

.sp-list .detail-all:last-child {
  margin-bottom: 0 !important;
}

.sp-list .item {
  float: left;
  width: 100%;
  font: 14px gotham-light;
  color: #363636;
}

.sp-list .item .open button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-list .item .row {
  margin: 0;
  overflow: hidden;
}

.sp-list .item .all {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.sp-list .item .head {
  font: 14px gotham-bold;
  color: #363636;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.sp-list .item .cont {
  font: 13.7px gotham-light;
  color: #363636;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.sp-list .item .cont button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: right;
  background: none;
  border: none;
  width: 30px;
  height: 17px;
  cursor: pointer;
}

.sp-list .detail {
  float: left;
  width: 100%;
  background: #FAFAFA;
  padding: 30px;
  display: none;
}

.sp-list .detail .moneys {
  float: left;
  width: 100%;
  padding: 0 5px;
}

.sp-list .detail .mc-md-4:last-child:before {
  display: none;
}

.sp-list .detail .mc-md-4:before {
  content: "";
  width: 1.9px;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  right: 0;
}

.sp-list .detail .images {
  float: left;
  height: 90px;
  width: 90px;
  margin-right: 12px;
}

.sp-list .detail .images img {
  max-width: 100%;
}

.sp-list .detail .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.sp-list .detail .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.sp-list .detail .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.sp-list .detail .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.sp-list .detail .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-list .detail .text {
  text-align: left;
  padding: 30px 15px 30px 20px;
}

.sp-list .detail .text b {
  font: 14px gotham-book;
  color: #363636;
  display: block;
}

.sp-list .detail .text span {
  font: 12px gotham-book;
  color: #959595;
  display: block;
}

.sp-list .detail .it {
  float: left;
  width: 100%;
  padding: 0 5px;
}

.sp-list .detail .it:nth-child(even) {
  margin: 15px 0 0 0;
}

.sp-list .detail .it span {
  display: block;
  font: 14px gotham-book;
  color: #363636;
  margin: 0 0 5px 0;
}

.sp-list .detail .it p {
  font: 14px gotham-light;
  color: #363636;
  margin: 0;
}

.sp-list .detail table {
  border: none !important;
}

.sp-list .detail table:first-child tr:last-child td:last-child {
  font-size: 18px;
}

.sp-list .detail table:first-child tr td:last-child {
  font: 14px gotham-book;
}

.sp-list .detail table:last-child tr td:first-child {
  font: 14px gotham-book;
}

.sp-list .detail table tr td {
  font: 14px gotham-light;
  color: #363636;
  border: none;
  padding: 5px 0;
}

.sp-list .detail table tr td:last-child {
  text-align: right;
}

.basket-step {
  float: left;
  width: 100%;
}

.basket-step .step {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}

.basket-step .step ul {
  float: left;
  width: 100%;
}

.basket-step .step ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 31%;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  float: left;
  background: none;
  padding: 0;
  height: 95px;
  margin: 0 10px;
  overflow: hidden;
}

.basket-step .step ul li.active span {
  color: #0054A6;
}

.basket-step .step ul li.active p {
  color: #363636;
}

.basket-step .step ul li.active i {
  background: #0054A6;
  color: #fff;
}

.basket-step .step ul li.prev:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: #efefef;
}

.basket-step .step ul li i {
  background: none;
  height: 100%;
  font: 18px gotham-book;
  color: #959595;
  width: 32px;
  display: block;
  float: left;
  text-align: center;
  padding: 18px 0 54px 0;
  border-right: 1px solid #DCDCDC;
  margin-right: 15px;
}

.basket-step .step ul li .name {
  padding: 15px 0 0 0;
}

.basket-step .step ul li span {
  font: 18px gotham-book;
  color: #959595;
}

.basket-step .step ul li p {
  font: 13px gotham-light;
  color: #959595;
}

.basket-step.first .item {
  float: left;
  width: 100%;
  border-bottom: 1.5px solid #ebebeb;
  padding: 15px 0;
}

.basket-step.first .item:first-child {
  border-top: 1.5px solid #ebebeb;
}

.basket-step.first .item .money {
  float: right;
  padding: 28px;
  margin: 0 10px;
}

.basket-step.first .item .mc-md-6 {
  display: table;
  height: 110px;
}

.basket-step.first .item .images {
  height: 110px;
  float: left;
  width: 110px;
  overflow: hidden;
}

.basket-step.first .item .images img {
  max-width: 100%;
}

.basket-step.first .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.basket-step.first .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.basket-step.first .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.basket-step.first .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.basket-step.first .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.basket-step.first .item .name {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 20px;
}

.basket-step.first .item .name b {
  display: block;
  font: 16px gotham-book;
  color: #363636;
  margin: 0 0 5px 0;
}

.basket-step.first .item .name span {
  display: block;
  font: 13px gotham-book;
  color: #959595;
}

.basket-step.first .item .numbers-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  margin: 33px 0;
  float: right;
}

.basket-step.first .item .numbers-row input {
  border: none;
  width: 42px;
  text-align: center;
  padding: 5px 0 0 0;
  font: 19px gotham-book;
  color: #363636;
}

.basket-step.first .item .numbers-row .inc {
  float: right;
  width: 20px;
  height: 30px;
  text-align: center;
  padding: 2px 10px 0 0;
  color: #707070;
  font-size: 23px;
  cursor: pointer;
}

.basket-step.first .item .numbers-row .dec {
  float: left;
  width: 20px;
  height: 30px;
  text-align: center;
  padding: 0 0 0 10px;
  color: #707070;
  font-size: 23px;
  cursor: pointer;
}

.basket-step.first .item .money {
  float: right;
  margin: 0 30px;
  width: 50%;
  text-align: right;
}

.basket-step.first .item .money i {
  display: block;
  font: 16px gotham-book;
  color: #BEBEBE;
  text-align: right;
  text-decoration: line-through;
}

.basket-step.first .item .money span {
  font: 19px gotham-book;
  color: #0054A6;
}

.basket-step.first .item .closes {
  background: url(../images/cl.png) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background-position: 0 0;
  cursor: pointer;
}

.basket-step.first .item .closes:hover {
  background-position: 0 -25px;
}

.basket-step.two .title {
  font: 22px gotham-bold;
  color: #363636;
}

.basket-step.four .items {
  float: left;
  width: 100%;
}

.basket-step.four .items:last-child a {
  color: #363636;
  font: 14px gotham-book !important;
  text-decoration: underline;
}

.basket-step.four .items:last-child .ope label {
  margin: 0 !important;
}

.basket-step.last {
  text-align: center;
  padding: 0 0 50px 0;
  max-width: 900px;
  float: none;
  margin: 0 auto;
}

.basket-step.last h3 {
  font: 45px gotham-bold;
  color: #363636;
  margin: 15px 0;
}

.basket-step.last .thanks {
  font: 22px gotham-light;
  color: #959595;
  margin: 0 0 20px 0;
}

.basket-step.last b {
  font: 22px gotham-light;
  color: #959595;
}

.basket-step.last p {
  font: 18px gotham-light;
  margin: 10px 0 0;
}

.basket-step.last span {
  font: 22px gotham-bold;
  color: #363636;
}

.basket-step.last .sp-list {
  border-top: 1px solid #DEDEDE;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  text-align: left;
}

.basket-step.last .sp-list .titles {
  font: 28px gotham-bold;
  color: #363636;
  text-align: center;
}

.basket-step.last .sp-list .tp-note {
  float: left;
  width: 100%;
  margin: 18px 0 0 0;
}

.basket-step.last .sp-list .tp-note ul {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.basket-step.last .sp-list .tp-note ul li {
  display: inline-block;
  font: 18px gotham-light;
  color: #363636;
  background: none;
  padding: 0;
  margin: 0 10px;
}

.basket-step.last .sp-list .tp-note ul li span {
  font: 18px gotham-book;
  margin-right: 15px;
}

.basket-step.last .sp-list .tp-note ul li small {
  font: 14px gotham-light;
}

.basket-step.last .detail {
  display: block;
}

.basket-step .basket-tabs {
  float: left;
  width: 100%;
}

.basket-step .basket-tabs ul {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
  margin: 0;
}

.basket-step .basket-tabs ul li {
  float: left;
  width: 50%;
  background: none;
  padding: 0;
  margin: 0;
}

.basket-step .basket-tabs ul li.active a {
  color: #363636;
}

.basket-step .basket-tabs ul li.active a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 3px;
}

.basket-step .basket-tabs ul li a {
  display: block;
  background: none !important;
  border: none !important;
  font: 22px gotham-bold;
  color: #959595;
  text-align: center;
  padding: 0 0 12px 0;
  position: relative;
}

.basket-step .basket-tabs ul li a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: #0054A6;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.basket-step .basket-tabs ul li a i {
  font: 14px gotham-book;
  color: #363636;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.basket-step .basket-tabs .tab-content {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.basket-step .basket-tabs .tab-content ol {
  float: left;
  width: 100%;
  padding: 0 40px;
}

.basket-step .basket-tabs .tab-content ol li {
  background: none;
  list-style-type: disc;
  font: 14px gotham-book;
  color: #363636;
  float: left;
  width: 100%;
  padding: 8px 0;
  line-height: 20px;
}

.basket-step .basket-tabs .tab-content p {
  font: 14px gotham-book !important;
}

.basket-step .basket-tabs .tab-content ul {
  border: none;
}

.basket-step .basket-tabs .tab-content ul li {
  width: 11.3%;
  border: 1px solid #E1E1E1;
  border-radius: 15px;
  height: 175px;
  margin: 0 5px;
}

.basket-step .basket-tabs .tab-content ul li:before {
  display: none;
}

.basket-step .basket-tabs .tab-content ul li.active a:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 0;
}

.basket-step .basket-tabs .tab-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.basket-step .basket-tabs .tab-content ul li a:before {
  display: none;
}

.basket-step .basket-tabs .tab-content ul li a:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: url(../images/b-radio.png) no-repeat;
  position: absolute;
  top: 20px;
  width: 27px;
  height: 27px;
  left: 50%;
  margin-left: -10px;
  background-position: -50px 0;
}

.basket-step .basket-tabs .tab-content ul li a .images {
  height: 60px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}

.basket-step .basket-tabs .tab-content ul li a .images img {
  max-width: 100%;
}

.basket-step .basket-tabs .tab-content ul li a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.basket-step .basket-tabs .tab-content ul li a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.basket-step .basket-tabs .tab-content ul li a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.basket-step .basket-tabs .tab-content ul li a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.basket-step .basket-tabs .tab-content ul li a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.basket-step .basket-tabs .tab-content table {
  margin: 0 0 20px 0;
}

.basket-step .basket-tabs .tab-content table th {
  font: 15px gotham-book;
  padding: 10px;
}

.basket-step .basket-tabs .tab-content table tr.open td {
  background: #e3e5e8 !important;
}

.basket-step .basket-tabs .tab-content table tr.open span:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 0 !important;
}

.basket-step .basket-tabs .tab-content table tr:nth-child(even) td {
  background: #F4F6F8;
}

.basket-step .basket-tabs .tab-content table td {
  font: 15px gotham-book;
  padding: 0 10px;
  border-bottom: 0;
  cursor: pointer;
}

.basket-step .basket-tabs .tab-content table td input {
  display: none;
}

.basket-step .basket-tabs .tab-content table td span {
  display: block;
  font: 18px gotham-book;
  color: #363636;
}

.basket-step .basket-tabs .tab-content table td .checkboxs {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images {
  height: 60px;
  border: 1px solid #CED5DB;
  float: left;
  width: 120px;
  text-align: center;
  margin: 0 0 0 10px;
  background: #fff;
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images img {
  max-width: 100%;
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.basket-step .basket-tabs .tab-content table td .checkboxs .images img {
  max-width: 100%;
}

.basket-step .basket-tabs .tab-content table td .checkboxs span {
  float: left;
  position: initial !important;
  margin: 0 20px 0 0 !important;
  padding: 0;
  color: #363636;
  font-size: 14px !important;
}

.basket-step .basket-tabs .tab-content table td .checkboxs span:before {
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: -2px;
  height: 19px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 8px;
  padding: 0;
  width: 19px;
  background: url(../images/radio.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: -30px 0;
}

.basket-step .basket-tabs .tab-content table td .checkboxs span:before.checked {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 0;
}

.sidebar .widget.baskets .totals .bottom {
  position: relative;
}

.modal.mini {
  width: 600px;
  padding: 40px;
}

.modal.mini button {
  background: url(../images/pam-cl.png) no-repeat;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 42px;
  top: 20px;
}

.modal.mini form {
  position: relative;
}

.modal.mini form .form-group input[type="text"] {
  height: 40px;
  padding-right: 150px;
}

.modal.mini form .form-group input[type="submit"] {
  height: 40px;
}

.modal.mini .titles {
  font: 22px gotham-bold;
  color: #363636;
  margin: 0 0 15px 0;
}

.modal.mini p {
  font: 12px/22px gotham-book;
  color: #363636;
}

.modal.mini b {
  color: #DC4E41;
  font: 12px/18px gotham-book;
}

.modal.mini .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  margin: 0;
}

.modal.mini .submit input {
  border-top-left-radius: 0;
  width: 100%;
  border-bottom-left-radius: 0;
}

.hides,
.other-adress {
  display: none;
}

.detail-text-basket {
  float: left;
  width: 100%;
  border: 1px solid #E1E1E1;
  padding: 22px;
  overflow: auto;
  max-height: 320px;
  margin: 0 0 40px 0;
  position: relative;
}

.detail-text-basket table tr th {
  padding: 15px 13px;
}

.detail-text-basket:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 92%;
  height: 80%;
}

.detail-text-basket::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.detail-text-basket::-webkit-scrollbar {
  width: 10px;
  background-color: #F0F0F0;
}

.detail-text-basket::-webkit-scrollbar-thumb {
  background-color: #BEBEBE;
}

.detail-text-basket ol li {
  padding: 0 !important;
  background: none !important;
  list-style-type: none;
}

.detail-text-basket strong {
  font-size: 15px !important;
  margin: 0 !important;
}

.login-page {
  max-width: 900px;
  margin: 0 auto;
}

.login-page .nav-tabs {
  float: left;
  width: 100%;
  border: 1px solid #E1E1E1;
  padding: 0;
  display: block;
  text-align: center;
}

.login-page .nav-tabs li {
  background: none;
  padding: 0;
  margin: 0;
  width: 33.3%;
  display: inline-block;
  float: none;
}

.login-page .nav-tabs li.active a {
  background: #0054A6 !important;
  color: #fff !important;
}

.login-page .nav-tabs li:last-child a {
  border-right: 0 !important;
}

.login-page .nav-tabs li a {
  display: block;
  font: 20px gotham-bold;
  color: #959595;
  border-radius: 0;
  text-align: center;
  border: none !important;
  border-right: 1px solid #E1E1E1 !important;
  margin: 0;
  padding: 15px 0 12px 0;
}

.login-page .tab-content {
  max-width: 650px;
  margin: 0 auto;
}

.login-page .tab-content .form {
  margin: 70px 0;
}

.login-page .tab-content .form p {
  font: 14px gotham-book;
  color: #363636;
}

.login-page .tab-content .form .other-adress {
  float: left;
  width: 100%;
  margin: -20px 0 0 0;
}

.login-page .tab-content .form .mc-md-6 .checkbox {
  margin: 15px 0;
}

.login-page .tab-content .form .checkbox {
  margin: 6px 0 !important;
  float: left;
  width: 100%;
  height: 22px;
}

@media only screen and (max-width: 767px) {
  .login-page .tab-content .form .checkbox {
    height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .login-page .tab-content .form .checkbox {
    height: auto !important;
  }
}

.login-page .tab-content .form .checkbox a {
  font: 14px gotham-book;
  color: #363636;
  display: inline-block !important;
  padding: 0 !important;
}

.login-page .tab-content .form .other,
.login-page .tab-content .form .same {
  font: 18px gotham-bold !important;
}

.login-page .tab-content .form .other .iradio_square_gold,
.login-page .tab-content .form .same .iradio_square_gold {
  top: 0 !important;
}

.login-page .tab-content .form a {
  font: 14px gotham-book;
  color: #363636;
  display: block;
  padding: 15px;
}

.login-page .tab-content .form .submit.mc-md-6 {
  width: 50%;
  margin: 0;
}

.login-page .tab-content .form .submit.mc-md-6 input {
  width: 195px;
  float: right;
}

.login-page .tab-content .other-login {
  float: left;
  width: 100%;
}

.login-page .tab-content .other-login .tit {
  float: left;
  width: 100%;
  position: relative;
}

.login-page .tab-content .other-login .tit:after {
  content: "";
  width: 100%;
  background: #BEBEBE;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  margin-top: -2px;
}

.login-page .tab-content .other-login .tit span {
  font: 14px gotham-book;
  color: #363636;
  display: block;
  text-align: center;
  background: #fff;
  max-width: 160px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.login-page .tab-content .other-login ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 40px 0;
  display: block;
  text-align: center;
}

.login-page .tab-content .other-login ul li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0 5px;
}

.login-page .tab-content .other-login ul li.facebook a {
  background: #3B5998;
}

.login-page .tab-content .other-login ul li.twitter a {
  background: #55ACEE;
}

.login-page .tab-content .other-login ul li.google a {
  background: #DB4437;
}

.login-page .tab-content .other-login ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font: 14px gotham-book;
  color: #fff;
  border-radius: 40px;
  height: 50px;
  text-align: center;
  padding: 17px 30px;
}

.login-page .tab-content .other-login ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  border: 1px solid #0054A6;
}

.login-page .tab-content .other-login ul li a:hover i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.login-page .tab-content .other-login ul li a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 25px;
  float: left;
  position: relative;
  top: -3px;
  left: -7px;
}

.form-group {
  position: relative;
}

#hiden {
  text-align: center;
}

#hiden,
#sepeteekle {
  width: 550px;
  padding: 50px 30px;
}

#hiden .fancybox-close-small,
#sepeteekle .fancybox-close-small {
  background: url(../images/pam-cl.png) no-repeat;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
}

#hiden .fancybox-close-small:after,
#sepeteekle .fancybox-close-small:after {
  display: none;
}

#hiden .success,
#sepeteekle .success {
  font: 26px gotham-bold;
  color: #60C923;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}

#hiden .success img,
#sepeteekle .success img {
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
}

#hiden .btn,
#sepeteekle .btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#hiden .btn a,
#sepeteekle .btn a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font: 17px gotham-book;
  color: #363636;
  border: 1px solid #E1E1E1;
  border-radius: 40px;
  height: 50px;
  padding: 15px;
  width: 45%;
  margin: 0 5px;
}

#hiden .btn a:hover,
#sepeteekle .btn a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #363636 !important;
  color: #fff;
}

#hiden .btn a:first-child,
#sepeteekle .btn a:first-child {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
}

#errorssepet {
  width: 550px;
  padding: 50px 30px;
}

#errorssepet .fancybox-close-small {
  background: url(../images/pam-cl.png) no-repeat;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
}

#errorssepet .fancybox-close-small:after {
  display: none;
}

#errorssepet .success {
  font: 26px gotham-bold;
  color: red;
  position: relative;
  top: 20px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}

.rootwizard {
  float: left;
  width: 100%;
}

.rootwizard .navbar {
  float: left;
  width: 100%;
}

.rootwizard .navbar ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rootwizard .navbar ul li {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 33.3%;
}

.rootwizard .navbar ul li.active a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0054A6;
}

.rootwizard .navbar ul li.active a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0054A6;
  color: #fff;
  border-color: #fff;
}

.rootwizard .navbar ul li:before {
  content: "";
  background: #E1E1E1;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -20px;
}

.rootwizard .navbar ul li:nth-child(2) a {
  text-align: center;
}

.rootwizard .navbar ul li:nth-child(2) a i {
  margin: 0 auto;
}

.rootwizard .navbar ul li:last-child a span {
  text-align: right;
}

.rootwizard .navbar ul li:last-child a i {
  float: right;
}

.rootwizard .navbar ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 18px gotham-book;
  color: #363636;
  background: none;
  padding: 0;
}

.rootwizard .navbar ul li a span {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

.rootwizard .navbar ul li a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #E1E1E1;
  border-radius: 50%;
  font: 22px gotham-book;
  color: #363636;
  padding: 12px 0;
  position: relative;
  z-index: 9;
}

.rootwizard .pager {
  float: left;
  width: 100%;
}

.rootwizard .pager li {
  background: none;
  float: left;
}

.rootwizard .pager li.disabled {
  opacity: 0;
}

.rootwizard .pager li.finish {
  float: right;
}

.rootwizard .pager li.submit {
  display: none;
}

.rootwizard .pager li.submit a:after {
  display: none;
}

.rootwizard .pager li.previous {
  padding: 0;
}

.rootwizard .pager li.previous a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #C7D2DE;
}

.rootwizard .pager li.previous a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.rootwizard .pager li.previous a:after {
  left: 30px;
  right: inherit;
  float: left;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rootwizard .pager li.next {
  float: right;
}

.rootwizard .pager li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 14px gotham-bold;
  color: #fff;
  background: #0054A6;
  height: 50px;
  display: block;
  width: 240px;
  border-radius: 40px;
  text-align: center;
  padding: 17px 25px;
}

.rootwizard .pager li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #363636;
}

.rootwizard .pager li a:after {
  content: "";
  background: url(../images/path-n.png) no-repeat;
  width: 20px;
  height: 12px;
  display: block;
  float: right;
  position: relative;
  right: 30px;
  top: 1px;
}

.rootwizard .tab-content {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.rootwizard .tab-content .tab-pane {
  display: none;
}

.rootwizard .tab-content .tab-pane.active {
  display: block;
}

.rootwizard .tab-content input[type="submit"],
.rootwizard .tab-content button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  font: 14px gotham-bold;
  color: #fff;
  background: #0054A6;
  height: 50px;
  display: block;
  width: 240px;
  border-radius: 40px;
  text-align: center;
  padding: 17px 25px;
  cursor: pointer;
}

.rootwizard .tab-content input[type="submit"]:hover,
.rootwizard .tab-content button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #363636;
}

.services-box {
  float: left;
  width: 100%;
}

.services-box ul.nav {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
  margin: 0;
}

.services-box ul.nav li {
  float: left;
  width: 50%;
  background: none;
  padding: 0;
  margin: 0;
}

.services-box ul.nav li.active a {
  color: #363636;
}

.services-box ul.nav li.active a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 3px;
}

.services-box ul.nav li a {
  display: block;
  background: none !important;
  border: none !important;
  font: 22px gotham-bold;
  color: #959595;
  text-align: center;
  padding: 0 0 12px 0;
  position: relative;
}

.services-box ul.nav li a:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: #0054A6;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-box ul.nav li a i {
  font: 14px gotham-book;
  color: #363636;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.services-box .tab-content {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.ove {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 99;
}

#hiden {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  margin: -60px -270px;
  font: 16px gotham-book;
  color: #363636;
}

#hiden b {
  font: 40px gotham-bold;
  color: #0054A6;
  display: block;
  margin: 0 0 20px 0;
}

.big-image {
  float: left;
  width: 100%;
}

.big-image img {
  max-width: 100%;
}

.history-page {
  float: left;
  width: 100%;
}

.history-page .item {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}

.history-page .item .dates {
  float: left;
  width: 100%;
  font: 32px gotham-bold;
  color: #0054A6;
  border-bottom: 2px solid #0054A6;
}

.history-page .item .text {
  float: left;
  width: 100%;
}

.history-page .item span {
  display: block;
  font: 22px gotham-bold;
  color: #363636;
  margin: 0 0 20px 0;
}

.history-page .item p {
  font: 14px/22px gotham-light;
  color: #363636;
}

.mobile-side {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  display: none;
}

.mobile-side span {
  border: 1px solid #E1E1E1;
  font: 14px gotham-bold;
  color: #363636;
  display: block;
  height: 36px;
  padding: 10px 24px 10px 15px;
  position: relative;
}

.mobile-side span:before {
  content: "";
  background: url(../images/bot.png) no-repeat;
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  right: 7px;
  top: 13px;
}

.mobile-side ul {
  padding: 8px 18px;
  margin: 0;
  border: 1px solid #E1E1E1;
  display: none;
  border-top: 0;
}

.mobile-side ul li {
  padding: 0;
  margin: 0;
  background: none;
}

.mobile-side ul li.head {
  display: none;
}

.mobile-side ul li a {
  font: 14px gotham-light;
  color: #363636;
}

.notfound {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.notfound h3 {
  font: 85px gotham-bold;
}

.notfound h4 {
  font: 40px gotham-bold;
  margin: 0 0 20px 0;
}

.notfound p {
  font: 20px gotham-book !important;
  color: #363636;
  margin: 0 0 10px 0 !important;
}

.notfound a {
  font: 20px gotham-book !important;
  color: #0054A6;
}

.alert {
  padding: 8px 15px;
  font-size: 12px;
  overflow: hidden;
}

.p-sub {
  display: none;
  position: absolute;
  right: -58px;
  width: 230px;
  background: #fff;
  top: 51px;
  border-top: 5px solid #02b0fe;
  padding: 12px 0;
}

.p-sub li {
  float: left;
  width: 100%;
}

.p-sub li a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block !important;
  float: right;
  font: 14px gotham-light;
  color: #363636 !important;
  padding: 7px 35px;
  letter-spacing: 0;
}

.p-sub li a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #02b0fe !important;
  padding-left: 45px;
}

.errors ul li {
  font: 13px gotham-bold;
  color: #363636;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .page .page-content .breadcrumb ul li {
    width: auto !important;
  }
}

@media screen and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .page .page-content .breadcrumb ul li {
    width: auto !important;
  }
  .sidebar {
    margin-top: -80px;
  }
  .mini-boxes .item .text span {
    display: block !important;
  }
}

.basket-step.first .item .numbers-row input {
  background: none;
}

.premium-product {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}

.premium-product .all .mc-md-6 {
  display: table;
  height: 476px;
}

.premium-product .texts {
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.premium-product .texts .title {
  font: 54px gotham-bold;
  color: #FFFFFF;
  opacity: 0;
  padding: 5px 0;
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.premium-product .texts .content {
  float: left;
  width: 100%;
  opacity: 0;
}

.premium-product .texts .content .tx {
  float: left;
  width: 100%;
  font: 20px gotham-book;
  color: #FFFFFF;
  padding: 0 100px 0 0;
  margin: 20px 0 30px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.premium-product .texts .content .more {
  float: left;
  width: 100%;
}

.premium-product .texts .content .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  height: 44px;
  font: 12px gotham-book;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 13px 40px;
  position: relative;
  top: 0;
  left: 0;
}

.premium-product .texts .content .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
  top: -5px;
  left: -5px;
}

.premium-product .images {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.premium-product .images .img1 {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  height: 335px;
  float: left;
  position: absolute;
  bottom: -335px;
  left: 40px;
}

.premium-product .images .img1 .resim-att {
  width: 244px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.premium-product .images .img1 .resim-att .resim-att-pre {
  width: 244px;
  height: 100%;
  position: relative;
}

.premium-product .images .img1 .resim-att .resim-att-pre .resim-thumb {
  width: 244px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.premium-product .images .img1 .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 244px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.premium-product .images .img1 .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.premium-product .images .img2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 275px;
  float: left;
  position: absolute;
  bottom: -275px;
  right: 40px;
}

.premium-product .images .img2 .resim-att {
  width: 232px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.premium-product .images .img2 .resim-att .resim-att-pre {
  width: 232px;
  height: 100%;
  position: relative;
}

.premium-product .images .img2 .resim-att .resim-att-pre .resim-thumb {
  width: 232px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.premium-product .images .img2 .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 232px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.premium-product .images .img2 .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes pre1 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
  }
}

@-moz-keyframes pre1 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -moz-transform: translateY(-20px) rotate(8deg);
  }
}

@-o-keyframes pre1 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -o-transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes pre1 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
    transform: translateY(-20px) rotate(8deg);
  }
}

@-webkit-keyframes pre2 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(-8deg);
  }
}

@-moz-keyframes pre2 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(6deg);
  }
  50% {
    -moz-transform: translateY(-20px) rotate(-8deg);
  }
}

@-o-keyframes pre2 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(6deg);
  }
  50% {
    -o-transform: translateY(-20px) rotate(-8deg);
  }
}

@keyframes pre2 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
    transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(-8deg);
    transform: translateY(-20px) rotate(-8deg);
  }
}

@-webkit-keyframes pre3 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@-moz-keyframes pre3 {
  0%,
  100% {
    -moz-transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -moz-transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@-o-keyframes pre3 {
  0%,
  100% {
    -o-transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -o-transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@keyframes pre3 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotate(6deg);
    transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
    transform: translate(-20px, 30px) rotate(-8deg);
  }
}

.premium-products {
  float: left;
  width: 100%;
  background: #0054A6;
  padding: 75px 0;
  position: relative;
}

.premium-products .bg-left {
  background: url(../images/pre-bg-left.png) no-repeat right center;
  width: 46%;
  max-width: 688px !important;
  height: 567px;
  display: block;
  position: absolute;
  left: 0;
  top: 135px;
}

.premium-products .bg-right {
  background: url(../images/pre-bg-right.png) no-repeat left center;
  width: 46%;
  max-width: 688px !important;
  height: 567px;
  display: block;
  position: absolute;
  right: 0;
  top: 135px;
}

.premium-products .top {
  max-width: 710px;
  margin: 0 auto;
}

.premium-products .top i {
  position: absolute;
  width: 100%;
  height: 260px;
  left: 0;
  z-index: 99;
}

.premium-products .top .list {
  float: left;
  width: 100%;
  position: relative;
  height: 300px;
}

.premium-products .top .list .item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: url(../images/elips.png) no-repeat;
  background-size: cover;
  font: 18px gotham-book;
  color: #fff;
  text-align: center;
  padding: 45px 0;
  float: left;
  position: absolute;
  cursor: pointer;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 9;
  top: 250px;
}

.premium-products .top .list .item:nth-child(1) {
  -webkit-animation: pre1 6s ease-in-out infinite;
  -moz-animation: pre1 6s ease-in-out infinite;
  -o-animation: pre1 6s ease-in-out infinite;
  animation: pre1 6s ease-in-out infinite;
}

.premium-products .top .list .item:nth-child(2) {
  -webkit-animation: pre2 6s ease-in-out infinite;
  -moz-animation: pre2 6s ease-in-out infinite;
  -o-animation: pre2 6s ease-in-out infinite;
  animation: pre2 6s ease-in-out infinite;
}

.premium-products .top .list .item:nth-child(3) {
  -webkit-animation: pre3 6s ease-in-out infinite;
  -moz-animation: pre3 6s ease-in-out infinite;
  -o-animation: pre3 6s ease-in-out infinite;
  animation: pre3 6s ease-in-out infinite;
}

.premium-products .top .list .item:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  opacity: 0;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.premium-products .top .list .item:hover {
  background: #003263;
  border-color: transparent;
}

.premium-products .top .list .item:hover:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.premium-products .top .list .item.active {
  background: #003263;
  border-color: transparent;
}

.premium-products .top .list .item.active:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.premium-products .top .list .item.active:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.premium-products .top .list .item:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  opacity: 0;
  background: url(../images/item-more.png) no-repeat;
  width: 70px;
  height: 35px;
  position: absolute;
  bottom: -25px;
  right: -45px;
}

.premium-products .top .list .item:first-child {
  left: 0;
}

.premium-products .top .list .item:first-child:before {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

.premium-products .top .list .item:nth-child(2) {
  left: 50%;
  margin-left: -60px;
}

.premium-products .top .list .item:nth-child(2):before {
  bottom: -54px;
  right: 28px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.premium-products .top .list .item:last-child {
  right: 0;
}

.premium-products .top .list .item:last-child:before {
  bottom: -36px;
  right: 75px;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.premium-products .top .images {
  float: left;
  width: 100%;
  margin: -80px 0 0 0;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  position: relative;
  height: 417px;
}

.premium-products .top .images img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -140px;
}

.premium-products .top .images img:first-child {
  opacity: 1;
}

.premium-products .top .text {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 160px;
  margin: 50px 0;
  opacity: 0;
}

.premium-products .top .text .title {
  float: left;
  width: 100%;
  font: 54px/54px gotham-bold;
  color: #fff;
  margin: 0 0 10px 0;
}

.premium-products .top .text p {
  font: 18px gotham-light;
  color: #fff;
}

.premium-products .popular-product {
  float: left;
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
}

.premium-products .popular-product .slick-list {
  padding: 10px 0;
}

.premium-products .popular-product .title {
  font: 31px gotham-bold;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
}

.premium-products .popular-product .list {
  float: left;
  width: 100%;
  padding: 0 40px;
}

.premium-products .popular-product .list .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  background: url(../images/pre-path.png) no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.premium-products .popular-product .list .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.premium-products .popular-product .list .slick-dots {
  display: block;
  text-align: center;
  margin: 50px auto 0 auto;
}

.premium-products .popular-product .list .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.premium-products .popular-product .list .slick-dots li.slick-active button {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}

.premium-products .popular-product .list .slick-dots li button {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #fff;
  text-indent: -9999px;
}

.premium-products .popular-product .list .item a {
  display: block;
}

.premium-products .popular-product .list .item a:hover .images {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-top: -10px;
}

.premium-products .popular-product .list .item a .images {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 372px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.premium-products .popular-product .list .item a .images .resim-att {
  display: none;
}

.premium-products .popular-product .list .item a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.premium-products .popular-product .list .item a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.premium-products .popular-product .list .item a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.premium-products .popular-product .list .item a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.premium-products .popular-product .list .item a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.premium-products .popular-product .list .item a .text {
  float: left;
  width: 100%;
  font: 17px gotham-light;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  margin: 20px 0 0;
}

.premium-products .popular-product .list .item a .text span {
  font: 17px gotham-book;
  color: #fff;
  display: block;
  margin: 0 0 10px 0;
}

.premium-products .popular-product .list .item a .text i {
  font: 17px gotham-light;
  color: #fff;
}

.premium-products .popular-product .more {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.premium-products .popular-product .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  font: 14px gotham-bold;
  color: #fff;
  border: 2px solid #fff;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  padding: 16px;
  position: relative;
  left: 0;
  top: 0;
}

.premium-products .popular-product .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
}

.premium-products .mark-product {
  float: left;
  width: 100%;
  margin: 80px 0 0 0;
}

.premium-products .mark-product .title {
  font: 42px gotham-bold;
  color: #fff;
  text-align: center;
}

.premium-products .mark-product .title .line1 {
  font: 62px gotham-bold;
  color: #fff;
}

.premium-products .mark-product .title p {
  font: 18px gotham-light;
  color: #fff;
  margin: 10px 0;
}

.premium-products .mark-product .title .more {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.premium-products .mark-product .title .more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  font: 14px gotham-bold;
  color: #fff;
  border: 2px solid #fff;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  padding: 16px;
  position: relative;
  left: 0;
  top: 0;
}

.premium-products .mark-product .title .more a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0054A6;
}

.premium-products .mark-product .list {
  float: left;
  width: 100%;
  margin: 80px 0;
}

.premium-products .mark-product .list span {
  display: block;
  font: 30px gotham-bold;
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}

.premium-products .mark-product .list .item {
  float: left;
  width: 20%;
  border: 0.5px solid #F0F0F0;
}

.premium-products .mark-product .list .item:hover .images {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.premium-products .mark-product .list .item:hover .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.premium-products .mark-product .list .item .images {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 100%;
  height: 160px;
  background: #fff;
}

.premium-products .mark-product .list .item .images .resim-att {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.premium-products .mark-product .list .item .images img {
  max-width: 100%;
}

.premium-products .mark-product .list .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.premium-products .mark-product .list .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.premium-products .mark-product .list .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.premium-products .mark-product .list .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.premium-products .mark-product .list .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-height: 768px) {
  .premium-products .top .list .item:last-child:before {
    bottom: -36px;
    right: 65px;
  }
  .premium-products .top .list .item:nth-child(2):before {
    width: 35px;
    background-position: right center;
    bottom: -34px;
    right: 32px;
  }
  .premium-products .top .list .item {
    width: 100px;
    height: 100px;
    padding: 42px 0;
    font-size: 17px;
  }
  .premium-products .top .list .item:first-child,
  .premium-products .top .list .item:last-child {
    top: 90px;
  }
  .premium-products {
    padding: 30px 0;
  }
  .premium-products .top .text {
    margin: 50px 0 20px 0;
  }
  .premium-products .top .images {
    margin: -155px 0 0 0;
  }
  .premium-products .bg-right,
  .premium-products .bg-left {
    top: 85px;
  }
}

@media only screen and (max-width: 1240px) {
  .zopim,
  .onesignal-reset {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .right .our-one .basket>a i {
    right: -2px !important;
  }
  .premium-page {
    margin: 40px 0 !important;
  }
  #teklifal {
    max-width: 90% !important;
  }
  .premium-products {
    padding: 35px 0 !important;
  }
  .premium-products .bg-left,
  .premium-products .bg-right {
    height: 400px;
    top: 115px;
    background-size: cover;
    display: none;
  }
  .premium-products .top {
    float: left;
    width: 100%;
  }
  .premium-products .top .list {
    display: block;
    margin: 0 auto;
    height: auto !important;
    text-align: center;
  }
  .premium-products .top .list .item {
    display: inline-block;
    position: initial !important;
    width: 80px !important;
    height: 80px !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    left: inherit !important;
    font-size: 14px !important;
    top: inherit !important;
    padding: 30px 0 !important;
    float: none !important;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
  }
  .premium-products .top .list .item:before,
  .premium-products .top .list .item:after {
    display: none !important;
  }
  .premium-products .top .text {
    opacity: 1;
    padding: 0;
    margin: 0 0 50px 0 !important;
  }
  .premium-products .top .text .title {
    font-size: 30px;
    line-height: 30px;
  }
  .premium-products .top .images {
    margin: 40px 0 !important;
    opacity: 1;
    height: 292px;
  }
  .premium-products .top .images img {
    margin-left: -100px;
    max-height: 100%;
  }
  .premium-products .popular-product {
    margin: 0 !important;
  }
  .premium-products .popular-product .more {
    margin: 30px 0 0 0;
  }
  .premium-products .popular-product .slick-dots {
    margin: 20px auto 0 auto !important;
  }
  .premium-products .popular-product .item .images {
    height: 200px !important;
    background-position: center !important;
  }
  .premium-products .mark-product .title {
    font-size: 25px !important;
  }
  .premium-products .mark-product .title .line1 {
    font-size: 27px !important;
  }
  .premium-products .mark-product .list {
    margin: 80px 0 0 0;
  }
  .premium-products .mark-product .list .item {
    width: 50%;
  }
  .premium-products .mark-product .list .item .images {
    height: 120px;
    padding: 18px;
  }
  .premium-products .mark-product .list .item .images img {
    max-height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .p-sub {
    right: 0 !important;
  }
  .p-content p img {
    width: auto !important;
    height: auto !important;
  }
  .premium-page {
    margin: 40px 0 !important;
  }
  #teklifal {
    max-width: 90% !important;
  }
  .premium-products {
    padding: 35px 0 !important;
  }
  .premium-products .bg-left,
  .premium-products .bg-right {
    height: 400px;
    top: 115px;
    background-size: cover;
    display: none;
  }
  .premium-products .top {
    float: left;
    width: 100%;
  }
  .premium-products .top .list {
    display: block;
    margin: 0 auto;
    height: auto !important;
    text-align: center;
  }
  .premium-products .top .list .item {
    display: inline-block;
    position: initial !important;
    width: 120px !important;
    height: 120px !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    left: inherit !important;
    font-size: 18px !important;
    top: inherit !important;
    padding: 48px 0 !important;
    float: none !important;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
  }
  .premium-products .top .list .item:before,
  .premium-products .top .list .item:after {
    display: none !important;
  }
  .premium-products .top .text {
    opacity: 1;
    margin: 0 0 50px 0 !important;
  }
  .premium-products .top .text .title {
    font-size: 30px;
    line-height: 30px;
  }
  .premium-products .top .images {
    margin: 40px 0 !important;
    opacity: 1;
    height: 360px;
  }
  .premium-products .top .images img {
    margin-left: -130px;
    max-height: 100%;
  }
  .premium-products .popular-product {
    margin: 0 !important;
  }
  .premium-products .popular-product .more {
    margin: 30px 0 0 0;
  }
  .premium-products .popular-product .slick-dots {
    margin: 20px auto 0 auto !important;
  }
  .premium-products .popular-product .item .images {
    height: 280px !important;
  }
  .premium-products .mark-product .title {
    font-size: 25px !important;
  }
  .premium-products .mark-product .title .line1 {
    font-size: 27px !important;
  }
  .premium-products .mark-product .list {
    margin: 80px 0 0 0;
  }
  .premium-products .mark-product .list .item .images {
    height: 120px;
    padding: 18px;
  }
  .premium-products .mark-product .list .item .images img {
    max-height: 100%;
  }
}

.none-input {
  position: relative;
}

.none-input:before {
  content: "";
  background: transparent;
  width: 45%;
  height: 30px;
  display: block;
  position: absolute;
  z-index: 9;
  cursor: no-drop;
  left: 24px;
}

.form .none-input {
  background: none !important;
}

@media only screen and (max-width: 767px) {
  .page .page-content .breadcrumb ul li {
    display: contents;
  }
  .page .page-content .breadcrumb ul li a {
    padding: 0 8px 0 0 !important;
  }
  .page .page-content .breadcrumb ul li a:before {
    content: "/";
    width: 1px;
    background: none;
    height: 3px;
    display: block;
    position: absolute;
    right: 6px;
    top: -1px;
  }
  .page .page-content .breadcrumb ul li:last-child a {
    margin-right: 0 !important;
  }
  .p-content p img {
    width: auto !important;
    height: auto !important;
  }
  .mini-boxes .mc-md-3,
  .mini-boxes .mc-md-4 {
    width: 50%;
  }
  .p-content form .all1 {
    float: left;
    width: 100%;
  }
  .p-content form .all1 .form-group {
    width: 100%;
  }
  .p-content form .all1 a {
    position: inherit !important;
    float: left;
    width: 100%;
    display: none;
    text-align: right;
  }
  .p-content form .all1 a:last-child {
    display: block !important;
  }
  .p-content form .all2 {
    float: left;
    width: 100%;
  }
  .p-content form .all2 .form-group {
    width: 100%;
  }
  .p-content form .all2 a {
    position: inherit !important;
    float: left;
    width: 100%;
    display: none;
    text-align: right;
  }
  .p-content form .all2 a:last-child {
    display: block !important;
  }
  .p-content form .all3 {
    float: left;
    width: 100%;
  }
  .p-content form .all3 .form-group {
    width: 100%;
  }
  .p-content form .all3 a {
    position: inherit !important;
    float: left;
    width: 100%;
    display: none;
    text-align: right;
  }
  .p-content form .all3 a:last-child {
    display: block !important;
  }
  .p-content form .all4 {
    float: left;
    width: 100%;
  }
  .p-content form .all4 .form-group {
    width: 100%;
  }
  .p-content form .all4 a {
    position: inherit !important;
    float: left;
    width: 100%;
    display: none;
    text-align: right;
  }
  .p-content form .all4 a:last-child {
    display: block !important;
  }
}

@media only screen and (max-width: 330px) {
  .mini-boxes .mc-md-3,
  .mini-boxes .mc-md-4 {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .premium-product .images .img1 {
    bottom: 0 !important;
  }
  .premium-product .images .img2 {
    bottom: 0 !important;
  }
  .premium-product .texts .content,
  .premium-product .texts .title {
    opacity: 1 !important;
  }
}

.lspinner {
  max-width: 1245px;
  background: rgba(255, 255, 255, 0.878431);
  height: 100vh;
  padding: 40vh;
  z-index: 99;
  position: absolute;
  width: 100%;
}

.lspinner i {
  font-size: 75px !important;
}

.p-content form em {
  font: 14px gotham-book;
  color: #363636;
  padding: 16px 0;
  display: block;
}

.p-content form .all1 {
  float: left;
  width: 100%;
}

.p-content form .all1 .form-group {
  width: 18%;
}

.p-content form .all1 a {
  position: absolute;
  right: 0;
  padding: 15px 0;
}

.p-content form .all2 {
  float: left;
  width: 100%;
}

.p-content form .all2 .form-group {
  width: 23%;
}

.p-content form .all2 a {
  position: absolute;
  right: 0;
  padding: 15px 0;
}

.p-content form .all3 {
  float: left;
  width: 100%;
}

.p-content form .all3 .form-group {
  width: 31%;
}

.p-content form .all3 a {
  position: absolute;
  right: 0;
  padding: 15px 0;
}

.p-content form .all4 {
  float: left;
  width: 100%;
}

.p-content form .all4 .form-group {
  width: 23%;
}

.p-content form .all4 a {
  position: absolute;
  right: 0;
  padding: 15px 0;
}

#teklifal {
  max-width: 690px;
}

#teklifal .fancybox-close-small {
  width: 34px;
  height: 34px;
  font-weight: 100;
  background: none;
  border: none;
  outline: 0 !important;
  background: #0054a6;
}

#teklifal .fancybox-close-small:after {
  opacity: 1;
  font-size: 30px;
  background: none;
  border: none;
  outline: 0 !important;
  color: #fff;
  width: 34px;
  height: 34px;
  font-weight: 100;
  padding: 5px;
  top: -3px;
  right: 0;
}

#teklifal .title {
  float: left;
  width: 100%;
  font: 25px gotham-bold;
  color: #363636;
}

#teklifal p {
  font: 13px/20px gotham-light;
  color: #000;
  margin: 0 0 20px 0;
}

.alert ul {
  padding: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 5000px) {
  .pro-detail .technical-pro-detail .list ul li b,
  .pro-detail .technical-pro-detail .list ul li strong {
    min-height: 47px;
  }
}

.tab-pane .form form .checkbox label {
  font: 14px gotham-book !important;
  margin: 0 20px 0 0 !important;
}

body {
  float: left;
  width: 100%;
}

.opes label {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -30px;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .campaign.ordered {
    margin: 0 10px 15px 0;
  }
  .phone.p-mask {
    padding-left: 40px !important;
  }
  .form form .form-group small {
    left: 24px !important;
    top: 22px !important;
  }
  .big-news {
    display: none;
  }
  .mobile-big-news {
    display: block !important;
  }
  nav .pagination {
    height: auto !important;
    text-align: center;
    border: none !important;
    overflow: inherit !important;
  }
  nav .pagination li {
    float: none !important;
  }
  nav .pagination li a {
    border: 1px solid #E1E1E1 !important;
  }
  .activity-page .item .text p {
    height: 55px !important;
  }
  .contact .item {
    padding: 0 0 20px 0 !important;
  }
  .hid {
    display: none;
  }
  .mobile-feed .accordion table tr td img {
    padding: 12px;
  }
  .filter-top.map em {
    width: auto !important;
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
  .backto {
    display: none !important;
  }
  #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
    display: none !important;
  }
  .lspinner {
    padding: 30vh 0 !important;
  }
  #taksit .taksit-tabs ul li a .resim-att {
    width: 100%;
    height: 100% !important;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
  }
  #taksit .taksit-tabs ul li a .resim-att .resim-att-pre {
    width: 100%;
    height: 100% !important;
    position: relative;
  }
  #taksit .taksit-tabs ul li a .resim-att .resim-att-pre .resim-thumb {
    width: 100%;
    height: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
  }
  #taksit .taksit-tabs ul li a .resim-att .resim-att-pre .resim-thumb .resim-centered {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  #taksit .taksit-tabs ul li a .resim-thumb .resim-centered img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pro-detail .top .text .money-and-features .fea-list {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .pro-detail .top .text .money-and-features .moneys span em {
    margin-right: 20px;
  }
  i.mobile-bg {
    height: 470px !important;
    top: 97px !important;
  }
  .pro-detail .top .text .money-and-features .fea-list ul li:last-child {
    border-right: 0 !important;
  }
  .page .page-content .breadcrumb ul li {
    margin-right: 6px !important;
  }
  .zopim {
    display: none !important;
  }
  .premium-products .top i {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rootwizard .checkbox a {
    font-size: 12px !important;
  }
  .form-group.mc-md-6.mc-xs-12.mc-sm-12.jobapp {
    margin: 0 !important;
  }
  .rootwizard .form form .mc-md-12 {
    float: left;
    width: 100%;
  }
  .rootwizard .form form .mc-md-6 {
    width: 50%;
    float: left;
  }
  .detail-news-page>img {
    max-width: 38% !important;
  }
  .big-news {
    display: none;
  }
  .mobile-big-news {
    display: block !important;
  }
  .mobile-big-news .slick-list {
    margin: 0 !important;
  }
  .mobile-big-news .images {
    height: 370px !important;
  }
  .mobile-big-news .texts {
    font-size: 19px !important;
  }
  .mobile-big-news .texts span {
    font-size: 15px !important;
  }
  .mini-boxes .item .images {
    height: 185px !important;
  }
  .mini-list .all a .images {
    height: 140px !important;
  }
  .filter-top.map em {
    width: auto !important;
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
  #onesignal-bell-container {
    display: none;
  }
  #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
    display: none;
  }
  .lspinner {
    padding: 30vh 0 !important;
  }
  #taksit .taksit-tabs ul li a .resim-att {
    width: 100%;
    height: 100% !important;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
  }
  #taksit .taksit-tabs ul li a .resim-att .resim-att-pre {
    width: 100%;
    height: 100% !important;
    position: relative;
  }
  #taksit .taksit-tabs ul li a .resim-att .resim-att-pre .resim-thumb {
    width: 100%;
    height: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
  }
  #taksit .taksit-tabs ul li a .resim-att .resim-att-pre .resim-thumb .resim-centered {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  #taksit .taksit-tabs ul li a .resim-thumb .resim-centered img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pro-detail .features-pro-detail .video {
    margin: 20px 0 !important;
  }
  .pro-detail .top .pro-image .gallerys {
    margin: 0 !important;
  }
  i.mobile-bg {
    height: 485px !important;
    top: 102px !important;
  }
  .zopim {
    display: none !important;
  }
  .premium-products .top i {
    display: none;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .big-news .images img,
  .news-list .item .images img {
    max-width: 100%;
    max-height: 100%;
    min-width: inherit !important;
  }
  .news-list .item .text {
    padding: 25px 10px !important;
  }
}

.alert:before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .page .page-content .karsilastir-liste .pa {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1125px) {
  .page .page-content .karsilastir-liste .listes {
    padding: 0 !important;
  }
  .page .page-content .karsilastir-liste .listes .item {
    width: 190px !important;
  }
  .page .page-content .karsilastir-liste .text span {
    display: none;
  }
}

.gallerys .slick-track {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.gallerys .img {
  display: inline-block;
}

.form-group u {
  text-decoration: none;
  display: block;
  font: 14px gotham-book;
  color: #777;
  border: 1px solid #E1E1E1;
  border-radius: 30px;
  height: 50px;
  padding: 16px;
}

.ui-datepicker {
  z-index: 50 !important;
}

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

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

.individual {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.kupon-list-detail .all {
  cursor: default !important;
}

.kupon-list-detail .item .head {
  display: block !important;
}

@media only screen and (min-width: 1px) and (max-width: 320px) {
  .slider {
    height: 150px !important;
    display: none;
  }
  .mobile-slider {
    height: 200px !important;
    display: block !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .slider {
    height: 150px !important;
    display: none;
  }
  .mobile-slider {
    height: 235px;
    display: block;
  }
}

@media only screen and (min-width: 680px) and (max-width: 767px) {
  .slider {
    height: 200px !important;
    display: none;
  }
  .mobile-slider {
    height: 56vh !important;
    display: block !important;
  }
}

@media only screen and (min-width: 550px) and (max-width: 680px) {
  .slider {
    height: 200px !important;
    display: none;
  }
  .mobile-slider {
    height: 375px !important;
    display: block !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 550px) {
  .slider {
    height: 200px !important;
    display: none;
  }
  .mobile-slider {
    height: 320px !important;
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .slider {
    height: 370px !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .slider {
    height: 500px !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 1150px) and (max-width: 1370px) {
  .slider {
    height: 600px !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .pro-detail .top .text .money-and-features .our-baskets a {
    padding: 15px 20px !important;
    font: 14px gotham-book !important;
  }
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog {
  right: inherit !important;
  left: 0 !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-button {
  width: 35px !important;
  height: 35px !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-message {
  right: -210px !important;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  left: 90px;
  right: inherit !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-message:after {
  display: none;
}

.pagination>li>span {
  height: 100%;
  padding: 10px 15px;
  border-top: 0;
  border-bottom: 0;
}

.detail-news-page {
  font: 15px/27px gotham-light;
  color: #000;
}

.detail-news-page>img {
  max-width: 100%;
  float: left;
  margin: 0 20px 20px 0;
}

.mobile-big-news {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  display: none;
}

.mobile-big-news .slick-arrow {
  position: absolute;
  bottom: 15px;
  z-index: 5;
  cursor: pointer;
}

.mobile-big-news .slick-prev {
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  background: url(../images/arr.png) no-repeat center;
  left: 26px;
}

.mobile-big-news .slick-next {
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  background: url(../images/arr.png) no-repeat center;
  left: 58px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-big-news .slick-list {
  margin: 0 10px;
  border: 1px solid #dcdcdc;
}

.mobile-big-news .items {
  float: left;
  width: 100%;
}

.mobile-big-news .items a {
  display: block;
  position: relative;
}

.mobile-big-news .items a .images {
  height: 34vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.mobile-big-news .items a .images .resim-att {
  display: none;
}

.mobile-big-news .items a .images:before {
  content: "";
  background: rgba(0, 0, 0, 0.33);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mobile-big-news .items a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.mobile-big-news .items a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-big-news .items a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.mobile-big-news .items a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.mobile-big-news .items a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-big-news .items a .images img {
  max-width: 100%;
}

.mobile-big-news .items a .texts {
  float: left;
  width: 100%;
  color: #fff;
  font: 15px gotham-bold;
  margin: 0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  padding: 20px 15px 50px 15px;
}

.mobile-big-news .items a .texts span {
  display: block;
  font: 12px gotham-book;
  color: #fff;
  margin: 5px 0 0;
}

.kamp .text {
  height: auto !important;
  max-height: 110px !important;
}

.wrapper {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.wrapper a {
  display: block;
  height: 140px;
  border: 1px solid #E1E1E1;
  margin-bottom: 25px;
}

.wrapper a .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.wrapper a .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper a .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.wrapper a .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.wrapper a .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper a img {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

.mods {
  max-width: 810px;
  padding: 20px;
}

.mods .img {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  height: 100px;
}

.mods .img .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.mods .img .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.mods .img .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.mods .img .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.mods .img .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mods button {
  width: 34px;
  height: 34px;
  font-weight: 100;
  background: none !important;
  border: none;
  outline: 0 !important;
}

.mods button:after {
  opacity: 1;
  font-size: 30px;
  background: none !important;
  border: none;
  outline: 0 !important;
  color: #363636;
  width: 34px;
  height: 34px;
  font-weight: 100;
  padding: 5px;
  top: 0;
}

.mods img {
  max-width: 100%;
  max-height: 100%;
}

.mods table {
  float: left;
  width: 100%;
  border: none;
}

.mods table tr:first-child td {
  font: 14px gotham-bold;
  color: #363636;
}

.mods table tr:nth-child(odd) td {
  background: #FAFAFA;
}

.mods table tr td {
  padding: 5px;
  text-align: center;
  border: none !important;
}

.mods ul {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.mods ul li {
  font: 14px/14px gotham-light;
  color: #576574;
  padding: 5px 0;
}

.details-groupes p img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  float: left;
  margin: 0 20px 20px 0;
}

.form form .form-group small {
  float: left;
  font: 14px gotham-book;
  color: #959595;
  position: absolute;
  left: 37px;
  top: 17px;
  opacity: 0;
}

.phone.p-mask {
  padding-left: 34px !important;
}

.form-group.ope small {
  opacity: 1 !important;
}

#stok {
  max-width: 520px;
}

#stok .form {
  margin: 30px 0 0 0;
}

#stok h4 {
  font: 25px gotham-bold;
}

#stok p {
  font: 15px/20px gotham-light;
  color: #000;
}

.stokbutton {
  overflow: hidden;
  padding: 11px !important;
  line-height: 12px !important;
  margin: 0 5px -16px 5px !important;
}

.campaign .nice-select {
  padding: 0 !important;
}

.campaign .nice-select span {
  padding: 0 !important;
  width: 100% !important;
}

.campaign .nice-select li {
  background: none !important;
}

.text-modal {
  max-width: 650px;
  padding: 50px 30px;
}

.text-modal .text::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.text-modal .text::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
}

.text-modal .text::-webkit-scrollbar-thumb {
  background-color: #8e8d8d;
}

.text-modal .text {
  max-height: 400px;
  overflow: auto;
  margin: 15px 0;
  padding: 0 40px 0 0;
}

.text-modal .text p {
  font: 14px gotham-book;
  color: #363636;
  margin: 15px 0;
}

.text-modal .text span {
  display: block;
  margin: 0 0 12px 0;
  font: 22px gotham-bold;
  color: #363636;
}

.text-modal .fancybox-close-small {
  background: url(../images/pam-cl.png) no-repeat;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
}

.text-modal .fancybox-close-small:after {
  display: none;
}

.mark-detail {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.mark-detail .title {
  font: 22px gotham-bold;
  color: #363636;
  text-align: left;
  float: left;
  width: 100%;
}

.mark-detail .title p {
  font: 18px gotham-light;
  color: #363636;
  margin: 10px 0;
}

.mark-detail .more {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.mark-detail .more a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  font: 14px gotham-bold;
  color: #363636;
  border: 2px solid #363636;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  padding: 16px;
  position: relative;
  left: 0;
  top: 0;
}

.mark-detail .more a:hover {
  border-color: #0054a6;
  color: #0054a6;
}

@media only screen and (max-width: 767px) {
  .rootwizard .tab-content .checkbox label {
    margin: 0 20px 0 0 !important;
  }
  .ggg {
    height: 110px;
  }
  .ggg .g-recaptcha {
    margin: 0 auto;
  }
  .rootwizard .icheckbox_square_gold {
    top: -3px;
  }
  .rootwizard .checkbox a {
    font: 12px gotham-book !important;
  }
  .rootwizard .pager li.disabled {
    display: none;
  }
  .rootwizard .pager li a {
    margin: 0 auto !important;
  }
  .rootwizard .pager {
    margin: 10px 0;
  }
  .rootwizard .pager li {
    margin: 10px auto;
    display: block;
    text-align: center;
    float: none !important;
    padding: 0 !important;
  }
  .rootwizard .pager li input {
    margin: 0 auto;
  }
  .pro-detail .features-pro-detail .video {
    margin: 0 !important;
  }
  .mark-detail {
    margin: 20px 0 -40px 0 !important;
  }
  .mark-detail .title {
    text-align: center;
  }
  .mark-detail .more a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .mark-detail .title {
    text-align: right !important;
  }
  .mark-detail .more a {
    float: right !important;
  }
}

.campaing-right {
  float: right;
  position: absolute;
  right: 0;
  top: 100px;
  width: 130px;
  height: 130px;
}

.campaing-right img {
  max-width: 100%;
}

.campaing-right .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.campaing-right .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.campaing-right .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.campaing-right .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.campaing-right .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) and (max-width: 90000px) {
  .pro-detail .top .text .money-and-features .moneys,
  .pro-detail .top .text .name {
    padding-right: 150px;
  }
}

#inlinebox b {
  font: 22px gotham-bold;
  color: #000;
  margin: 0 0 10px 0;
  display: block;
}

#inlinebox p {
  font: 15px/27px gotham-light;
  color: #000;
  margin: 0;
}

.rootwizard .checkbox {
  margin: 0;
}

.rootwizard .checkbox a {
  font: 14px gotham-book;
  color: #363636;
  display: inline-block !important;
  padding: 0 !important;
}

.jobapp label {
  font: 14px gotham-book !important;
  margin: 0 20px 0 0 !important;
}

.ggg .g-recaptcha>div {
  margin: inherit !important;
}

#panel nav ul li:nth-child(2)>ul>li:last-child>a {
  text-align: center;
  color: #02b0fe;
  border-bottom: 1px solid #02b0fe;
  padding: 7px 0 2px 0;
  margin-bottom: 5px;
}

header .menu ul li .pro-submenu li:last-child ul li:last-child a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  color: #02b0fe;
  border-bottom: 1px solid #02b0fe;
  padding: 10px 0 0 0;
}

header .menu ul li .pro-submenu li:last-child ul li:last-child a:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
}

.campaing-page .ordered {
  float: left !important;
}

.campaing-page .ordered {
  width: 220px;
}

.campaing-page strong {
  display: inline-block !important;
  font-size: 16px !important;
}

.campaing-page table p {
  margin: 0;
}

.campaing-page img {
  float: right !important;
  margin: 0 0 20px 20px;
}

table tr td strong {
  margin: 0 !important;
}

img {
  outline: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .contact .adres-list .items .all {
    height: auto !important;
  }
}

.product-big-content {
  float: left;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #DCDCDC;
  padding: 30px;
}

.product-big-content h1 {
  font: 21px gotham-bold;
  color: #363636;
  margin: 0 0 10px 0;
}

.product-big-content p {
  font: 14px/21px gotham-light;
  color: #363636;
}

.product-big-content h2 {
  font: 18px gotham-bold;
  color: #363636;
  margin: 15px 0 6px 0;
}