/* ============================================================================
   Base
============================================================================ */
html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
}

/* Blocks
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.container {
  position: relative;
}
@media (max-width: 991px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.container > .inner:after {
  content: '';
  display: table;
  clear: both;
}

.container-fluid {
  position: relative;
}

.container-main {
  position: relative;
}

/* Links
--------------------------------------------------------- */
a {
  color: #000000;
  cursor: pointer;
  transition: all .35s ease;
}
a:hover {
  color: #000000;
}

/* Text level semantics
--------------------------------------------------------- */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000000;
}

ul,
ol {
  list-style: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline-style: none;
}

input,
button,
textarea {
  outline-style: none;
}

button,
input[type="submit"] {
  transition: all .35s ease;
}

p,
li {
  line-height: 24px;
}

/* Tables
--------------------------------------------------------- */
table {
  width: 100%;
}
table th {
  font-weight: normal;
}
table td {
  vertical-align: middle;
}

/* Forms
--------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select,
button,
textarea {
  border: none;
  border-radius: 0;
  outline-style: none;
}

textarea {
  resize: none;
}

label,
select,
input[type="radio"],
input[type="submit"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="submit"] {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button {
  padding: 0;
  background: none;
  transition: all .35s ease;
}

/* ============================================================================
   Layout
============================================================================ */
#page {
  position: relative;
}

.popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 427px;
  padding: 12px 30px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
  .popup {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 427px;
    position: relative;
  }
}
.popup h3 {
  position: relative;
  font-size: 24px;
  padding: 12px 0;
}
@media (max-width: 479px) {
  .popup h3 {
    font-size: 18px;
  }
}
.popup .logos {
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 479px) {
  .popup .logos .col-xs-6 {
    width: 100%;
  }
}
.popup .logos a {
  display: block;
}
.popup .logos img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 479px) {
  .popup .logos img {
    width: auto;
  }
}
.popup .col-sm-6 > a:last-child > img {
  margin-bottom: 0;
}
.popup .close {
  position: absolute;
  right: 22px;
  top: 25px;
  z-index: 9;
  font-size: 15px;
  opacity: 1;
  color: #231f20;
  font-size: 22px;
}
@media (max-width: 479px) {
  .popup .close {
    right: 10px;
  }
}
.popup .close:hover {
  color: #ed1b2e;
}

/* Topbar
--------------------------------------------------------- */
.topbar {
  position: relative;
  font-size: 12px;
  text-align: right;
  background-color: #000000;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .topbar .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.topbar nav:after {
  content: '';
  display: table;
  clear: both;
}
.topbar ul {
  float: right;
  display: inline;
  padding: 8px 0;
}
.topbar ul:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .topbar ul {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.topbar ul > li {
  float: left;
  display: inlne;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .topbar ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .topbar ul > li:nth-child(1) {
    border-right: 1px solid #231f20;
    width:20%;
  }
  .topbar ul > li:nth-child(1) > a {
    line-height: 40px;
  }
  .topbar ul > li:nth-child(2) > a {
    line-height: 40px;
  }
   .topbar ul>li:nth-child(2){
      width:50%;
   }
  .topbar ul > li:nth-child(3) {
    width:30%;
    width: 100px;
    padding: 0;
  }
  .topbar ul > li:nth-child(3) > a {
    line-height: 40px;
    padding: 0 15px;
    font-size: 20px;
  }
  .topbar ul > li:nth-child(4) {
    width: 50%;
    padding: 0;
  }
  .topbar ul > li:nth-child(4) > a {
    line-height: 40px;
    background-color: #3b5998;
  }
  .topbar ul > li:nth-child(4) > a:after {
    display: none;
  }
  .topbar ul>li:nth-child(5) {
    width: 50%;
    line-height: 40px;
    background-color: #ed1b2e;
  }
}
@media (max-width: 356px) {
  .topbar ul>li:nth-child(1),
  .topbar ul>li:nth-child(2),
  .topbar ul>li:nth-child(3),
  .topbar ul>li:nth-child(4),
  .topbar ul>li:nth-child(5){
    width:100%;
  }
}
.topbar ul > li:last-child {
  padding-right: 0;
}
.topbar ul > li > a {
  display: block;
  color: #ffffff;
}
.topbar ul > li > a:hover {
  color: #ed1b2e;
}
.topbar i {
  margin: 0 10px;
}
@media (max-width: 479px) {
  .topbar i {
    margin: 0 5px;
  }
}
.topbar .login {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 479px) {
  .topbar .login {
    padding-right: 15px;
  }
}
.topbar .login:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ed1b2e;
}
.topbar .button {
  float: right;
  display: inline;
  margin-left: 15px;
  height: 100%;
  padding: 0 25px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  background-color: #00aeef;
}
@media (max-width: 767px) {
  .topbar .button {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
  }
}
.topbar .button:hover {
  background-color: #ed1b2e;
}

