html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

input {
  font-family: 'Open Sans';
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a:focus,
a:active {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
select option:focus {
  outline: none !important;
}

a {
  color: #2d63d5;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 13px;
  color: #121212;
  line-height: 20px;
  margin: 0 0 16px;
}

ol {
  margin: 0 0 0 13px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol>li:before {
  content: counter(item, decimal);
  counter-increment: item;
  font-size: 18px;
  font-family: 'PlumbBlack';
  color: #dc211e;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
}

ol li {
  margin-bottom: 26px;
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
  padding-left: 35px;
  position: relative;
}

ol li strong {
  display: block;
  margin-bottom: 10px;
}

ul {
  padding-left: 18px;
  margin: 0 0 30px;
  list-style: disc;
}

ul li {
  font-size: 13px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 9px;
  padding-left: 0;
}

table {
  max-width: 100% !important;
  width: 100% !important;

}

td {
  padding: 10px;
  text-align: center;
}

td:first-of-type {
  text-align: left;
}

ul.birds {
  padding-left: 26px;
}

ul.birds li {
  list-style-image: url(../img/birds.png);
}

h1 {
  font-size: 24px;
  color: #121212;
  font-weight: normal;
  margin: 5px 0 15px;
}

h2 {
  font-size: 18px;
  color: #121212;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 17px;
  line-height: 22px;
}

h3 {
  font-size: 14px;
  line-height: 18px;
  color: #121212;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 18px;
}

strong {

  font-weight: normal;
}

body {
  font: 14px/20px Arial;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  background: #fff;
  font-weight: 400;
}

.sitewrap {
  margin: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html,
body {
  height: 100%;
  min-width: 1210px;
}

.wrap {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

/*==================== header top =============================*/
header {
  z-index: 2;
  position: relative;
  height: 87px;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
}

header .wrap {
  padding-top: 25px;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 503px;
}

.header__info {
  float: right;
  position: relative;
  z-index: 2;
}

.header__search {
  float: left;
  width: 250px;
  height: 34px;
  border-radius: 20px;
  background: #ebebeb;
  padding-left: 10px;
  box-sizing: border-box;
}

.header__search__subm {
  height: 35px;
  width: 14px;
  display: block;
  float: left;
  background: none;
  border: 0;
  content: '';
  background: url(../img/sprite.png) 0 10px no-repeat
}

.header__search__text {
  height: 35px;
  width: 210px;
  display: block;
  float: left;
  background: none;
  border: 0;
  padding-left: 10px;
  box-sizing: border-box;
}

.header_cart {
  fill: #fff;
  float: right;
  padding: 5px;
  border-radius: 30px;
  background: #2d63d5;
  margin-top: -7px;
  padding: 2px 9px !important;
}

.header_cart:hover,
.header_cart:focus {
  opacity: .8;
}

@media (max-width: 767px) {
  .header_cart {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
  }

  .header_cart>svg {
    margin-top: 6px !important;
  }
}

.insta-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/insta.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.insta-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/insta-h.png) 0 0 no-repeat;
}

.insta-btn:hover {
  background: url(../img/insta-h.png) 0 0 no-repeat;
}

.facebook-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/facebook.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.facebook-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/facebook-h.png) 0 0 no-repeat;
}

.facebook-btn:hover {
  background: url(../img/facebook-h.png) 0 0 no-repeat;
}

.telegram-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/telegram.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.telegram-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/telegram_h.png) 0 0 no-repeat;
}

.telegram-btn:hover {
  background: url(../img/telegram_h.png) 0 0 no-repeat;
}

.twitter-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/twitter.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.twitter-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/twitter-h.png) 0 0 no-repeat;
}

.twitter-btn:hover {
  background: url(../img/twitter-h.png) 0 0 no-repeat;
}

.youtube-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/youtube.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.youtube-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/youtube-h.png) 0 0 no-repeat;
}

.youtube-btn:hover {
  background: url(../img/youtube-h.png) 0 0 no-repeat;
}


.google-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/google.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.google-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/google-h.png) 0 0 no-repeat;
}

.google-btn:hover {
  background: url(../img/google-h.png) 0 0 no-repeat;
}


.pinterest-btn {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/pinterest.png) 0 0 no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.pinterest-btn:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: url(../img/pinterest-h.png) 0 0 no-repeat;
}

.pinterest-btn:hover {
  background: url(../img/pinterest-h.png) 0 0 no-repeat;
}

.header__info .insta-btn {
  float: left;
  margin-left: 10px;
}

.header__info .twitter-btn {
  float: left;
  margin-left: 10px;
}

.header__info .pinterest-btn {
  float: left;
  margin-left: 10px;
}

.header__info .youtube-btn {
  float: left;
  margin-left: 10px;
}

.header__info .facebook-btn {
  float: left;
  margin-left: 10px;
}

.header__info .telegram-btn {
  float: left;

}

.header__info .google-btn {
  float: left;
  margin-left: 10px;
}

.header__log-in {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 35px;
  padding-right: 20px;
  border: 1px solid #efefef;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background: #2d63d5 url(../img/log-in-hover.png) 13px 9px no-repeat;
  ;
  border-color: rgba(0, 0, 0, 0) !important;
}

.header__log-in:hover {
  color: #fff;
  background: #2d63d5 url(../img/log-in-hover.png) 13px 9px no-repeat;
  ;
  border-color: #fff !important;
}


/*.header__log-in{
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 35px;
  padding-right: 20px;
  border:1px solid #efefef;
  border-radius: 20px;
  margin-left: 10px;
  text-decoration: none;
  color:#2d63d5;
  text-transform: uppercase;
  font-weight: 600;
  font-size:11px;
  letter-spacing: 1px;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;
  background: url(../img/log-in.png) 13px 9px no-repeat;
}
.header__log-in:hover{
  color:#fff;
  background: #2d63d5 url(../img/log-in-hover.png) 13px 9px no-repeat;  ;
  border-color:#2d63d5;
}*/
.lang-select {
  float: left;
  margin-left: 10px;
}

.lang-select .ui-selectmenu-button span.ui-selectmenu-text {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: left;
  padding: 0 20px 0 15px;
  width: 60px;
  display: block;
  color: #2d63d5;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: "Open Sans";
}

.lang-select .ui-selectmenu-button span.ui-selectmenu-text:focus,
.lang-select .ui-selectmenu-button span.ui-selectmenu-text:active {
  outline: none;
}

.lang-select .ui-selectmenu-button.ui-widget.ui-state-default {
  border: 0;
  background: #ebebeb;
  width: auto !important;
  border-radius: 20px;

}

.lang-select .ui-selectmenu-button.ui-widget.ui-state-default:focus,
.lang-select .ui-selectmenu-button.ui-widget.ui-state-default:active {
  outline: none;
}

