@import url(fontello.css);
@font-face {
  font-family: 'Montserrat Medium';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Extra Bold';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

.flex, #header-index, .box .img, .box-btn, #form-index .row, #header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
}

.align-center, .box-btn, #form-index .row {
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
}

.jc-center, #form-index .row {
  justify-content: center;
  -webkit-box-pack: center;
}

.bold, #header-index .text .text1, .pre-title, .box-title, .box-btn, b, h1, h2, h3 {
  font-family: 'Montserrat Bold';
}

.ex-bold, #header-index .text .text2, .title, .col-left .box .h2 {
  font-family: 'Montserrat Extra Bold';
}
.h1.pagetitle {
  margin-top: 0;
  font-size: 2.4rem;
}

h1, .h1 {
  margin: 3rem 0 2rem;
  font-size: 3.6rem;
}

h2, .h2 {
  margin: 2.5rem 0 1rem;
  font-size: 2.4rem;
}

h3, .h3 {
  margin: 1rem 0rem 1.5rem;
  font-size: 2rem;
}

h4, .h4 {
  text-transform: uppercase;
  font-size: 18px;
}

.bold, b, strong {
  font-weight: 700;
  color: #1B1B1B;
}
* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Montserrat Medium', sans-serif;
  background: #fff;
}

a, a:focus, a:active, input, input:focus, input:active, button, button:focus, button:active, .btn, .btn:focus, .btn:active {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #FF4E38;
}

a.btn:hover, a.btn:focus, a.btn:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

b {
  font-weight: 700;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.clear {
  clear: both;
}

.w-100 {
  width: 100%;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.icon-bar {
  background: #000;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.slick-arrow {
  z-index: 10;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
}

.slick-arrow:before {
  background: transparent;
  border-radius: 50%;
  color: #2F2D5E;
  border: 3px solid #2F2D5E;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  display: block;
  font-family: "fontello";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow.slick-prev {
  left: -5rem;
}

.slick-arrow.slick-prev:before {
  content: "\e802";
}

.slick-arrow.slick-next {
  right: -5rem;
}

.slick-arrow.slick-next:before {
  content: "\e801";
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  border: 2px solid #FF4E38;
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  display: block;
}

.slick-dots li.slick-active button {
  background: #FF4E38;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
}

@media (min-width: 768px) {
  .modal {
    width: 420px;
    margin: 60px auto;
  }
}

.modal-content {
  border-radius: 5px;
  border: 0px;
  padding: 30px;
  background: #fff;
}

.modal-content h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.modal-content p {
  margin-bottom: 30px;
}

.modal-content .form-control {
  width: 100%;
  box-shadow: none;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}

.close {
  width: 28px;
  height: 28px;
  border: none;
  opacity: 1;
  font-weight: normal;
  background: transparent;
  color: #333;
  margin-top: 0px;
  margin-right: 0px;
  text-shadow: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 18px;
}

.close:before {
  content: '\e800';
  display: block;
  font-family: "fontello";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close:hover {
  cursor: pointer;
}

*::-webkit-input-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

*:-moz-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

*::-moz-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1rem;
  position: relative;
}

.form-group:before {
  font-family: "fontello";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  color: #7D7D7D;
  font-size: 18px;
}

.form-group.name:before {
  content: "\e806";
}

.form-group.number:before {
  content: "\e803";
}

.form-group.email:before {
  content: "\f0e0";
}

.form-group.message:before {
  content: "\f4ac";
  top: 10px;
}

.form-control {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  height: 52px;
  padding: 14px 20px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
  display: inline-block;
}

.form-control:focus {
  border: 1px solid rgba(96, 41, 128, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
}

select.form-control {
  height: 42px;
}

textarea.form-control {
  height: 110px;
}

.btn {
  height: 52px;
  padding: 14px 25px 15px;
  border-radius: 0px;
  border: none;
  background: #FF4E38;
  text-align: center;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.btn.border {
  border: 2px solid #2F2D5E;
  background: transparent;
  color: #2F2D5E;
}

.btn.border:hover {
  border-color: transparent;
}

.btn.blue {
  background: #2F2D5E;
}

.btn.blue:hover {
  background: #26254d;
  color: #fff;
}

.btn:hover {
  background: #ff371f;
  color: #fff;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.text-right {
  text-align: right;
}

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

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

img.svg {
  max-height: 10rem;
}

img.svg svg {
  height: 100%;
}

.icon {
  float: left;
  margin-right: 10px;
}

.politics {
  font-size: 13px;
  line-height: 1;
  color: #999;
}

.politics i.fa {
  margin-right: 5px;
}

.radio-btn p {
  margin-bottom: 0px;
}

.radio-btn > input[type=radio] {
  display: none;
}

.radio-btn > div {
  background: #fff;
  border: solid 3px #bbb;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 8px 0px 0px;
  float: left;
}

.radio-btn > input[type=radio]:checked + div {
  border: solid 4px #3974b2;
  background: #3974b2;
}

.checkbox-btn {
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.checkbox-btn p {
  margin: 0;
  overflow: hidden;
}

.checkbox-btn > input[type=checkbox] {
  display: none;
}

.checkbox-btn > div {
  background: #fff;
  border: solid 2px #bbb;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 10px 0px 0px;
  float: left;
  display: inline-block;
  position: relative;
}

.checkbox-btn > input[type=checkbox]:checked + div:after {
  content: "\e807";
  font-family: 'fontello';
  position: absolute;
  top: -4px;
  left: 0px;
  color: #2F2D5E;
  font-size: 14px;
}

#top {
  padding: 10px 0;
  background: #fff;
}

#top .row {
  justify-content: space-between;
}

#top a {
  color: #000;
}

#top a:hover {
  color: #FF4E38;
}

#top .top-location i {
  color: #FF4E38;
  font-size: 18px;
}

#top .top-mail i {
  color: #FF4E38;
  font-size: 16px;
}