/* Header
--------------------------------------------------------- */
.header {
  position: relative;
  z-index: 1;
  padding: 27px 0;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Brand
----------------------------- */
.brand {
  float: left;
  display: inline;
}
@media (max-width: 991px) {
  .brand {
    float: none;
    display: block;
  }
}

/* Navigation
----------------------------- */
.nav {
  float: right;
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .nav {
    display: none;
    float: none;
    width: 100%;
    font-size: 16px;
  }
}
.nav > ul {
  padding-top: 64px;
}
.nav > ul:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .nav > ul {
    padding-top: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > ul {
    padding-top: 53px;
  }
}
.nav > ul > li {
  float: left;
  display: inline;
  margin-left: 30px;
  line-height: 12px;
}
@media (max-width: 991px) {
  .nav > ul > li {
    float: none;
    display: block;
    margin-left: 0;
    line-height: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > ul > li {
    margin-left: 0;
  }
}
.nav > ul > li > a {
  display: block;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .nav > ul > li > a {
    padding: 15px 0;
    text-transform: uppercase;
  }
}
.nav > ul > li > a:hover {
  color: #00aeef;
}
.nav > ul > li:last-child > a {
  padding-right: 0;
}

/* Nav toggle
----------------------------- */
.nav-toggle {
  width: 43px;
  height: 34px;
  position: absolute;
  right: 11px;
  top: 8px;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle .switch {
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 34px;
  cursor: pointer;
  transition: all .35s ease;
}
.nav-toggle .switch > span {
  position: absolute;
  left: 10px;
  display: block;
  width: 23px;
  height: 2px;
  background-color: #717880;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.nav-toggle .switch > span:nth-child(1) {
  top: 10px;
}
.nav-toggle .switch > span:nth-child(2), .nav-toggle .switch > span:nth-child(3) {
  top: 16px;
}
.nav-toggle .switch > span:nth-child(4) {
  top: 22px;
}
.nav-toggle .switch.open {
  border-radius: 5px;
  background-color: #dddddd;
}
.nav-toggle .switch.open > span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.nav-toggle .switch.open > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle .switch.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle .switch.open > span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* Banner
--------------------------------------------------------- */
.banner .swiper-slide {
  padding: 125px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner .swiper-slide {
    padding: 65px 0;
  }
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 36px;
  margin-top: -18px;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .swiper-button-prev.swiper-button-disabled,
.banner .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 15px;
  right: auto;
}
.banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 15px;
  left: auto;
}
.banner .container {
  padding: 0 30px;
}
@media (max-width: 479px) {
  .banner .container {
    padding: 0 15px;
  }
}
.banner .box {
  max-width: 830px;
  margin: 0 auto;
  text-transform: uppercase;
}
.banner .box:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .banner .box {
    max-width: 280px;
  }
}
.banner .info {
  float: left;
  display: inline;
  width: 587px;
  padding: 2px 45px;
  background-color: rgba(0, 174, 239, 0.5);
}
.banner .info:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .banner .info {
    width: 100%;
    float: none;
    display: block;
    padding: 20px;
  }
}
.banner .info h2 {
  float: left;
  display: inline;
  color: #ffffff;
  padding: 25px 0;
  font-size: 42px;
  font-weight: 400;
  font-family: "VeneerClean-Soft", sans-serif;
}
@media (max-width: 991px) {
  .banner .info h2 {
    padding: 0;
    float: none;
    width: 100%;
    display: block;
    font-size: 38px;
    margin-bottom: 22px;
  }
}
.banner .info img {
  float: right;
  display: inline;
}
@media (max-width: 991px) {
  .banner .info img {
    float: none;
    display: block;
    max-width: 140px;
    margin: 0 auto;
  }
}
.banner .more {
  position: relative;
  float: left;
  display: inline;
  width: 243px;
  height: 100px;
  font-size: 35px;
  font-weight: 400;
  font-family: "VeneerClean-Soft", sans-serif;
  text-transform: uppercase;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .banner .more {
    float: none;
    display: block;
    width: 100%;
    height: 130px;
  }
}
.banner .more a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  color: #231f20;
  text-align: center;
  background-image: url(../images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
@media (max-width: 991px) {
  .banner .more a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    text-align: left;
    background-position: 20px 85%;
  }
}
.banner .more a:hover {
  color: #ed1b2e;
}