.lang-select .ui-selectmenu-button .ui-icon-triangle-1-s {
  background: none !important;
  margin-top: -2px !important;
  border: 3px solid transparent;
  border-top: 3px solid #000000;
  z-index: 3;
  width: auto;
  right: 12px !important;
}

.show-m-menu {
  display: none;
}

/*
.ui-selectmenu-menu .ui-menu{
  border:0;
  width: 60px!important;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open{
  top: 46px!important;
}
.ui-menu .ui-menu-item {
  text-transform: uppercase;
  font-size:11px;
  font-weight: 700;
  font-family: "Open Sans";
  color:#2d63d5;
  text-decoration: underline;
  position: relative;
  margin: 0;
  padding: 3px 20px 3px 15px;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}*/
/*==================== forms =============================*/
.nav {
  box-sizing: border-box;
  height: 60px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.nav .header__search {
  display: none;
}

.nav .facebook-btn,
.nav .telegram-btn,
.nav .twitter-btn,
.nav .insta-btn,
.nav .youtube-btn,
.nav .google-btn,
.nav .pinterest-btn {
  display: none;
}

.menu-close {
  display: none;
}

.nav .wrap {
  padding-top: 21px;
  position: static;
}

.nav ul {
  display: inline-block;
  margin: 0;
  line-height: 1;
  padding: 0;
}

.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  height: 40px;
}

.nav a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 22px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.nav a:hover,
.nav li:hover a {
  color: #2d63d5;
}

.nav .nav-btn {
  float: right;
  display: block;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background: #2d63d5;
  border-radius: 20px;
  margin-top: -8px;
  letter-spacing: 1px;
}

.nav .nav-btn:hover {
  opacity: .8;
  color: #fff;
}

.nav__arrow {
  position: relative;
}

.nav__arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 4px;
  border: 3px solid transparent;
  border-top: 4px solid #3855e3;
}

.nav__arrow.active:after {
  top: 0px;
  border: 3px solid transparent;
  border-bottom: 4px solid #3855e3
}

.nav__drop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  background: #fff;
  z-index: 2;
  padding: 20px 0 30px 0;
}

.nav__drop .wrap {
  padding-top: 0;
}

.nav__drop__i {
  width: 370px;
  float: left;
}

.nav__drop__i:first-of-type {
  margin-left: 10px;
}

.nav__drop__i:nth-of-type(2) {
  margin-right: 25px;
  margin-left: 25px;
}

.nav__drop__i:last-of-type {
  margin-right: 10px;
}

.nav__drop__i .nav__drop__link {
  display: block;
  height: 49px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  text-align: left !important;
  color: #121212;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 49px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.nav__drop__link:first-of-type {
  border-top: 1px solid #e5e5e5 !important;
}

.nav__drop__link img {
  height: 25px;
  vertical-align: middle;
  margin-right: 7px;
  display: none;
}

/*==================== main slider =============================*/
.main-slider {
  margin-bottom: 30px;
  width: 100%;
}

.main-slider .item {
  height: 500px;
  box-sizing: border-box;
  padding-top: 125px;
  text-align: center;
  background-size: 100% !important;
}

.main-slider .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 6px 0 6px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.main-slider .owl-controls .owl-page {
  display: inline-block;
}

.main-slider .owl-controls .owl-page.active span:after,
.main-slider .owl-controls.clickable .owl-page:hover span:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.main-slider .owl-pagination {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 25px;
  z-index: 2;
}

.m-slider__title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 45px;
  line-height: 1;
  font-family: "PT Sans";
}

.m-slider__text {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.main-slider .btn {
  margin-top: 33px;
  color: #fff;
  border-color: #fff;
}

/*==================== main about =============================*/
.main-about {
  margin-bottom: 40px;
}

.main-about__l {
  width: 330px;
  float: left;
}

.main-about__l span {
  position: relative;
  margin-top: 20px;
  color: #121212;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
}

.main-about__l span:after {
  display: block;
  content: '';
  position: absolute;
  width: 50px;
  border-bottom: 1px solid #1cb3fd;
  left: 0;
  bottom: -1px;
}

.main-about__r {
  float: right;
  width: 850px;
}

/*==================== cats =============================*/
.main-cat {
  padding-top: 20px;
  background: url(../img/in-top-bg.jpg) center top repeat-y;
  /*margin-bottom: 30px;*/
}

.main-cat .title {
  margin-bottom: 60px;
  color: #fff;
}

.cats {
  display: block;
  text-align: center;
}

.cats__i {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
}

.cats__i img {
  display: block;
  margin: 0 auto 22px;
}

.main-cat__text {
  color: #77797f;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-top: 55px;
}

/*==================== main page =============================*/
.content {
  padding-bottom: 45px;
}

.gr-text {
  background: #ecf3f6;
  padding-bottom: 20px;
  padding-top: 43px;
  margin-bottom: -45px;
}

.gr-text p {
  color: #424242;
}

.gr-text__title {
  font-size: 22px;
  color: #424242;
  font-weight: 400;
}

.title {
  font-family: 'PT Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.centered {
  text-align: center;
}

.btn-more__out {
  position: relative;
  text-align: center;
}

.btn-more__out:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #d2d2d2;
}

.btn-more {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 5px 27px 0 17px;
  color: #2d63d5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
}

.btn-more:after {
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  bottom: 7px;
  border: 3px solid transparent;
  border-left: 3px solid #2d63d5;
}

/*==================== main tov ============================*/
.main-tov {
  padding-bottom: 20px;
}

.tovar-slider {
  width: 960px;
  margin: 0 auto 20px;
}

