/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'PT Sans', sans-serif, Arial;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
  overflow-x: hidden;
}

body {
    line-height: 1;
    position: relative;
}
ul {
    list-style: none;
}

strong, b { font-weight: bold; }

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
input[type=image]{
    padding:0;
    border:none;
}
/*main*/
body{min-width:768px;}
html {height: 100%;}
* html body {height: 100%;}
html,body{
    background:#fff;
    /*min-width:1050px;*/
    min-height: 100%; /* вытягиваем блок body на 100% по высоте, даже если страница не заполнена контентом */
    position: relative;
}
.main-content {
    padding-bottom: 108px; /* делаем padding у основной части контента не меньше высоты футтера                        это делается для того, чтобв содержимое страницы не заезжало под footer*/
}
.clear:after,.clear:before {
    clear:both;
    display:block;
    zoom:1;
    content:'';
}
.burger-control {
  display: none;
}
p {
    font-size: 16px;
    line-height: 1.3em;
    color: #373737;
}
.context {
    /*overflow: hidden;*/
}
.highlight-h1 {
    font-size: 38px;
    text-transform: uppercase;
    color: #373737;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.context .highlight-h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
h1 {
    /*height: 19px;*/
    /*border-bottom: 1px solid #675F68;*/
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
    position: relative;
}
h1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #675F68;
    left: 0;
    top: 46px;
    z-index: 1;
}
h1 span {
    background: #fff;
    padding: 0 20px;
}

.context h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #173c61;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 15px;
}
.context h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #484a4d;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.context h4, .remodal h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 15px;
    color: #484a4d;
}
.modal-img{
    line-height: 90px;
    margin-bottom: 10px;
}
.modal-img img{
    vertical-align: middle;
}
.context a {
    /*font-size: 16px;*/
    color: #1c6083;
    margin-bottom: 5px;
    display: inline-block;
}
/*.context a:visited {
    color: #9931a8;
}*/
.context a:hover {
    color: #2198d6;
}
.context ol {
    list-style-position: inside;
    font-weight: bold;
    color: #1c6083;
    margin-left: 15px;
}
.context ol li {
    margin-bottom: 10px;
}
.context ol li p {
    color: #484a4d;
    font-weight: normal;
    display: inline;
}
.context ul {
    margin-left: 15px;
}
.context ul li {
    line-height: 1.2em;
    padding-left: 11px;
    position: relative;
}
.context ul li:before {
    content: "• ";
    color: #ED1B2E;
    position: absolute;
    left: 0;
    top: 10%;
}
.context h3 span {
    background: #fff;
    padding-right: 10px
}
.context img {
    margin: 0 15px 20px 15px;
}

