@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover,
a:active,
a:focus {
  color: inherit;
  outline: none !important;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit; }

b, strong {
  font-weight: 700; }

del, ins {
  text-decoration: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

label {
  font-weight: 500;
  margin-bottom: 0; }

svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }

.row {
  font-size: 0; }

.col-lg-1, .col-lg-10, .col-lg-11,
.col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11,
.col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11,
.col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11,
.col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9 {
  float: none;
  font-size: 18px; }

.vertical-middle {
  vertical-align: middle !important; }

html {
  min-height: 100%;
  background: #fff; }

body {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  background: #fff;
  min-height: 100vh;
  overflow-x: hidden; }

/*Common styles*/
.custom-select-box {
  position: relative; }

.custom-select-button {
  cursor: pointer;
  padding: 0 0 0 10px;
  position: relative;
  min-width: 70px; }

.custom-select-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 5px;
  background: url("../images/svg/caret.svg") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.custom-select-button.custom-select-opened:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.custom-select-ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  list-style: none;
  background: #fff;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  overflow: hidden;
  border: 2px solid #033379;
  z-index: 100; }

.custom-select-ul li {
  cursor: pointer;
  padding: 3px 25px 3px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.custom-select-ul li:hover {
  color: #fff;
  background: #033379; }

.icon-back:before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px); }

.icon-forward:before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }

.site-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #d92031;
  display: inline-block;
  vertical-align: top;
  padding: 20px 27px;
  text-align: center;
  min-width: 210px;
  line-height: 20px;
  -webkit-border-radius: 0 10px 0 10px;
  border-radius: 0 10px 0 10px;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.site-btn:focus {
  color: #fff;
  background: #d92031; }

.site-btn:hover {
  background: #ff3b4d;
  color: #fff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.site-btn:active {
  background: #7f1620;
  color: #fff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.title {
  margin-bottom: 40px; }

.title .h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1; }

.title.print-title .h3 {
  display: inline-block;
  vertical-align: top;
  max-width: -webkit-calc( 100% - 65px);
  max-width: calc( 100% - 65px); }

.title.print-title .print-btn {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  margin-top: 5px; }

.title.print-title .print-btn img {
  width: 28px; }

.title.print-title .print-btn:hover {
  -webkit-transform: scale(1.3) rotate(12deg);
  -ms-transform: scale(1.3) rotate(12deg);
  transform: scale(1.3) rotate(12deg); }

.arrow-btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #033379;
  padding-right: 115px;
  display: inline-block;
  position: relative;
  text-align: left; }

.arrow-btn:before {
  content: '';
  width: 90px;
  position: absolute;
  bottom: 9px;
  height: 10px;
  right: 0;
  background: url(../images/svg/big-arrow.svg) no-repeat center; }