.tovar-slider .owl-next {
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  right: -85px;
  top: 180px;
  background: url(../img/tovar-next.png) 0 0 no-repeat;
  cursor: pointer;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.tovar-slider .owl-next:hover {
  opacity: .8;
}

.tovar-slider .owl-prev {
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  left: -85px;
  top: 180px;
  background: url(../img/tovar-prev.png) 0 0 no-repeat;
  cursor: pointer;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.tovar-slider .owl-prev:hover {
  opacity: .8;
}

.tovar-slider .cat__i {
  float: none;
  margin: 0 auto;
}

/*==================== baner at main page=============================*/
.main-b {
  background: url(../img/footer-shadow.png) center top no-repeat, url(../img/main-banner-bg.jpg) center bottom no-repeat;
  background-color: #fbfbfb;
  padding-bottom: 80px;
  padding-top: 50px;
}

.main-b__in {
  width: 620px;
}

.main-b__title {
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.main-b__in ul {
  padding-left: 0;
  margin-bottom: 0;
}

.main-b__in ul li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  margin-bottom: 17px;
}

.main-b__in ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2d63d5;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.main-b__in ul li span {
  font-size: 16px;
}

.main-b__in p {
  padding-left: 27px;
}

/*==================== main news =============================*/
.main-news {
  position: relative;
  min-height: 335px;
  margin-bottom: 32px;
  padding-top: 52px;
}

.main-news:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 335px;
  background: url(../img/news-bg.png) center top repeat-y;
}

.main-news .title {
  color: #ffffff;
}

.news__i {
  display: block;
  float: left;
  width: 370px;
  margin-right: 35px;
  text-decoration: none;
  color: #121212;
  font-size: 13px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}

.news__i:nth-of-type(3n) {
  margin-right: 0;
}

.news__i__img {
  display: block;
  margin-bottom: 14px;
}

.news__i__img img {
  max-width: 100%;
}

.news__i__date {
  display: block;
  margin-bottom: 9px;
}

.news__i__title {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 9px;
  overflow: hidden;
  height: 35px;
}

.news__i__text {
  display: block;
  height: 59px;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}

.news__i__link {
  font-weight: 700;
  margin-left: 23px;
  color: #2d63d5;
  text-decoration: underline;
  position: relative;
  font-size: 11px;
}

.news__i__link:before {
  content: '...';
  display: block;
  position: absolute;
  left: -23px;
  bottom: 0;
  color: #000;
}

.news__i__link:after {
  content: '';
  display: block;
  position: absolute;
  right: -12px;
  bottom: 4px;
  border: 3px solid transparent;
  border-left: 3px solid #2d63d5;
}

.news__i__link:hover {
  text-decoration: none;
}

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

.news-more .btn-more {
  padding-right: 15px;
}

.news-more .btn-more:after {
  right: 0;
}

/*==================== news one =============================*/
.news-one__pre__left {
  float: left;
  width: 450px;
  margin-bottom: 20px;
}

.news-one__pre__left p {
  font-size: 16px !important;
  line-height: 23px !important;
}

.news-one__pre__bt {
  margin-top: 22px;
  padding: 22px 0 22px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1;
}

.news-one__pre__date {
  font-size: 12px;
  color: #77797f;
}

.news-one__pre__soc {
  float: right;
  color: #77797f;
  font-size: 12px;
}

.news-one__pre__right {
  float: right;
  width: 700px;
  margin-bottom: 20px;
}

.news-one p {
  font-size: 14px;
  line-height: 22px;
}

.news-one__pager {
  height: 50px;
  text-align: center;
  background: #ebebeb;
  border-radius: 7px;
  margin-top: 40px;
}

.news-one__pager___prev {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 55px;
  color: #77797f;
  font-style: italic;
  text-decoration: none;
  position: relative;
}

.news-one__pager___prev:after {
  content: '';
  display: block;
  height: 50px;
  width: 40px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.news-one__pager___prev:before {
  content: '';
  display: block;
  height: 17px;
  width: 10px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/sprite.png) 0 -285px no-repeat;
}

.news-one__pager___next {
  display: block;
  height: 50px;
  line-height: 50px;
  float: right;
  padding-right: 55px;
  color: #77797f;
  font-style: italic;
  text-decoration: none;
  position: relative;
}

.news-one__pager___next:after {
  content: '';
  display: block;
  height: 50px;
  width: 40px;
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.news-one__pager___next:before {
  content: '';
  display: block;
  height: 17px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/sprite.png) 0 -315px no-repeat;
}

.news-one__pager__more {
  display: inline-block;
  color: #2d63d5;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
  position: relative;
}

.news-one__pager__more:after {
  content: '';
  display: block;
  border: 3px solid transparent;
  border-left: 3px solid #2d63d5;
  position: absolute;
  bottom: 8px;
  right: -15px;
}


/*==================== in page =============================*/
.in-page__top {
  padding-top: 16px;
  padding-bottom: 23px;
  margin-bottom: 30px;
  background: url(../img/in-top-bg.jpg) center top repeat-y;
}

.breadchambs {
  line-height: 1;
}

.breadchambs * {
  font-family: "PT Sans";
  color: #ade2ff;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
}

.breadchambs a {
  padding-right: 15px;
  position: relative;
}

.breadchambs a:hover {
  text-decoration: underline;
}

.breadchambs a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  border: 3px solid transparent;
  border-left: 3px solid #ade2ff;
}

.m-title {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.1em;
  font-family: "PT Sans";
  font-weight: 700;
  margin-top: 20px;
}

.in-page .news__i {
  margin-bottom: 15px;
  border-bottom: 0;
}

.in-page .news {
  margin-bottom: 15px;
}

.pager {
  text-align: center;
  margin-top: 25px;
  position: relative;
}

.pager a:not(.pager-a) {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  background: #2d63d5;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 3px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.pager a:not(.pager-a):hover {
  background: #3ed6f7;
}

.pager span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  background: #3ed6f7;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 3px;
}

.pager-a {
  display: block;
  position: absolute;
  width: 10px;
  height: 16px;
  text-decoration: none;
  top: 12px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.pager-a:hover {
  opacity: .8;
}

.pager__prev {
  left: 0;
  background: url(../img/sprite.png) 0 -285px no-repeat;
}

.pager__next {
  right: 0;
  background: url(../img/sprite.png) 0 -315px no-repeat;
}

.partners__item {
  float: left;
  width: 370px;
  margin-right: 35px;
  margin-bottom: 45px;
  color: #121212;
}

.partners__item:nth-of-type(3n) {
  margin-right: 0;
}

.partners__item__title {
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding-bottom: 20px;
  font-size: 14px;
}

.partners__item__title:after {
  content: '';
  display: block;
  width: 50px;
  border-top: 1px solid #1cb3fd;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.partners__item__adress {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.partners__item__adress:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 15px;
  left: 0;
  top: 2px;
  background: url(../img/sprite.png) 0 -350px no-repeat;
}

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

.partners__item__phones:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 15px;
  left: 2px;
  top: 2px;
  background: url(../img/sprite.png) 0 -370px no-repeat;
}

/*==================== catalog =============================*/
.cat {
  margin-bottom: 45px;
}

.cat__left {
  width: 240px;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.show-b {
  display: block;
  width: 200px;
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
  text-decoration: none;
}

.show-b:before {
  content: '';
  display: block;
  width: 50px;
  border-top: 1px solid #1cb3fd;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.show-b:after {
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-top: 3px solid #1c1c1c;
  margin-left: 9px;
}

.show-b.active:after {
  border: 3px solid transparent;
  border-bottom: 3px solid #1c1c1c;
  position: relative;
  top: -3px;
}

.hidden-b {
  display: block;
}

.cat-menu {
  padding-left: 0;
}

.cat-menu li {
  line-height: 16px;
  list-style: none;
  position: relative;
  padding-left: 16px;
}

.cat-menu li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #1895ff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.cat-menu a {
  color: #424242;
  font-size: 12px;
}

.cat-radio {
  padding-left: 0;
}

.cat-radio li {
  list-style: none;
}

.cat__right {
  width: 940px;
  float: left;
}

.cat__right .pager {
  padding: 0 15px;
}

.pager__prev {
  left: 15px;
}

.pager__next {
  right: 15px;
}