.font-up18 {
    font-size: 18px;
}
.context input[type="text"] {
    color: #5c5e65;
}
textarea {
    resize: none;
}
.wrap-resp-input {
    margin-right: 18px;
}
.content {
    min-width:768px;
    max-width: 1100px;
    width: 90%;
    /*padding: 0 7%;*/
    margin: 0 auto;
    position: relative;
}
header.content,
footer.content{
     min-width:748px;
}
.max-width {
    width: 100%;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.logo {
    position: absolute;
    padding-top: 30px;
    z-index: 999;
}
.search-block {
    padding: 0 23px 0 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search-block label {
    position: absolute;
    padding: 0 0 0 23px;
    right: 0;
    height: 100%;
    background: #fff;
}
.search-block button {
    position: absolute;
    padding: 0 0 0 23px;
    right: 0;
    height: 100%;
    background: #fff;
    margin: 0;
    outline: none;
    border: none;
    display: none;
}
.btn-3d {
    box-shadow: 1px 1px #DADADA, 2px 2px #DADADA;
}
.btn-3d:hover {
 cursor:pointer;
}
.search-block label:after, .search-block button:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 14px;
    background: url("img/sprite.png") 0 0;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}
.search-block:hover, .btn-3d-clicked {
    box-shadow: 1px 1px #3099CF, 2px 2px #3099CF;
}
.search-area {
    width: 300px;
}
.search-block .search-area {
    width: 1px;
    padding: 3px 0;
    font-size: 16px;
}
header .wrapp-align {
    padding: 31px 0;
}
.products-preview .handler {
    display: none;
}
.wrapp-align .search-block {
    margin: 2px 0 12px 48px;
}
.free-call {
    height: 38px;
}
.free-call .number {
    color: #373737;
    font-size: 22px;
}
.free-call .desk {
    color: #626262;
    font-size: 11px;
}
.main-nav {
    text-align: center;
    position: absolute;
    /*width: 100%;*/
    padding-top: 45px;
    z-index: 10;
    margin: 0 auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -78%);
}
.main-nav ul {
    display: inline-block;
}
.main-nav ul li {
    float: left;
    margin-left: 37px;
}
.main-nav ul li:first-child {
    margin-left: 0;
}
.main-nav ul li {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-nav ul li a {
    color: #1c6083;
    text-transform: uppercase;
    text-decoration: none;
}

.main-nav ul li a:hover {
    color: #319BD1;
}
.across-brands {
    background: #EBEBEB;
    border-bottom: 1px solid #B7B7B7;
}
.brands-preview {
    height: 125px;
    overflow: hidden;
    padding-right: 80px;
    position: relative;
}
.brands-preview .wrap-image {
    height: 125px;
    float: left;
    margin-right: 30px;
}
.brands-preview .wrap-image a {
    display:inline-block;
    vertical-align:middle;
    position: relative;
}
.brands-preview .wrap-image img {
}
.show-all-brands {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    right: 0;
    width: 75px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.show-all-brands:hover {
    color: #319bd1;
}
.brands-preview .show-all-brands {
    margin-top: 50px;
}
.bwWrapper {
    position: relative;
    display: block;
}
.across-news {
    padding: 60px 0 50px 0;
}
.news-preview {
    background: url("img/news-pr-bg.png");
    position: relative;
    height: 120px;
    padding-right: 10%;
    text-align: center;
}
.firs-calendar {
    position: absolute;
    left: 3%;
    top: 30px;
    min-width: 40px;
}
.firs-calendar .month {
    font-size: 10px;
    color: #4e83b9;
    line-height: 19px;
    background: #E6EEF8;
    padding: 0 6px;
    font-weight: bold;
    text-transform: uppercase;
}
.firs-calendar .day {
    font-size: 28px;
    color: #4c4c54;
    text-align: center;
    line-height: 34px;
    background: #fff;
    font-weight: bold;
}
.news-preview .new-title {
    padding-left: 10%;
    display: block;
    color: #565656;
    text-decoration: none;
}
.news-preview .new-title .inner{
    display:block;
    line-height: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news-preview .new-title:hover {
    color: #319bd1;
    text-decoration: underline;
}
.news-preview .block-title {
    position: absolute;
    color: #ed1b2e;
    font-size: 36px;
    line-height:36px;
    font-weight: bold;
    text-transform: uppercase;
    top: -18px;
    left: 50%;
    margin-left: -79px;
}
.top-slider {
    display: none;
    width: 100%;
    /*height: 570px;*/
}
.top-slider .wrap-slide-item img {
    /*height: 100%;*/
}
.top-slider .wrap-slide-item .sl-image {
    position: absolute;
    width: 100%;
    height: auto;
}
.top-slider .wrap-slide-item .text {
    position: absolute;
    color: #fefefe;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
.top-slider .wrap-slide-item .first {
    font-size: 38px;
    top: 35%;
    left: 37%;
}
.top-slider .wrap-slide-item .second {
    font-size: 58px;
    font-weight: bold;
    top: 43%;
    left: 39%;
}
.top-slider .wrap-slide-item .third {
    font-size: 32px;
    top: 57%;
    left: 80%;
}
.top-slider .wrap-slide-item .company-logo {
    position: absolute;
    right: 7%;
    top: 0;
}
.top-slider .slidesjs-navigation {
    position: absolute;
    width: 33px;
    height: 33px;
    background: url("img/sprite.png");
    z-index: 999;
    left: 10%;
    bottom: 25px;
}
.top-slider .slidesjs-previous {
    background-position: 0 -14px;
    margin-left:940px;
}
.top-slider .slidesjs-previous:hover {
    background-position: 0 -47px;
}
.top-slider .slidesjs-next {
    background-position: -33px -14px;
    margin-left: 1000px;
}
.top-slider .slidesjs-next:hover {
    background-position: -33px -47px;
}
.confirmed-block {
    text-align: center;
    margin-bottom: 50px;
}
.confirmed-block .headline {
    border-bottom: 1px solid #B7B7B7;
    height: 13px;
    text-transform: uppercase;
}
.confirmed-block .headline span {
    font-size: 26px;
    line-height:26px;
    color: #a5111e;
    font-weight: bold;
    position: relative;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff, -3px 0 #fff, 0 3px #fff, 3px 0 #fff, 0 -3px #fff;
}
.confirmed-block .title {
    color: #156c99;
    font-size: 18px;
    text-decoration: none;
}
.confirmed-block .title:hover {
    text-decoration: underline;
    color: #319bd1;
}
.confirmed-block .wrap-title {
    padding: 35px 15%;
    background: #F4F4F4;
}

.products-preview {
    background: #F5F8FA;
    margin-bottom: 50px;
    padding: 25px 0 40px;
}
.products-preview .title {
    font-size: 28px;
    font-weight: bold;
    color: #3e3e3e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.products-list li {
    float: left;
    height: 255px;
    width: 220px;
    position: relative;
    margin:0 0 20px 30px;
    background: #fff;
}
.products-preview .products-list li a{ padding-top: 10px; }

.products-list li:first-child {
    margin-left: 0;
}
.products-list li .name {
    color: #565656;
    font-size: 16px;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    bottom: 0;
    margin-top: 5px;
    line-height: 20px;
}
.products-list a:hover:after,
.brands-list a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom:0;
    background: #274b70;
    opacity: .3;
}
.products-list li .link, .brands-list li .link {
    position: absolute;
    padding: 0 23px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #EE1B2E;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -63px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list li .link:active, .brands-list li .link:active {
    background: #A72632;
}
/*
.products-list li:hover .hover, .products-list li:hover .link, .brands-list li:hover .hover, .brands-list li:hover .link {
    display: block;
}
*/
.products-list li .image-block {
    height: 205px;
    position: relative;
}
.products-list li .image-block img, .brands-list li .image-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.brands-list a,
.products-list a{
    text-decoration:none;
    display:block;
    position:relative;
}
.products-list a{height:245px;}
.footer {
    background: #3e3e3e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3e3e3e 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,  #3e3e3e 0%,#333333 100%);
    background: -o-linear-gradient(top,  #3e3e3e 0%,#333333 100%);
    background: -ms-linear-gradient(top,  #3e3e3e 0%,#333333 100%);
    background: linear-gradient(to bottom,  #3e3e3e 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#333333',GradientType=0 );
    position: absolute;
    bottom: 0;
    height: 108px;
    overflow: hidden;
}
footer .free-call .number {
    color: #fff;
}
footer .free-call .desk {
    color: #abaaaa;
    border-bottom: 1px solid #abaaaa;
    padding: 0 0 6px 3px;
    margin-bottom: 5px;
}
footer .free-call .desk-2 {
    font-size: 13px;
    color: #abaaaa;
    padding-left: 3px;
}
footer .free-call .desk-2 a {
    color: #5bb0db;
    text-decoration: none;
}
footer .free-call .desk-2 a:hover {
    text-decoration: underline;
}
footer .wrapp-align {
    padding: 18px 0;
}
.footer-nav{
    overflow:hidden;
    float:none;
}
.wrap-footer-info {
    margin-top: 30px;
}
.footer-info {
    margin: 0 -17px 0 0;
}
.footer-info li {
   display:inline-block;
   vertical-align:top;
    margin:0 17px 6px 0;
}
.footer-info li a {
    font-size: 13px;
    color: #5bb0db;
    text-decoration: none;
    position: relative;
}
.external-link {
    position: relative;
}
.external-link:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: url("img/sprite.png") -13px 0;
    top: -3px;
}
.footer-info li a:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 13px;
    color: #b9b9b9;
}
.wrap-footer-info .copyright {
    margin-top: 14px;
}
.top-image-block {
    position: relative;
    height: 270px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}
/*.top-image-block img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}*/
.brands-list h3 {
    color: #355565;
    border-bottom: 1px solid #DADADA;
    height: 10px;
    margin-bottom: 30px;
}
.brands-list ul li {
    width: 220px;
    float: left;
    position: relative;
    margin-bottom: 18px;
    background: #fff;
    height: 235px;
    margin: 10px;
}
.brands-list li .image-block {
    height: 168px;
    position: relative;
    border-bottom: 1px solid #DADADA;
}
.brands-list li .name {
    color: #565656;
    font-size: 16px;
    margin 0;
    bottom: 0;
    text-transform: uppercase;
    padding: 12px 10px;
}
.brands-list {
    margin-bottom: 40px;
}
.wrap-section, .wrpa-brand-link {
   margin-bottom: 20px;
}
.wrap-section div {
    text-align: justify;
}

.wrap-section p {
    text-align: justify;
}

.wrap-section h3 {
    text-align: left;
}

.brand-link {
    color: #0e4d6e;
    font-size: 16px;
    text-decoration: none;
}
.brand-link:hover {
    text-decoration: underline;
}
.wrpa-brand-link {
    margin-bottom: 100px;
}
.bottom-line {
    border-bottom: 1px solid #CBCCCE;
    padding-bottom: 30px;
}
.list-of-documents > .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #484a4d;
}
.list-of-documents ul {
    margin-bottom: 65px;
}
.list-of-documents ul li {
    display: block;
    padding-left: 55px;
    min-height: 50px;
    position: relative;
    margin-bottom: 20px;
}
.list-of-documents ul li:before {
    content: '';
    position: absolute;
    background: url("img/sprite.png");
    left: 4px;
    top: 0;
    width: 40px;
    height: 49px;
}
.list-of-documents ul .doc:before {
    background-position: -160px 0;
}
.list-of-documents ul .xls:before {
    background-position: -200px 0;
}
.list-of-documents ul .pdf:before {
    background-position: -240px 0;
}
.list-of-documents ul li .title {
    color: #1c6083;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0 5px 0;
}
.list-of-documents ul li .title:hover {
    text-decoration: underline;
    color: #2198d6;
}
.data-box {
    color: #656568;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 0 1px 5px;
    margin-right:4px;
}
.data-box  span {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    color: #79797a;
    padding: 0 5px;
}
.second-menu {
    background: #F6F6F6;
    text-align: center;
}
.second-menu ul {
    display: inline-block;
}
.second-menu ul li {
    float: left;
    margin-left: 35px;
    cursor: pointer;
}
.second-menu ul li:first-child {
    margin-left: 0;
}
.second-menu ul li a {
    line-height: 43px;
    color: #0e4d6e;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.second-menu ul li:hover a {
    visibility: hidden;
}
.second-menu ul li:hover:before {
    position: absolute;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: bold;
    content: attr(data-text);
    color: #0e4d6e;
}
.bread-crumbs {
    text-align: center;
    margin-top: 13px;
}
.bread-crumbs ul {
    display: inline-block;
}
.bread-crumbs ul li {
    float: left;
    position: relative;
    margin-left: 22px;
}
.bread-crumbs ul li:first-child {
    margin-left: 0;
}
.bread-crumbs ul li a {
    text-decoration: none;
    color: #b6b5b5;
    font-size: 11px;
    text-transform: uppercase;
}
.bread-crumbs ul li a:hover {
    text-decoration: underline;
}
.bread-crumbs ul li:after, .bread-crumbs ul li:before {
    content: '';
    position: absolute;
    background: url("img/sprite.png");
}
.bread-crumbs ul .home a {
    width: 12px;
    height: 11px;
    display: block;
    position: relative;
    margin-top: 4px;
}
.bread-crumbs ul .home a:hover {
    text-decoration: none;
}
.bread-crumbs ul .home:before {
    width: 12px;
    height: 11px;
    background-position: -22px 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.bread-crumbs ul li:after {
    width: 11px;
    height: 5px;
    background-position: -34px 0;
    top: 50%;
    margin: -1px 0 0 6px;
    left: 100%;
}
.half-width {
    float: left;
    width: 50%;
}
.bold-text {
    font-weight: bold;
}
.contacts .pull-left {
    margin-right: 5px;
}
.contacts a {
    text-decoration: none;
    margin-bottom: 10px;
}
.contact-form {
    background: #F6F6F6;
    margin-top: 9px;
    padding: 0 4%;
    padding-bottom: 15px;
}
.contact-form .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #173c61;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    top: -14px;
}
.contact-form input[type="text"], .contact-form textarea, .href-input {
    width: 100%;
    background: #fff;
    font-size: 18px;
    color: #5c5e65;
    padding: 7px 9px 5px 9px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contact-form input[type="text"]:hover, .contact-form input[type="text"]:focus, .contact-form textarea:hover, .contact-form textarea:focus, .href-input:hover {
    box-shadow: 1px 1px #4E9CC3, 2px 2px #4E9CC3;
}
.contact-form .wrap-resp-input {
    margin-bottom: 15px;
    position: relative;
}
#files-list{
    margin-bottom: 10px;
    margin-top: 5px;
}
.MultiFile-remove img{
    position: relative;
    top: 1px;
}
#files-list .MultiFile-label{
    margin-bottom: 5px;
}
.href-input {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 9px 25px 8px 9px;
    z-index: 3;
}
.href-input:after {
    content: '';
    position: absolute;
    background: url("img/sprite.png");
    width: 11px;
    height: 6px;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    background-position: -45px -6px;
}
.href-input.open:after {
    background-position: -45px 0;
}
.big-btn {
    line-height: 32px;
    color: #fff;
    padding: 0 15px;
    background: #B23B45;
    outline: none;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.big-btn:hover {
    background: #E12334;
}
.big-btn:active {
    background: #973139;
}
.big-btn.blue {
    font-size: 13px;
    line-height: 23px;
    background: #3B79B2;
}
.big-btn.blue:hover {
    background: #4E9CC3;
}
.big-btn.blue:active {
    background: #2F5C87;
}
.attach-file{
    overflow: hidden;
    height: 23px;
    padding-left: 9px;
    width: 132px;
    /*margin-bottom: 10px;*/

    display: inline-block;
    position: absolute;
    top: -3px;
}
.visual-map {
    height: 470px;
    border-top: 1px solid #A29E9E;
}
.wrap-href-input {
    margin-right: 34px;
}
.wrap-href-input ul, .wrap-href-input ul li {
    width: 100%;
    padding-right: 34px;
    background: #fff;
}
.wrap-href-input ul li a {
    padding: 9px 25px 8px 9px;
    display: block;
    text-decoration: none;
    color: #5c5e65;
    font-size: 18px;
}
.wrap-href-input ul li:hover, .wrap-href-input ul .active {
    background: #4E9CC3;
}
.wrap-href-input ul li:hover a, .wrap-href-input ul .active a {
    color: #fff;
}
.subject-of-msg {
    font-size: 18px;
    padding-left: 9px;
    font-weight: bold;
    color: #5c5e65;
    margin-top: -5px;
    margin-bottom: 5px;
}
.file-area .subject-of-msg{
    display: inline-block;
}
.news-block {
    padding: 0 3%;
}
.news-block h3 {
    color: #173c61;
}
.wrap-section .article-image {
    float: left;
    margin: 0 25px 20px 0;
}
.some-article {
    padding: 25px 0;
    border-top: 1px solid #CBCCCE;
    padding-left: 13px;
}
.some-article.close {
    display: none;
}
.some-article a {
    color: #0e4d6e;
    text-decoration: none;
}
.some-article a:hover {
    text-decoration: underline;
}
.some-article .data-wrap {
    width: 8%;
}
.some-article .article-wrap {
    width: 92%;
}
.wrap-article-info {
    line-height: 1.2em;
    margin-bottom: 20px;
}

.wrap-article-info .big-btn { margin-top: 10px; }

.wrap-article-info .data-box {
    float: right;
    margin-top: 20px;
}
.wrap-article-info.close {
    display: none;
}
.subscribe {
    min-height: 92px;
    margin-bottom: 23px;
    background: #F6F6F6;
    overflow: hidden;
}
.wrap-subscribe {
    margin: 17px 0 17px 10px;
}
.wrap-subscribe.pull-left{
    display:none;
}

.wrap-subscribe p a{color:#0E4D6E;}
.wrap-subscribe p {
    text-transform: uppercase;
}
.wrap-subscribe form {
    margin-top: 5px;
}
.wrap-subscribe form input[type="text"] {
    margin-right: 15px;
}
.little-input {
    font-size: 14px;
    padding: 3px 7px 2px 7px;
}
.archive p {
    display: inline;
    margin-right: 9px;
}
.archive .data-box {
    font-size: 17px;
    color: #0e4d6e;
    padding: 0 5px;
    margin-right: 5px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.archive .data-box:hover {
    color: #4E9CC3;
    box-shadow: 1px 1px #4E9CC3, 2px 2px #4E9CC3;
}
@media all and (max-width: 470px) {
    .some-article .data-wrap {
        width: 20.5%;
    }
    .some-article .article-wrap {
        width: 79.5%;
    }
}
@media all and (min-width: 470px) and (max-width: 720px) {
    .some-article .data-wrap {
        width: 17.5%;
    }
    .some-article .article-wrap {
        width: 82.5%;
    }
}
@media all and (min-width:721px) and (max-width:1000px) {
    .some-article .data-wrap {
        width: 10.5%;
    }
    .some-article .article-wrap {
        width: 88.5%;
    }
}
@media all and (min-width:1001px) and (max-width:1400px){
    .some-article .data-wrap {
        width: 9.5%;
    }
    .some-article .article-wrap {
        width: 90.5%;
    }
}
.helper {
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
}
#greed-container {
    margin: 0 auto;
    max-width: 1000px;
}
.vertical-arrows {
    width: 10%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
}
.vertical-arrows .prev, .vertical-arrows .next {
    text-decoration: none;
    height: 50%;
    display: block;
    position: relative;
}
.vertical-arrows .prev:after, .vertical-arrows .next:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 30px;
    top: 50%;
    left: 50%;
    background: url("img/sprite.png");
    margin: -15px 0 0 -23px;
}
.vertical-arrows .prev:after {
    background-position: -66px -14px;
}
.vertical-arrows .next:after {
    background-position: -66px -44px;
}
.vertical-arrows .prev:hover:after {
    background-position: -113px -14px;
}
.vertical-arrows .next:hover:after {
    background-position: -113px -44px;
}
.logo-2 a {
    display: block;
}
.logo-2 img {
    width: 90px;
    margin: 10px 20px 5px 0;
}
.drop {
    position: absolute;
    z-index: 2;
}
.wrap-brends {
    background: #F5F8FA;
    overflow: hidden;
}
.wrap-brends .highlight-h1 {
    background: #F5F8FA;
}
.v-slide-items {
    width: 100% !important;
}
.news-block .wrap-article-info p {
    margin-left: 0;
}
.highlight-top {
    border-top: 1px solid #CBCCCE;
    padding-top: 10px;
}
.contact-form-wrap {
    width: 49%;
    padding-left: 1%;
}
@media all and (max-width:1023px) {
    .main-nav ul li{margin-left:16px;}
    .top-slider .wrap-slide-item .second{
        left:auto;
        right:20px;
    }
    .wrapp-align .search-block{margin-left:28px;}
    .brands-preview{padding-left:20px;}
    .top-slider .wrap-slide-item .first {
        font-size: 25px;
    }
    .top-slider .wrap-slide-item .second {
        font-size: 45px;
        top: 44%;
    }
    .top-slider .wrap-slide-item .third {
        font-size: 25px;
        top: 65%;
    }
}
@media all and (min-width:768px) {
    .products-list{
        min-width:768px;
        overflow:hidden;
        text-align:center;
        height:265px;
        width:auto !important;
        font-size:0;
        line-height:0;
    }
    .products-list li{
        display:inline-block;
        vertical-align:top;
        margin:0 11px 30px;
        float:none;
    }
}
@media all and (max-width: 767px){
  .burger-control {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 10px;
    cursor: pointer;
    z-index: 100;
  }

 .burger {
    width: 100%;
  }

.burger div {
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    background-color: #000;
}

.burger-toggle .burger {
  display: none;
}
  .burger-toggle .burger {
    display: none;
  }


  .burger-toggle .close-burger {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .burger-toggle .close-burger div:first-child{
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 12px;
  }

  .burger-toggle .close-burger div:last-child{
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transform: rotate(135deg);
    top: 12px;
  }

  .main-nav ul {
    visibility: hidden;
  }

  .show-nav ul {
    visibility: visible;
  }

  .search-block {
       visibility: hidden;
  }

  .search-block.show-nav {
    visibility: visible;
  }
  .wrap-slide-item.show-nav {
    background-color: #f1f1f1;
  }

  .main-nav {
    top: 166%;
    /*position: relative;*/
  }

  .show-nav > a > img {
    display: none;
  }




    body,
    .content{
        min-width:320px;
    }
    header.content,
    footer.content{
        min-width:280px;
    }
    .products-list li {
        margin-left: 0;
    }
    .products-preview .handler {
        display: block;
        position: absolute;
        top: 0;
        text-decoration: none;
        bottom: 0;
        width: 30px;
    }
    .products-preview .handler.prev {
        left: -40px;
    }
    .products-preview .handler.next {
        right: -40px;
    }
    .products-preview .handler:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 47px;
        top: 50%;
        margin-top: -10px;
        background: url("img/sprite.png");
    }
    .products-preview .handler.prev:after {
        right: 0;
        background-position: -60px -80px;
    }
    .products-preview .handler.prev:hover:after {
        background-position: 0 -80px;
    }
    .products-preview .handler.next:after {
        left: 0;
        background-position: -90px -80px;
    }
    .products-preview .handler.next:hover:after {
        background-position: -30px -80px;
    }
    .products-preview {
        padding: 12px 0 10px 0;
        text-align: center;
    }
    .wrap-modile {
        display: inline-block;
        position: relative;
    }
/*
}
@media only screen and (max-width: 720px) {
*/
    header.content {
        position: absolute;
         min-width: 0;
    }
    header .free-call {
        display: none;
    }
    .footer {
        height: auto;
        position: relative;
    }
    .main-content {
        padding: 0;
    }
    html, body {
        background: #fff;
    }
    .content {
        min-width: 0;
        max-width: 720px;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .top-slider {
        /*height: 570px;*/
    }
    .top-slider .wrap-slide-item .sl-image {
        height: 520px;
        width: auto;
    }
    .top-slider .wrap-slide-item .first {
        font-size: 22px;
        top: 70%;
        left: 3%;
    }
    .top-slider .wrap-slide-item .second {
        font-size: 28px;
        font-weight: bold;
        top: 75%;
        left: 8%;
    }
    .top-slider .wrap-slide-item .third {
        font-size: 20px;
        top: 82%;
        left: 66%;
    }
    .top-slider .slidesjs-navigation {
        left: 7%;
    }
    .top-slider .wrap-slide-item .company-logo {
        position: absolute;
        right: 0;
        height: 30px;
        top: 374px;
    }
    .top-slider .wrap-slide-item .company-logo img {
        height: 100%;
    }
    .main-nav {
        width: 100%;
        padding-top: 155px;
        z-index: 999;
    }
    .logo {
        padding-top: 10px;
        position: relative;
        text-align: center;
        width: 200px;
        margin: 0 auto;
       display: block;
    }
    .main-nav ul {
        display: block;
    }
    .main-nav ul li {
        float: none;
        margin: 0 auto 9px;
        line-height: 27px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.2), 2px 2px rgba(0, 0, 0, 0.2);
        width: 82%;
        background: #F5F8FA;
    }
    .main-nav ul li:first-child {
        margin: 0 auto 9px;
    }
    .main-nav ul li a {
        display: block;
    }
    .main-nav ul li a:active {
        background: #4E9CC3;
        color: #fff;
    }
    header .wrapp-align {
        position: absolute;
        top: 0;
        padding: 0;
        float: none;
        width: 100%;
        z-index: 998;
        padding-top: 310px;
    }
    .footer-nav {
        width: 100%;
    }
    .wrapp-align .search-block {
        margin: 0 auto;
        float: none;
        width: 82%;
        padding: 0;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.2), 2px 2px rgba(0, 0, 0, 0.2);
    }
    .search-area {
        width: 200px;
    }
    .search-block .search-area {
        width: 98%;
        background: #fff;
        padding-left: 2%;
        padding-top: 5px;
        padding-bottom: 3px;
    }
    .across-news {
        padding: 47px 0 35px 0;
    }
    .news-preview .firs-calendar {
        left: 7%;
        top: 32px;
    }
    .firs-calendar .month {
        display: inline;
        float: right;
    }
    .firs-calendar .day {
        display: inline;
        font-size: 18px;
        float: left;
        line-height: 19px;
        padding: 0 2px;
        float: left;
    }
    .news-preview .new-title {
        padding-left: 7%;
        text-align: left;
    }
    .news-preview .new-title .inner{
        line-height: 23px;
        padding-top: 60px;
        height: 70px;
    }
    .news-preview {
        height: 145px;
        padding-right: 52px;
    }
    .vertical-arrows {
        width: 52px;
    }
    .vertical-arrows .prev:after, .vertical-arrows .next:after {
        left: 0;
        margin: -15px 0 0 0;
    }
    .vertical-arrows .next:after {
        top: 100%;
        margin-top: -35px;
    }
    .confirmed-block .wrap-title {
        padding: 28px 0 17px 7%;
        text-align: left;
    }
    .confirmed-block .title {
        line-height: 22px;
        display: inline-block;
    }
    .logo-2 {
        display: none;
    }
    .footer-info li {
        float: none;
        left: 7%;
        position: relative;
        margin: 0;
        width: 90%;
    }
    .footer-info li a {
        line-height: 24px;
    }
    .wrap-footer-info .copyright {
        left: 7%;
        position: relative;
        width: 90%;
        margin-bottom: 15px;
    }
    footer.content {
        position: relative;
         min-width: 0;
    }
    footer .wrapp-align {
        float: none;
        width: 170px;
        margin: 0 auto;
        text-align: center;
    }
    footer .wrapp-align .free-call {
        float: none;
    }
    footer .free-call .desk {
        padding-left: 0;
    }
    .top-slider .slidesjs-navigation {
        bottom: 15px;
    }
    .top-image-block {
        height: 350px;
    }
    .contacts {
        width: 100%;
    }
    .contact-form-wrap {
        width: 100%;
    }
    .contact-form {
        margin-top: 35px;
    }
    .products-list li:hover .hover, .products-list li:hover .link, .brands-list li:hover .hover, .brands-list li:hover .link {
        display: none;
    }
    .search-block button {
        display: block;
    }
    .search-block label {
        display: none;
    }
}
@media all and (max-width:350px) {
    .top-slider .wrap-slide-item .second {
        left: 3%;
    }
}
@media all and (min-width:1315px) {
    .top-slider .wrap-slide-item .sl-image {
        height: auto;
        width: 100%;
    }
}

header a[href^=tel] { color: #373737; text-decoration: none; }
.footer a[href^=tel] { color: #fff; text-decoration: none; }

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.pull-left p{
    text-align: left;
}

.wrap-section p{
    text-align:left;
}
.context a {
display:inline;
}

.link-phone {
z-index:999999;
}

.top-slider {
  display: none!important;
}




/*producnt-2 */

.products-preview-2 .handler {
  display: none;
}


.products-preview-2 {
  background: #F5F8FA;
  margin-bottom: 50px;
  padding: 25px 0 40px;
}
.products-preview-2 .title {
  font-size: 28px;
  font-weight: bold;
  color: #3e3e3e;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.products-list-2 li {
  float: left;
  height: 255px;
  width: 220px;
  position: relative;
  margin:0 0 20px 30px;
  background: #fff;
}
.products-preview-2 .products-list-2 li a{ padding-top: 10px; }

.products-list-2 li:first-child {
  margin-left: 0;
}
.products-list-2 li .name {
  color: #565656;
  font-size: 16px;
  width: 90%;
  margin: 0 5%;
  text-align: center;
  bottom: 0;
  margin-top: 5px;
  line-height: 20px;
}
.products-list-2 a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom:0;
  background: #274b70;
  opacity: .3;
}
.products-list-2 li .link {
  position: absolute;
  padding: 0 23px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #EE1B2E;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -63px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.products-list-2 li .link:active {
  background: #A72632;
}

.products-list-2 li .image-block {
  height: 205px;
  position: relative;
}
.products-list-2 li .image-block img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.products-list-2 a{
  color: transparent;
  text-decoration:none;
  display:block;
  position:relative;
}
.products-list-2 a{height:245px;}


.products-list-2 .btn-3d {
  margin: 0;
}

@media all and (max-width: 767px) {
  .products-preview-2 .handler {
    display: block;
    position: absolute;
    top: 0;
    text-decoration: none;
    bottom: 0;
    width: 30px;
  }

  .products-preview-2 .handler.prev {
    left: -40px;
  }

  .products-preview-2 .handler.next {
    right: -40px;
  }

  .products-preview-2 .handler:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 47px;
    top: 50%;
    margin-top: -10px;
    background: url(img/sprite.png);
  }

  .products-preview-2 .handler.prev:after {
    right: 0;
    background-position: -60px -80px;
  }

  .products-preview-2 .handler.prev:hover:after {
    background-position: 0 -80px;
  }

  .products-preview-2 .handler.next:after {
    left: 0;
    background-position: -90px -80px;
  }

  .products-preview-2 .handler.next:hover:after {
    background-position: -30px -80px;
  }

  .products-preview-2 {
    padding: 12px 0 10px 0;
    text-align: center;
  }

}


@media only screen and (min-width: 721px) {
  .products-preview-2 {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .products-preview {
    display: none;
  }
  .products-preview-2 {
    display: block;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
  display: block;
  width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


.owl-nav {
  position: absolute;
  right: 13%;
  bottom: 40px;
}

.owl-next, .owl-prev {
 width: 33px;
  height: 33px;
  background-color: #fff!important;
  opacity: 0.5;
  overflow: hidden;
  outline: none;
}

.owl-next:hover, .owl-prev:hover {
  background-color: #000!important;
  outline: none;
}

.owl-prev {
  margin-right: 30px;
}

.owl-next span, .owl-prev span {
  font-size: 58px;
  display: block;
  margin-top: -15px;

}

.owl-next span:hover, .owl-prev span:hover {
  color: #5bb0db;
}

.owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .owl-item  a  {
    overflow: hidden;
  }



  .owl-item  img {


    background-size: cover;

    display: block;
  }


  .owl-nav {
    display: none;
  }
}

.display_none {
  display: none
}

.backOpacity {
  position: absolute;
  width: 100%;
  height: 520px;
  background-color: #000;
  z-index: 100;
  opacity: 0.7;
}

.backOpacity2 {
  top: 0px;
  height: 350px;

}