/* Home
--------------------------------------------------------- */
.home {
  padding: 27px 0 45px;
}

/* Offers boxes
----------------------------- */
.offers h3 {
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  padding: 10px 18px;
  background-color: #00aeef;
}
.offers .list {
  background-color: #99dff9;
}
@media (min-width: 768px) {
  .offers .list {
    min-height: 476px;
  }
}
.offers .item {
  position: relative;
  padding: 23px 78px 22px 18px;
  border-bottom: 1px solid #00aeef;
}
.offers .item h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.offers .item h4 a {
  color: #ffffff;
}
.offers .item table {
  width: 100%;
}
.offers .item table td {
  line-height: 16px;
  padding: 4px 0;
}
.offers .item table td.lab {
  width: 125px;
}
.offers .item .add {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
  border-radius: 100%;
}
.offers .item .add:hover {
  background-color: #00aeef;
}

/* Register box
----------------------------- */
.register > img {
  display: block;
  width: 100%;
}
.register h3 {
  font-size: 24px;
  line-height: 34px;
  padding: 25px 20px 0;
}
.register .link {
  padding-left: 20px;
}

/* Newsletter box
----------------------------- */
.newsletter {
  padding: 13px 18px 22px;
  background-color: #ed1b2e;
}
.newsletter h3 {
  padding: 9px 0 0;
  font-size: 33px;
  color: #ffffff;
  background-image: url(../images/newsletter-ico.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.newsletter p {
  padding: 13px 0;
}
.newsletter form:after {
  content: '';
  display: table;
  clear: both;
}
.newsletter input[type="text"] {
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 0 14px;
  margin-bottom: 12px;
}
.newsletter input[type="submit"] {
  display: inline;
  width: 50%;
  max-width: 145px;
  height: 40px;
  padding: 0 0 0 40px;
  line-height: 40px;
  background-color: #ffffff;
  background-image: url(../images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
.newsletter input[type="submit"]:nth-child(1) {
  float: left;
}
.newsletter input[type="submit"]:nth-child(2) {
  float: right;
}
.newsletter input[type="submit"]:hover {
  color: #ed1b2e;
}

.registerbox {
  padding: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ed1b2e;
  background-image: url(../images/register-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.registerbox h3 {
  font-size: 43px;
  line-height: 34px;
  padding: 25px 20px;
  font-weight: 400;
}
.registerbox p {
  font-weight: 400;
}
.registerbox form {
  padding-top: 99px;
}
@media (max-width: 991px) {
  .registerbox form {
    padding-top: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .registerbox form {
    padding-top: 75px;
  }
}
.registerbox a,
.registerbox input[type="submit"],
.registerbox button[type="submit"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px 0 40px;
  line-height: 40px;
  color: #231f20;
  text-align: right;
  background-color: #ffffff;
  background-image: url(../images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.registerbox a:hover,
.registerbox input[type="submit"]:hover,
.registerbox button[type="submit"]:hover {
  color: #ed1b2e;
}

.newsletterbox {
  padding: 13px 18px 22px;
  background-color: #00aeef;
  background-image: url(../images/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.newsletterbox h3 {
  padding: 9px 0 0;
  font-size: 43px;
  color: #ffffff;
  font-weight: 400;
}
.newsletterbox p {
  padding: 14px 0;
  color: #ffffff;
  font-weight: 400;
}
.newsletterbox form:after {
  content: '';
  display: table;
  clear: both;
}
.newsletterbox input[type="text"] {
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 0 14px;
  margin-bottom: 12px;
}
.newsletterbox input[type="submit"] {
  display: inline;
  width: 50%;
  max-width: 145px;
  height: 40px;
  padding: 0 0 0 40px;
  line-height: 40px;
  background-color: #ffffff;
  background-image: url(../images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
.newsletterbox input[type="submit"]:nth-child(1) {
  float: left;
}
.newsletterbox input[type="submit"]:nth-child(2) {
  float: right;
}
.newsletterbox input[type="submit"]:hover {
  color: #ed1b2e;
}

/* Sliders
--------------------------------------------------------- */
@media (max-width: 991px) {
  .partners-mobile-spacer {
    border-top: 20px solid #ffffff;
    padding-top: 28px;
  }
}

.sliders {
  min-height: 400px;
  padding-bottom: 15px;
  background-color: #edf0f3;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .sliders {
    padding-bottom: 0;
  }
  .sliders .col-md-8 h3 {
    padding-top: 12px;
  }
}
.sliders h3 {
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  padding: 40px 0;
}
.sliders .slider {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  background-color: #ffffff;
}
.sliders .slider.certificates img {
  border: 1px solid #edf0f3;
}
.sliders .partners {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  min-height: 279px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sliders .partners {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sliders .partners img {
  position: absolute;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .sliders .partners img {
    position: relative;
    display: block;
    margin: 0 auto 18px;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  .sliders .partners img:last-child {
    margin-bottom: 0;
  }
}
.sliders .partners img.left-top {
  left: 15px;
  top: 15px;
}
.sliders .partners img.right-top {
  right: 15px;
  top: 15px;
}
.sliders .partners img.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sliders .partners img.right-bottom {
  right: 15px;
  bottom: 15px;
}
.sliders .partners img.left-bottom {
  left: 15px;
  bottom: 15px;
}

.back {
  padding: 25px 0;
  line-height: 21px;
  font-size: 0;
  line-height: 0;
  word-wrap: none;
}
.back.center {
  text-align: center;
}
.back > a {
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
}
.back > a:after {
  content: '';
  display: table;
  clear: both;
}
.back > a > img {
  float: right;
  display: inline;
  margin-left: 15px;
}
.back > a > span {
  float: left;
  display: inline;
}
.back > a:hover {
  color: #ed1b2e;
}

.link {
  padding: 25px 0;
  line-height: 21px;
  font-size: 0;
  line-height: 0;
  word-wrap: none;
}
.link.center {
  text-align: center;
}
.link > a {
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
}
.link > a:after {
  content: '';
  display: table;
  clear: both;
}
.link > a > img {
  float: left;
  display: inline;
  margin-right: 15px;
}
.link > a > span {
  float: left;
  display: inline;
}
.link > a:hover {
  color: #ed1b2e;
}

/* Supages
--------------------------------------------------------- */
.content {
  min-height: 1000px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.content h1 { /*bylo h2*/
  color: #717880;
  font-size: 42px;
  line-height: 54px;
  text-transform: uppercase;
  font-family: "VeneerClean-Soft", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf0f3;
}

.content .date {
  display: block;
}
.content.offer2 h2 {
  text-align: center;
  color: #00aeef;
}
.content.offer2 .date {
  text-align: center;
}
.content .offer-info {
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #edf0f3;
}
.content .offer-info img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content .offer-info img {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .offer-info img {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .content .offer-info .col-sm-3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .offer-info .col-sm-3 {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .content .offer-info .col-sm-3:last-child {
    margin-bottom: 0;
  }
}
.content .textpage {
  margin-top: -15px;
}
.content .textpage .row {
  padding-left: -30px;
  padding-right: -30px;
}
.content .textpage p {
  padding: 15px 0;
}
.content .textpage hr {
  display: block;
  line-height: 0;
  font-size: 0;
  margin: 15px 0;
  background-color: #edf0f3;
}
.content .textpage h3 {
  padding: 15px 0;
  font-size: 32px;
  color: #00aeef;
}
.content .textpage img.full-width {
  display: block;
  width: 100%;
}
.content .textpage ul {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .content .textpage ul {
    text-align: left;
  }
}
.content .textpage ul li {
  position: relative;
  padding-left: 30px;
}
.content .textpage ul li:after {
  position: absolute;
  left: 0;
  top: 11px;
  content: '';
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 100%;
  background-color: #ed1b2e;
}
.content .textpage form {
  padding: 15px 0;
}
.content .textpage label {
  font-weight: 300;
  margin-bottom: 15px;
}
.content .textpage input[type="text"],
.content .textpage input[type="email"],
.content .textpage textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #edf0f3;
  margin-bottom: 15px;
}
.content .textpage input[type="text"].error,
.content .textpage input[type="email"].error,
.content .textpage textarea.error {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94446;
  font-weight: 400;
}
.content .textpage input[type="text"].ok,
.content .textpage input[type="email"].ok,
.content .textpage textarea.ok {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d;
  font-weight: 400;
}
.content .textpage input[type="text"],
.content .textpage input[type="email"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #edf0f3;
}
.content .textpage textarea {
  height: 100px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 7px;
}
.content .textpage input[type="submit"] {
  padding: 0;
  padding-left: 50px;
  height: 36px;
  padding-right: 50px;
  line-height: 36px;
  background-color: #fff;
  background-image: url(../images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.content .textpage input[type="submit"]:hover {
  padding-left: 58px;
  padding-right: 42px;
  background-color: #ed1b2e;
  color: #ffffff;
  background-image: url(../images/arrow-white.png);
  background-position: 10px 8px;
}
.content .company {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #edf0f3;
}
@media (max-width: 1199px) {
  .content .company .address {
    margin-bottom: 27px;
  }
}
.content .company .address h3 {
  font-size: 32px;
  color: #00aeef;
}
.content .company .address p {
  padding: 30px 0 29px;
}
.content .company .address span {
  display: block;
}
.content .company .address span.phone {
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url(../images/phone-ico.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 991px) {
  .content .company .address span.phone {
    background-image: none;
    padding-left: 0;
  }
}
.content .company .address span.mail {
  padding-left: 25px;
  background-image: url(../images/mail-ico.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 991px) {
  .content .company .address span.mail {
    background-image: none;
    padding-left: 0;
  }
}
.content .company .address span.mail a {
  color: #00aeef;
}
.content .company .address span.mail a:hover {
  color: #ed1b2e;
}
.content .maplink {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 10px;
  border: 1px solid #edf0f3;
}
@media (max-width: 1199px) {
  .content .maplink {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 27px;
  }
}
.content .maplink img {
  margin-bottom: 11px;
}
.content .thumb img {
  display: block;
  width: 100%;
}
.content .pag1 {
  padding-top: 45px;
}
.content .pag1:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .content .pag1 {
    padding-top: 0;
  }
}
.content .pag1 .link {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .content .pag1 .link {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.content .pag1 .link > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background-color: #ed1b2e;
}
.content .pag1 .link > a:hover {
  background-color: #00aeef;
}
.content .pag1 ul {
  float: right;
  display: inline;
}
.content .pag1 ul:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .content .pag1 ul {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .content .pag1 ul {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.content .pag1 ul > li {
  float: left;
  display: inline;
  padding-left: 0;
}
@media (max-width: 991px) {
  .content .pag1 ul > li {
    float: none;
    display: inline-block;
  }
}
.content .pag1 ul > li.prev {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .content .pag1 ul > li.prev {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
  }
}
.content .pag1 ul > li.next {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .content .pag1 ul > li.next {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
  }
}
.content .pag1 ul > li:after {
  display: none;
}
.content .pag1 ul > li > a {
  color: #a8a8a8;
  line-height: 51px;
  padding: 0 3px;
}
.content .pag1 ul > li > a:hover {
  color: #231f20;
}
.content .pag1 ul > li > a:after {
  display: none;
}
.content .pag1 ul > li.active > a {
  color: #231f20;
}
.content .pag2 {
  padding-top: 45px;
}
.content .pag2:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .content .pag2 {
    padding-top: 0;
  }
}
.content .pag2 .back {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .content .pag2 .back {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.content .pag2 .back > a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background-color: #a8a8a8;
}
.content .pag2 .back > a:hover {
  background-color: #717880;
}
.content .pag2 .link {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .content .pag2 .link {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.content .pag2 .link > a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background-color: #ed1b2e;
}
.content .pag2 .link > a:hover {
  background-color: #00aeef;
}
.content .pag2 ul {
  float: none;
  display: block;
  clear: both;
  text-align: center;
  padding-top: 50px;
}
.content .pag2 ul:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .content .pag2 ul {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .content .pag2 ul {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.content .pag2 ul > li {
  display: inline-block;
}
@media (max-width: 991px) {
  .content .pag2 ul > li {
    display: none;
  }
}
.content .pag2 ul > li.prev {
  float: left;
  display: inline;
}
@media (max-width: 991px) {
  .content .pag2 ul > li.prev {
    display: inline;
  }
}
.content .pag2 ul > li.prev a {
  color: #ed1b2e;
}
.content .pag2 ul > li.prev img {
  margin-right: 15px;
}
@media (max-width: 479px) {
  .content .pag2 ul > li.prev img {
    width: 25px;
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .content .pag2 ul > li.prev span {
    font-size: 14px;
  }
}
.content .pag2 ul > li.next {
  float: right;
  display: inline;
}
@media (max-width: 991px) {
  .content .pag2 ul > li.next {
    display: inline;
  }
}
.content .pag2 ul > li.next a {
  color: #ed1b2e;
}
.content .pag2 ul > li.next img {
  margin-left: 15px;
}
@media (max-width: 479px) {
  .content .pag2 ul > li.next img {
    width: 25px;
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .content .pag2 ul > li.next span {
    font-size: 14px;
  }
}
.content .pag2 ul > li > a {
  color: #a8a8a8;
  line-height: 51px;
  padding: 0 3px;
}
.content .pag2 ul > li.active > a {
  color: #231f20;
}
.content .offer-row {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border: 4px solid #00aeef;
}
@media (max-width: 1199px) {
  .content .offer-row {
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) {
  .content .offer-row .col-xs-6 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .content .offer-row .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content .offer-row .name {
  display: table-cell;
  width: 250px;
  height: 100%;
  color: #ffffff;
  padding: 15px;
  background-color: #00aeef;
}
@media (max-width: 1199px) {
  .content .offer-row .name {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.content .offer-row h3 {
  display: table;
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .content .offer-row h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.content .offer-row h3 > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .content .offer-row h3 > span {
    text-align: left;
    padding-right: 57px;
  }
}
.content .offer-row .info {
  display: table-cell;
  text-align: center;
  padding: 15px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .content .offer-row .info,
  .content .offer-row .info .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .content .offer-row .info .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .content .offer-row .info {
    display: block;
  }
}
@media (min-width: 1200px) {
  .content .offer-row .info {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .offer-row .info .container-fluid {
  width: 100%;
}
.content .offer-row .info img {
  margin-bottom: 10px;
}
.content .offer-row .add {
  display: table-cell;
  width: 190px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  background-color: #99dff9;
}
@media (max-width: 767px) {
  .content .offer-row .add {
    top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content .offer-row .add {
    top: 5px;
  }
}
@media (max-width: 1199px) {
  .content .offer-row .add {
    position: absolute;
    right: 15px;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}
.content .offer-row .add > a {
  display: inline-block;
  border-radius: 100%;
}
.content .offer-row .add > a:hover {
  background-color: #00aeef;
}
@media (max-width: 1199px) {
  .content .offer-row .add > a:hover {
    background-color: #00658b;
  }
}

.tabs > ul:after {
  content: '';
  display: table;
  clear: both;
}
.tabs > ul > li {
  float: left;
  display: inline;
  width: 12.5%;
}
@media (max-width: 767px) {
  .tabs > ul > li {
    width: 33.3333%;
  }
}
.tabs > ul > li.ui-state-active > a {
  background-color: #00658b;
}
.tabs > ul > li > a {
  display: block;
  padding: 13px 0;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #00aeef;
}
.tabs .tab {
  display: none;
  padding: 15px 0;
}

.branch h3 {
  font-size: 32px;
  color: #00aeef;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .branch h3 {
    text-align: center;
  }
}
.branch table {
  width: 100%;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .branch table {
    display: block;
  }
  .branch table tbody,
  .branch table tr {
    display: block;
    width: 100%;
  }
}
.branch table td {
  width: 33.3333%;
  line-height: 24px !important;
  vertical-align: top;
}
.branch table td:nth-child(1) {
  text-align: left;
}
.branch table td:nth-child(2) {
  text-align: center;
}
.branch table td:nth-child(3) {
  text-align: right;
}
@media (max-width: 767px) {
  .branch table td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center !important;
  }
}
.branch table td strong {
  font-weight: 500;
}
.branch span {
  display: inline-block;
}
.branch span.phone {
  padding-left: 25px;
  background-image: url(../images/phone-ico.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}
@media (max-width: 767px) {
  .branch span.phone {
    background-image: none;
    padding-left: 0;
  }
}
.branch span.mail {
  padding-left: 25px;
  background-image: url(../images/mail-ico.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
@media (max-width: 767px) {
  .branch span.mail {
    background-image: none;
    padding-left: 0;
  }
}
.branch span.mail a {
  color: #00aeef;
}
.branch span.mail a:hover {
  color: #ed1b2e;
}
.branch .image {
  padding: 15px 0;
}
.branch .image img {
  display: block;
  width: 100%;
}
.branch .map {
  padding: 15px 0;
}
.branch iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.sidebar {
  background-color: #edf0f3;
  min-height: 1000px;
  padding: 55px 27px;
}
@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
.sidebar .box {
  margin-bottom: 21px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .sidebar .box {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sidebar .box.advices {
  padding: 21px 18px 0;
  background-color: #00aeef;
}
.sidebar .box.advices h3 {
  color: #ffffff;
  line-height: 30px;
}
.sidebar .box.advices h3 > span {
  color: #231f20;
  display: block;
}
.sidebar .box.advices .link {
  padding-top: 21px;
  padding-bottom: 21px;
}
.sidebar .box.advices .link a {
  color: #ffffff;
}
.sidebar .box.article > img {
  display: block;
  width: 100%;
}
.sidebar .box.article .inner {
  padding: 12px 18px;
}
.sidebar .box.article .inner a {
  color: #231f20;
}
.sidebar .box.article h3 {
  padding: 12px 0;
  font-size: 24px;
  line-height: 34px;
}
.sidebar .box.article p {
  padding: 12px 0;
  font-size: 14px;
  line-height: 24px;
}
.sidebar .box.article p > span {
  display: block;
}
.sidebar .box.article .link {
  padding-top: 21px;
  padding-bottom: 21px;
}
.sidebar .box.article .link a:hover {
  color: #ed1b2e;
}
@media (max-width: 479px) {
  .sidebar .references-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .sidebar .references-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar .references-button .link {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .sidebar .references-button .link > a {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .sidebar .references-button .link > a > img {
    float: none;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sidebar .references-button .link > a > span {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .references-button .link > a > span {
    font-size: 12px;
  }
}
.sidebar .references-button a {
  display: block;
  color: #ffffff;
  background-color: #00aeef;
  padding: 17px 17px;
  text-align: center;
}
.sidebar .references-button a:hover {
  background-color: #ed1b2e;
}
.sidebar .subscription-button .link {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .subscription-button a {
  display: block;
  color: #ffffff;
  background-color: #00aeef;
  padding: 17px 17px;
  text-align: center;
  border-right: 20px solid #00aeef;
  background-image: url(../images/newsletter-ico.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
}
.sidebar .subscription-button a:hover {
  background-color: #ed1b2e;
  border-right-color: #ed1b2e;
}
.sidebar .gallery {
  margin-left: -4px;
  margin-right: -4px;
}
.sidebar .gallery:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .gallery img {
  padding: 3px;
}

/* Footer
--------------------------------------------------------- */
.footer {
  color: #ffffff;
  padding: 15px 0;
  background-color: #00aeef;
  text-align: center;
}
.footer a {
  color: #ffffff;
}


/* ============================================================================
   03.10.2017
============================================================================ */
/* All offers
--------------------------------------------------------- */
.all-offers h3 {
  position: relative;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  padding: 10px 18px;
  background-color: #00aeef;
}
.all-offers h3 .add {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
  border-radius: 100%;
  line-height: 42px;
}
.all-offers h3 .add img {
  display: block;
}
.all-offers h3 .add:hover {
  background-color: #ed1b2e;
}
.all-offers .list {
  background-color: #99dff9;
}
@media (min-width: 768px) {
  .all-offers .list {
    min-height: 476px;
  }
}
.all-offers .item {
  position: relative;
  padding: 32px 78px 32px 18px;
  border-bottom: 1px solid #00aeef;
}
.all-offers .item:last-child {
  border-bottom: 0;
}
.all-offers .item h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
.all-offers .item h4 a {
  color: #ffffff;
}
.all-offers .item .add {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
  border-radius: 100%;
}
.all-offers .item .add:hover {
  background-color: #00aeef;
}

/* Trade offers
--------------------------------------------------------- */
@media (max-width: 767px) {
  .trade-offers {
    margin-bottom: 20px;
  }
}
.trade-offers h3 {
  position: relative;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  padding: 10px 18px;
  background-color: #231f20;
}
.trade-offers h3 .add {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
  border-radius: 100%;
  line-height: 42px;
}
.trade-offers h3 .add img {
  display: block;
}
.trade-offers h3 .add:hover {
  background-color: #ed1b2e;
}
.trade-offers .list {
  background-color: #00aeef;
}
@media (min-width: 768px) {
  .trade-offers .list {
    min-height: 476px;
  }
}
.trade-offers .item {
  position: relative;
  padding: 33px 78px 28px 18px;
  border-bottom: 1px solid #231f20;
}
.trade-offers .item:last-child {
  border-bottom: 0;
}
.trade-offers .item h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 8px;
}
.trade-offers .item h4 a {
  color: #ffffff;
}
.trade-offers .item .add {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
  border-radius: 100%;
}
.trade-offers .item .add:hover {
  background-color: #231f20;
}

/* Offers nav
--------------------------------------------------------- */
.offers-nav {
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid #edf0f3;
}
.offers-nav > ul {
  text-align: center;
}
.offers-nav > ul:after {
  content: '';
  display: table;
  clear: both;
}
.offers-nav > ul > li {
  display: inline-block;
  margin-right: 20px;
  width: calc( 20% - 20px);
}
@media (max-width: 991px) {
  .offers-nav > ul > li {
    margin-right: 0;
    width: 100%;
  }
}
.offers-nav > ul > li:last-child {
  margin-right: 0;
}
.offers-nav > ul > li > a {
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  background-color: #00aeef;
}
.offers-nav > ul > li:hover > a, .offers-nav > ul > li.active > a {
  background-color: #231f20;
}

/* Offer row version 2
--------------------------------------------------------- */
.offer-row-v2 {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border: 4px solid #00aeef;
}
.offer-row-v2:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .offer-row-v2 {
    position: relative;
    display: block;
  }
}
.offer-row-v2 .thumb,
.offer-row-v2 .info,
.offer-row-v2 .icons,
.offer-row-v2 .buttons {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .offer-row-v2 .thumb,
  .offer-row-v2 .info,
  .offer-row-v2 .icons,
  .offer-row-v2 .buttons {
    display: block;
    width: 100%;
  }
}
.offer-row-v2 .thumb {
  width: 180px;
}
@media (max-width: 767px) {
  .offer-row-v2 .thumb {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .offer-row-v2 .thumb {
    float: left;
    display: inline;
    width: 50%;
  }
}
.offer-row-v2 .thumb img {
  display: block;
  width: 100%;
}
.offer-row-v2 .info {
  position: relative;
  width: 380px;
  text-align: center;
  background-color: #00aeef;
}
@media (max-width: 767px) {
  .offer-row-v2 .info {
    float: none;
    display: block;
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-row-v2 .info {
    min-height: 195px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-row-v2 .info {
    min-height: 247px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .offer-row-v2 .info {
    float: left;
    display: inline;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .offer-row-v2 .info .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.offer-row-v2 .info h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.offer-row-v2 .info h3 a {
  color: #ffffff;
}
.offer-row-v2 .info p {
  font-size: 14px;
  color: #231f20;
  line-height: 18px;
  text-transform: uppercase;
}
.offer-row-v2 .icons {
  width: 400px;
  font-size: 14px;
}
.offer-row-v2 .icons:after {
  content: '';
  display: table;
  clear: both;
}
.offer-row-v2 .icons:before {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .offer-row-v2 .icons {
    width: 100%;
    padding: 15px 0;
    clear: both;
  }
}
.offer-row-v2 .icons > div {
  float: left;
  display: inline;
  width: 50%;
  text-align: center;
  padding: 0 15px;
}
.offer-row-v2 .icons img {
  width: 35px;
  margin-bottom: 10px;
}
.offer-row-v2 .icons p {
  font-size: 14px;
  line-height: 16px;
}
.offer-row-v2 .buttons {
  width: 150px;
  position: relative;
}
@media (max-width: 1199px) {
  .offer-row-v2 .buttons {
    display: block;
    clear: both;
    width: 100%;
  }
}
.offer-row-v2 .buttons > a {
  position: absolute;
  right: -4px;
  display: block;
  width: 100%;
  height: calc(50% + 4px);
  color: #ffffff;
  line-height: 54px;
  height: 54px;
  text-align: center;
}
@media (max-width: 1199px) {
  .offer-row-v2 .buttons > a {
    position: relative;
    float: left;
    right: 0;
    width: 50%;
    height: 50px;
    line-height: 50px;
  }
}
.offer-row-v2 .buttons > a.more {
  top: -4px;
  font-weight: 100;
  line-height: 54px;
  background-color: #00aeef;
}
@media (max-width: 1199px) {
  .offer-row-v2 .buttons > a.more {
    top: 0;
    line-height: 50px;
  }
}
.offer-row-v2 .buttons > a.more:hover {
  background-color: #231f20;
}
.offer-row-v2 .buttons > a.apply {
  font-family: "VeneerClean-Soft", sans-serif;
  bottom: -4px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #ed1b2e;
}
@media (max-width: 1199px) {
  .offer-row-v2 .buttons > a.apply {
    bottom: 0;
    line-height: 54px;
  }
}
.offer-row-v2 .buttons > a.apply:hover {
  background-color: #231f20;
}


/* Home articles
--------------------------------------------------------- */
.arts {
  margin-top: -45px;
}
@media (max-width: 767px) {
  .arts {
    margin-top: -15px;
  }
}
.arts h1 {
  color: #717880;
  font-size: 42px;
  line-height: 54px;
  text-transform: uppercase;
  font-family: 'VeneerClean-Soft', sans-serif;
  padding-bottom: 15px;
}
.arts article {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
.arts article:nth-child(even) h2 {
  text-align: right;
}
.arts img {
  display: block;
  width: 100%;
}
.arts h2 {
  color: #00aeef;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 0 5px;
  text-transform: uppercase;
  border-top: 1px solid #edf0f3;
}
.arts p {
  padding: 15px 0;
  text-align: justify;
}
.arts .more {
  display: none;
}
.arts .button {
  text-align: right;
}
.arts .button > span {
  position: relative;
  color: #ed1b2e;
  cursor: pointer;
  display: inline-block;
  transition: color .35s ease;
}
.arts .button > span:hover {
  color: #00aeef;
}