.cat__items {
  margin-bottom: 10px;
}

.cat__i {
  float: left;
  width: 300px;
  padding: 9px 9px 13px 9px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #121212;
}

.cat__i:nth-of-type(3n) {
  margin-right: 0;
}

.cat__i__img {
  margin-bottom: 10px;
  display: block;
}

.cat__i__img img {
  max-width: 100%;
}

.cat__i__title {
  height: 37px;
  display: block;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
  overflow: hidden;
}

.cat__i__title span {
  display: table-cell;
  width: 100%;
  height: 37px;
  vertical-align: middle;
}

.cat__i__text {
  display: block;
  color: #77797f;
  font-size: 12px;
  line-height: 18px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  overflow: hidden;
  height: 55px;
  margin-bottom: 7px;
}

.cat__i__link {
  font-weight: 700;
  color: #2d63d5;
  position: relative;
  padding-right: 11px;
  text-decoration: underline;
  font-size: 11px;
}

.cat__i__link:hover {
  text-decoration: none;
}

.cat__i__link:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  border: 3px solid transparent;
  border-left: 3px solid #2d63d5;
}

.cat__i__bot {
  display: block;
  text-align: left;
  position: relative;
}

.cat__i__link {
  float: right;
}

.cat__i__price {
  float: left;
  color: #121212;
  font-size: 14px;
  font-weight: 700;
}

.cat__i__basket {
  display: block;
  width: 21px;
  height: 19px;
  position: absolute;
  top: 0;
  margin-left: -10px;
  left: 50%;
  background: url(../img/cart.png) 0 0 no-repeat;
}

.cat__i__basket:hover {
  opacity: .8;
}

.checkboxes {
  margin-bottom: 9px;
}

.checkboxes input[type=checkbox] {
  display: none;
}

.checkboxes label {
  position: relative;
  display: inline-block;
  margin: 0px;
  margin: 0 0 0 27px;
  cursor: pointer;
  font-size: 12px;
  color: #424242;
  line-height: 1;
  min-height: 12px;
  border-bottom: 1px dotted #2a2a2a;
}

.checkboxes label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -27px;
  width: 16px;
  height: 16px;
  background: url(../img/sprite.png) 0 -510px;
}

.checkboxes input[type=checkbox]:checked+label:before {
  background-position: 0 -530px;
}

.cat__title {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #2d63d5;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: -15px;
}

.cat__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d2d2d2;
  top: 50%;
}

.cat__title span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 18px;
}

.cat-text {
  font-size: 12px !important;
  color: #77797f !important;
  margin-top: 15px;
  margin-bottom: 30px;
}

/*==================== product =============================*/
.prod {
  margin-bottom: 50px;
}

.prod__left {
  width: 580px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.slider-out {
  position: relative;
}

.slider-out .slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.slider-out .slider img {
  max-width: 100%;
  border-radius: 5px;
}

.slider-nav {
  width: 540px;
  margin: 0 auto;
  text-align: center;
}

.slider-nav img {
  max-width: 80px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}

.slider-nav .slick-slide {
  cursor: pointer;
  position: relative;
}

.slider-nav .slick-current:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  border-radius: 5px;
}

.slick-slide:focus {
  outline: none;
}

.slider-out .next {
  display: block;
  position: absolute;
  bottom: -60px;
  width: 13px;
  height: 20px;
  right: 0;
  z-index: 2;
  background: url(../img/sprite.png) 0 -840px;
}

.slider-out .prev {
  display: block;
  position: absolute;
  bottom: -60px;
  width: 13px;
  height: 20px;
  left: 0;
  z-index: 2;
  background: url(../img/sprite.png) 0 -810px;
}

.slick-disabled {
  opacity: .4;
}

.lb-nav a {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 13px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.lb-nav a:hover {
  opacity: .8;
}

.lb-nav .lb-next {
  right: 10px;
  background: url(../img/sprite.png) 0 -840px;
}

.lb-nav .lb-next:after {
  content: '';
  display: none;
}

.lb-nav .lb-prev {
  left: 20px;
  background: url(../img/sprite.png) 0 -810px;
}

.lb-nav .lb-prev:after {
  content: '';
  display: none;
}

.lightbox .lb-image {
  border: 5px solid #2d63d5;
  border-radius: 10px;
}

.lb-container {
  padding: 0;
}


.prod__right {
  width: 560px;
  text-align: center;
  float: right;
}

.prod__title {
  color: #424242;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 11px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.prod__title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 1px solid #1cb3fd;
}

.prod__btn {
  display: inline-block;
  width: 360px;
  height: 60px;
  background: #fff;
  color: #2d63d5;
  text-align: center;
  border: 2px solid #2d63d5;
  vertical-align: middle;
  box-sizing: border-box;
  color: #2d63d5;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  line-height: 56px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.prod__btn img {
  display: none !important;
}

.prod__btn:hover {
  background: #2d63d5;
  color: #fff;
}

.prod__btn img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}

