html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
 
*:not(.news-detail)>img  {
    width: 100%;
    height: auto;
}



html {
    height: 100%;
}

body {
    height: 100%;
    color: #343434;
    font-family: GothamPro;
    font-size: 15px;
    line-height: 21px;
    background-color: #FFF;
}

ol,
ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

h1 {}

h2 {}

@media all and (max-width:800px) {
    h2 {}
}

h3 {}

h4 {}

@media all and (max-width: 600px) {
    h4 {}
}

.mobmenu {
    display: none;
}

.mobnav {
    display: none;
}

.mobnav img {
    width: 29px;
    height: 26px;
    cursor: pointer;
}

@media all and (max-width: 1155px) {
    .mobnav {
        display: block;
        padding: 0px 0px 0px 0px;
        z-index: 1;
        flex-basis: 60%;
    }
}

@media all and (max-width: 950px) {
    .mobnav {
        flex-basis: 40%;
    }
}

@media all and (max-width: 660px) {
    .mobnav {
        flex-basis: 20%;
    }
}

@media all and (max-width: 500px) {
    .mobnav {
        flex-basis: auto;
    }
}

.mobnav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.close {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
}

.close img {
    width: 23px;
    height: 23px;
    margin: 9px 7px;
}

.nav-img {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    cursor: pointer;
}