#top .top-phone {
  font-size: 20px;
}

.navbar-nav li {
  margin: 0 10px;
}

.navbar-nav li:first-child {
  margin-left: 0px;
}

.navbar-nav li:last-child {
  margin-right: 0px;
}

.navbar-nav li a {
  color: #000;
  font-size: 14px;
}

.navbar-nav li a:hover {
  color: #FF4E38;
}

#header {
  min-height: 215px;
  background: url(../../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  align-items: flex-end;
  justify-content: flex-end;
}

#header .breadcrumbs {
  display: inline-block;
  padding: 25px 25px;
  background: #F2F3FD;
  color: #2F2D5E;
  margin-bottom: -34px;
  float: right;
  position: relative;
  z-index: 10;
}

#header-index {
  min-height: 530px;
  background: url(../../images/header.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

#header-index .text {
  display: inline-block;
  padding: 45px 45px;
  background: #F2F3FD;
  color: #2F2D5E;
  margin-right: -90px;
  max-width: 590px;
  float: right;
}

#header-index .text .text1 {
  font-size: 42px;
}

#header-index .text .text2 {
  font-size: 50px;
  margin: 0 0 15px;
  line-height: 1.1;
}

#header-index .text .btn {
  margin-top: 15px;
}

#catalog-index {
  padding: 90px 0;
}

#catalog-index .col-12:first-child {
  padding-right: 0px;
}

#catalog-index .col-12:first-child .box {
  border-right: 0;
}

#catalog-index .col-12:last-child {
  padding-left: 0px;
}

.title {
  color: #2F2D5E;
  font-size: 36px;
  margin: 0 0 30px;
}

.pre-title {
  font-size: 18px;
}

.box {
  border: 1px solid #F2F3FD;
}

.box .img {
  align-items: center;
  flex-direction: column;
}

.box .text {
  padding: 30px 30px;
}

.box .introtext {
  padding-left: 30px;
  position: relative;
}

.box .introtext:before {
  content: "\e801";
  font-family: fontello;
  color: #FF4E38;
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: 5px;
}

.box-title {
  font-size: 24px;
  color: #2F2D5E;
  margin: 0 0 10px;
}

.box-btn {
  color: #fff;
  background: #FF4E38;
  padding: 30px 30px;
  flex-direction: row;
  width: 100%;
  font-size: 16px;
  position: relative;
  transition: .2s;
}

.box-btn svg * {
  fill: #fff !important;
}

.box-btn:hover {
  background: #ff2105;
  color: #fff;
}

.box-btn:hover .icon-right-small {
  border-color: #fff;
}

.box-btn:hover svg * {
  fill: #fff !important;
}

.box-btn svg {
  width: 40px;
  display: block;
  margin-right: 15px;
  margin-top: -3px;
}

.box-btn .icon-right-small {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 3px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  position: absolute;
  right: 30px;
  z-index: 1;
}

#about-index .text {
  position: relative;
  overflow: visible;
  padding: 30px 0px 30px 0px;
}

#about-index .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 125%;
  background: #F2F3FD;
  height: 100%;
  z-index: -1;
}

#about-index .text .btn {
  margin-top: 30px;
}

#about-index img {
  margin-top: 45px;
}

#plus-index {
  padding: 120px 0 60px;
}

#plus-index .inn {
  position: relative;
}

#plus-index .inn:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #F2F3FD;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1;
}

#plus-index .inn .row {
  width: 90%;
  margin: 60px auto 60px;
  text-align: center;
}

#plus-index .inn .img {
  display: block;
  margin: 0 auto 15px;
  background: #fff;
  position: relative;
  z-index: 5;
  width: 90px;
}