.prod p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.prod p strong {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.prod p.grey-text {
  color: #77797f;
  font-size: 12px;
  line-height: 18px;
}

.prod__intruction {
  display: inline-block;
  font-size: 16px;
  color: #121212;
  text-decoration: none;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  border-bottom: 1px dotted #2d63d5;
  position: relative;
  margin-left: 50px;
  margin-top: 20px;
}

.prod__intruction:before {
  content: '';
  display: block;
  position: absolute;
  left: -50px;
  top: -10px;
  width: 32px;
  height: 39px;
  background: url(../img/pdf.png) 0 0 no-repeat;
}

.prod__intruction:hover {
  border-bottom: 0;
}

.prod__table {
  margin-top: -7px;
  margin-bottom: 23px;
  display: block;
  text-align: left;
}

.prod__table__i br {
  display: none;
}

.prod__table__i {
  display: block;
  font-size: 14px;
  color: #121212;
  line-height: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.prod__price {
  color: #424242;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.prod__old-price {
  color: #939598;
  font-size: 24px;
  text-decoration: line-through;
  line-height: 1;
  margin-bottom: 10px;
}


.prod .sm-dote {
  display: inline-block;
  margin-bottom: 17px;
}

.prod .sm-dote li {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 3px;
  font-size: 12px;
}

.prod ol {
  display: inline-block;
}

.prod ol li {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 25px;
}

.prod__bottom {
  margin-top: 20px;
}

.prod-bot {
  padding-bottom: 20px;
}

.prod-bot__title {
  font-size: 36px;
  color: #424242;
  font-weight: 700;
  margin-bottom: 34px;
}

.prod-more .owl-prev {
  display: block;
  width: 31px;
  height: 30px;
  background: #2d63d5 url(../img/sprite.png) 10px -687px no-repeat;
  position: absolute;
  border-radius: 5px 0 0 5px;
  top: -57px;
  right: 49px;
  border-right: 1px solid #3147b4;
  cursor: pointer;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.prod-more .owl-prev:hover {
  background: #3147b4 url(../img/sprite.png) 10px -687px no-repeat;
}

.prod-more .owl-next {
  display: block;
  width: 31px;
  height: 30px;
  background: #2d63d5 url(../img/sprite.png) 14px -718px no-repeat;
  position: absolute;
  border-radius: 0 5px 5px 0;
  top: -57px;
  right: 18px;
  cursor: pointer;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.prod-more .owl-next:hover {
  background: #3147b4 url(../img/sprite.png) 14px -718px no-repeat;
}

.prod-more .item {
  width: 220px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 9px 9px 15px 9px;
  border-radius: 5px;
}

.prod-more .item a {
  display: block;
  text-decoration: none;
}

.prod-more .item img {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
}

.prod-more .item span {
  display: block;
  margin: 0 9px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 17px;
  font-family: "Open Sans";
  font-weight: 800;
  color: #121212;
  overflow: hidden;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
}

.prod-more .item small {
  font-size: 11px;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 800;
  color: #2d63d5;
  position: relative;
  margin: 0 9px;
  line-height: 1;
  text-decoration: underline;
}

.prod-more .item small:after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  bottom: 2px;
  border: 3px solid transparent;
  border-left: 3px solid #2d63d5;
}

.gr-text_prod .wrap {
  overflow: hidden;
  padding-top: 40px;
}

.gr-text_prod {
  padding-top: 0;
}

.prod-bot {
  width: 1198px;
}

/*==================== contacts =============================*/
.contacts__left {
  width: 280px;
  float: left;
}

.contacts__i {
  margin-bottom: 45px;
}

.contacts__i .partners__item__title {
  color: #424242;
}

.contacts__i__clock {
  display: block;
  padding-left: 30px;
  color: #121212;
  font-size: 14px;
  position: relative;
}

.contacts__i__clock:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  background: url(../img/sprite.png) 0 -390px no-repeat;
}

.contacts__i a {
  color: #2d63d5;
  font-size: 14px;
  text-decoration: none;
  /*  padding-left: 30px;*/
  position: relative;
}

.contacts__i a:after {
  /*  content:'';*/
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  left: 2px;
  top: 2px;
  background: url(../img/sprite.png) 0 -415px no-repeat;
}

.contacts__i_2 {
  margin-bottom: 45px;
}

.contacts__i_2 a {
  color: #2d63d5;
  font-size: 14px;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}

.contacts__i_2 a:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  left: 2px;
  top: 2px;
  background: url(../img/sprite.png) 0 -415px no-repeat;
}

.contacts__right {
  width: 860px;
  float: right;
}

.contacts__right .partners__item__title {
  border-bottom: 0;
  color: #424242;
  margin-bottom: 26px;
}

.contacts__text {
  color: #2d63d5;
  font-size: 14px;
  margin-bottom: 30px;
}

.map {
  height: 400px;
  margin-bottom: -45px;
}

.contacts__form__half {
  float: left;
  width: 420px;
  margin-bottom: 40px;
  position: relative;
}

.contacts__form__half:nth-of-type(2n) {
  float: right;
}

.contacts__form__half .of-input {
  margin-bottom: 0;
}

.errorMessage {
  position: absolute;
  left: 0;
  bottom: -20px
}

#page-form {
  position: relative;
}

.hidden {
  display: none !important;
}

/*==================== non autorized =============================*/
.log-page {
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}

.log-page__title {
  text-align: center;
  color: #2d63d5;
  font-size: 36px;
  font-weight: 700;
  font-family: "PT Sans";
  line-height: 1;
  margin-bottom: 18px;
}

.log-page__text {
  text-align: center;
  font-size: 16px;
  color: #424242;
  line-height: 30px;
  margin-bottom: 24px;
}

.btn {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  border: 2px solid #2d63d5;
  color: #2d63d5;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  margin: 0 4px;
}

.btn.btn-facebook {
  background-image: url('../img/facebook_logo.png');
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 4px 0 29px;
}

.btn.btn-facebook:hover {
  background-image: url('../img/facebook_logo_white.png');
  background-repeat: no-repeat;
  background-position: left;
  background-color: #2d63d5;
}

.btn.btn-google {
  background-image: url('../img/google_logo.png');
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 4px 0 29px;
}

.btn.btn-google:hover {
  background-image: url('../img/google_logo_white.png');
  background-repeat: no-repeat;
  background-position: left;
  background-color: #2d63d5;
}

.btn:hover {
  color: #fff;
  background: #2d63d5;
}

.btn_light {
  color: #3ed6f7;
  border-color: #3ed6f7
}

.btn_light:hover {
  background: #3ed6f7;
}

.not-loged-btns {
  margin-bottom: 40px;
}

.gr-text__sm-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #424242;
  font-weight: 600;
  margin-bottom: 10px;
}

.sm-dote {
  padding-left: 0;
}

.sm-dote li {
  list-style: none;
  padding-left: 13px;
  position: relative;
}

.sm-dote li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a6dd7;
}

/*==================== lk =============================*/
.lk-3 {
  float: left;
  width: 370px;
  margin-right: 35px;
  margin-top: 8px;
}

.lk-3:nth-of-type(3n) {
  margin-right: 0;
}

.lk-3__title {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.lk-3__title:after {
  content: '';
  display: block;
  width: 50px;
  border-top: 1px solid #1cb3fd;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.lk-3__title_sm {
  font-size: 14px;
  color: #121212;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 18px;
}

.lk-3 a {
  line-height: 1;
  color: #2d63d5;
  font-size: 14px;
  text-decoration: none;
  margin-left: 36px;
  position: relative;
}

.lk-3 a:after {
  content: '';
  display: block;
  position: absolute;
}

.lk-3 a:hover {
  text-decoration: underline;
}

.lk-3__l-1:after {
  width: 16px;
  height: 21px;
  left: -30px;
  top: -2px;
  background: url(../img/sprite.png) 0 -435px no-repeat;
}

.lk-3__l-2:after {
  width: 23px;
  height: 23px;
  left: -36px;
  top: -2px;
  background: url(../img/sprite.png) 0 -460px no-repeat;
}

.lk-3__l-3:after {
  width: 25px;
  height: 17px;
  left: -36px;
  top: 2px;
  background: url(../img/sprite.png) 0 -485px no-repeat;
}

.lk-prop {
  font-size: 16px;
  line-height: 1;
  color: #424242;
  margin-bottom: 37px;
  font-weight: 600;
}

.lk-3__title_nm {
  margin-bottom: 0;
  border-bottom: 0;
}

.lk-3__title_nm:after {
  display: none;
}

.lk-3 input {
  margin-bottom: 45px;
}


/*==================== lk orders =============================*/

.acrdn {
  width: 100%;
  margin: 10px auto 30px;
}

.acrdn-item-head {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
  padding: 0 20px 0 20px;
  text-decoration: none;
  cursor: pointer;
  background: #267ef4;
  border-bottom: 1px solid #ffffff;
  border-radius: 3px;
}

.acrdn-item.opened .acrdn-item-head {
  background: #2d63d5;
  border-bottom: 0;
}

.acrdn-item-head:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 20px;
  border: 3px solid transparent;
  border-top: 3px solid #ffffff;
}