.mobnumber {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.mobmenu {
    width: 100%;
    height: 300px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(94, 98, 104, 0.9);
    text-align: center;
    padding: 12px 1px 12px;
    z-index: 12;
}

@media all and (max-width: 320px) {
    .mobmenu {}
}

.mob-nav {}

.mob-nav-in {
    padding-top: 20px;
}

.mob-nav-item {
    padding: 10px 0 0;
}

.mob-nav a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mob-nav a:hover {
    color: rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header {}

.header-in {
    width: 100%;
    background-color: #262626;
    position: relative;
}

.menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.nav {}

@media all and (max-width:1155px) {
    .nav {
        display: none;
    }
}

.nav-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.nav-item {
    padding-right: 15px;
    background: url(../img/point.png) no-repeat;
    background-position: right center;
    margin-right: 10px;
}

.nav-item:last-child {
    padding-right: 0px;
    background: none;
    margin-right: 10px;
}

.nav-item a {
    color: white;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
}

.download {
    color: white;
    font-size: 12px;
    line-height: 23px;
    padding: 15px 20px 12px 50px;
    background: url(../img/download.png) no-repeat 20px center, #386082 url(../img/triangle1.png) no-repeat center 43px;
    margin-left: 10px;
}

.worktime {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    background: url(../img/clock.png) no-repeat left center;
    padding-left: 29px;
    margin-left: 10px;
}

@media all and (max-width:430px) {
    .worktime {
        display: none;
    }
}

.undermenu {
    width: 100%;
    background: #fff;
}

.undermenu-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 27px 10px 28px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    max-width: 340px;
    min-width: 340px;
}

@media all and (max-width: 630px) {
    .logo {
        min-width: 260px;
    }
}

.logo-img {
    flex-basis: 8%;
    flex-grow: 1;
    flex-shrink: 1;
}

.logo-img img {
    max-width: 113px;
}

.logo-text {
    padding-left: 12px;
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
}

@media (min-width:550px) and (max-width:630px) {
    .logo-text {
        max-width: 155px;
    }
}

.logo-text .title {
    color: #1c1c1c;
    font-family: GothamPro-Medium;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.center {
    max-width: 540px;
}

@media all and (max-width:1090px) {
    .center {
        max-width: 350px;
    }
}

@media all and (max-width:750px) {
    .center {
        max-width: 240px;
    }
}

@media all and (max-width:550px) {
    .center {
        max-width: 100%;
    }
}

.search {
    display: table;
    width: 100%;
}

.search-button {
    width: 40px;
    height: 40px;
    background: #f1f1f1 url(../img/search.png) no-repeat center center;
    cursor: pointer;
    display: table-cell;
}

.search-button:hover {
    background: rgba(203, 203, 203, 0.9) url(../img/search.png) no-repeat center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search_word {
    display: table-cell;
    border: none;
    border-bottom: 1px solid #d2dfe6;
    color: #7f7f7f;
    font-family: GothamPro-Light;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 16px 10px;
    width: 100%;
}

.center-box {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

@media all and (max-width:420px) {
    .center-box {
        max-width: 387px;
    }
}

@media all and (max-width:400px) {
    .center-box {
        justify-content: center;
    }
}

@media all and (max-width:380px) {
    .center-box {
        max-width: 348px;
    }
}

@media all and (max-width:360px) {
    .center-box {
        max-width: 333px;
    }
}

@media all and (max-width:325px) {
    .center-box {
        max-width: 293px;
    }
}

.cart {
    padding: 0 15px 0 55px;
    margin-right: 10px;
    background: url(../img/cart.jpg) no-repeat left center, url(../img/cart-arrow.png) no-repeat right center;
    color: black;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    float:left;
}

.textstyle1 {
    font-family: GothamPro-Medium;
    font-weight: 500;
}

.calculation {
    color: white;
    font-family: GothamPro-Medium;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #ffa200;
    padding: 5px 12px;
    width: 173px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float:right;
}
.calculation>a{
	 color: white;
}

.calculation:hover {
    background-color: #ff8000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media all and (max-width:750px) {
    .calculation {
        margin-top: 15px;
    }
}

@media all and (max-width:550px) {
    .calculation {
        margin-right: 15px;
    }
}

.callback {
    color: #262626;
    font-family: GothamPro-Medium;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 1px dotted #000;
    margin-left: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.callback:hover {
    color: #ffa200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media all and (max-width:1090px) {
    .callback {
        margin-left: 0px;
        padding-top: 15px;
    }
}

.tel {}

@media all and (max-width:950px) {
    .tel {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media all and (max-width:400px) {
    .tel {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}

.tel-item {
    padding-bottom: 15px;
}

.tel-item:last-child {
    padding-bottom: 0px;
}

@media all and (max-width:950px) {
    .tel-item {
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .tel-item:first-child {
        padding-right: 15px;
    }
}

@media all and (max-width:380px) {
    .tel-item:first-child {
        padding-right: 0px;
    }
}

.tel-title {
    color: #888;
    font-family: GothamPro-Medium;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 4px;
    text-align: right;
}

@media all and (max-width:400px) {
    .tel-title {
        text-align: center;
    }
}

.tel-number {
    color: #1c1c1c;
    font-family: GothamPro-Medium;
    font-size: 23px;
    font-weight: 500;
    line-height: 24px;
}

@media all and (max-width:1100px) {
    .tel-number {
        font-size: 20px;
    }
}

.slider1 {
    position: relative;
}

.slider1:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    border: 100px solid transparent;
    border-bottom: 100px solid #fff;
    border-left: 100px solid #fff;
}

.slider1:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    border: 180px solid transparent;
    border-top: 180px solid #fff;
    border-right: 180px solid #fff;
}

@media all and (max-width:1500px) {
    .slider1:before {
        border: 110px solid transparent;
        border-top: 110px solid #fff;
        border-right: 110px solid #fff;
    }
    .slider1:after {
        border: 80px solid transparent;
        border-bottom: 80px solid #fff;
        border-left: 80px solid #fff;
    }
}

@media all and (max-width:1350px) {
    .slider1:before {
        border: 80px solid transparent;
        border-top: 80px solid #fff;
        border-right: 80px solid #fff;
    }
    .slider1:after {
        border: 50px solid transparent;
        border-bottom: 50px solid #fff;
        border-left: 50px solid #fff;
    }
}

@media all and (max-width:950px) {
    .slider1:before {
        border: 30px solid transparent;
        border-top: 30px solid #fff;
        border-right: 30px solid #fff;
    }
    .slider1:after {
        border: 20px solid transparent;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff;
    }
}

@media all and (max-width:450px) {
    .slider1:before {
        display: none;
    }
    .slider1:after {
        display: none;
    }
}

.slide-item {
    position: relative;
}

.slide-item img {}

.slide-content {
    padding: 115px 90px 15px;
    position: absolute;
    top: 0px;
    max-width: 500px;
    left: 14%;
}

@media all and (max-width:1750px) {
    .slide-content {
        padding: 60px 90px 15px;
    }
}

@media all and (max-width:1500px) {
    .slide-content {
        max-width: 450px;
        left: 13%;
    }
}

@media all and (max-width:1350px) {
    .slide-content {
        padding: 45px 90px 15px;
    }
}

@media all and (max-width:1270px) {
    .slide-content {
        max-width: 380px;
        left: 11%;
    }
}

@media all and (max-width:1000px) {
    .slide-content {
        max-width: 350px;
        left: 12%;
    }
}

@media all and (max-width:950px) {
    .slide-content {
        max-width: 320px;
        left: 9%;
    }
}

@media all and (max-width:450px) {
    .slide-content {
        max-width: 320px;
        left: 9%;
        padding: 22px 10px 15px;
    }
}

.slide-content-in {
    max-width: 320px;
}

.slide-title {
    padding-bottom: 10px;
}

.slide-item h4 {
    color: #ffa200;
    font-family: GothamPro-Medium;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

@media all and (max-width:1500px) {
    .slide-item h4 {
        font-size: 24px;
        line-height: 25px;
    }
}

@media all and (max-width:950px) {
    .slide-item h4 {
        font-size: 19px;
        line-height: 22px;
    }
}

.slide-text {}

.slide-text p {
    color: #d9d9d9;
    font-family: GothamPro;
    font-size: 16px;
    line-height: 28px;
}

@media all and (max-width:1500px) {
    .slide-text p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media all and (max-width:1270px) {
    .slide-text {
        display: none;
    }
}

.slide-button {
    margin-top: 40px;
    color: #ffa200;
    font-family: GothamPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    border: 1px solid #ffa200;
    display: inline-block;
    padding: 9px 15px 9px 18px;
    max-width: 250px;
    width: 100%;
    background: url(../img/sl1bttonarrow.png) no-repeat 93% center;
}

@media all and (max-width:1350px) {
    .slide-button {
        margin-top: 15px;
    }
}

@media all and (max-width:950px) {
    .slide-button {
        margin-top: 5px;
    }
}

@media all and (max-width:760px) {
    .slide-button {
        display: none;
    }
}

.underslider {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    height: 65px;
    position: relative;
    top: -65px;
    padding-top: 25px;
}

@media all and (max-width:600px) {
    .underslider {
        position: static;
        margin-bottom: 20px;
        background: #262626;
        padding-top: 15px;
    }
}

.underslider-in {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.underslider-item {
    color: white;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 33px;
    background: url(../img/underslider-arrow.png) no-repeat right center;
}

@media all and (max-width:750px) {
    .underslider-item {
        font-size: 14px;
        padding-right: 30px;
    }
}

.underslider-item:hover {
    color: #ffa200;
}

.underslider-item:first-child {
    margin-right: 44px;
}

@media all and (max-width:500px) {
    .underslider-item:first-child {
        margin-right: 10px;
    }
}

.title1 {
    text-align: center;
    padding-bottom: 35px;
}

.title1 h2 {
    color: #343434;
    font-family: GothamPro-Medium;
    font-size: 33px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
}

@media all and (max-width:450px) {
    .title1 h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

.slider2 {}

@media all and (max-width:1210px) {
    .slider2 {
        padding: 0px 40px;
    }
}

@media all and (max-width:950px) {
    .slider2 {
        padding: 0px 45px;
    }
}

.sl2 {
    margin: 0 auto;
    max-width: 1100px;
}

.slideimg2 {
    border-radius: 50%;
    max-width: 236px;
    margin: 0 auto;
    border: 18px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slideimg2:hover {
    border: 18px solid #f8f8f8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sl_slide2 img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}

.slide-title2 {
    max-width: 200px;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
}

.slider2 .title {
    color: #343434;
    font-size: 16px;
    line-height: 23px;
}

.slide-item2:hover .title {
    font-family: GothamPro-Medium;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title2 {
    text-align: center;
    padding-bottom: 35px;
}

.title2 h2 {
    color: #343434;
    font-family: GothamPro-Light;
    font-size: 33px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
}

@media all and (max-width:750px) {
    .title2 h2 {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media all and (max-width:450px) {
    .title2 h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.equipment {
    background: url(../img/bgeq.png) no-repeat top center;
    padding-top: 160px;
    margin-top: 30px;
}

@media all and (max-width:1300px) {
    .equipment {
        padding-top: 160px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.equipment-in {}

.sl3 {
    margin: 0 auto;
    max-width: 1100px;
}

.slideimg3 {
    border-radius: 50%;
    max-width: 200px;
    margin: 0 auto;
    border: 18px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slideimg3:hover {
    border: 18px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sl_slide3 img {
    max-width: 170px;
    max-height: 170px;
    border-radius: 50%;
}

.slide-title3 {
    max-width: 170px;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
}

.equipment-info {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fafafa;
    border: 3px solid #386082;
    position: relative;
    top: 70px;
}

.slider3 .title {
    color: #343434;
    font-size: 15px;
    line-height: 23px;
}

@media all and (max-width:1210px) {
    .slider3 {
        padding: 0 20px;
    }
}

.slide-item3:hover .title {
    font-family: GothamPro-Medium;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.equipment-info-in {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 31px 55px;
}

@media all and (max-width:1210px) {
    .equipment-info-in {
        padding: 20px 20px;
    }
}

.equipment-info-item {
    flex-basis: 13%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 87px;
    margin-left: 25px;
    color: #343434;
    font-family: GothamPro;
    font-size: 14px;
    line-height: 22px;
    min-height: 80px;
}

@media all and (max-width:1100px) {
    .equipment-info-item {
        flex-basis: 40%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
}

@media all and (max-width:750px) {
    .equipment-info-item {
        flex-basis: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
}

.equipment-info-item:nth-child(1) {
    background: url(../img/sl3info1.png) no-repeat 5px center;
    margin-left: 0px;
}

.equipment-info-item:nth-child(2) {
    background: url(../img/sl3info2.png) no-repeat 5px center;
}

.equipment-info-item:nth-child(3) {
    background: url(../img/sl3info3.png) no-repeat 5px center;
}

.equipment-info-item:last-child {
    flex-basis: 24%;
    background: url(../img/sl3info4.png) no-repeat 5px center;
}

@media all and (max-width:1100px) {
    .equipment-info-item:last-child {
        flex-basis: 40%;
    }
}

.newobject {
    margin-top: 170px;
}

.slider4 {
    padding-top: 12px;
}

.sl_slide4 {}

.sl_slide4 a {}

.slide-item4 {}

.slideimg4-one {
    position: relative;
    overflow: hidden;
    background-color: rgba(35, 50, 62, 1);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slideimg4-one:hover img {
    opacity: 0.2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slideimg4-one:hover .slide4-hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slideimg4-one img {}

.slideimg4-two {
    position: relative;
    overflow: hidden;
    background-color: rgba(35, 50, 62, 1);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slideimg4-two:hover img {
    opacity: 0.2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slideimg4-two:hover .slide4-hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slideimg4-two img {}

.slide4-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 33px 30px;
    max-width: 435px;
    opacity: 0;
}

.title3 {
    color: white;
    font-family: GothamPro-Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

@media all and (max-width:400px) {
    .title3 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
    }
}

.table-info {
    color: white;
    font-size: 15px;
    line-height: 30px;
}

@media all and (max-width:390px) {
    .table-info {
        font-size: 14px;
        line-height: 23px;
    }
}

.tr {
    display: table;
}

.td1 {
    display: table-cell;
    width: 150px;
    background: url(../img/dotted.png) repeat-x;
    background-position: 5px 21px;
    background-size: 50%;
}

@media (min-width:1425px) and (max-width:1500px) {
    .td1 {
        width: 132px;
    }
}

@media all and (max-width:390px) {
    .td1 {
        width: 125px;
    }
}

.td2 {
    display: table-cell;
}

.inform {
    margin-top: 100px;
}

@media all and (max-width:600px) {
    .inform {
        padding: 0 15px;
    }
}

.inform-in {}

.slider5 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px 85px;
}

.slide-item5 {
    padding: 15px 15px 0;
}

.slide-item5-box1 {}

.slide-item5-box1:last-child {
    padding-right: 0px;
}

.slide-item5-box1-text1 {
    padding-bottom: 27px;
}

.slide-item5-box1-text1 a {
    color: #386082;
    font-family: GothamPro-Medium;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-item5-box1-text1 a:hover {
    color: #ffa200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-item5-box1-text2 p {
    color: #575757;
    font-family: GothamPro;
    font-size: 14px;
    line-height: 24px;
}

.bottominfo {
    width: 100%;
    margin-top: 70px;
    padding: 75px 0 70px;
    background: url(../img/infobottombg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

@media all and (max-width:1100px) {
    .bottominfo {
        background-position: 60% center;
    }
}

@media all and (max-width:950px) {
    .bottominfo {
        background-position: 60% center;
        background: #f5f5f5;
    }
}

.bottominfo-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bottominfo-item {
    max-width: 670px;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width:950px) {
    .bottominfo-item {
        max-width: 100%;
    }
}

.title4 {
    padding-bottom: 40px;
}

.title4 h2 {
    color: #343434;
    font-family: GothamPro-Light;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
}

.textstyle2 {
    color: #343434;
    font-family: GothamPro-Medium;
    font-size: 40px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}

@media all and (max-width:450px) {
    .title4 h2 {
        font-size: 20px;
        line-height: 25px
    }
    .textstyle2 {
        font-size: 20px;
        line-height: 25px
    }
}

.bottominfo-text {
    color: #575757;
    font-family: GothamPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 25px;
}

.bottominfo-button {}

.bottominfo-button {
    margin-top: 30px;
    color: #386082;
    font-family: GothamPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    border: 1px solid #386082;
    display: inline-block;
    padding: 9px 15px 9px 18px;
    min-width: 250px;
    background: url(../img/bluearriw.png) no-repeat 93% center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottominfo-button:hover {
    color: #ffa200;
    font-family: GothamPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    border: 1px solid #ffa200;
    display: inline-block;
    padding: 9px 15px 9px 18px;
    min-width: 250px;
    background: url(../img/sl1bttonarrow.png) no-repeat 93% center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer {
    width: 100%;
    /*  background: url(../img/footerbg1.png) no-repeat left center,
                  url(../img/footerbg2.png) no-repeat right center;*/
    background: url(../img/footerbgfull.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

@media all and (max-width:950px) {
    .footer {
        background: url(../img/footerbgfull.png) no-repeat 56% center;
        background-size: cover;
    }
}

@media all and (max-width:750px) {
    .footer {
        background: #262626;
    }
}

.footer:after {
    content: '';
    position: absolute;
    top: -140px;
    left: 0px;
    z-index: 1;
    border: 140px solid transparent;
    border-left: 140px solid #fff;
}

@media all and (max-width:1330px) {
    .footer:after {
        display: none;
    }
}

.footer:before {
    content: '';
    position: absolute;
    top: -390px;
    right: 0px;
    /*z-index: 1;*/
    border: 390px solid transparent;
    border-right: 390px solid #fff;
}

@media all and (max-width:1605px) {
    .footer:before {
        content: '';
        position: absolute;
        top: -140px;
        right: 0px;
        z-index: 1;
        border: 140px solid transparent;
        border-right: 140px solid #fff;
    }
}

@media all and (max-width:970px) {
    .footer:before {
        display: none;
    }
}

.footer-in {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-item1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 65%;
    padding: 75px 0 70px 15px;
}

.footer-item2 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    padding: 75px 15px 70px 40px;
}

@media all and (max-width:750px) {
    .footer-item1 {
        padding: 45px 15px 20px 15px;
    }
    .footer-item2 {
        text-align: center;
        font-size: 35px;
        flex-basis: 100%;
        padding: 20px 15px 30px 15px;
    }
}

.footer-item1-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.f-i1-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 44%;
    padding-right: 35px;
}

@media all and (max-width:450px) {
    .f-i1-item {
        flex-basis: 100%;
        padding: 0 15px;
        text-align: center;
    }
}

.f-i1-item-title h3 {
    color: white;
    font-family: GothamPro-Medium;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

.ul1 {
    padding-bottom: 45px;
}

.ul1 li a {
    font-family: GothamPro-Medium;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ul1 li a:hover {
    color: #ffa200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ul2 {}

.ul2 li a {
    font-size: 14px;
    line-height: 30px;
    color: #929292;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ul2 li a:hover {
    color: #cecdcd;
}

.ul3 {}

.ul3 li a {
    font-family: GothamPro-Medium;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width:950px) {
    .ul3 li a {
        font-size: 19px;
        line-height: 25px;
    }
}

.ul3 li a:hover {
    color: #ffa200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.address {
    line-height: 25px;
    color: #d1d1d1;
    font-size: 17px;
    padding-top: 23px;
}

.address a {
    text-decoration: underline;
    color: #d1d1d1;
    line-height: 25px;
    font-size: 17px;
}

.social {
    max-width: 215px;
    padding-top: 45px;
}

@media all and (max-width:750px) {
    .social {
        padding-top: 15px;
        margin: 0 auto;
    }
}

.social-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.social-item {
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    opacity: .7;
}

@media all and (max-width:750px) {
    .social-item {
        line-height: 33px;
    }
}

.social-item:hover {
    background-color: #ffa200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.social-item img {
    width: auto;
}

.twoborders {
    padding: 58px 0px 68px;
    display: block;
}

@media all and (max-width:750px) {
    .twoborders {
        display: none;
    }
}

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

.f-information {}

.f-inf-text1 {
    color: white;
    font-size: 14px;
    line-height: 25px;
}

.f-inf-text2 {
    color: #d1d1d1;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 25px;
}

.f-inf-text3 a {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

.s-menu {
    background-color: rgba(2, 2, 2, 0.7);
}

.s-menu-in {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
     padding: 0 14px;
}

.s-menu-item {
    margin-right: 44px;
    padding: 15px 0;
    position: relative;
}
.s-menu-item > a {
    display: block;
    color: white;
    font-size: 14px;
    /*line-height: 20px;*/
    text-transform: uppercase;
    padding-right: 30px;
    background: url(../img/underslider-arrow.png) no-repeat right center;
}
.s-menu-item .ddown {
    background-color: #444;
    display: none;
    width: 100%;
    min-width: 320px;
    padding: 4px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
.s-menu-item .ddown li {margin: 6px 0;}
.s-menu-item .ddown a {color: #fff;}
.s-menu-item .ddown a:hover {text-decoration: underline;}
.s-menu-item:hover .ddown {display: block;}

@media all and (max-width: 460px) {
    .s-menu-item {
        margin-right: 0px;
    }
}

@media all and (max-width: 400px) {
    .s-menu-item {
        max-width: 230px;
    }
}

.s-menu-item:hover {
    color: #ffa200;
}

.breads {
    background-color: #f1f1f1;
}

.breads-in {
    max-width: 1230px;
    margin: 0 auto;
    padding: 7px 15px 7px;
}

.breadsin-1 {
    color: #979797;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.breadsin-2 {
    color: #979797;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
}

.breadsin-3 {
    color: #979797;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.breads a {
    color: #979797;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.page-title {
    max-width: 1230px;
    margin: 0 auto;
    padding: 36px 15px 36px;
}

.page-title h1 {
    color: #343434;
    font-family: GothamPro-Medium;
    font-size: 33px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

@media all and (max-width: 450px) {
    .page-title h1 {
        font-size: 24px;
        line-height: 26px;
    }
}

.trade-pages {
    max-width: 1230px;
    margin: 0 auto;
    padding: 7px 15px 7px;
}

.trade-title {
    display: inline-block;
    color: #878a95;
    font-family: PFCentroSansPro;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 170px;
    text-align: right;
}

@media all and (max-width: 600px) {
    .trade-title {
        max-width: 100%;
        padding: 0 15px 5px;
        text-align: center;
    }
}

.trade-select {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    cursor: pointer;
}

.trade-select select {
    max-width: 388px;
    width: 100%;
    height: 45px;
    background: rgba(241, 241, 241, 0.6) url(../img/selectarrow2.png) no-repeat 95% center;
    border: 1px solid #d8d8d8;
    padding: 0 90px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: '';
    cursor: pointer;
}

@media all and (max-width: 400px) {
    .trade-select select {
        padding: 0 35px 0 15px;
    }
}

.trade-select option {
    color: #21273a;
    font-family: PFCentroSansPro;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.page-text {
    max-width: 1230px;
    padding: 0 15px 70px;
    margin: 0 auto;
}

.page-text-1 {
    color: #575757;
    font-family: GothamPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
}

.f-after-nonoe:after {
    display: none;
}

.f-after-nonoe:before {
    display: none;
}

.f-after-nonoe2:after {
    display: none;
}

.galery {}

.galery-in {
    max-width: 1236px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 0 55px;
}

.galery-item {
    flex-basis: 30%;
    /*flex-grow: 1;*/
    flex-grow: 0;
    flex-shrink: 1;
    margin: 15px 18px;
}

@media all and (max-width: 1100px) {
    .galery-item {
        flex-basis: 29%;
    }
}

@media all and (max-width: 860px) {
    .galery-item {
        flex-basis: 40%;
        flex-grow: 1;
    }
}

@media all and (max-width: 600px) {
    .galery-item {
        flex-basis: 100%;
        flex-grow: 1;
        text-align: center;
    }
}

.galery-img {}

.galery-img img {}

.galery-title {
    padding: 18px 0 0 15px;
    text-align: left;
}

.galery-title .title {
    font-family: GothamPro-Medium;
    font-weight: 500;
    color: #343434;
    font-size: 16px;
    line-height: 23px;
}

.galery-item:hover .galery-title .title {
    color: #386082;
}

.galery-disc {
    padding: 0px 0 0 15px;
    text-align: left;
}

.galery-disc p {
    font-family: GothamPro-Medium;
    font-weight: 500;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.pagination {
    padding-bottom: 55px;
}

.pagination-in {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pagination-numbers {}

@media all and (max-width: 550px) {
    .pagination-numbers {
        padding-bottom: 10px;
        margin: 0 auto;
    }
}

.p-number {
    width: 40px;
    height: 40px;
    background-color: #f8f8f8;
    margin-right: 6px;
    color: #949494;
    font-family: GothamPro-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.p-number:hover {
    background-color: #386082;
    color: #fff;
}

.p-number-active {
    background-color: #386082;
    color: #fff;
}

.pagination-select {}

@media all and (max-width: 550px) {
    .pagination-select {
        margin: 0 auto;
    }
}

.pagination-select select {
    max-width: 348px;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 90px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: '';
    background: #f8f8f8 url(../img/p-arrow.png) no-repeat 93% center;
}

.pagination select {
    color: #949494;
    font-family: GothamPro-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    cursor: pointer;
}

.pagination option {
    color: #949494;
    font-family: GothamPro-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}

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

.page-box {}

.page-box-in {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}
.page-box-in ul:not([class]),
.page-box-in ol:not([class]) {
    padding: 0 0 30px 40px;
    /*font-family: GothamPro;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #575757;*/
}
.page-box-in ul:not([class]) {list-style-type: disc;}
.page-box-in ol:not([class]) {list-style-type: decimal;}

@media all and (max-width: 955px) {
    .page-box-in {
     /*  display: block; */
    }
	#basket_items td {text-align:center !important;}
	#basket_quantity_control {display:none;position:absolute;left:0;right:0;margin-left:36px;margin-top:-21px;margin-right:auto;}
	.sa_right, .sa_left {float:none;margin:0 auto; min-width:345px;}
	.sa_right input, .sa_right select, .sa_right button {min-width:234px;}
}

.counter td input {text-align:center !important;}

.slider-box {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 515px;
}
.slider-box.v1 {max-width: 400px;}

@media all and (max-width: 955px) {
    .slider-box {
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 1010px) {
    .style1 {
        flex-basis: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 550px) {
    .slider-box {
        margin: 0 auto;
        padding-bottom: 20px;
        max-width: 100%;
    }
}

.text-box {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 20px 0 30px;
}

.text-box-2 {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 20px 0 38px;
}

@media all and (max-width: 970px) {
    .text-box-2 {
        flex-basis: 100%;
    }
}

@media all and (max-width: 600px) {
    .text-box-2 {
        padding: 0 0px 0 0px;
    }
}

@media all and (max-width: 950px) {
    .text-box {
        flex-basis: 100%;
    }
}

@media all and (max-width: 1010px) {
    .style2 {
        flex-basis: 100%;
    }
}

@media all and (max-width: 550px) {
    .text-box {
        padding: 0 15px 0 15px;
    }
}

.slider6 img {}

.slider6 .slide-item {
    padding-right: 8px;
}

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

.slider7 .slideimg {
    margin: 12px 10px 0 0;
}

.text-style-1 {
    color: #575757;
    font-family: GothamPro;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

.info-box {}

.info-box-in {
    border-top: 1px solid #d3dfe5;
    padding-top: 25px;
}

.info-box-item {
    /*display: inline-block;*/
     float:left;
    padding-left: 45px;
    height: 40px;
    padding-top: 10px;
}

.info-box-item-2 {
    display: inline-block;
    padding-left: 45px;
    height: 40px;
    padding-top: 10px;
    background: url(../img/box-img-3.png) no-repeat;
    background-position: left center;
}

.info-box-item:first-child {
    margin-right: 40px;
    background: url(../img/box-img-1.png) no-repeat;
    background-position: left center;
}
.info-box-item.price1{
	
	text-align:center;
	 background-position: left center;
    font-size:10px;
     margin-right:0px;
     background:none;
    
}
.info-box-item.price1 .sml {
    /*background: url(../img/box-img-2.png) no-repeat;*/
    background-position: left center;
    font-size:9px;
}
.info-box-item:nth-child(2){
	text-align:center;
}
.info-box-item:nth-child(2) .sml {
    /*background: url(../img/box-img-2.png) no-repeat;*/
    background-position: left center;
    font-size:9px;
}

.info-box-item a {
    color: #386082;
    font-family: PFCentroSansPro;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 5px;
}

.info-box-item-2 a {
    color: #386082;
    font-family: PFCentroSansPro;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 5px;
}

.nav-2 {
    padding: 80px 15px 20px;
    margin: 0 auto;
    max-width: 1230px;
}

.nav-2-in {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.nav-2-item {
    flex-grow: 0;
    flex-shrink: 1;
    padding: 0 14px;
    padding-bottom: 6px;
    z-index: 2;
    margin: 0 2px;
    border-bottom: 2px solid #f8f8f8;
}

@media all and (max-width: 720px) {
    .nav-2-item {
        flex-basis: 100%
    }
}

.nav-2-item:hover {
    border-bottom: 2px solid #ffa200;
}

.nav-2-border {
    border-bottom: 2px solid #f8f8f8;
    position: relative;
    top: -2px;
    z-index: 1;
}

.nav-2-item {
    font-family: GothamPro-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    color: #343434;
}

.nav-2-item a {
    font-family: GothamPro-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    color: #343434;
}

@media all and (max-width: 955px) {
    .nav-2-item a {
        font-size: 16px;
    }
}

@media all and (max-width: 799px) {
    .nav-2-item a {
        font-size: 14px;
    }
}

.nav-2-item-special a {
    color: #386082;
}

.content-subpage {}

.content-subpage-in {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content-subpage-item {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 18px 18px 35px;
    min-width: 355px;
}

@media all and (max-width: 1200px) {
    .content-subpage-item {
        flex-basis: 25%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media all and (max-width: 400px) {
    .content-subpage-item {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        min-width: 100%;
        margin: 18px 0 30px;
        padding: 0 15px;
    }
}

.element {}

.element-in {}

.element-item {
    display: inline-block;
    vertical-align: top;
}

@media all and (max-width: 400px) {
    .element-item {
        display: block;
    }
}

.element-item-img {
    border: 1px solid #d8d8d8;
    min-width: 130px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-subpage img {
    display: block;
}

.element-item-other {
    display: inline-block;
    padding-left: 15px;
    max-width: 215px;
}

@media (min-width: 560px) and (max-width: 799px) {
    .element-item-other {
        max-width: 100%;
    }
}

@media all and (max-width: 400px) {
    .element-item-other {
        max-width: 100%;
    }
}

@media all and (max-width: 799px) {
    .style3 {
        max-width: 215px;
    }
}

.elem-name {
    height: 50px;
    overflow: hidden;
}

.elem-name a {
    color: #343434;
    font-family: GothamProBold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.elem-name:hover a {
    color: #386082;
}

.elem-price {
    color: #ffa200;
    font-family: GothamPro-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 10px;
}

.elem-purchase {
    display: table;
}

.elem-quantity {
    display: table-cell;
    vertical-align: top;
}

.elem-quantity-in {
    display: table;
}

.elem-plus {
    display: table-cell;
    width: 35px;
    height: 17px;
    background: url(../img/plus.png) no-repeat;
    background-position: center center;
    background-size: 17px;
    cursor: pointer;
}

.elem-quantity-input {
    display: table-cell;
    border: 1px solid #b1c0c7;
    width: 52px;
    height: 45px;
    color: #7e8392;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.elem-minus {
    display: table-cell;
    width: 35px;
    height: 17px;
    background: url(../img/minus.png) no-repeat;
    background-position: center center;
    background-size: 17px;
    cursor: pointer;
}

.elem-cart-button {
    display: table;
    width: 50px;
    height: 45px;
    background: #386082 url(../img/ekem-cart.png) no-repeat;
    background-position: 15px center;
    background-size: 19px;
    cursor: pointer;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elem-cart-button:hover {
    background: #408ac9 url(../img/ekem-cart.png) no-repeat;
    background-position: 15px center;
    background-size: 19px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-all {
    text-align: center;
    margin: 25px 0 100px;
}

.view-all-button {
    padding: 8px 25px 6px;
    background-color: #386082;
    display: inline-block;
    color: white;
    font-family: GothamPro-Medium;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-all-button:hover {
    background-color: #408ac9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs__content {
    display: none;
}

li.active {
    border-bottom: 2px solid #ffa200;
}

.active {
    display: block;
}

.elem-text {
    color: #747474;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.content-subpage1-item {
    flex-basis: 45%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 18px 18px 35px;
}

@media all and (max-width: 1100px) {
    .content-subpage1-item {
        flex-basis: 100%;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

.element-item-img-1 {
    border: 1px solid #d8d8d8;
    min-width: 130px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.elem-text-1 {
    color: #747474;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0 15px;
}

.element-item-profil {
    display: inline-block;
    padding: 15px 0 0 15px;
    max-width: 285px;
}

@media (min-width: 560px) and (max-width: 799px) {
    .element-item-profil {
        max-width: 100%;
    }
}

@media all and (max-width: 400px) {
    .element-item-profil {
        max-width: 100%;
    }
}

.elem-purchase-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elem-quantity-1 {
    display: table-cell;
    vertical-align: middle;
}

.elem-price-1 {
    color: #ffa200;
    font-family: GothamPro-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.elem-cart-button-1 {
    width: 50px;
    height: 45px;
    background: #386082 url(../img/ekem-cart.png) no-repeat;
    background-position: 15px center;
    background-size: 19px;
    cursor: pointer;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elem-cart-button-1:hover {
    background: #408ac9 url(../img/ekem-cart.png) no-repeat;
    background-position: 15px center;
    background-size: 19px;
    cursor: pointer;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.element-in-1 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.element-item-1 {
    flex-basis: 44%;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width: 1100px) {
    .element-item-1 {
        flex-grow: 0;
    }
}

@media all and (max-width: 635px) {
    .element-item-1 {
        flex-grow: 1;
        flex-basis: 100%;
        flex-shrink: 1;
    }
}

.element-item-profil-1 {
    display: inline-block;
    padding: 0px 0 0 15px;
}

@media (min-width: 560px) and (max-width: 799px) {
    .element-item-profil-1 {
        max-width: 100%;
    }
}

@media all and (max-width: 400px) {
    .element-item-profil-1 {
        max-width: 100%;
    }
}

.content-subpage-item-3 {
    flex-basis: 29%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 18px 18px 35px;
}

@media all and (max-width: 900px) {
    .content-subpage-item-3 {
        min-width: 369px;
        max-width: 433px;
        flex-basis: 44%;
        flex-grow: 0;
    }
}

@media all and (max-width: 830px) {
    .content-subpage-item-3 {
        min-width: 300px;
        max-width: 433px;
        flex-basis: 100%;
        flex-grow: 0;
        margin: 0 auto;
        margin-top: 18px;
        margin-bottom: 35px;
    }
}

@media all and (max-width: 500px) {
    .content-subpage-item-3 {
        padding: 0 15px;
        margin-top: 18px;
        margin-bottom: 35px;
    }
}

.title6 {
    padding: 20px 15px 20px 5px;
}

.title6 a {
    color: #343434;
    font-family: GothamProBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

.title6:hover a {
    color: #386082;
}

.table-info-tab {
    color: #343434;
    font-family: GothamPro;
    font-size: 15px;
    line-height: 30px;
}

.td1-tab {
    display: table-cell;
    width: 150px;
    background: url(../img/dottblack.png) repeat-x;
    background-position: 5px 21px;
    background-size: 50%;
}

.td2-tab {
    display: table-cell;
}

.content-subpage-in-4 {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content-subpage-item-4 {
    flex-basis: 29%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 18px 18px 35px;
}

@media all and (max-width: 900px) {
    .content-subpage-item-4 {
        flex-basis: 45%;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

@media all and (max-width: 740px) {
    .content-subpage-item-4 {
        flex-basis: 44%;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

@media all and (max-width: 620px) {
    .content-subpage-item-4 {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

.subpage-item-4 {}

.title7 {
    padding-top: 10px;
}

.title7 a {
    font-family: PFCentroSansPro;
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.tab4 {}

.img-tab-4 {
    max-width: 500px;
}

.tab-4-text1 {
    font-family: PFCentroSansPro;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.tab-4-text2 a {
    font-family: PFCentroSansPro;
    color: #386082;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
}

.tab-4-text3 {
    font-family: PFCentroSansPro;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
}

.nav-3 {
    padding: 0px 15px 20px;
    margin: 0 auto;
    max-width: 1230px;
}

.quantity-box {}

.quantity-box-in {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 36px;
}

.quantity {}

.price {
    padding: 0 27px 0 22px;
    color: #ffa200;
    font-family: GothamPro;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
}

@media all and (max-width: 400px) {
    .price {
        padding-top: 10px;
    }
}

.cart-button {
    color: white;
    font-family: GothamPro;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 58px 11px 25px;
    background: #386082 url(../img/cartblack.jpg) no-repeat right center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1010px) and (max-width: 1120px) {
    .cart-button {
        margin-top: 15px;
    }
}

@media all and (max-width: 610px) {
    .cart-button {
        margin-top: 10px;
    }
}

.cart-button:hover {
    background: #408ac9 url(../img/cartblack.jpg) no-repeat right center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.characteristics {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0 20px;
    border-top: 1px solid #d3dfe5;
}

.characteristics-title {
    color: #21273a;
    font-family: GothamPro-Medium;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.reference {
    color: #5d5d5d;
    font-family: GothamPro;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    width: 161px;
    height: 45px;
    border: 1px dotted rgba(255, 0, 0, 0.4);
    line-height: 45px;
    text-align: center;
}

.characteristics-table {
    color: #21273a;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 27px;
    border-bottom: 1px solid #d3dfe5;
}

.characteristics-table .tr {
    display: table;
}

.characteristics-td1 {
    display: table-cell;
    width: 370px;
    background: url(../img/dottblack.png) repeat-x;
    background-position: 5px 21px;
    background-size: 27%;
}

@media all and (max-width: 470px) {
    .characteristics-td1 {
        width: auto;
        display: block;
        background: none;
    }
}

.characteristics-table span {
    background: #fff;
}

.characteristics-d2 {
    display: table-cell;
    font-weight: 700;
    min-width: 120px;
}

@media all and (max-width: 470px) {
    .characteristics-d2 {
        min-width: auto;
        display: block;
    }
}

.text-description {
    padding: 0 25px 35px;
}

.text-1 {
    color: #747474;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.text-1:first-child {
    padding: 20px 0 25px;
}

.f-elems {}

.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.flex-item {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 1;
}

.flex .elem-price {
    padding-bottom: 0px;
}

.chose-options {
    padding: 0px 0 35px;
}

.chose-options-select {
    display: block;
    vertical-align: top;
    cursor: pointer;
}

.chose-options select {
    max-width: 510px;
    width: 100%;
    height: 45px;
    background: rgba(241, 241, 241, 0.6) url(../img/selectarrow2.png) no-repeat 95% center;
    border: 1px solid #d8d8d8;
    padding: 0 90px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: '';
    cursor: pointer;
    margin-top: 8px;
}

.chose-options option {
    color: #21273a;
    font-family: PFCentroSansPro;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
}

.info-box-item-3 {
    display: inline-block;
    height: 40px;
    padding-top: 10px;
    margin-left: 20px;
    padding-left: 45px;
    margin-top: 15px;
    background: url(../img/box-img-4.png) no-repeat;
    background-position: left center;
}

.info-box-item-3 a {
    color: #386082;
    font-family: PFCentroSansPro;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 5px;
}

.page-about {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.page-about-img {}

.page-about-img-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 600px) and (max-width: 1230px) {
    .page-about-img-in {
        display: table;
    }
    .page-about-img-item {
        display: table-cell;
    }
    .page-about-img-item:nth-child(2) {
        padding: 0 16px;
    }
}

@media all and (max-width: 600px) {
    .page-about-img-item {
        flex-basis: 100%;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

.how-working {}

.how-working-in {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.how-working-item {
    flex-basis: 45%;
    max-width: 515px;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 10px 25px 25px 100px;
}

@media all and (max-width: 1000px) {
    .how-working-item {
        flex-grow: 1;
        flex-basis: 38%;
    }
}

@media all and (max-width: 890px) {
    .how-working-item {
        max-width: 100%;
        flex-basis: 100%;
        flex-grow: 1;
    }
}

.how-working-item:nth-child(1) {
    background: url(../img/y1.png) no-repeat top left;
}

.how-working-item:nth-child(2) {
    background: url(../img/y2.png) no-repeat top left;
}

.how-working-item:nth-child(3) {
    background: url(../img/y3.png) no-repeat top left;
}

.how-working-item:nth-child(4) {
    background: url(../img/y4.png) no-repeat top left;
}

.how-working-item:nth-child(5) {
    background: url(../img/y5.png) no-repeat top left;
}

.how-working-item:nth-child(6) {
    background: url(../img/y6.png) no-repeat top left;
}

.how-working-item:nth-child(7) {
    background: url(../img/y7.png) no-repeat top left;
}

@media all and (max-width: 400px) {
    .how-working-item {
        background-size: 45px;
        padding: 10px 0px 25px 55px;
    }
    .how-working-item:nth-child(1) {
        background-size: 45px;
    }
    .how-working-item:nth-child(2) {
        background-size: 45px;
    }
    .how-working-item:nth-child(3) {
        background-size: 45px;
    }
    .how-working-item:nth-child(4) {
        background-size: 45px;
    }
    .how-working-item:nth-child(5) {
        background-size: 45px;
    }
    .how-working-item:nth-child(6) {
        background-size: 45px;
    }
    .how-working-item:nth-child(7) {
        background-size: 45px;
    }
}

.yellow {
    color: #fffefe;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    background-color: #ffa200;
    padding: 0px 13px;
    display: inline-block;
}

.text-style-2 {
    color: #454545;
    font-family: GothamPro;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.img-box {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 400px;
}

@media all and (max-width: 970px) {
    .img-box {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }
}

.img-item {
    margin-bottom: 31px;
}

@media all and (max-width: 970px) {
    .img-item {
        display: inline-block;
    }
}

.title-1 {
    color: #343434;
    font-family: GothamPro-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.style-3 {
    padding: 25px 0px 15px;
}

.style-4 {
    padding: 0px;
    padding-bottom: 6px;
}

.trade {
    padding: 11px 0;
}

.trade-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.tr-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.trade-img {
    border: 1px solid #d8d8d8;
    width: 80px;
    height: 80px;
    padding: 8px;
    box-sizing: border-box;
    margin-right: 15px;
}

@media all and (max-width: 500px) {
    .trade-img {
        margin: 0 auto;
    }
    .tr-wrap {
        margin: 0 auto;
    }
}

.trade-img img {}

.trade-name {
    color: #343434;
    font-family: GothamPro;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    width: 200px;
}

@media all and (max-width: 560px) {
    .trade-name {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .trade-name {
        width: 100%;
        text-align: center;
    }
}

.trade-price-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

@media all and (max-width: 1145px) {
    .trade-price-wrap {
        flex-basis: 20%;
        flex-grow: 0;
        flex-shrink: 1;
        min-width: 110px;
    }
}

@media all and (max-width: 500px) {
    .trade-price-wrap {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        min-width: 100%;
        text-align: center;
    }
}

.trade-price-1 {
    color: black;
    font-family: GothamPro-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 40px;
}

@media all and (max-width: 1145px) {
    .trade-price-1 {
        margin-right: 0px;
    }
}

.trade-price-2 {
    color: black;
    font-family: GothamPro-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

@media all and (max-width: 1145px) {
    .trade-price-1 {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .trade-price-2 {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

.blue-border {
    width: 100%;
    height: 2px;
    background-color: #386082;
    border-radius: 1px;
    margin: 15px 0 30px;
}

.equipment-text {
    text-align: right;
    color: #ffa200;
    font-family: GothamPro-Medium;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}

@media all and (max-width: 560px) {
    .equipment-text {
        font-size: 18px;
        line-height: 23px;
    }
}

.order-box {
    border: 1px solid #ffb758;
    border-radius: 1px;
    padding: 33px 33px;
    margin: 55px 0 250px;
}

.order-box-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.order-box-item {}

@media all and (max-width: 1150px) {
    .order-box-item {
        flex-basis: 100%;
        text-align: center;
    }
}

.order-box-text {
    color: #010101;
    font-family: GothamPro-Medium;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    max-width: 205px;
}

@media all and (max-width: 1150px) {
    .order-box-text {
        max-width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
}

.order-box-tel {
    color: #ffa200;
    font-family: GothamPro;
    font-size: 33px;
    font-weight: 500;
    line-height: 25px;
}

@media all and (max-width: 550px) {
    .order-box-tel {
        font-size: 28px;
        line-height: 25px;
    }
}

.order-box-button {
    color: white;
    font-family: GothamPro-Medium;
    font-size: 12px;
    font-weight: 500;
    line-height: 31px;
    text-transform: uppercase;
    background-color: #ffa200;
    padding: 5px 12px;
    width: 128px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 1150px) {
    .order-box-button {
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media all and (max-width: 500px) {
    .trade-quantity {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

.page-text-colors {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px 35px;
}

.colors {
    padding-bottom: 15px;
}

.colors-in {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.news {padding-bottom: 15px;}
.news-in {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media all and (max-width: 725px) {
    .colors-in {
        justify-content: space-between;
    }
}

@media all and (max-width: 350px) {
    .colors-in {
        justify-content: center;
    }
}

.colors-item {
    text-align: center;
    flex-basis: 19%;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 175px;
    margin: 0 10px 40px;
}

.news-item {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    padding: 0 30px 40px 0;
}
.news-item .title {padding-bottom: 27px;}
.news-item .title a {
    color: #386082;
    font-family: GothamPro-Medium;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-item .title a:hover {
    color: #ffa200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-item p {
    color: #575757;
    font-family: GothamPro;
    font-size: 14px;
    line-height: 24px;
}

@media all and (max-width: 1025px) {
    .colors-item {
        flex-basis: 14%;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

@media all and (max-width: 900px) {
    .colors-item {
        flex-basis: 17%;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .news-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media all and (max-width: 860px) {
    .colors-item {
        flex-basis: 22%;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

@media all and (max-width: 725px) {
    .colors-item {
        flex-basis: 28%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media all and (max-width: 500px) {
    .colors-item {
        flex-basis: 33%;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .news-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media all and (max-width: 350px) {
    .colors-item {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

.colors-img {
    max-width: 170px;
    max-height: 170px;
}

.colors img {}

.colors-text-1 {
    font-family: GothamPro-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #386082;
    padding: 12px 0 4px;
}

.colors-text-2 {
    font-family: GothamPro-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #343434;
}

.contacts {
    padding: 0 0 45px;
}

.contacts-in {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contacts-left {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 40px;
}

.contacts-right {
    flex-basis: 55%;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width: 620px) {
    .contacts-left {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        padding-right: 0px;
        padding-bottom: 37px;
    }
    .contacts-right {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

.contacts-title {
    color: #343434;
    font-family: GothamPro-Medium;
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    padding-bottom: 18px;
}

.contacts-text {
    color: #747474;
    font-family: GothamPro;
    font-size: 17px;
    line-height: 27px;
}

.p-top {
    padding-top: 30px;
}

.map {
    margin-top: 0px;
    width: 100%;
    height: 415px;
}

.cart>a{color:#000;}

.tradingsystems {margin-top:50px;}

.mobs {display:none;}
@media all and (max-width:750px) {
	.mobs {display:block;}
	.nomobs {display:none;}
	.calculation {margin-top:0 !important;}
.tel-item {display:flex;flex-direction:row;}
	a.sec {margin-left:36px;}
	.pp_calc {width:345px;margin-left:auto;margin-right:auto;left:0;right:0;}
	.pp_title {padding-left:36px;padding-right:36px;}
	.tel-number {font-size:15px;}
	.logo-img img {width:57px;height:57px;}
	.undermenu-in {padding-top:5px;}
	.s-menu-in {padding:10px;}
	.s-menu-item {margin-right:0;padding:0;}
}

	.mess {position:fixed;bottom:27px;right:27px;display:flex;flex-direction:column;}
	.mes, .mes img {width:59px;height:59px;margin:5px;}
	.mes img.hov {display:none;}	
	.mes:hover img.reg {display:none;}
	.mes:hover img.hov {display:block;}