.arrow-btn:hover, .arrow-btn:focus, .arrow-btn:active {
  color: #033379; }

.site-input {
  margin-bottom: 30px;
  position: relative; }

.site-input.mb20 {
  margin-bottom: 20px; }

.site-input input, .site-input textarea {
  background: #eef5fb;
  position: relative;
  z-index: 2;
  height: 60px;
  padding: 0 30px;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: none;
  width: 100%; }

.site-input input:focus, .site-input textarea:focus {
  -webkit-box-shadow: 0 0 0 2px #033379;
  box-shadow: 0 0 0 2px #033379;
  background: #fff; }

.site-input input:focus + .input-shadow-animation, .site-input textarea:focus + .input-shadow-animation {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards; }

.site-input textarea {
  display: block;
  resize: none;
  height: 250px;
  padding: 20px 30px 30px; }

.site-input .input-shadow-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  color: rgba(3, 51, 121, 0.6); }

.file-input svg {
  fill: #033379;
  stroke: #033379;
  width: 20px;
  margin-right: 10px;
  display: block;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease; }

.file-input label {
  font-size: 15px;
  font-weight: 700;
  color: #033379;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.file-input label input {
  display: none; }

.file-input label span {
  display: inline-block;
  vertical-align: middle; }

.file-input label:hover {
  color: #d92031; }

.file-input label:hover svg {
  fill: #d92031;
  stroke: #d92031; }

.link-img a {
  position: relative;
  display: block; }

.link-img a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(3, 51, 121, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.link-img a:hover:after {
  opacity: 1; }

/*Common styles*/
/*Header*/
.main-header {
  padding-top: 62px; }

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #eef2f3;
  z-index: 555;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }

.header-top.active {
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  border-bottom: none; }

.header-top.active .main-menu > ul > li > a:after {
  bottom: 0; }

.main-menu {
  display: inline-block;
  vertical-align: middle; }

.main-menu > ul {
  list-style: none; }

.main-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.main-menu > ul > li + li {
  margin-left: 35px; }

.main-menu > ul > li > a {
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 18px 0;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 17px;
  font-weight: 700;
  color: #033379;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.main-menu > ul > li > a:after {
  content: '';
  position: absolute;
  left: -7%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #033379;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  pointer-events: none; }

.main-menu > ul > li .sub-menu {
  position: absolute;
  top: 90%;
  left: 0;
  width: 350px;
  border: 2px solid #033379;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  padding: 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(3, 51, 121, 0.2);
  box-shadow: 0 10px 18px 0 rgba(3, 51, 121, 0.2);
  z-index: 5;
  display: none; }

.main-menu > ul > li .sub-menu ul {
  list-style: none; }

.main-menu > ul > li .sub-menu ul li + li {
  margin-top: 10px; }

.main-menu > ul > li .sub-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #033379;
  padding-left: 35px; }

.main-menu > ul > li .sub-menu ul li a span {
  line-height: 24px;
  display: block; }

.main-menu > ul > li .sub-menu ul li a .svg-span {
  width: 22px;
  height: 24px;
  line-height: 24px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0; }

.main-menu > ul > li .sub-menu ul li a .svg-span svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  fill: #033379; }

.main-menu > ul > li .sub-menu ul li a .svg-span img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }

.main-menu > ul > li .sub-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #033379;
  z-index: 2;
  -webkit-transition: width 0.3s ease, background 0.3s ease;
  transition: width 0.3s ease, background 0.3s ease; }

.main-menu > ul > li .sub-menu.no-icons ul li a {
  padding-left: 0; }

.main-menu > ul > li.sub-menu-li > a {
  padding-right: 30px; }

.main-menu > ul > li.sub-menu-li > a > svg {
  width: 14px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.main-menu > ul > li.sub-menu-li > a > svg .st0 {
  fill: none;
  stroke: #999999;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.main-menu > ul > li.sub-menu-li > a:after {
  display: none; }

.main-menu > ul > li.sub-menu-li.active > a:after {
  display: block; }

.main-menu > ul > li.active a {
  color: #000000; }

.main-menu > ul > li.active a:after {
  width: 114%; }

.header-top-right {
  float: right; }

.download-catalog {
  display: inline-block;
  vertical-align: middle; }

.download-catalog a {
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 18px 0 18px 35px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
  color: #033379; }

.download-catalog a .svg-span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 29px; }

.download-catalog a .svg-span svg {
  fill: #033379; }

.download-catalog a:hover {
  color: #d92031; }

.download-catalog a:hover .svg-span svg {
  fill: #d92031; }

.lang-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #033379; }

.header-bottom {
  padding: 35px 0 42px; }

.logo {
  overflow: hidden;
  max-width: 245px;
  position: relative;
  width: 100%; }

.logo a {
  display: block; }

.logo a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.logo a:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

.logo img {
  width: 100%; }

.header-info {
  display: inline-block;
  vertical-align: top; }

.info-top {
  font-size: 18px; }

.info-top .custom-select-button {
  color: #033379;
  padding-left: 0; }

.info-top .custom-select-button:after {
  display: none; }

.info-top .custom-select-button span {
  position: relative;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 210px; }

.info-top .custom-select-button span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 5px;
  background: url("../images/svg/caret-blue.svg") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.info-top .custom-select-button.custom-select-opened span:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.info-bottom {
  font-size: 22px;
  font-weight: 400; }

.info-bottom a {
  padding-left: 25px;
  position: relative;
  display: inline-block; }

.info-bottom.phone-a a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/svg/phone.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.info-bottom.mail-a {
  color: #033379; }

.info-bottom.mail-a a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/svg/email.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.city-phones a {
  display: none; }

.header-btn-holder {
  display: inline-block;
  vertical-align: middle; }

.header-b-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.mob-menu-btn {
  display: none;
  width: 36px;
  float: left;
  margin-top: 12px;
  position: relative;
  z-index: 20; }

.mob-menu-btn > div {
  width: 100%;
  height: 3px;
  background: #033379;
  margin: 7px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.mob-menu-btn.active > div:nth-child(2) {
  opacity: 0; }

.mob-menu-btn.active > div:first-child {
  -webkit-transform: rotate(135deg) translate(8px, -8px);
  -ms-transform: rotate(135deg) translate(8px, -8px);
  transform: rotate(135deg) translate(8px, -8px); }

.mob-menu-btn.active > div:last-child {
  -webkit-transform: rotate(-135deg) translate(6px, 6px);
  -ms-transform: rotate(-135deg) translate(6px, 6px);
  transform: rotate(-135deg) translate(6px, 6px); }

/*Header*/
/*search*/
.search-box {
  margin-bottom: 25px;
  background: #f1f5fa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative; }

.search-box input.search-input {
  width: 100%;
  padding: 0 105px 0 60px;
  background: none;
  border: 2px solid #eef2f3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  z-index: 10; }

.search-box input.search-input:focus + label:before, .search-box input.search-input.input-filled + label:before {
  -webkit-transform: scale3d(100, 100, 1);
  transform: scale3d(100, 100, 1); }

.search-box label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  line-height: 60px;
  overflow: hidden;
  padding: 0 105px 0 60px; }

.search-box label span {
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap; }

.search-box label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/svg/search.svg") no-repeat center/100% 100%;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.search-box .search-submit {
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #033379;
  position: absolute;
  z-index: 15;
  width: 105px;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }

.search-box .search-submit:hover {
  color: #d92031; }

.search-box .dropdown-search-box {
  position: absolute;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  max-height: 438px;
  overflow: auto;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  border: 2px solid #eef2f3; }

.search-box .dropdown-search-box .dropdown-style-1 {
  padding: 5px 0; }

.search-box .dropdown-search-box .dropdown-style-1 ul {
  list-style: none; }

.search-box .dropdown-search-box .dropdown-style-1 ul li a {
  display: block;
  padding: 4px 60px 4px 60px; }

.search-box .dropdown-search-box .dropdown-style-1 ul li a:hover {
  color: #d92031; }

.search-box .dropdown-search-box .dropdown-style-2 {
  padding: 5px 0;
  text-align: center; }

.search-box .dropdown-search-box .dropdown-style-2 .dropdown-center-text {
  padding: 0 60px; }

/*search*/
/*home-page*/
.over-container {
  width: 100%;
  max-width: 1710px;
  margin: auto;
  position: relative; }

.main-slider-wrapper {
  padding: 0 35px;
  margin: 0 -35px;
  position: relative; }

.main-slider-wrapper .animated {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important; }

.main-slider-wrapper .main-slider-controls .owl-next {
  width: 80px;
  height: 80px;
  background: #d92031;
  border: 10px solid #fff;
  -webkit-border-radius: 0 16px 0 16px;
  border-radius: 0 16px 0 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.main-slider-wrapper .main-slider-controls .owl-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/svg/caret-white.svg) no-repeat center;
  width: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.main-slider-wrapper .main-slider-controls .owl-next:hover {
  background: #033379; }

.main-slider-wrapper .main-slider-controls .owl-prev {
  width: 80px;
  height: 80px;
  background: #033379;
  border: 10px solid #fff;
  -webkit-border-radius: 0 16px 0 16px;
  border-radius: 0 16px 0 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.main-slider-wrapper .main-slider-controls .owl-prev:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/svg/caret-white.svg) no-repeat center;
  width: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.main-slider-wrapper .main-slider-controls .owl-prev:hover {
  background: #d92031; }

.main-slider {
  -webkit-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  margin-top: 40px;
  overflow: hidden; }

.main-slider img {
  width: 100%; }

.main-slider .slider-item {
  min-height: 400px;
  position: relative; }

.main-slider .slider-item .main-slider-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: no-repeat center / cover; }

.main-slider .slider-item .main-slider-text {
  position: relative;
  z-index: 2; }

.main-slider .main-slider-text {
  width: 100%;
  max-width: 1218px;
  margin: auto;
  padding: 80px 0; }

.main-slider .main-slider-text p {
  max-width: 700px;
  font-size: 20px; }

.main-slider .main-slider-title {
  margin-bottom: 30px; }

.main-slider .main-slider-title .h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: 300;
  color: #033379;
  position: relative; }

.main-slider .main-slider-title .h2 span {
  margin-right: 20px; }

.main-slider .main-slider-title .h2:after {
  content: '';
  width: 90px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/svg/big-arrow.svg) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.main-slider .main-slider-title .h2:hover:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }

.main-categories {
  -webkit-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
  overflow: hidden;
  margin-bottom: 40px; }

.main-categories .cut-border {
  margin: -1px; }

.main-category-box {
  width: 25%;
  padding: 20px 2%;
  height: 120px;
  line-height: 80px;
  background: #eff5fb;
  float: left;
  display: block;
  border: 1px solid #fff;
  overflow: hidden; }

.main-category-box .category-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.272729;
  font-size: 22px;
  padding-left: 75px;
  position: relative; }

.main-category-box .category-name .cat-img {
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 57px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.main-category-box .category-name .cat-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.main-category-box .category-name .cat-img svg {
  fill: #033379;
  width: 30px;
  max-height: 36px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2; }

.main-category-box .category-name span {
  position: relative;
  z-index: 5; }

.main-category-box:hover .cat-img:after {
  -webkit-transform: scale(15);
  -ms-transform: scale(15);
  transform: scale(15); }

.main-category-box:hover svg {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.main-category-box.active {
  background: #033379;
  color: #fff; }

.main-category-box.active .category-name .cat-img:after {
  display: none; }

.main-about {
  padding: 40px 0; }

.main-about .title {
  margin-bottom: 25px; }

.main-about-text {
  padding: 30px 47px;
  background: #eff5fb;
  border: 10px solid #fff;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  width: 640px;
  position: relative;
  z-index: 1;
  margin-left: -10px;
  margin-bottom: 20px; }

.main-about-img {
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  margin-top: 10px; }

.main-about-img img {
  width: 100%; }

.license-news-section {
  padding: 40px 0 80px; }

.license-slider {
  border: 10px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  padding: 35px 30px; }

.license-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  width: 40px;
  height: 40px;
  background: #033379;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.license-slider.owl-carousel .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../images/svg/caret-white.svg") no-repeat center;
  width: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.license-slider.owl-carousel .owl-nav .owl-next:hover {
  background: #d92031; }

.license-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  width: 40px;
  height: 40px;
  background: #033379;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.license-slider.owl-carousel .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../images/svg/caret-white.svg") no-repeat center;
  width: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.license-slider.owl-carousel .owl-nav .owl-prev:hover {
  background: #d92031; }

.title-head .title {
  display: inline-block; }

.title-head .right-btn {
  float: right;
  margin-top: 11px; }

.news-box .news-img {
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #eef2f3; }

.news-box .news-img img {
  width: 100%; }

.news-box .news-title {
  font-size: 20px;
  margin-bottom: 10px; }

.news-box .news-title a {
  color: #033379;
  position: relative; }

.news-box .news-title a:hover {
  color: #d92031; }

.news-box .short-news {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px; }

.news-box .news-date {
  font-size: 14px;
  line-height: 2;
  color: #999; }

.special-section {
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  background: #f2f5f9;
  padding: 70px 0 100px; }

.special-box .special-img {
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #eef2f3; }

.special-box .special-img img {
  width: 100%; }

.special-box .special-img .sticker {
  position: absolute;
  z-index: 1;
  background: #d92031;
  padding: 8px 18px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700; }

.special-box .special-img .sticker .discount-span {
  font-size: 20px; }

.special-box .special-img .sticker .sticker-date {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  margin-left: 20px; }

.special-box .special-img .sticker.sticker-1 {
  top: 30px;
  left: 0; }

.special-box .special-img .sticker.sticker-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 50%;
  background: #d92031;
  -webkit-transform: skew(-24deg);
  -ms-transform: skew(-24deg);
  transform: skew(-24deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.special-box .special-img .sticker.sticker-1:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 50%;
  background: #d92031;
  -webkit-transform: skew(24deg);
  -ms-transform: skew(24deg);
  transform: skew(24deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.special-box .special-img .sticker.sticker-2 {
  bottom: 0;
  left: 0;
  padding: 13px 18px; }

.special-box .special-img .sticker.sticker-2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: #d92031;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg); }

.special-box .special-img .sticker.sticker-3 {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 18px; }

.special-box .special-name {
  font-size: 20px;
  margin-bottom: 15px; }

.special-box .special-name a {
  color: #033379; }

.special-box .special-name a:hover {
  color: #d92031; }

.special-box .special-text {
  color: #999;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px; }

.special-box .special-date {
  color: #d92031;
  font-size: 16px; }

.contact-section {
  padding: 80px 0 35px; }

.contact-title {
  margin: 50px 0 25px;
  position: relative; }

.contact-title:after {
  content: '';
  height: 1px;
  width: 135px;
  position: absolute;
  top: 22px;
  right: -115px;
  background: #033379;
  z-index: 2; }

.contact-title .h3 {
  font-size: 36px;
  font-weight: 300; }

.gray-text p {
  margin-bottom: 12px;
  font-size: 18px;
  color: #666; }

.contact-form {
  margin-left: 65px;
  border: 4px solid #eef2f3;
  padding: 40px 36px;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px; }

.submit-holder {
  padding-right: 30px;
  text-align: right;
  margin-top: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 2; }

/*home-page*/
/*breadcrumb*/
.site-breadcrumb {
  margin-bottom: 15px; }

.site-breadcrumb ul {
  list-style: none;
  font-size: 0; }

.site-breadcrumb ul li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 50px;
  margin-right: 20px;
  position: relative;
  font-size: 16px; }

.site-breadcrumb ul li:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #033379;
  position: absolute;
  bottom: 11px;
  right: 0;
  margin: auto; }

.site-breadcrumb ul li a {
  color: #033379;
  font-size: 16px;
  position: relative; }

.site-breadcrumb ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #033379;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.site-breadcrumb ul li a:hover {
  color: #d92031; }

.site-breadcrumb ul li a:hover:after {
  width: 100%;
  background: #d92031; }

/*breadcrumb*/
/*pagination*/
.site-pagination {
  padding: 0 190px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px; }

.site-pagination ul {
  list-style: none;
  text-align: center;
  font-size: 0; }

.site-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }

.site-pagination ul li span, .site-pagination ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  color: #033379;
  background: #eef5fb;
  background: -webkit-linear-gradient(left, #f2f5f9 0%, #eef5fb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f2f5f9), to(#eef5fb));
  background: linear-gradient(to right, #f2f5f9 0%, #eef5fb 100%); }

.site-pagination ul li a:hover {
  color: #d92031; }

.site-pagination ul li.active span {
  background: #033379;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.site-pagination .next-page, .site-pagination .prev-page {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  color: #033379;
  font-weight: 700;
  line-height: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto; }

.site-pagination .next-page {
  right: 0; }

.site-pagination .next-page a {
  padding-right: 115px; }

.site-pagination .next-page a:before {
  content: '';
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/svg/big-arrow.svg) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.site-pagination .next-page a:hover:before {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }

.site-pagination .prev-page {
  left: 0; }

.site-pagination .prev-page a {
  padding-left: 115px; }

.site-pagination .prev-page a:before {
  content: '';
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/svg/big-arrow.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.site-pagination .prev-page a:hover:before {
  -webkit-transform: translateX(-4px) rotate(180deg);
  -ms-transform: translateX(-4px) rotate(180deg);
  transform: translateX(-4px) rotate(180deg); }

/*pagination*/
/*news page*/
.news-menu {
  margin-bottom: 30px; }

.news-menu ul {
  list-style: none; }

.news-menu ul li {
  display: inline-block;
  vertical-align: middle;
  color: #033379; }

.news-menu ul li a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 7px 20px;
  font-weight: 700;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block; }

.news-menu ul li a:hover {
  color: #d92031; }

.news-menu ul li.active a {
  border: 2px solid #033379;
  color: #000000; }

.all-news {
  margin-bottom: 25px; }

.all-news .news-container {
  margin-bottom: 40px; }

/*news page*/
/*partners page*/
.description-page {
  padding: 40px 50px;
  border: 4px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  margin-bottom: 30px;
  line-height: 1.5555559; }

.description-page img {
  float: left;
  max-width: 196px;
  margin: 0 30px 0 0; }

.all-partners, .all-projects {
  margin-bottom: 25px; }

.partners-box {
  padding: 30px;
  border: 4px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease; }

.partners-box .partner-img {
  height: 155px;
  line-height: 155px;
  margin-bottom: 25px;
  position: relative; }

.partners-box .partner-img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }

.partners-box .partner-name {
  color: #033379;
  margin-bottom: 5px; }

.partners-box .partner-city {
  font-size: 16px;
  color: #999; }

.partners-box .partner-description {
  padding: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto; }

.partners-box:hover {
  border-color: #033379; }

.partners-box:hover .partner-description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.all-projects .partners-box {
  padding: 0 0 25px; }

.all-projects .partners-box .partner-img {
  height: auto;
  line-height: 1;
  overflow: hidden; }

.all-projects .partners-box .partner-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(3, 51, 121, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1; }

.all-projects .partners-box .partner-img .partner-more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

.all-projects .partners-box .partner-img .partner-more span {
  position: relative; }

.all-projects .partners-box .partner-img .partner-more span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  display: inline-block; }

.all-projects .partners-box .partner-img .partner-more span:hover:after {
  width: 100%; }

.all-projects .partners-box .partner-name {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.all-projects .partners-box:hover .partner-img:after {
  opacity: 1; }

.all-projects .partners-box:hover .partner-name {
  color: #d92031; }

.all-projects .partners-box:hover .partner-more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/*partners page*/
/*category-page*/
.banner-image {
  margin-bottom: 25px;
  height: 150px;
  overflow: hidden;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  position: relative; }

.banner-image .banner-image-bg {
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px; }

.banner-image img {
  width: 114%;
  position: relative;
  left: -7%;
  top: -7%;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear; }

.category-banner {
  margin-bottom: 30px; }

.text-viewport {
  font-size: 18px;
  line-height: 1.5555559;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.banner-description .text-viewport {
  height: 56px; }

.banner-description .text-viewport.normal-viewport {
  height: auto; }

.banner-description .text-viewport.normal-viewport + .show-more-wrap {
  display: none; }

.show-more-wrap {
  color: #033379;
  display: none; }

.show-more-btn {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #033379; }

.show-more-btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background: url(../images/svg/caret.svg) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.show-more-btn.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.product-box {
  margin-bottom: 30px; }

.product-box .product-img {
  border: 2px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 10px; }

.product-box .product-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.product-box .product-img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.product-box .product-name {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #033379; }

.product-box .product-name a:hover {
  color: #d92031; }

.product-box .product-short-desc {
  color: #999;
  font-size: 16px;
  line-height: 1.5; }

.category-description .text-viewport {
  height: 420px; }

.category-description .text-viewport.normal-viewport {
  height: auto; }

.category-description .text-viewport.normal-viewport + .show-more-wrap {
  display: none !important; }

.category-wrap {
  margin-bottom: 55px; }

.sidebar-cat-menu {
  margin-bottom: 45px; }

.sidebar-cat-menu > ul {
  list-style: none; }

.sidebar-cat-menu > ul > li {
  position: relative; }

.sidebar-cat-menu > ul > li > a {
  padding: 10px 18px 10px 13px;
  width: 100%;
  height: 80px;
  line-height: 60px;
  background: #eff5fb;
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative; }

.sidebar-cat-menu > ul > li > a .category-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.333333339;
  font-size: 18px;
  padding-left: 75px;
  position: relative; }

.sidebar-cat-menu > ul > li > a .category-name .cat-img {
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 57px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.sidebar-cat-menu > ul > li > a .category-name .cat-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1; }

.sidebar-cat-menu > ul > li > a .category-name .cat-img svg {
  fill: #033379;
  width: 30px;
  max-height: 36px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2; }

.sidebar-cat-menu > ul > li > a .category-name span {
  position: relative;
  z-index: 5; }

.sidebar-cat-menu > ul > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: url(../images/svg/caret.svg) no-repeat center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 14px;
  height: 5px;
  z-index: 2;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.sidebar-cat-menu > ul > li .cat-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  border: 2px solid #033379;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  padding: 30px 35px;
  z-index: 20;
  width: 936px;
  -webkit-box-shadow: 0 10px 18px 0 rgba(3, 51, 121, 0.2);
  box-shadow: 0 10px 18px 0 rgba(3, 51, 121, 0.2);
  display: none; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: none; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li {
  color: #033379; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a {
  padding: 12px 0 12px 60px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a .span-cat-img {
  width: 49px;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a .span-cat-img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a .span-cat-img svg {
  width: 26px;
  height: 28px;
  fill: #033379;
  display: inline-block;
  vertical-align: middle; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a:hover {
  color: #d92031; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a:hover svg {
  fill: #d92031 !important; }

.sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a:hover svg path, .sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a:hover svg rect, .sidebar-cat-menu > ul > li .cat-sub-menu > ul > li > a:hover svg polygon {
  fill: #d92031 !important; }

.sidebar-cat-menu > ul > li.open-cat .cat-sub-menu {
  display: block; }

.sidebar-cat-menu > ul > li.open-cat .cat-img:after {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10); }

.sidebar-cat-menu > ul > li.open-cat > a:after {
  background: url(../images/svg/caret-blue.svg) no-repeat center; }

.sidebar-cat-menu > ul > li.open-cat .cat-img svg {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.sidebar-cat-menu > ul > li.active > a {
  background: #033379;
  color: #fff; }

.sidebar-cat-menu > ul > li.active > a:after {
  background: url(../images/svg/caret-white.svg) no-repeat center; }

.sidebar-cat-menu > ul > li.active:hover .cat-img:after, .sidebar-cat-menu > ul > li.active.open-cat .cat-img:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.sidebar-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px; }

.sidebar-special-slider {
  margin-bottom: 20px; }

.sidebar-special-slider .special-box .special-img .sticker.sticker-3 {
  padding: 6px 82px 6px 18px; }

.sidebar-special-slider-wrap {
  position: relative; }

.sidebar-spec-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  font-size: 0; }

.sidebar-spec-controls .prev-spec, .sidebar-spec-controls .next-spec {
  position: relative;
  width: 40px;
  height: 40px;
  background: #033379;
  border-left: 1px solid #fff;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer; }

.sidebar-spec-controls .prev-spec:after, .sidebar-spec-controls .next-spec:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../images/svg/caret-white.svg") no-repeat center;
  width: 14px;
  height: 5px; }

.sidebar-spec-controls .prev-spec:hover, .sidebar-spec-controls .next-spec:hover {
  background: #d92031; }

.sidebar-spec-controls .next-spec:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.sidebar-spec-controls .prev-spec:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sidebar-special {
  margin-bottom: 35px; }

.sidebar {
  margin-bottom: 25px; }

.mobile-sidebar {
  margin-bottom: 40px; }

.mobile-sidebar .main-categories {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 40px; }

/*category-page*/
/*certificate-page*/
.certificates {
  margin-bottom: 25px; }

.certificate {
  margin-bottom: 30px; }

.certificate .certificate-img {
  padding: 35px 30px;
  margin-bottom: 15px;
  border: 10px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px; }

.certificate .certificate-img img {
  width: 100%; }

.certificate .certificate-name {
  font-size: 20px;
  color: #033379;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.certificate:hover .certificate-name {
  color: #d92031; }

/*certificate-page*/
/*contacts-page*/
.map-wrapper {
  margin-bottom: 50px; }

.map-container {
  height: 500px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px; }

.map-address {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-609px);
  -ms-transform: translateX(-609px);
  transform: translateX(-609px);
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  padding: 45px 50px;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  width: 456px;
  min-height: 340px;
  font-size: 18px;
  line-height: 28px; }

.map-address .big-number {
  font-size: 32px;
  line-height: 1.4;
  margin: 10px 0; }

.map-address .gray-p {
  color: #999; }

.map-address .map-links {
  margin-top: 10px; }

.map-address .map-links p + p {
  margin-top: 5px; }

.fax-a, .email-a, .icq-a, .old-phone-a, .mob-phone-a {
  padding-left: 25px;
  position: relative;
  display: inline-block; }

.fax-a:before, .email-a:before, .icq-a:before, .old-phone-a:before, .mob-phone-a:before {
  content: '';
  width: 18px;
  max-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.fax-a:before {
  background: url(../images/svg/fax.svg) no-repeat center; }

.email-a:hover {
  color: #033379; }

.email-a:before {
  background: url(../images/svg/email.svg) no-repeat center; }

.icq-a:before {
  background: url(../images/svg/icq.svg) no-repeat center; }

.old-phone-a:before {
  background: url(../images/svg/old-phone.svg) no-repeat center; }

.mob-phone-a:before {
  background: url(../images/svg/mob-phone.svg) no-repeat center; }

.contact-box {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px; }

.contact-box-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px; }

.contact-box-links p + p {
  margin-top: 5px; }

.how-find-us {
  margin-bottom: 45px; }

.how-find-us .title {
  margin-bottom: 20px; }

.how-find-us p + p {
  margin-top: 5px; }

/*contacts-page*/
/*single-product-page*/
.single-product {
  margin-bottom: 45px; }

.single-product:after {
  content: '';
  display: block;
  clear: both; }

.single-product-img {
  border: 2px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  width: 490px;
  float: left;
  margin: 0 30px 20px 0;
  overflow: hidden; }

.single-product-img img {
  width: 100%;
  height: auto; }

.single-product-description {
  margin-bottom: 25px; }

.single-product-description .product-description-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px; }

.viewport-table {
  overflow: auto;
  width: 100%; }

.viewport-table table {
  width: 100%;
  min-width: 600px; }

.viewport-table table tr {
  border-bottom: 2px solid #eef2f3; }

.viewport-table table tr td, .viewport-table table tr th {
  vertical-align: top;
  padding: 15px 10px;
  font-size: 16px; }

.viewport-table table tr td:first-child, .viewport-table table tr th:first-child {
  padding-left: 20px; }

.viewport-table table tr td:last-child, .viewport-table table tr th:last-child {
  padding-right: 20px; }

.viewport-table table tr:first-child {
  background: #f2f5f9;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  border-bottom: none; }

.viewport-table table tr:first-child td, .viewport-table table tr:first-child th {
  font-size: 13px; }

.single-gallery-img {
  border: 2px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden; }

.single-gallery-img img {
  width: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.single-gallery-img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.single-gallery-box {
  margin-bottom: 30px; }

.single-gallery-box .single-gallery-img {
  margin-bottom: 5px; }

.single-gallery-box .single-gallery-title {
  color: #999;
  font-size: 16px;
  line-height: 1.5; }

.single-product-wrap {
  margin-bottom: 25px; }

/*single-product-page*/
/*about-page*/
.about-menu {
  border: 4px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  padding: 25px 30px;
  max-width: 254px; }

.about-menu ul {
  list-style: none; }

.about-menu ul li + li {
  margin-top: 15px; }

.about-menu ul li a {
  font-size: 16px;
  color: #033379;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px; }

.about-menu ul li a:hover {
  color: #d92031; }

.about-advantages {
  margin-bottom: 20px;
  border: 4px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  padding: 25px 50px;
  font-size: 0; }

.about-advantages .advantage {
  display: inline-block;
  vertical-align: top;
  padding-right: 70px;
  position: relative;
  font-size: 18px; }

.about-advantages .advantage:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 30px;
  height: 1px;
  background: #033379; }

.about-advantages .advantage .big-span {
  font-size: 32px;
  font-weight: 700;
  color: #033379;
  letter-spacing: 0.5px; }

.about-advantages .advantage:last-child {
  padding-right: 0; }

.about-advantages .advantage:last-child:after {
  display: none; }

.history-wrap {
  margin-bottom: 20px; }

.history-wrap .h4 {
  font-size: 24px;
  font-weight: 300; }

.history-wrap .history-title {
  font-weight: 700;
  margin-bottom: 10px; }

.history-wrap .history-box-wrap .history-box {
  padding: 24px 0 24px 40px;
  position: relative; }

.history-wrap .history-box-wrap:nth-child(even) .history-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 0;
  border: 4px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px; }

.history-wrap .history-box-wrap:nth-child(even) .history-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
  background: #033379; }

.history-wrap .history-box-wrap:nth-child(odd) .history-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #033379; }

.history-wrap .history-box-wrap:nth-child(1) .history-box:after {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #033379; }

.history-wrap .history-box-wrap:nth-child(1) .history-box:before {
  content: '';
  background: url("../images/small-arrow.png") no-repeat center;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 30px;
  left: -4px; }

.history-wrap .history-img img {
  max-width: 100%; }

.about-wrap {
  margin-bottom: 45px; }

.about-mob-menu {
  width: 100%;
  margin-bottom: 20px;
  position: relative; }

.about-mob-menu .about-mob-menu-btn {
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: #f1f5fa;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }

.about-mob-menu .about-mob-menu-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 14px;
  height: 5px;
  background: url(../images/svg/caret.svg) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.about-mob-menu .about-mob-menu-btn.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.about-mob-menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  list-style: none;
  background: #fff;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  overflow: hidden;
  border: 2px solid #033379;
  z-index: 100;
  display: none;
  padding: 5px 0; }

.about-mob-menu ul li a {
  display: block;
  padding: 5px 25px; }

/*about-page*/
/*404-page*/
.page-404 {
  background: url("../images/404.jpg") no-repeat top center;
  padding: 80px 15px 0;
  min-height: 623px;
  text-align: center; }

.page-404 .logo {
  display: inline-block;
  max-width: 245px;
  margin-bottom: 50px; }

.page-404 .error-404 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }

.page-404 .big-404 {
  font-size: 36px;
  margin-bottom: 40px; }

/*404-page*/
/*modal*/
.modal-dialog {
  width: 100%;
  max-width: 1012px;
  margin: 100px auto; }

.modal-content {
  border: none;
  -webkit-border-radius: 0 40px 0 40px;
  border-radius: 0 40px 0 40px; }

.modal-content .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 1;
  opacity: 1; }

.modal-content .close img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.modal-content .close:hover img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.modal-body {
  padding: 30px 40px; }

.modal-body .site-input input, .modal-body .site-input textarea {
  font-size: 16px;
  padding: 0 20px; }

.modal-body .site-input textarea {
  padding: 12px 20px; }

.modal-top-text {
  padding-right: 70px;
  margin-bottom: 25px; }

.modal-open .wrapper, .modal-open .main-header,
.modal-open .main-footer, .modal-open > .container {
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.form-message {
  color: #d92031; }

.form-bottom-text a {
  color: #033379;
  text-decoration: none; }

.form-bottom-text a:hover {
  text-decoration: underline; }

/*modal*/
/*content-box*/
.content-box {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5555559; }

.content-box img {
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  max-width: 100%;
  height: auto;
  margin-bottom: 28px; }

.content-box p {
  padding-bottom: 28px; }

.content-box h1 {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 300; }

.content-box h2, .content-box h3 {
  font-size: 28px;
  padding-bottom: 20px;
  font-weight: 300; }

.content-box h4 {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px; }

.content-box h5, .content-box h6 {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 300; }

.content-box ul {
  list-style: none;
  padding-bottom: 28px; }

.content-box ul li {
  position: relative; }

.content-box ul li + li {
  margin-top: 15px; }

.content-box ul li:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #033379;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.content-box ol {
  padding-left: 20px;
  padding-bottom: 28px; }

.content-box ol li {
  padding-left: 20px;
  position: relative; }

.content-box ol li + li {
  margin-top: 15px; }

.content-box a {
  color: #033379;
  text-decoration: underline; }

.content-box a:hover {
  color: #d92031; }

/*content-box*/
/*content-page*/
.content-page-box {
  margin-bottom: 50px; }

.content-page-img {
  width: 100%;
  max-width: 36%;
  float: left;
  margin: 0 20px 15px 0;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden; }

.content-page-img img {
  width: 100%; }

/*content-page*/
/*animation*/
@-webkit-keyframes anim-shadow {
  to {
    -webkit-box-shadow: 0 0 10px 10px;
    box-shadow: 0 0 10px 10px;
    opacity: 0; } }
@keyframes anim-shadow {
  to {
    -webkit-box-shadow: 0 0 10px 10px;
    box-shadow: 0 0 10px 10px;
    opacity: 0; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

/*animation*/
/*Footer*/
.footer-top .to-top-btn {
  position: absolute;
  right: 0;
  top: -35px;
  width: 240px;
  text-align: center; }

.footer-top .to-top-btn a {
  color: #033379;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 85px;
  display: block;
  position: relative; }

.footer-top .to-top-btn a:before {
  content: '';
  background: url(../images/svg/big-arrow.svg) no-repeat center;
  width: 90px;
  height: 12px;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.footer-top .to-top-btn a:hover:before {
  -webkit-transform: rotate(-90deg) translateX(8px);
  -ms-transform: rotate(-90deg) translateX(8px);
  transform: rotate(-90deg) translateX(8px); }

.footer-top-box {
  margin-top: 45px;
  background: #f2f5f9;
  -webkit-box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  box-shadow: 0 3px 4px 0 rgba(8, 75, 161, 0.18);
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  padding: 40px 0; }

.city-hidden-info {
  display: none; }

.info-footer-bottom {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px; }

.converter-box {
  padding: 35px 40px 30px;
  border: 2px solid #033379;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
  background: #fff;
  position: absolute;
  top: -75px;
  left: 15px;
  right: 15px;
  z-index: 1; }

.converter-box .converter-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px; }

.row.no-pad {
  margin: 0; }

.row.no-pad .col-no-pad {
  padding: 0; }

.converter-select {
  background: #eef5fb;
  margin-bottom: 20px; }

.converter-select .custom-select-button {
  height: 42px;
  line-height: 42px;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

.converter-select .custom-select-button:after {
  background: url(../images/svg/caret-blue.svg) no-repeat center;
  right: 15px; }

.converter-select .custom-select-button span {
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.converter-select .custom-select-ul {
  max-height: 169px;
  overflow: auto; }

.converter-select .custom-select-ul li {
  padding: 7px 10px 7px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

.converter-input {
  margin-bottom: 20px; }

.converter-input input {
  width: 98%;
  background: #eef5fb;
  border: none;
  padding: 0 10px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #eef5fb;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }

.converter-input input:focus {
  border-bottom: 2px solid #033379; }

.footer-bottom {
  padding: 40px 0 75px; }

.footer-bottom .to-top-btn {
  text-align: right;
  margin-top: 155px; }

.footer-bottom .to-top-btn a {
  color: #033379;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block; }

.to-top-btn-wrap {
  display: none !important; }

.footer-logo {
  margin-bottom: 50px;
  max-width: 282px; }

.footer-logo img {
  width: 100%; }

.footer-icons {
  padding-left: 90px; }

.footer-icons img {
  margin: 0 3px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer-icons img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.footer-r-t {
  margin-top: 28px;
  color: #999;
  font-size: 18px;
  margin-bottom: 75px; }

.copyright {
  font-size: 16px;
  color: #999; }

.footer-mid {
  padding: 60px 0 15px; }

/*Footer*/
.mob-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 51, 121, 0.77);
  z-index: 500;
  display: none; }

.project-slider {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 30px; }

.project-slider .owl-stage-outer {
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  border: 10px solid #eef2f3; }

.project-slider.owl-carousel .owl-nav .owl-next {
  right: -15px; }

.project-slider.owl-carousel .owl-nav .owl-prev {
  left: -15px; }

.print-header {
  display: none;
  margin-bottom: 30px; }

.print-header .print-header-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px; }

.pswp__bg {
  opacity: 0.5 !important; }

.photoswipe-opened .wrapper,
.photoswipe-opened .main-header,
.photoswipe-opened .main-footer,
.photoswipe-opened > .container {
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background: #033379;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1; }

.pswp__button--arrow--right:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/svg/caret-white.svg) no-repeat center;
  width: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.pswp__button--arrow--right:hover {
  background: #d92031; }

.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background: #033379;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1; }

.pswp__button--arrow--left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/svg/caret-white.svg) no-repeat center;
  width: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.pswp__button--arrow--left:hover {
  background: #d92031; }

.content-box .single-gallery-img img {
  margin-bottom: 0; }

.main-slider .slider-item .main-slider-text {
  text-shadow: 1px 1px 1px #ffffff; }

.contacts-tab-header ul li {
  font-size: 0;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.contacts-tab-header ul li.active {
  border: 2px solid #033379; }

.contacts-tab-header ul li a {
  font-size: 18px;
  border: none !important; }

.contacts-tab-header ul li a:first-child {
  padding: 7px 10px 7px 20px; }

.contacts-tab-header ul li a.print-menu-link {
  padding: 7px 20px 7px 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform; }

.contacts-tab-header ul li a.print-menu-link img {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.contacts-tab-header ul li a.print-menu-link:hover img {
  -webkit-transform: scale(1.3) rotate(12deg) translate3d(0, 0, 0);
  transform: scale(1.3) rotate(12deg) translate3d(0, 0, 0); }

.pswp__caption__center {
  text-align: center;
  color: #fff;
  padding: 12px 10px; }

.pswp__img {
  border: 5px solid #eef2f3;
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px; }

@media screen and (min-width: 1280px) {
  .col-lg-1, .col-lg-10, .col-lg-11,
  .col-lg-12, .col-lg-2, .col-lg-3,
  .col-lg-4, .col-lg-5, .col-lg-6,
  .col-lg-7, .col-lg-8, .col-lg-9 {
    display: inline-block;
    vertical-align: top; } }

@media screen and (min-width: 1000px) {
  .col-md-1, .col-md-10, .col-md-11,
  .col-md-12, .col-md-2, .col-md-3,
  .col-md-4, .col-md-5, .col-md-6,
  .col-md-7, .col-md-8, .col-md-9 {
    display: inline-block;
    vertical-align: top; }
  .main-menu > ul > li .sub-menu {
    display: none !important; }
  .main-menu > ul > li .sub-menu ul li a:hover {
    color: #d92031; }
  .main-menu > ul > li .sub-menu ul li a:hover .svg-span svg {
    fill: #d92031; }
  .main-menu > ul > li.sub-menu-li > a > svg {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important; }
  .main-menu > ul > li:hover > a {
    color: #d92031; }
  .main-menu > ul > li:hover > a:after {
    width: 114%; }
  .main-menu > ul > li.open-li .sub-menu {
    display: block !important; }
  .main-menu > ul > li.open-li > a {
    color: #d92031; }
  .main-menu > ul > li.open-li > a:after {
    width: 114%; }
  .main-menu > ul > li.open-li > a > svg {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; }
  .mob-menu-overlay {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11,
  .col-sm-12, .col-sm-2, .col-sm-3,
  .col-sm-4, .col-sm-5, .col-sm-6,
  .col-sm-7, .col-sm-8, .col-sm-9 {
    display: inline-block;
    vertical-align: top; } }

@media screen and (min-width: 200px) {
  .col-xs-1, .col-xs-10, .col-xs-11,
  .col-xs-12, .col-xs-2, .col-xs-3,
  .col-xs-4, .col-xs-5, .col-xs-6,
  .col-xs-7, .col-xs-8, .col-xs-9 {
    display: inline-block;
    vertical-align: top; } }

@media screen and (max-width: 1800px) {
  .main-slider-wrapper {
    padding: 0 15px;
    margin: 0 -15px; } }

@media screen and (max-width: 1750px) {
  .footer-top .to-top-btn {
    display: none; }
  .to-top-btn-wrap {
    display: inline-block !important; } }

@media screen and (max-width: 1430px) {
  .main-category-box {
    width: 50%; }
  .main-category-box:hover .cat-img:after {
    -webkit-transform: scale(22);
    -ms-transform: scale(22);
    transform: scale(22); }
  .main-slider .main-slider-text {
    padding: 80px 90px; } }

@media screen and (max-width: 1279px) {
  .container, .container-fluid {
    padding: 0 20px; }
  .over-container {
    max-width: 960px; }
  .main-menu > ul > li + li {
    margin-left: 20px; }
  .main-menu > ul > li > a {
    font-size: 14px; }
  .download-catalog a {
    font-size: 14px; }
  .lang-box {
    font-size: 14px;
    margin-left: 20px; }
  .title .h3 {
    font-size: 32px; }
  .title.page-title .h3 {
    font-size: 36px; }
  .main-about-text {
    font-size: 16px;
    line-height: 24px;
    width: 518px;
    padding: 25px; }
  .main-about-img {
    margin-top: 45px; }
  .contact-title {
    margin: 0 0 15px;
    text-align: center; }
  .contact-title .h3 {
    font-size: 32px; }
  .contact-title:after {
    display: none; }
  .gray-text {
    text-align: center;
    margin-bottom: 40px; }
  .gray-text p {
    margin: 0;
    display: inline; }
  .contact-form {
    margin-left: 0; }
  .footer-top-box > .container {
    width: 960px; }
  .converter-box {
    max-width: 292px;
    right: 0;
    left: initial; }
  .info-footer-bottom {
    font-size: 28px; }
  .footer-icons {
    padding-left: 0; }
  .footer-r-t {
    margin-top: 13px;
    margin-bottom: 55px; }
  .footer-bottom {
    padding: 40px 0 60px; }
  .footer-bottom .to-top-btn {
    margin-top: 125px; }
  .main-menu > ul > li.sub-menu-li > a {
    padding-right: 20px; }
  .main-menu > ul > li.sub-menu-li > a > svg {
    right: 3px; }
  .about-advantages {
    padding: 25px; }
  .about-advantages .advantage {
    padding-right: 60px; }
  .about-advantages .advantage:after {
    right: 15px; }
  .about-advantages .advantage:last-child {
    max-width: 132px; }
  .sidebar-cat-menu > ul > li > a {
    padding: 10px 25px 10px 13px; }
  .sidebar-cat-menu > ul > li .cat-sub-menu {
    width: 660px;
    padding: 20px; }
  .single-product-img {
    width: 100%;
    margin-right: 0;
    float: none; }
  .map-address {
    -webkit-transform: translateX(-468px);
    -ms-transform: translateX(-468px);
    transform: translateX(-468px); }
  .main-category-box:hover .cat-img:after {
    -webkit-transform: scale(16);
    -ms-transform: scale(16);
    transform: scale(16); }
  .main-slider-wrapper {
    padding: 0 20px;
    margin: 0 -20px; }
  .home-news .col-lg-4.col-md-6.col-sm-4.col-xs-6:last-child {
    display: none !important; } }

@media screen and (max-width: 999px) {
  .header-top .col-xs-12 {
    background: #fff; }
  .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 336px;
    background: #fff;
    z-index: -1;
    padding: 10px 20px;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow: auto;
    max-height: -webkit-calc( 100vh - 60px);
    max-height: calc( 100vh - 60px);
    visibility: hidden; }
  .main-menu > ul > li {
    display: list-item;
    border-bottom: 1px solid #eef2f3; }
  .main-menu > ul > li + li {
    margin-left: 0; }
  .main-menu > ul > li.sub-menu-li > a > svg {
    right: 0; }
  .main-menu > ul > li .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0 0 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none; }
  .main-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .main-menu.visible-menu {
    visibility: visible; }
  .mob-menu-btn {
    display: block; }
  .logo {
    max-width: 162px; }
  .info-top {
    font-size: 14px; }
  .info-top .custom-select-button span {
    max-width: 150px; }
  .info-bottom {
    font-size: 18px; }
  .info-bottom a {
    padding-left: 0; }
  .info-bottom a:before {
    display: none; }
  .header-bottom {
    padding: 15px 0 18px; }
  .main-slider {
    margin-top: 5px; }
  .over-container {
    max-width: 728px; }
  .footer-top-box > .container {
    width: 728px; }
  .main-about-text {
    width: auto;
    margin-left: 0;
    border: none; }
  .title {
    text-align: center; }
  .title.page-title {
    text-align: left; }
  .title-head .title {
    display: block; }
  .title-head .right-btn {
    display: none; }
  .news-box, .special-box {
    margin-bottom: 35px; }
  .converter-box {
    position: static;
    max-width: initial; }
  .converter-form:after {
    content: '';
    display: block;
    clear: both; }
  .converter-form .row {
    width: 32%;
    float: left;
    margin-right: 2%; }
  .converter-form .row:last-child {
    margin-right: 0; }
  .footer-bottom {
    text-align: center; }
  .footer-logo {
    display: inline-block;
    max-width: 235px;
    margin-bottom: 20px; }
  .footer-r-t {
    margin-bottom: 25px; }
  .footer-bottom .to-top-btn {
    margin-top: 25px; }
  .title .h3 {
    font-size: 28px; }
  .news-menu ul li a {
    font-size: 17px; }
  .all-news .special-box .special-img .sticker {
    font-size: 10px;
    padding: 6px 18px; }
  .all-news .special-box .special-img .sticker .discount-span {
    font-size: 14px; }
  .all-news .special-box .special-img .sticker .sticker-date {
    font-size: 12px; }
  .all-news .special-box .special-img .sticker.sticker-2, .all-news .special-box .special-img .sticker.sticker-3 {
    padding: 8px 18px; }
  .site-pagination {
    padding: 0 120px; }
  .site-pagination .next-page, .site-pagination .prev-page {
    font-size: 0; }
  .description-page {
    font-size: 16px; }
  .partners-box .partner-description {
    padding: 25px; }
  .certificate .certificate-img {
    padding: 20px; }
  .certificate .certificate-name {
    font-size: 18px; }
  .content-box ul li:before {
    left: 0;
    width: 25px; }
  .history-wrap .history-box-wrap .history-box:after {
    display: none; }
  .history-wrap .history-box-wrap:nth-child(1) .history-box:before {
    display: none; }
  .history-wrap .history-box-wrap:nth-child(even) .history-box:before {
    left: 0; }
  .content-box, .history-text {
    font-size: 16px;
    line-height: 1.5; }
  .title.print-title .print-btn {
    width: 50px; }
  .title.print-title .h3 {
    max-width: -webkit-calc( 100% - 55px);
    max-width: calc( 100% - 55px); }
  .category-description {
    margin-bottom: 70px; }
  .text-viewport {
    font-size: 16px;
    line-height: 24px; }
  .banner-description .text-viewport {
    height: 48px; }
  .category-description .text-viewport {
    height: 168px; }
  .mobile-sidebar .license-slider .licence-item {
    text-align: center; }
  .mobile-sidebar .license-slider img {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important; }
  .footer-top-box {
    margin-top: 0; }
  .map-address {
    -webkit-transform: translateX(-354px);
    -ms-transform: translateX(-354px);
    transform: translateX(-354px); }
  .how-find-us {
    text-align: center; }
  .main-slider .main-slider-title .h2 {
    font-size: 36px; }
  .banner-image {
    height: 120px;
    background-position: 50% 50% !important;
    background-size: cover !important; }
  .banner-image-bg, .main-menu > ul > li > a:after {
    display: none !important; }
  .main-menu > ul > li.active a {
    color: #d92031; }
  .content-box p {
    padding-bottom: 24px; }
  .home-news .col-lg-4.col-md-6.col-sm-4.col-xs-6:last-child {
    display: inline-block !important; } }

@media screen and (max-width: 767px) {
  .header-btn-holder {
    margin-bottom: 19px;
    width: 100%; }
  .header-btn-holder .site-btn {
    width: 100%; }
  .header-b-r {
    display: block; }
  .header-b-r .logo {
    width: 49%;
    max-width: inherit;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
  .header-b-r .logo a {
    max-width: 162px; }
  .header-info {
    width: 49%;
    margin-bottom: 18px; }
  .header-bottom {
    padding-bottom: 0; }
  .search-box input.search-input {
    font-size: 16px;
    padding-right: 80px; }
  .search-box .search-submit {
    width: 80px; }
  .main-category-box {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    line-height: 60px; }
  .about-btn {
    text-align: center;
    margin-bottom: 45px; }
  .license-slider .licence-item {
    text-align: center; }
  .license-slider img {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important; }
  .file-input {
    text-align: center;
    margin-bottom: 20px; }
  .submit-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    padding-right: 0; }
  .submit-holder .site-btn {
    width: 100%; }
  .contact-form {
    padding: 30px; }
  .footer-top-box {
    text-align: center; }
  .footer-top-box .info-top .custom-select-button {
    padding-right: 0; }
  .footer-top-box .header-info {
    width: 100%; }
  .footer-top-box .info-top {
    font-size: 18px; }
  .converter-form .row {
    float: none;
    width: 100%;
    margin-right: 0; }
  .over-container, .footer-top-box > .container {
    width: 100%; }
  .search-box label span {
    font-size: 16px; }
  .site-pagination {
    padding: 0; }
  .site-pagination .next-page, .site-pagination .prev-page {
    display: none; }
  .description-page {
    padding: 20px; }
  .description-page img {
    margin: 0 20px 8px 0; }
  .about-advantages .advantage {
    padding: 10px 0;
    width: 49%; }
  .about-advantages .advantage:after {
    display: none; }
  .page-404 {
    background: #fff; }
  .map-address {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    min-height: inherit;
    width: 100%;
    margin-bottom: 20px; }
  .map-container {
    margin: 0 -20px;
    height: 300px;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .main-category-box:hover .cat-img:after {
    -webkit-transform: scale(24);
    -ms-transform: scale(24);
    transform: scale(24); }
  .main-slider .main-slider-text {
    padding: 35px 90px; }
  .main-slider .main-slider-text p {
    display: none; }
  .main-slider .main-slider-title .h2 {
    font-size: 32px; }
  .main-slider .slider-item {
    min-height: 242px; }
  .banner-image {
    height: 73px; }
  .content-page-img {
    max-width: 100%;
    text-align: center;
    margin: 0 0 25px; }
  .content-page-img img {
    width: auto;
    max-width: 100%; }
  .search-box .dropdown-search-box .dropdown-style-1 ul li a {
    padding: 4px 15px 4px 15px;
    font-size: 16px; }
  .search-box .dropdown-search-box .dropdown-style-2 .dropdown-center-text {
    padding: 0 15px;
    font-size: 16px; }
  .home-news .col-lg-4.col-md-6.col-sm-4.col-xs-6:last-child {
    display: none !important; }
  .single-gallery-title {
    display: none; } }

@media screen and (max-width: 479px) {
  .header-b-r .logo {
    padding-right: 5px; }
  .header-b-r .header-info {
    padding-right: 5px; }
  .search-box label span {
    display: none; }
  .main-category-box .category-name {
    font-size: 16px; }
  .home-news .col-lg-4 {
    width: 100% !important; }
  .home-news .col-lg-4:nth-child(2) {
    display: none !important; }
  .contact-form {
    padding: 15px; }
  .container, .container-fluid {
    padding: 0 15px; }
  .news-menu ul li a {
    font-size: 12px; }
  .all-news .col-xs-6 {
    width: 100% !important; }
  .site-pagination ul li {
    margin: 0 3px; }
  .description-page {
    text-align: center; }
  .description-page img {
    margin: 0 auto 10px;
    float: none; }
  .certificate .certificate-img {
    padding: 10px; }
  .about-advantages .advantage {
    width: 100%; }
  .products .col-xs-6, .contact-boxes .col-xs-6 {
    width: 100% !important; }
  .print-title .h3 {
    font-size: 28px !important; }
  .map-container {
    margin: 0 -10px; }
  .main-category-box:hover .cat-img:after {
    -webkit-transform: scale(14);
    -ms-transform: scale(14);
    transform: scale(14); }
  .main-slider .main-slider-title .h2 {
    font-size: 26px; }
  .main-slider-wrapper .main-slider-controls .owl-prev,
  .main-slider-wrapper .main-slider-controls .owl-next {
    width: 40px;
    height: 40px;
    border-width: 3px; }
  .main-slider-wrapper {
    padding: 0 15px;
    margin: 0 -15px; }
  .main-slider .main-slider-text {
    padding: 35px; }
  .main-slider .slider-item {
    min-height: 160px; }
  .modal-body {
    padding: 20px 15px; }
  .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .modal-content .close {
    top: 20px;
    right: 15px; } }

@media screen and (max-width: 359px) {
  .header-b-r {
    text-align: center; }
  .header-b-r .logo {
    width: 100%; }
  .header-b-r .logo a {
    display: inline-block;
    width: 100%; }
  .header-b-r .header-info {
    width: 100%; }
  .header-b-r .header-info .info-top .custom-select-button {
    padding-right: 0; } }

/*# sourceMappingURL=maps/style.css.map */