.acrdn-item.opened .acrdn-item-head:after {
  border: 3px solid transparent;
  top: 20px;
  border-bottom: 3px solid #ffffff;
}

.acrdn-item-head span {
  margin-left: 20px;
  font-size: 12px;
  color: #ade2ff;
  font-weight: 400;
}

.acrdn-item-body {
  padding-bottom: 10px;
  display: none;
}

.acrdn-item.opened .acrdn-item-body {
  display: block;
}

.acrdn-item table {
  width: 100%;
}

.acrdn-item table td {
  border: 1px solid #d2d2d2;
  padding: 14px 0 14px 20px;
  color: #424242;
  font-size: 13px;
  text-align: left;
}

.acrdn-item table td:first-of-type {
  width: 60px;
  font-size: 12px;
}

.acrdn-item table td:nth-of-type(2) {
  width: 280px;
}

.acrdn-item table td:nth-of-type(3) {
  width: 425px;
  font-size: 12px;
}

.acrdn-item table td:nth-of-type(4) {
  color: #121212;

  width: 100px;
}

.acrdn-item table td:nth-of-type(5) {
  width: 120px;
}

.acrdn-item table td:nth-of-type(6) {
  width: 75px;
  color: #e36262;
}

.acrdn-item table td:nth-of-type(7) {
  width: 120px;
}

.acrdn-item table td a {
  color: #2d63d5;
  font-size: 13px;
  text-decoration: none;
}

.acrdn-item table th {
  border: 1px solid #d2d2d2;
  border-top: 0;
  padding: 14px 0 14px 20px;
  text-align: left;
  color: #424242;
  font-weight: 700;
  font-family: "PT Sans";
  font-size: 12px;
  background: #f0f0f0;
}

.acrdn-item table tr:last-of-type {
  background: #ecf3f6;
}

.acrdn-item table tr:last-of-type td {
  border-color: #ecf3f6;
  color: #424242;
  font-weight: 700;
  font-size: 16px;
}

.acrdn-item table tr:last-of-type td span {
  color: #2d63d5;
}

.acrdn-item .table-products td:nth-of-type(3) {
  width: 320px;
}

.acrdn-item .table-products td:nth-of-type(4) {
  width: 130px;
  padding: 0;
}

.table-products_b {
  background: #fff;
  margin-bottom: 30px;
}

.table-products_b th {
  background: #f0f0f0;
  border-right: 1px solid #d2d2d2;
  border: 1px solid #d2d2d2;
  padding: 14px 0 14px 20px;
  text-align: left;
  color: #424242;
}

.table-products_b td {
  border: 1px solid #d2d2d2;
  text-align: left;
  padding: 14px 0 14px 20px;
}

.order-cnt {
  width: 130px;
}

.plus {
  display: block;
  width: 30px;
  height: 50px;
  box-sizing: border-box;
  float: left;
  background: url(../img/sprite.png) 10px -640px no-repeat;
}

.score {
  display: block;
  height: 50px;
  box-sizing: border-box;
  width: 70px;
  float: left;
  border: 0;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  text-align: center;
  font-size: 16px;
  color: #121212;
  font-family: "PT Sans";
  -webkit-box-shadow: inset 0 5px 15px -5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 5px 15px -5px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 5px 15px -5px rgba(0, 0, 0, 0.07);
}

.minus {
  display: block;
  width: 30px;
  height: 50px;
  box-sizing: border-box;
  float: right;
  background: url(../img/sprite.png) 10px -606px no-repeat;
}

.acrdn-item .table-products td:nth-of-type(5) {
  width: 110px;
}

.acrdn-item .table-products td:nth-of-type(7) {
  width: 110px;
}

.acrdn-item .table-products td:nth-of-type(8) {
  width: 95px;
  padding: 14px 0;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.cart {
  display: inline-block;
  width: 100%;
  height: 49px;
  border: 1px solid #fff;
  border-top: 0;
  box-sizing: border-box;
  margin: 0 auto -6px;
  position: relative;
}

.cart.active {
  background: #ecf3f6;
}

.cart:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/sprite.png) 0 -555px no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.cart.active:before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url(../img/ar-b.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -5px;
}

.acrdn-item .table-products tr:last-of-type td {
  padding: 14px 20px;

}

.acrdn-item .table-products tr:last-of-type td a {
  float: left;
  display: block;
  padding-left: 15px;
  color: #2d63d5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.acrdn-item .table-products tr:last-of-type td a:hover {
  text-decoration: underline;
}

.acrdn-item .table-products tr:last-of-type td a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 7px;
  height: 9px;
  top: 4px;
  background: url(../img/sprite.png) 0 -580px no-repeat;
}

.acrdn-item .table-products tr:last-of-type td a:last-of-type {
  float: right;
  display: block;
  padding-right: 15px;
}

.acrdn-item .table-products tr:last-of-type td a:last-of-type:after {
  background: url(../img/sprite.png) 0 -595px no-repeat;
  left: auto;
  right: 0;
}

.lk-form {
  background: #ecf3f6;
  padding: 40px 0 50px 0;
  margin-bottom: -45px;
  position: relative;
}

.lk-form .m-title {
  color: #2d63d5;
  margin-top: 0;
  text-align: center;
  margin-bottom: 40px;
}

.lk-form__title {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.lk-form__title:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 50px;
  margin-left: -25px;
  border-bottom: 1px solid #1cb3fd;
}

.lk-form .log-input {
  margin-bottom: 25px;
}

.lk-form__textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
  height: 130px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  height: 100px;
  border-radius: 5px;
  background: #ffffff;
  color: #424242;
  margin-bottom: 30px;
  resize: none;
}

.lk-form .btn {
  width: 170px;
  padding: 0;
}

.lk-form__total {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #424242;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
}

.lk-form__total strong,
.total {
  color: #424242;
  font-weight: 700;
  padding: 0 20px;
  border-right: 1px solid #d2d2d2;
  padding-left: 0;
}

.lk-form__total strong:first-of-type {
  border-right: 1px solid #d2d2d2;
}

.total+.total,
.lk-form__total strong+strong {
  border-right: 0;
  padding-left: 20px;
  padding-right: 0;
}

.lk-form__total span {
  color: #2d63d5;
}

/*==================== login =============================*/
.login {
  margin: 0 auto 0;
  width: 280px;
  padding-top: 25px;
}

.log-label {
  display: block;
  color: #424242;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 13px;
}

.log-label span {
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  top: -7px;
  margin-left: 5px;
  background: url(../img/sprite.png) 0 -200px no-repeat
}