#plus-index .inn svg {
  height: 70px;
}

#plus-index .inn svg * {
  fill: #FF4E38;
}

.partners-index-slider .item img {
  margin: 0 auto;
  opacity: .5;
  filter: grayscale(100%);
}

.partners-index-slider .item.slick-current img {
  opacity: 1;
  filter: grayscale(0%);
}

#form-index .row {
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  margin: 30px auto;
}

#form-index .row .form-group {
  margin-bottom: 0;
}

#footer {
  margin-top: 90px;
  padding: 30px 0;
  background: #1D1D2E;
  color: #fff;
  font-size: 14px;
}

#footer a {
  color: #fff;
}

#footer .nav-footer li {
  margin-bottom: 10px;
}

#footer .footer-inn {
  margin-bottom: 10px;
}

#footer .footer-inn .text {
  overflow: hidden;
}

#footer hr {
  background: #929292;
}

#footer .copyrights {
  font-size: 12px;
  color: #F2F3FD;
}

hr {
  margin: 30px 0;
  border: none;
  width: 100%;
  height: 1px;
  background: #0193DE;
}

.conf {
  margin-top: 3rem;
}

.cont-map {
  margin: 3rem 0;
}
.breadcrumbs {
  padding: 4rem 0;
}

ul.breadcrumb {
  margin: 0 0;
  padding: 0;
}

ul.breadcrumb li {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
}

ul.breadcrumb .separator {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #1B1B1B;
}

ul.breadcrumb li a {
  color: #343249;
}

ul.pagination {
  margin: 3rem 0px;
  padding: 0;
}

ul.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0 11px 0 0;
  padding: 0px;
  min-width: 40px;
  height: 40px;
}

ul.pagination li:before {
  content: "";
}

ul.pagination li a {
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color: #1B1B1B;
}

ul.pagination li.active a {
  background: #bb1430;
  border-color: #bb1430;
  color: #fff;
}

ul.pagination li a:hover {
  background: #bb1430;
  border-color: #bb1430;
  color: #fff;
}

ul.pagination li.control a {
  font-weight: 400;
  font-size: 14px;
}

ul.pagination li.control a:hover, ul.pagination li.control a:focus {
  background: none;
  color: #bb1430;
}

.content {
    min-height: 600px;
    padding-bottom: 6rem;
}

#wrapper {
    background: #fff;
    padding-top: 6rem;
}

.col-left {
  padding-right: 3rem;
  margin-top: -9rem;
  position: relative;
  z-index: 10;

}

.col-left .box {
  padding: 3rem 3rem;
  background: #F3F3FD;
  min-height: 400px;
}

.col-left .box .h2 {
  color: #312F53;
  margin-top: 0;
}
.col-left ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px dashed #5D788D
}

.col-left ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #0A92D4;
}

.col-left ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.col-left ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
}

.col-left ul li a:hover {
  color: #312F53;
}

.col-left ul li a:hover b {
  color: #FF4E38;
}

.col-left ul li a b {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.catalog-box {
  margin-bottom: 3rem;
  border: 1px solid #F4F3F8;
}

.catalog-box a {
  color: #000;
}

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

.catalog-box .text {
  height: 100%;
  padding: 3rem;
  margin-left: -15px;

}

.catalog-box .text .introtext {
  padding-left: 20px;
  position: relative;
}

.catalog-box .text .introtext:before {
  content: "\e801";
  font-family: 'fontello';
  color: #0A92D4;
  position: absolute;
  top: 0;
  left: 0;
}

.row-gallery {
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-right: 3rem;
}

.row-gallery img {
  width: 100%;
  margin-bottom: 15px;
}

.content a, .content a b {
    color: #0090e1;
}

.content table p {
  margin-bottom: 0;
}

.content table {
  width: 100%;
  font-size: 14px;
  margin-bottom:40px;
  border: 0;
}

.content tr th, .content tr.first td {
  background: #F3F3FD;
  font-family: 'Montserrat Bold';
}

.content tr td, .content th {
  padding: 10px 15px 10px 15px;
  border: 1px solid #F3F3FD;
}
.content td {
  color: inherit;
  padding: 7px 15px 6px 15px;
}

.content tr td.td-price {
  font-family: 'Montserrat Bold';
  color: #ff4c2e;
  text-align: center;
}

.content th {
  font-size: 14px;
  color: inherit;
}
.content tr:nth-child(even) td, .content tr:nth-child(even) th {
  background: #ffffff;
}

.cart-row .img-main {
  margin-bottom: 3rem;
}
.content ul {
  margin: 15px 0 25px 5px;
  padding: 0;
}

.content ul li {
  color: #3D3B53;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  padding-left: 15px;
}

.content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FF4E38;
  top: 8px;
  left: 0;
  position: absolute;
  border-radius: 50%;
}