.log-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  height: 40px;
  margin-bottom: 23px;
  border-radius: 5px;
  background: #ffffff;
  color: #424242;
  font-size: 14px;
  font-family: "Open Sans";
  border: 1px solid #d2d2d2;
}

.log-input__login {
  padding-left: 35px;
  background: url(../img/sprite.png) 12px -125px no-repeat
}

.log-input__password {
  padding-left: 35px;
  background: url(../img/sprite.png) 11px -155px no-repeat
}

.log-input::-webkit-input-placeholder {
  color: #424242;
}

.log-input::-moz-placeholder {
  color: #424242;
}

.log-input:-moz-placeholder {
  color: #424242;
}

.log-input:-ms-input-placeholder {
  color: #424242;
}

.login__text {
  text-align: center;
  margin-top: 30px;
  line-height: 1;
  color: #121212;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.login__text a {
  color: #3a6dd7;
}

.login .btn {
  margin-top: 7px;
}

.login .clearfix .log-label {
  float: left;
}

.login .clearfix a {
  display: block;
  float: right;
  line-height: 1;
  margin-top: 2px;
  color: #2d63d5;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dotted #2d63d5;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.login .clearfix a:hover {
  border-color: transparent;
}

/*==================== registration =============================*/
.reg {
  width: 580px;
  margin: 0 auto;
  padding-top: 25px;
}

.reg__half {
  float: left;
  width: 280px;
}

.reg__half:nth-of-type(2n) {
  float: right;
}

.reg__add_file {
  display: inline-block;
  color: #2d63d5;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px dotted #2d63d5;
  margin-left: 30px;
  position: relative;
}

.reg__add_file:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: -6px;
  width: 22px;
  height: 19px;
  background: url(../img/sprite.png) 0 -216px no-repeat;
}

.reg__files {
  display: block;
  height: 40px;
  background: #ecf3f6;
  line-height: 40px;
  color: #424242;
  font-size: 12px;
  padding-left: 30px;
  position: relative;
  border-radius: 5px;
  margin-top: 15px;
}

.reg__files:before {
  content: '';
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  left: 9px;
  top: 12px;
  background: url(../img/sprite.png) 0 -240px no-repeat;
}

.reg__files a {
  color: #424242;
  text-decoration: none;
}

.reg .btn {
  margin-top: 30px;
}

.reg__files__del {
  display: block;
  position: absolute;
  right: 13px;
  top: 14px;
  width: 12px;
  height: 12px;
  background: url(../img/sprite.png) 0 -261px no-repeat
}


.jqui-select {
  margin-bottom: 25px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  font-size: 14px;
  color: #666666 !important;

}

.jqui-select .ui-state-default {
  font-weight: 400;
  font-size: 12px;
  outline: none !important;
  height: 40px;
  width: 100% !important;
  box-sizing: border-box;
  font-family: 'Open Sans';
  font-size: 14px;
  margin-bottom: -5px;
}

.jqui-select .ui-selectmenu-text {
  background: #fff !important;
  padding: 0.7em 2.1em 0.8em 1em !important;
}

.jqui-select .ui-selectmenu-text:before {
  position: absolute;
  content: '';
  width: 37px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  right: 0;
  border-left: 1px solid #d3d2d2;
  border-radius: 0 5px 5px 0;
}

.jqui-select .ui-selectmenu-button {
  border: 1px solid #d3d2d2;
  border-radius: 5px;
}

.jqui-select .ui-selectmenu-button .ui-icon-triangle-1-s {
  background: none !important;
  margin-top: -2px !important;
  border: 4px solid transparent;
  border-top: 4px solid #000000;
  z-index: 3;
  width: auto;
  right: 15px !important;
}

.ui-selectmenu .ui-widget-content {
  background: #fff !important;
}

.ui-selectmenu-menu .ui-menu-item {
  background: #fff !important;
  font-family: 'Open Sans';
  margin: 0 !important;
  font-size: 14px !important;
  color: #424242;
  padding-left: 1em;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  background: #fafafa !important;
  border: 0 !important;
  color: #666666;
  font-weight: 400;
  font-size: 14px !important;
}

/*==================== about =============================*/
.about__title {
  font-size: 16px;
  text-transform: uppercase;
  color: #424242;
  font-weight: 600;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 25px;
}

.about__title:after {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #1cb3fd;
}

.about-cert {
  padding-top: 27px;
  margin-top: 25px;
  border-top: 1px solid #d2d2d2;
}

.about-cert .cat__i {
  width: 280px;
  margin-right: 20px;
  padding: 0;
  border: 0;
}

.about-cert .cat__i__img img {
  border-radius: 5px;
}

.about-cert .cat__i:nth-of-type(4n) {
  margin-right: 0;
}


/*==================== footer =============================*/
footer {
  background: #3147b4;
}

.footer-top {
  background: url(../img/footer-shadow.png) center top no-repeat;
  padding: 17px 0 0;
}

.footer-top__f {
  padding-bottom: 17px;
  border-bottom: 1px solid #5a6cc3;
}

.footer-top__f__menu {
  float: left;
  line-height: 1;
  padding-top: 10px;
}

.footer-top__f__menu a {
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}

.footer-top__f__menu a:hover {
  text-decoration: none;
}

.footer-top__f__info {
  float: right;
}

.footer-top__f__info a {
  float: left;
  margin-left: 10px;
}

.footer-btn {
  float: left;
  display: inline-block;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  color: #324bc9;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}

.footer-btn:hover {
  background: #273990;
  color: #fff;
}

.footer-top__s {
  padding-top: 28px;
  border-bottom: 1px solid #5a6cc3;
  padding-bottom: 18px;
}

.footer-top__s__i {
  float: left;
  width: 300px;
}

.footer-top__s__i:last-of-type {
  width: 280px;
}

.footer-top__s__i ul {
  margin: 0;
  padding: 0;
}

.footer-top__s__i ul li {
  padding: 0;
  margin: 0 0 14px;
  list-style: none;
  line-height: 1;
}

.footer-top__s__i ul li:last-of-type {
  margin-bottom: 0;
}

.footer-top__s__i ul li a {
  font-size: 12px;
  color: #fff;
}

.footer-top__grafik {
  padding-left: 28px;
  color: #ffffff;
  font-size: 12px;
  margin-top: 1px;
  line-height: 1;
  margin-bottom: 26px;
  position: relative;
}

.footer-top__grafik:before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -4px;
  left: 0;
  background: url(../img/sprite.png) 0 -31px no-repeat
}

.footer-top__grafik strong {
  display: block;
  margin-bottom: 13px;
  font-weight: 700;
}

.footer-top .header__search {
  float: none;
  width: 100%;
  background: #273990;
}

.footer-top .header__search__text {
  width: 240px;
}

.footer-top .header__search__subm {
  background: url(../img/sprite.png) 0 -65px no-repeat;
}

.footer-top .header__search__text {
  color: #fff;
}

.footer-top .insta-btn {
  background: url(../img/insta-bottom.png) 0 0 no-repeat;
}

.footer-top .insta-btn:after {
  background: url(../img/insta-bottom-h.png) 0 0 no-repeat;
}

.footer-top .insta-btn:hover {
  background: url(../img/insta-bottom-h.png) 0 0 no-repeat;
}

.footer-top .facebook-btn {
  background: url(../img/facebook-bottom.png) 0 0 no-repeat;
}

.footer-top .facebook-btn:after {
  background: url(../img/facebook-bottom-h.png) 0 0 no-repeat;
}

.footer-top .facebook-btn:hover {
  background: url(../img/facebook-bottom-h.png) 0 0 no-repeat;
}

.footer-top .twitter-btn {
  background: url(../img/twitter-bottom.png) 0 0 no-repeat;
}

.footer-top .twitter-btn:after {
  background: url(../img/twitter-bottom-h.png) 0 0 no-repeat;
}

.footer-top .twitter-btn:hover {
  background: url(../img/twitter-bottom-h.png) 0 0 no-repeat;
}

.footer-top .youtube-btn {
  background: url(../img/youtube-bottom.png) 0 0 no-repeat;
}

.footer-top .youtube-btn:after {
  background: url(../img/youtube-bottom-h.png) 0 0 no-repeat;
}

.footer-top .youtube-btn:hover {
  background: url(../img/youtube-bottom-h.png) 0 0 no-repeat;
}

.footer-top .google-btn {
  background: url(../img/google-bottom.png) 0 0 no-repeat;
}

.footer-top .google-btn:after {
  background: url(../img/google-bottom-h.png) 0 0 no-repeat;
}

.footer-top .google-btn:hover {
  background: url(../img/google-bottom-h.png) 0 0 no-repeat;
}

.footer-top .pinterest-btn {
  background: url(../img/pinterest-bottom.png) 0 0 no-repeat;
}

.footer-top .pinterest-btn:after {
  background: url(../img/pinterest-bottom-h.png) 0 0 no-repeat;
}

.footer-top .pinterest-btn:hover {
  background: url(../img/pinterest-bottom-h.png) 0 0 no-repeat;
}

/*==================== footer bottom =============================*/
.footer-bottom {
  padding: 21px 0 18px;
}

.footer-copyright {
  float: left;
  font-size: 11px;
  color: #99c0f4;
  padding-top: 4px;
}

.footer-copyright img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.footer-frog {
  float: right;
  font-size: 11px;
  color: #99c0f4;
}

.footer-frog a {
  color: #99c0f4;
  text-decoration: none;
}

.footer-frog img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}



/*==================== forms =============================*/
.overlay-forms {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(236, 243, 246, .9);
}

.of-form {
  display: none;
  width: 300px;
  position: fixed;
  top: 50px;
  left: 50%;
  padding: 27px 30px 30px;
  box-sizing: border-box;
  margin-left: -150px;
  border-radius: 7px;
  background: #fff;
}

.of-form__title {
  font-size: 20px;
  color: #121212;
  font-family: 'PT Sans';
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  margin-bottom: 20px;
}

.of-form__title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 1px solid #1cb3fd;
  width: 50px;
}

.of-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  background: url(../img/sprite.png) 0 -99px no-repeat;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.of-close:hover {
  opacity: .8;
}

.of-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #f0f0f0;
  color: #424242;
  font-size: 14px;
  font-family: "Open Sans";
  border: 1px solid #f0f0f0;
}

.of-input::-webkit-input-placeholder {
  color: #424242;
}

.of-input::-moz-placeholder {
  color: #424242;
}

.of-input:-moz-placeholder {
  color: #424242;
}

.of-input:-ms-input-placeholder {
  color: #424242;
}

.of-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
  height: 130px;
  margin-bottom: 40px;
  border: 1px solid #f0f0f0;
  height: 100px;
  border-radius: 5px;
  background: #f0f0f0;
  color: #424242;
  resize: none;
}

.contacts-textarea {
  position: relative;
}

.of-textarea::-webkit-input-placeholder {
  color: #424242;
}

.of-textarea::-moz-placeholder {
  color: #424242;
}

.of-textarea:-moz-placeholder {
  color: #424242;
}

.of-textarea:-ms-input-placeholder {
  color: #424242;
}

.form_error {
  border-color: #dc211e;
}

.of-submit {
  width: 150px;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #2d63d5;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  border-radius: 5px;
  border: 2px solid #2d63d5;
  border-radius: 30px;
  font-weight: 800;
  margin: 0 auto;
}

.of-submit:hover {
  color: #fff;
  background: #2d63d5;
}

a.pluso-more {
  display: none !important;
}

.pluso-counter b {
  display: none !important;
}

.isviber {
  position: relative;
  padding-left: 0 !important;
}

.isviber:before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('../img/viber.png') no-repeat;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

.isviber:after {
  display: none !important;
}

.popup-login-btn {
  float: none;
  width: 194px;
  margin: 25px auto 0;
}

.btn {
  cursor: pointer;
}

#page-form2 {
  height: 45px;
  background: #fff;
}

#page-form2:hover {
  background: #2d63d5;
}

.cookie {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding: 30px;
  box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
  border-radius: 5px;
}

.cookie-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.cookie-inner p {
  font-size: 15px;
}

#accept_cookie {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: rgba(49, 91, 124, 1.00);
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.contacts__text,
#page-form {
  /*display: none;*/
}

.pop-up__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000050;
  z-index: 100;
  padding: 50px 20px;
}

.contacts-float {
  background: #fff;
  border-radius: 20px;
}

.contacts-social {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.contacts-social a:first-child {
  margin-right: 20px;
}

.contacts-social a {
  background: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  height: 35px;
  width: 100px;
  height: 35px;
  border-radius: 20px;
	border: 2px solid #ebebeb;
	transition: all .3s ease;
}

.contacts-social a:hover {
	background: #ebebeb00;
}

.contacts-social img {
  object-fit: contain;
  max-height: 30px;
  height: 30px;
}

.contacts-social .alignnone {
	margin: 0;
}

@media (max-width: 767px) {

  /* .contacts-float {
    max-width: 95%;
  } */

  .cookie {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    width: 85%;
  }

  .cookie-inner p {
    font-size: 13px;
  }
}

@media (min-width: 860px) {
  .contacts-float {
    max-width: 860px;
    padding: 30px;
  }

}

.contacts__form__half select.of-input {
  border-right: 10px solid #f0f0f0;
}

.contacts__form__half select.of-input.error {
  margin-bottom: 40px;
}

@media (max-width: 628px) {
  .contacts__form__half select.of-input.error {
    margin-bottom: 40px;
  }
}

@media (max-width: 648px) {
  .contacts-float select.of-input.error {
    margin-bottom: 40px;
  }
}