@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.woff2") format("woff2"),
    url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"),
    url("../fonts/GothamPro/GothamPro.svg#GothamPro") format("svg"),
    url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro-Bold";
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.woff2") format("woff2"),
    url("../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"),
    url("../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype"),
    url("../fonts/GothamPro-Bold/GothamPro-Bold.svg#GothamPro-Bold") format("svg"),
    url("../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro-Medium";
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.woff2") format("woff2"),
    url("../fonts/GothamPro-Medium/GothamPro-Medium.woff") format("woff"),
    url("../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype"),
    url("../fonts/GothamPro-Medium/GothamPro-Medium.svg#GothamPro-Medium") format("svg"),
    url("../fonts/GothamPro-Medium/GothamPro-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro-Light";
  src: url("../fonts/GothamPro-Light/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light/GothamPro-Light.woff2") format("woff2"),
    url("../fonts/GothamPro-Light/GothamPro-Light.woff") format("woff"),
    url("../fonts/GothamPro-Light/GothamPro-Light.ttf") format("truetype"),
    url("../fonts/GothamPro-Light/GothamPro-Light.svg#GothamPro-Light") format("svg"),
    url("../fonts/GothamPro-Light/GothamPro-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamPro-LightItalic";
  src: url("../fonts/GothamPro-LightItalic/GothamPro-LightItalic.eot");
  src: url("../fonts/GothamPro-LightItalic/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamPro-LightItalic/GothamPro-LightItalic.woff2") format("woff2"),
    url("../fonts/GothamPro-LightItalic/GothamPro-LightItalic.woff") format("woff"),
    url("../fonts/GothamPro-LightItalic/GothamPro-LightItalic.ttf") format("truetype"),
    url("../fonts/GothamPro-LightItalic/GothamPro-LightItalic.svg#GothamPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

html {
  height: 100%;
}
body {
  font-family: "GothamPro", sans-serif;
  background: #fafafa;
  font-size: 16px;
  color: #282528;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}
.wrap {
  margin: 0 auto;
  position: relative;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button,
input,
textarea {
  outline: none;
  box-shadow: none;
}
h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 3px;
}
.fa-chevron-left {
  font-size: 30px;
  width: 60px !important;
  height: 60px !important;
  display: block;
  line-height: 60px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.fa-chevron-left:hover {
  border-color: #fff;
}
.fa-chevron-right {
  font-size: 30px;
  width: 60px !important;
  height: 60px !important;
  display: block;
  line-height: 60px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.fa-chevron-right:hover {
  border-color: #fff;
}
.row {
  margin: 0;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px !important;
}

@media screen and (min-width: 1510px){
  .blog-content > .container {
    max-width: 1550px !important;
  }
}


/*header*/
.header {
  position: relative;
  min-height: 100%;
}
.car-main {
  height: 100%;
}
.car-main .carousel-inner {
  height: 100%;
  display: block;
  width: 100%;
  background: #36a0dd url("../images/slider/one.jpg") center 0 no-repeat;
  background-size: cover;
}
.car-main .carousel-inner .item {
  height: 100%;
}
.carousel-caption {
  top: 35%;
}
.carousel-control {
  width: 15%;
}
.capt-top {
  font-size: 60px;
  font-weight: bold;
  text-shadow: none;
}
.capt-descr {
  font-size: 20px;
  text-shadow: none;
  color: #fff;
}
.slider-but {
  height: 64px;
  line-height: 64px;
  padding: 0 20px 0 20px;
  border: 3px solid #fff;
  border-radius: 0;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 50px;
  transition: all 0.15s ease-in-out;
}
.slider-but-img {
  display: inline-block;
  width: 37px;
  height: 35px;
  overflow: hidden;
  position: relative;
  top: 8px;
}
.slider-but-img img {
  left: 0;
  top: 0;
  position: absolute;
}
.slider-but:hover {
  border-color: #282528;
}
.slider-but:hover .slider-but-img img {
  top: -35px;
  transition: all 0.3s ease-in-out;
}
.slider-but:active {
  border: 3px solid #282528;
}
.slider-but:focus {
  border: 3px solid #282528;
}
.navbar-all {
  position: fixed;
  top: 44px;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.87);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  width: 100%;
  z-index: 10;
}
.nav-padd {
  padding: 13px 13px 11px;
}
.navbar-collapse {
  padding: 17px 0 11px 0;
}
.page-template-default .navbar-collapse {
  padding-top: 11px;
}
.navbar-inverse .navbar-nav > li {
  padding: 0 0 0 0;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "GothamPro-Medium", sans-serif;
  display: block;
  margin: 0 0 0 29px;
  font-size: 17px;
  color: #7e7c7e;
  border-bottom: 1px solid #bebdbe;
  padding: 0;
}
.navbar-inverse .navbar-nav > li.current-menu-item a {
  color: #333;
  border: none;
}
.navbar-inverse .navbar-nav > li > a:active {
  color: #7e7c7e;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #7e7c7e;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #333;
}
.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #282528;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #fff !important;
}
.navbar-inverse .navbar-toggle:active .icon-bar {
  background-color: #fff !important;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff !important;
}
.mPS2id-highlight {
  color: #0f94e0 !important;
  border-color: #0f94e0 !important;
}

/*content*/
.blog-main {
  background: #fff;
}
.prem-main {
  background: #fff;
}

.flex-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.absolute_center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-block {
  padding: 60px 0 85px 0;
  line-height: 30px;
}
.main-b-title {
  font-size: 48px;
  color: #333;
  font-family: "GothamPro-Bold", sans-serif;
  position: relative;
  line-height: 56px;
  margin: 47px 0 43px;
}
.main-b-title:after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: -25px;
  left: 0;
  background: #0f94e0;
}
.main-descr-title {
  font-size: 24px;
  margin-bottom: 22px;
}
.main-descr {
  line-height: 1.7;
}
.main-descr + .main-descr {
  margin-top: 16px;
}

.tab-pane {
  display: none;
}
.tab-pane_active {
  display: block;
}
.flex-jc-c {
  justify-content: center;
}
.prem-header {
  position: relative;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.prem-body {
  padding: 50px 15px 20px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
}
.prem-body__title {
  font-size: 20px;
  font-family: "GothamPro-Bold", sans-serif;
  margin-bottom: 10px;
  color: #333;
}
.prem-body__toggle-text p {
  font-size: 14px;
  color: #333;
  font-family: "GothamPro-Light", sans-serif;
  line-height: 24px;
}
.prem-body__toggle-link {
  color: #333;
  display: inline-block;
  font-size: 11px;
  border-bottom: 1px dashed #707070;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 2px;
  font-family: "GothamPro-Medium", sans-serif;
}
.prem-body__toggle-link:hover {
  text-decoration: none;
  color: #0e93e2;
  border-color: #0e93e2;
}
.prem-body__toggle-two {
  display: none;
}
.prem-block {
  margin-top: 18px;
}
.prem-btn {
  min-height: 150px;
  text-align: center;
  width: 20%;
  background: none;
  padding: 0 1.5%;
  border: none;
}
.prem-i-img {
  display: inline-block;
  height: 44px;
  width: 50px;
  position: relative;
}
.prem-i-img svg {
  fill: #0e93e2;
}
.prem-i-title {
  font-size: 15px;
  line-height: 19px;
  font-family: "GothamPro-Bold", sans-serif;
  margin-top: 9px;
}

.prem-body__toggle-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.prem-body__toggle-list li {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-family: "GothamPro-Light", sans-serif;
}
.prem-body__toggle-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #00a7cd;
  width: 8px;
  border-radius: 50%;
  height: 8px;
}
.prem-body__img {
  /*min-height: 310px;*/
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
/*.prem-body__img_video{*/
/*min-height: auto;*/
/*}*/
.prem-body__img video,
.prem-body__img img {
  display: block;
  width: 100%;
}

.prem-body__img-fade {
  position: absolute;
  top: 0;
  right: 0;
}
.prem-body__img-fade:first-child {
  position: relative;
}
.prem-body__img-fade:nth-of-type(1) {
  animation: fade1 30s 2s infinite backwards;
  -webkit-animation: fade1 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(2) {
  animation: fade2 30s 2s infinite backwards;
  -webkit-animation: fade2 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(3) {
  animation: fade3 30s 2s infinite backwards;
  -webkit-animation: fade3 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(4) {
  animation: fade4 30s 2s infinite backwards;
  -webkit-animation: fade4 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(5) {
  animation: fade5 30s 2s infinite backwards;
  -webkit-animation: fade5 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(6) {
  animation: fade6 30s 2s infinite backwards;
  -webkit-animation: fade6 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(7) {
  animation: fade7 30s 2s infinite backwards;
  -webkit-animation: fade7 30s 2s infinite backwards;
}
.prem-body__img-fade:nth-of-type(8) {
  animation: fade8 30s 2s infinite backwards;
  -webkit-animation: fade8 30s 2s infinite backwards;
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade3 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade4 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade5 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade6 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade7 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade8 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade1 {
  0% {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade2 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade3 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade4 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade5 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade6 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade7 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade8 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade6 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade7 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade8 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.prem-header:before,
.prem-btn:last-child:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: rgba(239, 245, 250, 1);
  background: -moz-linear-gradient(top, rgba(239, 245, 250, 1) 0%, rgba(233, 238, 243, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(239, 245, 250, 1)),
    color-stop(100%, rgba(233, 238, 243, 1))
  );
  background: -webkit-linear-gradient(top, rgba(239, 245, 250, 1) 0%, rgba(233, 238, 243, 1) 100%);
  background: -o-linear-gradient(top, rgba(239, 245, 250, 1) 0%, rgba(233, 238, 243, 1) 100%);
  background: -ms-linear-gradient(top, rgba(239, 245, 250, 1) 0%, rgba(233, 238, 243, 1) 100%);
  background: linear-gradient(to bottom, rgba(239, 245, 250, 1) 0%, rgba(233, 238, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5fa', endColorstr='#e9eef3', GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
}
.prem-btn:last-child:after {
  width: 20%;
  transition: transform 0.3s linear;
  background: rgba(14, 146, 222, 1);
  background: -moz-linear-gradient(top, rgba(14, 146, 222, 1) 0%, rgba(13, 141, 216, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(14, 146, 222, 1)),
    color-stop(100%, rgba(13, 141, 216, 1))
  );
  background: -webkit-linear-gradient(top, rgba(14, 146, 222, 1) 0%, rgba(13, 141, 216, 1) 100%);
  background: -o-linear-gradient(top, rgba(14, 146, 222, 1) 0%, rgba(13, 141, 216, 1) 100%);
  background: -ms-linear-gradient(top, rgba(14, 146, 222, 1) 0%, rgba(13, 141, 216, 1) 100%);
  background: linear-gradient(to bottom, rgba(14, 146, 222, 1) 0%, rgba(13, 141, 216, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e92de', endColorstr='#0d8dd8', GradientType=0 );
}

.prem-btn.tab-item_active + .prem-btn + .prem-btn + .prem-btn + .prem-btn:last-child:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.prem-btn + .prem-btn.tab-item_active + .prem-btn + .prem-btn + .prem-btn:last-child:after {
  /*left: 20%;*/
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.prem-btn + .prem-btn + .prem-btn.tab-item_active + .prem-btn + .prem-btn:last-child:after {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.prem-btn + .prem-btn + .prem-btn + .prem-btn.tab-item_active + .prem-btn:last-child:after {
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.prem-btn + .prem-btn + .prem-btn + .prem-btn + .prem-btn.tab-item_active:last-child:after {
  -webkit-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.reviews-wrap {
  max-width: 860px;
  margin: auto;
}
.reviews-block {
  padding: 90px 0;
}
.reviews-slider-nav {
  margin: 0 70px;
}
.reviews-slider-nav-item.slick-center .reviews-slider-nav-icon {
  opacity: 1;
  transition: opacity 0.2s ease-in 0.2s;
}
.reviews-slider-nav-icon {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  right: 7%;
  background: url("../images/sprite.png") no-repeat -337px -21px;
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 20;
}
.reviews-slider-nav-item {
  position: relative;
}
.reviews-slider-nav-img {
  height: 125px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.reviews-slider-nav-item.slick-center .reviews-slider-nav-img img {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.reviews-slider-nav-item.slick-center .reviews-slider-nav-img {
  width: 100%;
  transition: width 0.2s ease-in;
}
.reviews-slider-nav-img {
  width: 60%;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: width 0.2s ease-out;
}
.reviews-slider-nav-img img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
}
.reviews-slider-for-title {
  color: #333;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", sans-serif;
}
.reviews-slider-for {
  margin-top: 28px;
}
.reviews-slider-for-text {
  color: #333;
  font-size: 15px;
  line-height: 26px;
  margin-top: 17px;
}
.reviews-slider-for-text a {
  color: #333;
  display: inline-block;
  font-size: 11px;
  border-bottom: 1px dashed #707070;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 2px;
  margin-top: 22px;
  font-family: "GothamPro-Medium", sans-serif;
}
.reviews-slider-for-text a:hover {
  text-decoration: none;
  color: #0e93e2;
  border-color: #0e93e2;
}
.reviews-slider-for-text p {
  margin-bottom: 25px;
}
.reviews-slider-for-text p:last-child {
  margin-bottom: 0;
}
.reviews-slider-for-subtitle {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #0e93e2;
}
#modal-reviews-inner .reviews-slider-nav-img img {
  opacity: 1;
}
#modal-reviews-inner .reviews-slider-nav-img {
  margin-bottom: 26px;
}
#modal-reviews-inner {
  background-color: #fff;
  padding: 50px 30px;
}
#modal-reviews-inner .reviews-slider-for-text {
  font-size: 14px;
  line-height: 24px;
}
.prem-i-list li {
  position: relative;
  padding-left: 15px;
}
.prem-list > div {
  padding: 0;
}
.page .entry-title {
  display: none;
}

.portfolio-slider__block .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 0;
}
.portfolio-slider__block .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.portfolio-slider__block .slick-dots li button {
  width: 40px;
  height: 3px;
  background-color: #0e93e2;
  border: none;
  padding: 0;
}
.portfolio-slider__block .slick-dots li.slick-active button {
  background-color: #e9e7e7;
}
.portfolio-slider__block {
  margin: 30px 0 5vw;
  padding-bottom: 30px;
}
.portfolio-slider__work {
  width: calc(50% - 7px);
  margin: 0 14px 15px 0;
  position: relative;
}
.portfolio-slider__work img {
  max-width: 100%;
}
.portfolio-slider__work:nth-of-type(2n) {
  margin-right: 0;
}
.portfolio-slider__work:hover .portfolio-slider__work-hover {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.portfolio-slider__work-hover {
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(50, 98, 184, 0.85); */
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.35s;
}
.portfolio-slider__item:nth-child(2) .portfolio-slider__work:nth-child(1) .portfolio-slider__work-hover {
  background-color: rgba(24, 68, 94, 0.85);
}
.portfolio-slider__item:nth-child(2) .portfolio-slider__work:nth-child(2) .portfolio-slider__work-hover {
  background-color: rgba(177, 54, 83, 0.85);
}
.portfolio-slider__item:nth-child(2) .portfolio-slider__work:nth-child(3) .portfolio-slider__work-hover {
  background-color: rgba(250, 162, 141, 0.85);
}
.portfolio-slider__item:nth-child(2) .portfolio-slider__work:nth-child(4) .portfolio-slider__work-hover {
  background-color: rgba(77, 118, 191, 0.85);
}

.portfolio-slider__item:nth-child(3) .portfolio-slider__work:nth-child(1) .portfolio-slider__work-hover {
  background-color: rgba(123, 171, 57, 0.85);
}
.portfolio-slider__item:nth-child(3) .portfolio-slider__work:nth-child(2) .portfolio-slider__work-hover {
  background-color: rgba(209, 167, 35, 0.85);
}
.portfolio-slider__item:nth-child(3) .portfolio-slider__work:nth-child(3) .portfolio-slider__work-hover {
  background-color: rgba(125, 62, 0, 0.85);
}
.portfolio-slider__item:nth-child(3) .portfolio-slider__work:nth-child(4) .portfolio-slider__work-hover {
  background-color: rgba(234, 76, 76, 0.85);
}

.portfolio-slider__item:nth-child(4) .portfolio-slider__work:nth-child(1) .portfolio-slider__work-hover {
  background-color: rgba(125, 177, 27, 0.85);
}
.portfolio-slider__item:nth-child(4) .portfolio-slider__work:nth-child(2) .portfolio-slider__work-hover {
  background-color: rgba(239, 163, 40, 0.85);
}
.portfolio-slider__item:nth-child(4) .portfolio-slider__work:nth-child(3) .portfolio-slider__work-hover {
  background-color: rgba(177, 154, 139, 0.85);
}
.portfolio-slider__item:nth-child(4) .portfolio-slider__work:nth-child(4) .portfolio-slider__work-hover {
  background-color: rgba(55, 125, 179, 0.85);
}

.portfolio-slider__item:nth-child(5) .portfolio-slider__work:nth-child(1) .portfolio-slider__work-hover {
  background-color: rgba(218, 130, 17, 0.85);
}
.portfolio-slider__item:nth-child(5) .portfolio-slider__work:nth-child(2) .portfolio-slider__work-hover {
  background-color: rgba(232, 44, 59, 0.85);
}
.portfolio-slider__item:nth-child(5) .portfolio-slider__work:nth-child(3) .portfolio-slider__work-hover {
  background-color: rgba(62, 145, 169, 0.85);
}
.portfolio-slider__item:nth-child(5) .portfolio-slider__work:nth-child(4) .portfolio-slider__work-hover {
  background-color: rgba(232, 188, 66, 0.85);
}

.portfolio-slider__item:nth-child(6) .portfolio-slider__work:nth-child(1) .portfolio-slider__work-hover {
  background-color: rgba(149, 151, 153, 0.85);
}
.portfolio-slider__item:nth-child(6) .portfolio-slider__work:nth-child(2) .portfolio-slider__work-hover {
  background-color: rgba(169, 148, 117, 0.85);
}
.portfolio-slider__item:nth-child(6) .portfolio-slider__work:nth-child(3) .portfolio-slider__work-hover {
  background-color: rgba(45, 158, 213, 0.85);
}

.portfolio-slider__work:hover .portfolio-slider__work-text,
.portfolio-slider__work:hover .portfolio-slider__work-logo {
  transform: translateY(0);
  opacity: 1;
}
.portfolio-slider__work-name {
  font-family: "GothamPro-Bold", sans-serif;
  font-weight: 550;
  color: #fff;
  font-size: 33px;
}
.portfolio-slider__work-logo {
  transition: all 0.3s ease-out 0.2s;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.portfolio-slider__work-logo svg {
  fill: #fff;
}
.portfolio-slider__work-text {
  font-size: 15px;
  color: #fff;
  line-height: 23px;
  margin-top: 20px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.3s ease-out 0.4s;
}
.info-tooltip {
  position: relative;
}
.info-tooltip .tooltip {
  opacity: 1;
  width: 335px;
  top: auto !important;
  bottom: -15px;
  padding: 0 !important;
  left: calc(100% + 14px) !important;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
}
.info-tooltip .tooltip .tooltip-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  z-index: -1;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 8px 0;
  border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
}
.info-tooltip .tooltip .tooltip-arrow {
  position: absolute;
  top: auto;
  bottom: 20px;
  margin: 0 !important;
  right: 100%;
  left: auto !important;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.info-tooltip .tooltip-inner {
  /*width: 100%;*/
  max-width: 335px;
  padding: 15px 16px !important;
  background-color: #fff;
  text-align: left;
  color: #333;
  font-size: 13px;
  line-height: 22px;
}

.blog-cont {
  margin-top: 40px;
}
.blog-cont .col-md-12 {
  padding: 0;
}
.blog-cont .col-md-4 {
  padding: 0 15px 0 0;
}
.blog-cont .col-md-4:nth-child(1) {
  padding-left: 0;
}
.blog-cont .col-md-4:nth-child(3n + 3) {
  padding-right: 0;
}
.blog-cont .col-md-4:nth-child(4) {
  padding-left: 0;
}
.blog-cont .col-md-4:nth-child(4n + 3) {
  padding-left: 0;
}
.blog-block {
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 20px;
}
@media screen and (min-width: 1510px) {
  .blog-content .blog-block {
    max-width: 371px;
  }
}
.blog-block-img {
  display: block;
  height: 264px;
  overflow: hidden;
  position: relative;
}
.blog-block-img img {
  position: absolute;
  top: 0;
}
.blog-block-info {
  padding: 20px 21px 0 21px;
}
.blog-block-i-date {
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 12px;
  background: #0f94e0;
  width: 85px;
  text-align: center;
}
.blog-block-i-title {
  font-size: 18px;
  font-family: "GothamPro-Bold", sans-serif;
  line-height: 24px;
  padding-top: 5px;
}
.blog-block-i-title a {
  color: #333;
  border-bottom: 1px solid #969696;
  transition: all 0.15s;
}
.blog-block-i-title a:hover {
  color: #32ccdf;
  border-color: #32ccdf;
  text-decoration: none;
}
.blog-block-i-descr {
  font-family: "GothamPro-Light", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding-top: 13px;
  height: 82px;
  overflow: hidden;
}

.blog-content {
  padding: 40px 0 60px 0;
}
.blog-block-name {
  font-size: 16px;
  color: #303030;
  padding: 0 0 0 20px;
  margin: 0 0 0 15px;
  background: url("../images/user.png") 0 6px no-repeat;
}

.entry-title {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  padding: 15px 0 8px 0;
}
.entry-content {
  font-size: 17px;
  line-height: 30px;
  padding: 15px 0 60px 0;
}
.entry-content ol,
.entry-content ul {
  padding-left: 27px;
}
.entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 5px;
}
.entry-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #0f94e0;
  border-radius: 50%;
}
.entry-content p {
  padding: 10px 0 5px 0;
}
.entry-content h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -1px;
}
.entry-content img.aligncenter {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

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

.cat-header {
  background: #523c42;
  color: #fff;
  margin-top: 2px;
  background: url("../images/blog.jpg") center center no-repeat;
  background-size: cover;
  padding: 77px 0 50px 0;
}

.archive.category .cat-header {
  padding: 160px 0 50px 0;
}

@media screen and (max-width: 1023px){
  .archive.category .cat-header {
    padding: 130px 0 50px 0;
  }
}

@media screen and (max-width: 580px){
  .archive.category .cat-header {
    padding: 100px 0 50px 0;
  }
}

.single-post .cat-header {
  margin-top: -20px;
}
.cat-h-title {
  font-size: 70px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.bread {
  font-size: 15px;
  line-height: 14px;
}
.bread a {
  color: #fff;
  border-bottom: 1px solid #ccbcb3;
}
.bread a:hover {
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}
.arrow-bl {
  vertical-align: middle;
  display: inline-block;
  width: 3px;
  height: 5px;
  background: url("../images/arrow-bl.png") center 0 no-repeat;
  padding: 0 13px 0 13px;
}

.portfolio-all {
  margin-bottom: 20px;
}
.portfolio-name {
  font-size: 52px;
  font-family: "GothamPro-Bold", sans-serif;
  text-align: center;
  color: #333;
  padding: 75px 0 0 0;
  line-height: 61px;
}
.portfolio-info {
  padding: 78px 0 42px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio-info-item {
  width: 25%;
  padding-right: 15px;
}
.portfolio-info-i-name {
  font-family: "GothamPro-Bold", sans-serif;
  line-height: 1.6;
  color: #00a7cd;
  font-size: 18px;
  text-transform: uppercase;
}
.portfolio-info-i-txt a,
.portfolio-info-i-txt {
  line-height: 1.35;
  font-size: 18px;
  color: #303030;
}
.portfolio-descr {
  background: #f3f3f3;
  padding: 38px 41px 35px 30px;
  margin-bottom: 50px;
}
.portfolio-line-name {
  font-size: 18px;
  color: #303030;
  text-align: center;
  padding: 55px 0 40px 0;
}

.full-disc {
  margin: 50px 0 40px 0;
}

.benefits {
  background: #0f94e0;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding-top: 8px;
}
.benefits-item {
  width: 20%;
  padding: 15px 0 23px 0;
  text-shadow: 0 1px 1px rgba(0, 81, 127, 0.38);
  font-size: 15px;
  font-family: "GothamPro-Light", sans-serif;
}
.benefits-i-big {
  font-size: 45px;
  font-family: "GothamPro-Bold", sans-serif;
  padding-bottom: 8px;
  line-height: 35px;
}
.odometer-value {
  width: 33px;
  text-align: center;
}
.odometer-digit {
  width: 33px;
}

/*footer*/
.main-contact {
  background-color: #333242;
  height: 604px;
  position: relative;
  color: #fff;
  font-weight: 700;
}
#map {
  width: 100%;
  height: 604px;
}
.map-txt {
  font-size: 44px;
  font-family: "GothamPro-Bold", sans-serif;
}
.map-txt-line {
  white-space: nowrap;
  line-height: 60px;
  position: relative;
  padding-left: 72px;
  margin-bottom: 20px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
}
.map-txt-line img {
  position: absolute;
  left: 8px;
  top: 14px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
  -o-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
}
.map-txt-line:nth-child(1) img {
  top: 12px;
}
.map-txt-line:nth-child(2) img {
  top: 11px;
}
.map-txt-line:last-of-type img {
  top: 15px;
}
.map-txt-line a {
  color: #fff;
}
.map-txt-line a:hover {
  text-decoration: none;
}
.map{
  width: 100%;
  height: 100%;
  position: relative;
}
.map > iframe{
  width: 100%;
  height: 100%;
}
.map:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333242;
  display: block;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.footer-wrap {
  width: 0;
  position: absolute;
  top: 94px;
  left: -1185px;
  right: 0;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.map-contact {
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.4);
  background: none;
  border: 3px solid #fff;
  border-radius: 0;
  height: 62px;
  line-height: 60px;
  padding: 0 46px 0 46px;
  outline: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 40px 0 0 16px;
}
.map-contact:active {
  outline: none;
  border-color: #fff;
  background-color: transparent;
}
.map-contact:focus {
  outline: none;
  border-color: #fff;
  background-color: transparent;
}
.map-contact:hover {
  border-color: #0f94e0;
  background-color: #0f94e0;
}
.main-footer {
  padding: 21px 0;
}
.main-footer__links {
  text-align: right;
  margin-bottom: 10px;
}
.main-footer__link {
  margin-right: 36px;
  font-size: 16px;
  color: #5f5f5f;
}
.main-footer__link:last-child {
  margin-right: 0;
}
.main-footer__copy {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  color: #999;
}
/*.modal-content{border-radius:0 !important;background:url('../images/pattern.jpg') 0 0 repeat;padding:6px;}*/

/*.modal-dialog{max-width:535px}
.modal-backdrop{background-color:#000;opacity:.75}
.modal-header{border:none;padding:60px 70px 15px 80px;}
.modal-title{font-size:44px;font-weight:bold;color:#333;letter-spacing:-2px}
.modal-body{padding:0 80px 20px 80px;}
.close{opacity:1;font-size:50px;font-weight:normal;position:absolute;top:6px;right:15px}
.modal-body .wpcf7-form input:not([type="checkbox"]){display:block;width:325px;height:41px;background:#fff;border:2px solid #e0e0e0;padding:0 9px 0 9px}
.modal-body .wpcf7-form input:not([type="checkbox"]).wpcf7-not-valid{border-color:red}
.modal-body .wpcf7-form textarea{resize: none;width:325px;height:85px;background:#fff;border:2px solid #e0e0e0;padding:7px 9px 7px 9px}
.modal-body .wpcf7-form textarea.wpcf7-not-valid{border-color:red}
.modal-body .wpcf7-form .wpcf7-submit{border:3px solid #333;font-size:22px;color:#2c85b8;text-transform:uppercase;font-weight:bold;display:inline-block;margin:30px 0 25px 0;padding:9px 0 9px 0;height:auto}
.modal-body .wpcf7-form .wpcf7-submit:hover{opacity:.75}
.modal-body .wpcf7-form div.wpcf7-response-output{margin:-39px 0 25px 0;padding:0.2em 1em;width:325px}
*/
.blog-left:after {
  content: "";
  display: block;
  clear: both;
}
.center-wrap .reg-btn {
  margin-top: 10px;
}
.center-wrap {
  text-align: center;
}
.reg-btn {
  display: inline-block;
  padding: 4px 33px;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 15px;
  transition: all 0.15s ease-out;
  cursor: pointer;
  color: #313133;
  border: 3px solid #313133;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
}
.reg-btn:hover {
  border-color: #0e92da;
  color: #0e92da;
  transition: all 0.15s ease-in;
  text-decoration: none;
}
.reg-btn_header {
  margin-top: -10px;
  margin-left: 30px;
  float: right;
  padding: 8px 20px;
  font-size: 14px;
  color: #0e92da;
  display: inline-block;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", sans-serif;
  transition: all 0.15s ease-out;
  cursor: pointer;
  border: 3px solid #0e92da;
}

.page-template-default .reg-btn_header {
  margin-left: 0;
}

.page-template-default .navbar-toggle,
.page-template-page-barber .navbar-toggle {
  margin: 0;
}

.reg-btn_header:hover {
  text-decoration: none;
  background-color: #0e92da;
  color: #fff;
}
.reg-btn_header-sm {
  display: none;
}
.reg-btn_blue {
  padding: 11px 58px 8px;
  background-color: #0e92da;
  color: #fff;
  font-size: 17px;
  border-color: #0e92da;
  box-shadow: 7px 12px 15px rgb(16 70 125 / 45%);
}
.reg-btn_blue:hover {
  border-color: #1ea9fc;
  color: #fff;
  background-color: #1ea9fc;
}
.slick-slide {
  outline: 0;
}
.news-button {
  border-color: #0f94e0;
  color: #0f94e0;
}
.news-button:hover {
  color: #fff;
}
.front-slider-inner {
  height: 100%;
  flex-direction: column;
  padding: 30px 0;
  margin-left: 200px;
}
.front-slider-item {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh!important;
  /* height: calc(100vh - 115px)!important; */
}

@media (max-width:600px){
  .front-slider-item {
    height: 100%!important;
  }
}
.reviews-block .slick-arrow:hover {
  opacity: 0.7;
}
.portfolio-slider__block .slick-arrow:hover {
  border-width: 8px;
}
.front-slider-block .slick-arrow:hover {
  border-color: #0e92da;
}
.slick-arrow:hover {
  transition: all 0.2s ease-in;
}
.reviews-block .slick-arrow {
  width: 22px;
  height: 22px;
  border-top: 5px solid #c8c8c8;
  border-right: 5px solid #c8c8c8;
  border-radius: 0 3px 0 0;
  opacity: 1;
  top: 20px;
}
.portfolio-slider__block .slick-arrow {
  width: 30px;
  height: 30px;
  border-top: 4px solid #e9e7e7;
  border-right: 4px solid #e9e7e7;
  border-radius: 0 3px 0 0;
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.front-slider-block .slick-arrow {
  width: 30px;
  height: 30px;
  border-top: 5px solid #cce1fb;
  border-right: 5px solid #cce1fb;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.front-slider-block .slick-next {
  /* filter: drop-shadow(-1px 5px 4px #000); */
}
.front-slider-block .slick-prev {
  /* filter: drop-shadow(-5px 1px 4px #000); */
}

.slick-arrow {
  transition: all 0.2s ease-out;
  position: absolute;
  outline: 0;
  font-size: 0;
  background: none;
  border: none;
  z-index: 10;
}
.reviews-block .slick-prev {
  left: -7.8vw;
}
.portfolio-slider__block .slick-prev {
  left: -47px;
}
.front-slider-block .slick-prev {
  left: 96px; /* 30 */
}
.slick-prev {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=-0.7071067811865476)";
}
.reviews-block .slick-next {
  right: -7.8vw;
}
.portfolio-slider__block .slick-next {
  right: -47px;
}
.front-slider-block .slick-next {
  right: 96px; /* 30 */
}
.slick-next {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}
.slick-dots {
  padding-left: 0;
}
.front-slider .slick-dots {
  padding: 30px 0 30px;
  background-color: #fafafa;
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-width: 1370px;
}
.front-slider .slick-dots li {
  display: inline-block;
  width: 20%;
}
.front-slider .slick-dots button {
  border: none;
  background: none;
}
.front-slider .slick-dots li span.front-dots-icon {
  background-repeat: no-repeat;
  background-image: url(../images/sprite.png);
}

.front-slider .slick-dots span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #2a2a2a;
  position: relative;
}
.front-slider .slick-dots span.front-dots-text {
  width: 50%;
  margin-left: 20px;
}
.front-slider .slick-dots li:nth-of-type(1) span.front-dots-icon {
  background-position: -66px -15px;
  width: 70px;
  height: 43px;
}
.front-slider .slick-dots li:nth-of-type(2) span.front-dots-icon {
  background-position: -5px -9px;
  width: 55px;
  height: 55px;
}
.front-slider .slick-dots li:nth-of-type(3) span.front-dots-icon {
  background-position: -146px -14px;
  width: 58px;
  height: 55px;
}
.front-slider .slick-dots li:nth-of-type(4) span.front-dots-icon {
  background-position: -216px -14px;
  width: 51px;
  height: 52px;
}
.front-slider .slick-dots li:nth-of-type(5) span.front-dots-icon {
  background-position: -277px -15px;
  width: 51px;
  height: 51px;
}
.front-slider .slick-dots li:nth-of-type(1):hover span,
.front-slider .slick-dots li:nth-of-type(1).slick-active span.front-dots-icon {
  background-position: -66px -77px;
}
.front-slider .slick-dots li:nth-of-type(2):hover span,
.front-slider .slick-dots li:nth-of-type(2).slick-active span.front-dots-icon {
  background-position: -5px -71px;
}
.front-slider .slick-dots li:nth-of-type(3):hover span,
.front-slider .slick-dots li:nth-of-type(3).slick-active span.front-dots-icon {
  background-position: -146px -76px;
}
.front-slider .slick-dots li:nth-of-type(4):hover span,
.front-slider .slick-dots li:nth-of-type(4).slick-active span.front-dots-icon {
  background-position: -216px -76px;
}
.front-slider .slick-dots li:nth-of-type(5):hover span,
.front-slider .slick-dots li:nth-of-type(5).slick-active span.front-dots-icon {
  background-position: -277px -76px;
}

.front-slider .slick-dots li:hover span,
.front-slider li.slick-active span {
  color: #0f94e0;
}
.front-slider-text {
  font-size: 60px;
  color: #fff;
  margin: 70px 0 36px;
  line-height: 1.1665;
  font-family: "GothamPro-Bold", sans-serif;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
}
.front-slider-text span {
  max-width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  color: #47bfef;
  position: relative;
}
.front-slider-text span + i {
  display: inline-block;
  position: relative;
  left: -8px;
  top: 3px;
  font-family: "GothamPro", sans-serif;
  font-style: normal;
  color: #000;
  /* -webkit-animation: blink 0.6s infinite;
  animation: blink 0.6s infinite; */
  font-size: 59px;
}
/* .slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-fst {
  font-size: 0px;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-fst-1 {
  transition: font-size 0s linear 1.7s;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-fst-2 {
  transition: font-size 0s linear 1.4s;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-fst-3 {
  transition: font-size 0s linear 1s;
}
.front-slider-item .front-slider-text span + i.blink-snd {
  font-size: 0px;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-snd {
  font-size: 59px;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-snd-1 {
  transition: font-size 0s linear 1.85s;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-snd-2 {
  transition: font-size 0s linear 1.55s;
}
.slick-initialized2 .front-slider-item.slick-active .front-slider-text span + i.blink-snd-3 {
  transition: font-size 0s linear 1.2s;
} */
/* .slick-active .front-slider-text span {
  -webkit-animation: typing 2.5s steps(40, end) 0.3s forwards;
  -o-animation: typing 2.5s steps(40, end) 0.3s forwards;
  -moz-animation: typing 2.5s steps(40, end) 0.3s forwards;
  animation: typing 2.5s steps(40, end) 0.3s forwards;
}
.slick-active .front-slider-text span.delay2-5s {
  -webkit-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.slick-active .front-slider-text span.delay3-5s {
  -webkit-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.slick-active .front-slider-text span.delay3s {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
} */

/* @-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes typing {
  0% {
    max-width: 0;
  }
  10% {
    padding-right: 5px;
  }
  100% {
    max-width: 72vw;
    padding-right: 5px;
  }
}
@-moz-keyframes typing {
  0% {
    max-width: 0;
  }
  10% {
    padding-right: 5px;
  }
  100% {
    max-width: 72vw;
    padding-right: 5px;
  }
}
@-o-keyframes typing {
  0% {
    max-width: 0;
  }
  10% {
    padding-right: 5px;
  }
  100% {
    max-width: 72vw;
    padding-right: 5px;
  }
}
@keyframes typing {
  0% {
    max-width: 0;
  }
  10% {
    padding-right: 5px;
  }
  100% {
    max-width: 72vw;
    padding-right: 5px;
  }
} */
.slick-preload {
  display: none;
}
.slick-preload.slick-initialized {
  display: block;
}
.order-form-checks-wrap {
  margin-bottom: 25px;
}
.order-form-checks-wrap input + span:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 3px;
  bottom: 0;
  margin: auto;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform-origin: 120% 50%;
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.order-form-checks-wrap input + span {
  font-size: 16px;
  color: #000;
  font-family: "GothamPro-Medium", sans-serif;
  border: 2px solid #000000;
  display: inline-block;
  padding: 6px 11px;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  font-weight: normal;
  position: relative;
}
.order-form-checks-wrap input:checked + span:after {
  opacity: 1;
  transition: all 0.2s ease-in;
}
.order-form-checks-wrap input:checked + span {
  transition: all 0.2s ease-in;
  color: #fff;
  background-color: #000;
  padding-right: 34px;
}
.order-form-checks-wrap label {
  cursor: pointer;
  font-size: 0;
  margin-right: 14px;
  margin-top: 14px;
  display: inline-block;
}
.order-form-checks-wrap input {
  display: none;
}
span.wpcf7-list-item {
  margin-left: 0;
}
span.wpcf7-form-control-wrap {
  display: block;
}

.close_btn {
  transition: all 0.2s ease-out;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 10px;
  outline: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 1;
}

.modal-close_wht:before,
.modal-close_wht:after,
.close_btn:before,
.close_btn:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  height: 20px;
  width: 4px;
  background-color: #333333;
}

.modal-close_wht:before,
.close_btn:before {
  transform: rotate(45deg);
}

.modal-close_wht:after,
.close_btn:after {
  transform: rotate(-45deg);
}

.modal-content {
  padding: 10px 0;
  border-radius: 0;
}
.modal-insoc {
  background: #fff;
}
.modal-dialog {
  max-width: 560px;
}
#modal-reviews .modal-dialog {
  max-width: 960px;
  width: 960px;
}
.modal-backdrop {
  background-color: #000;
  opacity: 0.5;
}
.modal-header {
  border: none;
  padding: 60px 60px 12px;
}
.modal-title {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  letter-spacing: -2px;
  font-family: "GothamPro-Bold", sans-serif;
}
.modal-body {
  padding: 0 60px 20px;
}
/*.close{opacity:1;font-size:50px;font-weight:normal;position:absolute;top:6px;right:15px}*/
/*.modal-body .wpcf7-form input:not([type="checkbox"]){display:block;width:325px;height:41px;background:#fff;border:2px solid #e0e0e0;padding:0 9px 0 9px}*/
/*.modal-body .wpcf7-form input:not([type="checkbox"]).wpcf7-not-valid{border-color:red}*/
/*.modal-body .wpcf7-form textarea{resize: none;width:325px;height:85px;background:#fff;border:2px solid #e0e0e0;padding:7px 9px 7px 9px}*/
/*.modal-body .wpcf7-form textarea.wpcf7-not-valid{border-color:red}*/
/*.modal-body .wpcf7-form .wpcf7-submit{border:3px solid #333;font-size:22px;color:#2c85b8;text-transform:uppercase;font-weight:bold;display:inline-block;margin:30px 0 25px 0;padding:9px 0 9px 0;height:auto}*/
/*.modal-body .wpcf7-form .wpcf7-submit:hover{opacity:.75}*/
.modal-body .wpcf7-form div.wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 0.2em 1em;
  width: 100%;
}
.page-template-default .modal-dialog_order .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

.order-form-row textarea::-webkit-input-placeholder,
.order-form-row input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.order-form-row textarea::-moz-placeholder,
.order-form-row input::-moz-placeholder {
  color: #a9a9a9;
}
.order-form-row textarea:-moz-placeholder,
.order-form-row input:-moz-placeholder {
  color: #a9a9a9;
}
.order-form-row textarea:-ms-input-placeholder,
.order-form-row input:-ms-input-placeholder {
  color: #a9a9a9;
}

.order-form-row textarea,
.order-form-row input:not([type="submit"]) {
  width: 100% !important;
  display: block;
  height: 47px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #b7b7b7;
  padding: 0 10px 0 15px;
}
.order-form-row textarea {
  resize: none;
  height: 94px;
  padding: 10px 10px 10px 15px;
}
.order-form-row input[type="submit"] {
  width: 100%;
  background-color: #0f94e0;
  color: #fff;
  border-color: #0f94e0;
  padding: 0;
  height: 55px;
  font-size: 20px;
}
.order-form-row input[type="submit"]:hover {
  background-color: #1ea9fc;
  border-color: #1ea9fc;
}
.order-form-row textarea.wpcf7-not-valid,
.order-form-row input.wpcf7-not-valid {
  border-color: red;
}
.order-form-row {
  margin-bottom: 20px;
}
.order-form-row:last-of-type {
  margin: 30px 0 0;
}
.wpcf7-checkbox + .wpcf7-not-valid-tip:after {
  content: "Выберите вид работ";
  display: block;
  font-size: 1em;
  color: #f00;
  position: absolute;
  left: 0;
  top: 0;
}
.wpcf7-checkbox + .wpcf7-not-valid-tip {
  color: transparent;
  position: relative;
}
.portfolio-all img {
  height: auto;
  max-width: 100%;
}
.portfolio-descr-title span {
  color: #00a7cd;
}
.portfolio-descr-title strong {
  font-weight: 700;
}
.portfolio-descr-title {
  color: #303030;
  margin-bottom: 37px;
}
.portfolio-descr-wrap ul {
  padding-left: 0;
  list-style: none;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.portfolio-descr-wrap li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0 !important;
  top: 6.5px !important;
  background-color: #00a7cd !important;
  width: 8px !important;
  border-radius: 50%;
  height: 8px !important;
}
.portfolio-descr-wrap li:last-child {
  margin-bottom: 0;
}
.portfolio-descr-wrap li {
  line-height: 1.35;
  position: relative;
  padding-left: 19px !important;
  color: #303030;
  margin-bottom: 19px;
}
.portfolio-descr-badge-wrap {
  -webkit-flex: 0 0 176px;
  -moz-flex: 0 0 176px;
  -ms-flex: 0 0 176px;
  -o-flex: 0 0 176px;
  flex: 0 0 176px;
  margin-left: 30px;
}
.portfolio-descr-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.portfolio-descr-badge-item:last-child {
  margin-bottom: 0;
}
.portfolio-descr-badge-item {
  margin-bottom: 30px;
  width: 176px;
  height: 176px;
  border: 7px solid #00a7cd;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.portfolio-descr-badge-num {
  font-size: 38px;
  color: #00a7cd;
  font-family: "GothamPro-Bold", sans-serif;
  margin-top: 7px;
}
.portfolio-descr-badge-title {
  font-size: 17px;
  color: #000;
  margin-top: -10px;
  line-height: 1.2;
}
.portfolio-reviews-block {
  border: 6px solid #f2f2f2;
  border-radius: 3px;
  padding: 26px 70px 42px 53px;
}
.portfolio-reviews-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprite.png") no-repeat -336px -4px;
  width: 14px;
  height: 13px;
}
.portfolio-reviews-text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -11px;
  background: url("../images/sprite.png") no-repeat -355px -4px;
  width: 14px;
  height: 13px;
}
.portfolio-reviews-text {
  border-left: none;
  margin: 0;
  padding: 18px 0 25px;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  position: relative;
}
.portfolio-reviews-text p {
  line-height: 1.75;
}
.portfolio-reviews-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.portfolio-reviews-author-icon img {
  max-width: 100%;
  height: auto;
}
.portfolio-reviews-author-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 21px;
}
.portfolio-reviews-author-name {
  font-weight: 700;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
}
.portfolio-reviews-author-prof {
  font-size: 18px;
  color: #00a7cd;
}
.portfolio-descr + .portfolio-line-name {
  padding-top: 5px;
}
.blog-page-wrap {
  position: relative;
}
.blog-page-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.blog-page-content img {
  height: auto;
}
.blog-page-content {
  float: left;
  width: 70%;
}
.blog-page-content.col-md-9{
  padding-left: 0px;
  padding-right: 0px;
}
.blog-panel-right.col-md-3{
  padding-left: 0px;
  padding-right: 0px;
}
.full-disc {
  float: left;
  width: 70%;
}
.modal-close_wht {
  border: none;
  font-size: 0;
  background: none;
  position: absolute;
  right: -18px;
  top: 0;
  width: 18px;
  height: 18px;
}
.modal-close_wht:before,
.modal-close_wht:after {
  height: 21px;
  width: 2px;
  background-color: #fff;
}

#modal-carousel .carousel-control:hover:after {
  opacity: 1;
}
#modal-carousel .carousel-control:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}
#modal-carousel .carousel-control {
  width: 30px;
  height: 33px;
  margin: auto;
}
#modal-carousel .carousel-control.left {
  left: -30px;
}
#modal-carousel .carousel-control.left:after {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#modal-carousel .carousel-control.right {
  right: -30px;
}
#modal-carousel .carousel-control.right:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.m-count {
  display: none;
}
.menu-name {
  display: none;
}

.cont-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25.7%;
  padding: 37px 30px 10px 30px;
  background: #f5f5f5;
}
.front-slider-inner-text {
  display: inline-block;
}

.cont-right-item {
  margin-bottom: 30px;
}
.cont-right-name {
  font-size: 18px;
  font-weight: bold;
  color: #00a7cd;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.cont-right-tags {
  font-size: 16px;
  font-style: italic;
  line-height: 19px;
}
.cont-right-tags a {
  color: #303030;
}
.cont-right-tags a:hover {
  color: #303030;
  text-decoration: none;
  border-bottom: 1px solid;
}
.cont-right-category {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cont-right-category li {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
}
.cont-right-category li a {
  color: #303030;
  border-bottom: 1px solid #949494;
}
.cont-right-category li a:hover {
  border-color: #000;
  text-decoration: none;
}
.cont-right-social {
  padding-top: 5px;
}

.page-template-page-barber .reg-btn_header {
  margin-left: 0;
}

.portfolio-page {
  font-family: "GothamPro-Light", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  background-color: #fff;
}

.portfolio-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.portfolio-page h1 {
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 60px 0;
  padding-top: 45px;
  position: relative;
}

.portfolio-page h1:after {
  content: attr(bg-text);
  position: absolute;
  left: -4px;
  bottom: -10px;
  display: block;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.15);
  -webkit-text-stroke: 4px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
}

.portfolio-page h2 {
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 30px;
  color: #006cea;
  line-height: 1;
  margin: 0 0 30px 0;
  position: relative;
}

.portfolio-page h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -110px;
  margin: auto 0;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #006cea;
}

.portfolio-page h2:after {
  position: absolute;
  font-family: "GothamPro-Bold", sans-serif;
  color: rgba(40, 37, 40, 0.1);
  line-height: 1;
}

.portfolio-page h2 span {
  position: absolute;
  font-family: "GothamPro-Bold", sans-serif;
  color: rgba(40, 37, 40, 0.1);
  line-height: 1;
  left: -18px;
  bottom: -12px;
  font-size: 85px;
}

.portfolio-page p {
  margin: 0;
}

.portfolio-page p + p {
  margin-top: 20px;
}

.portfolio-page ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

.portfolio-page ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 8px 0;
}

.portfolio-page ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #006cea;
}

.portfolio-first-screen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 110px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio-first-screen:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.portfolio-first-screen .descr {
  display: flex;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  color: #fff;
  max-width: 760px;
  font-size: 16px;
}

.portfolio-first-screen .descr-date {
  flex-shrink: 0;
  padding: 10px 35px 10px 0;
  border-right: 1px solid #fff;
}

.portfolio-first-screen .descr-type-of-work {
  padding: 10px 0 10px 30px;
}

.portfolio-first-screen .descr-title {
  font-family: "GothamPro-Bold", sans-serif;
}

.portfolio-first-screen .descr-value {
  font-family: "GothamPro", sans-serif;
}

.portfolio-task {
  overflow: hidden;
  padding: 115px 0 110px;
}

.portfolio-task-content {
  display: flex;
  flex-wrap: wrap;
}

.portfolio-task-purpose,
.portfolio-task-solution {
  width: 50%;
  padding-top: 36px;
  font-size: 16px;
}

@keyframes textanimation {
  50%,
  100% {
    background-position: 200% center;
  }
}

.portfolio-task-purpose h2,
.portfolio-task-solution h2 {
  position: relative;
  z-index: 1;
}

.portfolio-task-purpose h2:after,
.portfolio-task-solution h2:after {
  z-index: -1;
  left: -28px;
  bottom: -27px;
  font-size: 100px;

  animation: textanimation reverse 1 4s;
  animation-iteration-count: infinite;

  background: linear-gradient(to right, #e9e9e9 50%, #1ea9fc 40%);
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: 2s cubic-bezier(0, 0.21, 0.18, 0.9);
}

.portfolio-task-purpose h2:after {
  content: "A";
}

.portfolio-task-solution h2:after {
  content: "B";
}

.portfolio-task-purpose {
  padding-right: 15px;
  position: relative;
}

.portfolio-task-purpose .top-line,
.portfolio-task-solution .top-line {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  width: 91%;
  height: 3px;
  background-color: #efefef;
}

.portfolio-task-solution .top-line {
  display: none;
  width: 145px;
  right: auto;
  left: -20px;
  top: -15px;
}

.portfolio-task-purpose .top-line:before,
.portfolio-task-solution .top-line:before,
.portfolio-task-purpose .top-line:after,
.portfolio-task-solution .top-line:after {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.portfolio-task-purpose .top-line:before {
  left: 0;
  background-color: #006cea;
}

.portfolio-task-purpose .top-line:after,
.portfolio-task-solution .top-line:after {
  right: 0;
  background-color: #efefef;
}

@keyframes progress-line-increase {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.portfolio-task-purpose .progress-line,
.portfolio-task-solution .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #006cea;
}

.portfolio-task-purpose .progress-line {
  animation-name: progress-line-increase;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes progress-line-full {
  from {
    background-color: #efefef;
  }
  to {
    background-color: #006cea;
  }
}

.portfolio-task-purpose .top-line:after {
  animation-name: progress-line-full;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 2.75s;
  animation-fill-mode: forwards;
}

.portfolio-task-solution .top-line.scrolled .progress-line {
  animation-name: progress-line-increase;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes progress-line-full {
  from {
    background-color: #efefef;
  }
  to {
    background-color: #006cea;
  }
}

.portfolio-task-solution .top-line.scrolled:after {
  animation-name: progress-line-full;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

.portfolio-task-solution {
  padding-left: 45px;
  position: relative;
}

.portfolio-task-purpose img {
  width: 145%;
  height: auto;
  margin: 30px 0 0 -30%;
}

.portfolio-task-solution ul {
  padding-left: 30px;
}

.portfolio-task-solution h2:before {
  display: none;
}

.portfolio-blue-section {
  overflow: hidden;
  background-color: #edf5fe;
}

.portfolio-blue-section .portfolio-wrapper {
  position: relative;
}

.portfolio-blue-section .portfolio-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 100%;
  width: 50vw;
  display: block;
  background-color: #fff;
}

.portfolio-commnet {
  padding-top: 25px;
  overflow: hidden;
}

.portfolio-commnet .portfolio-blue-section {
  overflow: unset;
}

.portfolio-commnet .portfolio-wrapper {
  position: relative;
}

.portfolio-commnet .quote-icon {
  position: absolute;
  top: -25px;
  left: 60px;
  display: block;
  width: 63px;
}

.portfolio-commnet-content {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 50px 45px;
}

.portfolio-commnet-content .comment-content {
  flex-grow: 1;
  max-width: 745px;
  padding-right: 45px;
}

.portfolio-comment-sidebar {
  flex-shrink: 0;
  width: 240px;
}

.portfolio-commnet .comment-text {
  font-family: "GothamPro-LightItalic", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  max-height: 182px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.portfolio-commnet .read-more {
  margin-top: 25px;
  text-align: right;
}

.portfolio-commnet .read-more.hide {
  display: none;
}

.portfolio-commnet .read-more-btn {
  cursor: pointer;
  display: inline-block;
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 13px;
  color: #006cea;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #bdd8fa;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.portfolio-commnet .read-more-btn:hover {
  border-color: transparent;
}

.portfolio-commnet .read-more-btn .active-state {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.portfolio-commnet .read-more-btn.active .active-state {
  opacity: 1;
  visibility: visible;
  position: static;
  transition: all 0.2s ease-in-out;
}

.portfolio-commnet .read-more-btn .default-state {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}

.portfolio-commnet .read-more-btn.active .default-state {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.portfolio-commnet .autor {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-family: "GothamPro-Medium", sans-serif;
  line-height: 1;
}

.portfolio-commnet .autor-photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.portfolio-commnet .autor-name {
  font-size: 18px;
  margin-bottom: 5px;
}

.portfolio-commnet .autor-position {
  font-size: 14px;
  color: #006cea;
}

.portfolio-comment-sidebar .item {
  display: flex;
  font-family: "GothamPro-Bold", sans-serif;
}

.portfolio-comment-sidebar .item + .item {
  margin-top: 50px;
}

.portfolio-comment-sidebar .icon {
  width: 54px;
  margin-right: 18px;
}

.portfolio-comment-sidebar .icon svg {
  fill: #006cea;
}

.portfolio-comment-sidebar .percent {
  font-size: 30px;
  color: #006cea;
  line-height: 1;
  margin-bottom: 2px;
}

.portfolio-comment-sidebar .description {
  font-size: 14px;
  line-height: 1.286;
}

.portfolio-process {
  padding: 95px 0 110px;
  overflow: hidden;
}

.portfolio-process h2 {
  margin-top: 55px;
}

.portfolio-process h2:after {
  content: attr(bg-text);
  top: -60px;
  left: 90px;
  font-size: 80px;
  white-space: nowrap;
}

.portfolio-process p {
  max-width: 680px;
  font-size: 16px;
}

.portfolio-process .wp-video,
.portfolio-process .embed-video-wrapper {
  margin-top: 60px;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.portfolio-process .mejs-overlay-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath fill='none' d='M-2-2h24v24H-2V-2z'/%3E%3Cpath fill='%23FFFFFF' d='M10,20C4.5,20,0,15.5,0,10S4.5,0,10,0s10,4.5,10,10S15.5,20,10,20z M8.6,6.4C8.4,6.3,8.2,6.3,8.1,6.5 C8,6.6,8,6.7,8,6.7v6.5c0,0.2,0.2,0.4,0.4,0.4c0.1,0,0.2,0,0.2-0.1l4.9-3.3c0.2-0.1,0.2-0.4,0.1-0.6c0,0-0.1-0.1-0.1-0.1L8.6,6.4 L8.6,6.4z'/%3E%3C/svg%3E%0A");
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 54px;
  height: 54px;
  outline: none;
}

.embed-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embed-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-list-pages {
  overflow: hidden;
}

.portfolio-home-page {
  padding-bottom: 140px;
}

.portfolio-list-pages h2 {
  margin-top: 55px;
}

.portfolio-list-pages h2:after {
  content: attr(bg-text);
  top: -60px;
  left: 420px;
  font-size: 80px;
  white-space: nowrap;
}

.portfolio-list-pages p {
  max-width: 680px;
  font-size: 16px;
}

.portfolio-list-pages img {
  width: 100%;
  margin-top: 40px;
  box-shadow: 0px 0px 50px 0px rgba(40, 37, 40, 0.15);
}

.portfolio-other-pages-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.portfolio-other-pages-gallery.three-in-row {
  justify-content: center;
  margin: 0 -0.666%;
}

.portfolio-other-pages-gallery.three-in-row img {
  width: 32%;
  margin-left: 0.666%;
  margin-right: 0.666%;
}

.portfolio-other-pages-gallery img {
  width: 47.5%;
  height: auto;
}

.portfolio-technology {
  padding: 50px 0 80px;
}

.portfolio-technology-list {
  padding: 60px 0 80px 65px;
}

.portfolio-technology h2 {
  margin-top: 30px;
}

.portfolio-technology h2:after {
  content: "T";
  left: -18px;
  bottom: -26px;
  font-size: 100px;
}

.portfolio-technology-list .item {
  padding-top: 25px;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.portfolio-technology-list .heading {
  font-family: "GothamPro-Light", sans-serif;
  min-width: 110px;
  margin-right: 10px;
}

.portfolio-technology-list .values {
  font-family: "GothamPro-Medium", sans-serif;
  line-height: 1.3;
  margin-top: -3px;
}

.portfolio-seo {
  padding: 70px 0 90px;
}

.portfolio-seo p + p {
  margin-top: 10px;
}

.portfolio-seo strong {
  font-family: "GothamPro-Medium";
  font-size: 16px;
  font-weight: normal;
}

.portfolio-seo em {
  font-style: italic;
}

.portfolio-seo-text {
  width: 100%;
  max-width: 100%;
  height: 220px;
  overflow: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #edf5fe;
  width: 8px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #006cea;
  border-radius: 0;
  width: 8px;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #006cea;
}

.thankyoupage-container {
  max-width: 1078px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
}
.thankyoupage-logo {
  position: absolute;
  top: 30px;
}
.thankyoupage-center {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding-top: 80px;
}
.thankyoupage-body {
  position: relative;
  text-align: center;
  width: 100%;
}
.thankyoupage-ok {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 240px;
  bottom: calc(100% + 50px);
}

.thankyoupage-ok svg {
  width: 100%;
  height: auto;
}

.thankyoupage-ok::after {
  display: block;
  content: "";
  background: -webkit-linear-gradient(to top, #fafafa, #efefef);
  background: -o-linear-gradient(to top, #fafafa, #efefef);
  background: linear-gradient(to top, #fafafa, #efefef);
  height: 230px;
  width: 290px;
  transform: skew(6deg) rotate(-50deg);
  top: 80px;
  position: absolute;
  right: -135px;
}
.thankyoupage-ok svg {
  position: relative;
  z-index: 9999;
}
.thankyoupage-title {
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 38px;
  line-height: 38px;
  color: #010101;
  margin-bottom: 38px;
  position: relative;
  width: 100%;
  z-index: 99999;
}
.thankyoupage-descr {
  font-family: "GothamPro", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #010101;
  opacity: 0.6;
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  margin: auto;
  z-index: 99999;
}
.thankyoupage-back {
  padding: 11px 43px;
  font-size: 18px;
  color: #006cea;
  display: inline-block;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", sans-serif;
  transition: all 0.15s ease-out;
  cursor: pointer;
  border: 3px solid #006cea;
  text-decoration: none;
  border-radius: 0;
  position: absolute;
  top: 133px;
  left: 0;
  right: 0;
  width: 222px;
  margin: auto;
  z-index: 99999;
}
.thankyoupage-back:hover {
  text-decoration: none;
  background-color: #006cea;
  color: #fff;
}

@media screen and (min-width: 1230px) {
  .page-template-default .navbar-collapse.collapse {
    margin-right: 60px;
  }
}

@media screen and (min-width: 0) and (max-width: 1500px) {
  .capt-top {
    font-size: 48px;
  }
  .capt-descr {
    font-size: 18px;
  }
}
.visible-mobile {
  display: none;
}

.web-text-content {
  margin-top: 20px;
}
.web-item {
  cursor: pointer;
  transition: all 0.15s linear;
}
.web-item:hover {
  font-family: GothamPro-Bold, sans-serif;
}
.tab .web-item.active {
  font-family: GothamPro-Bold, sans-serif;
}
.tab .web-item.active::before {
  opacity: 0;
  transition: all 0.15s linear;
}
.tab .web-item.active::before {
  border-radius: 0;
  width: 14px;
  height: 2px;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  opacity: 1;
}
.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gpmedium {
  font-family: GothamPro-Medium, sans-serif;
}
.web-item-conteiner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}
.web-item-content {
  padding: 35px 0 40px 25px;
  position: relative;
  border-right: 1px solid #f3f3f3;
  width: 306px;
}
.web-item-content:last-child {
  padding: 35px 25px 40px 0;
}
.web-item-content:last-child {
  border-right: none;
}
.web-item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #feba01;
  width: 100%;
  height: 4px;
}
.web-item-content:last-child::before {
  background-color: #00bcd4;
}
.web-item-content:last-child .web-item-top {
  padding-left: 25px;
}
.web-item-content:last-child .web-item-list li {
  padding: 10px 0 10px 45px;
}
.web-item-content:last-child .web-item-list li::before {
  left: 25px;
}
.web-item-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.web-item-title {
  display: inline-block;
  font-family: GothamPro-Bold, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #feba01;
  margin: 0;
  margin-bottom: 25px;
  max-width: 90%;
}
.web-item-content:last-child .web-item-title {
  color: #00bcd4;
}
.web-item-price--last {
  color: #b0b0b0;
  margin-bottom: 12px;
  margin-right: 7px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
}
.web-item-price--last::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  background-color: #b0b0b0;
  height: 1px;
}
.web-item-price--last span {
  font-size: 18px;
}
.web-item-price--new {
  font-family: GothamPro-Medium, sans-serif;
  font-size: 18px;
  color: #282528;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
.web-item-price--new span {
  font-size: 30px;
  line-height: 30px;
}
.web-item-time {
  font-size: 14px;
  line-height: 14px;
  color: #282528;
}
.web-item-bottom {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.web-item-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  min-height: 375px;
}
.web-item-list li {
  list-style: none;
  position: relative;
  color: #333333;
  font-size: 13px;
  line-height: 19px;
  padding: 10px 20px 10px 20px;
}
.web-item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 12px;
  border-top: 2px solid #339900;
  border-left: 2px solid #339900;
  transform: rotate(-135deg);
}
.web-item-list li + li {
  border-top: 1px solid #f3f3f3;
}
.web-item--btn {
  text-align: center;
  padding-right: 23px;
}
.web-item--btn a {
  display: inline-block;
  padding: 4px 45px;
  font-size: 14px;
  color: #0e92da;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", sans-serif;
  transition: all 0.15s ease-out;
  cursor: pointer;
  border: 3px solid #0e92da;
}
.web-item--btn a:hover {
  text-decoration: none;
  background-color: #0e92da;
  color: #fff;
}
.web-item-hidetext {
  opacity: 0;
}
.web-item-best-label {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #00bcd4;
  width: 60px;
  height: 95px;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.web-item-best-label span {
  font-size: 24px;
  line-height: 28px;
}
.web-item-best-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 12px 30px;
  border-color: transparent transparent #fff transparent;
}
.web-item-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.web-item-outer-left {
  width: 45%;
  padding: 0 15px;
}
.web-item-outer-right {
  width: 610px;
  margin-right: 15px;
  margin-bottom: 35px;
}
.web-item-content:last-child .web-item--btn {
  padding-left: 23px;
  padding-right: 0;
}
.web-item-content:last-child .web-item--btn a {
  text-decoration: none;
  background-color: #0e92da;
  color: #fff;
}
.web-item-content--one {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 100%;
  max-width: 425px;
}
.web-item-content--one.web-item-content:last-child {
  padding: 35px 25px 40px 25px;
}
.web-item-content--one.web-item-content:last-child .web-item--btn {
  padding: 0;
  text-align: center;
}
.web-item-content--one.web-item-content:last-child .web-item-list li {
  padding: 10px 0 10px 25px;
}
.web-item-content--one.web-item-content:last-child .web-item-list li::before {
  left: 0;
}
.web-item-headers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.web-item-content--one.web-item-content:last-child .web-item-top {
  padding-left: 0;
}
.hidden-field {
  display: none;
}
.modal-web-category {
  padding: 15px 0;
  font-family: "GothamPro-Bold";
  font-size: 15px;
  line-height: 15px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 18px;
}
.modal-web-price {
  margin-bottom: 35px;
}
.modal-web-price .web-item-price--new,
.modal-web-price .web-item-price--last {
  display: inline-block;
  vertical-align: middle;
}
.modal-web-price .web-item-price--last {
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: 7px;
}
.check-default {
  cursor: default;
}
#modal-order-web input,
#modal-order-web textarea {
  border-color: #b7b7b7;
}
#modal-order-web input[type="submit"] {
  border: none;
}
#modal-order-web input::-webkit-input-placeholder,
#modal-order-web textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
#modal-order-web input::-moz-placeholder,
#modal-order-web textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
#modal-order-web input:-ms-input-placeholder,
#modal-order-web textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
#modal-order-web input:-moz-placeholder,
#modal-order-web textarea:-moz-placeholder {
  color: #a9a9a9;
}
.web-item-slider {
  max-width: 340px;
  margin: 25px 0;
}
.webitem-show-descr-wrap {
  text-align: right;
}
.webitem-show-descr {
  text-align: right;
  font-size: 15px;
}
.webitem-dots-descr,
.webitem-show-descr-wrap {
  display: none;
}
#modal-order-web .modal-header {
  padding: 40px 60px 5px;
}
#modal-order-web .order-form-checks-wrap {
  margin-bottom: 15px;
}
#modal-order-web .modal-web-category {
  padding: 12px 0;
}
#modal-order-web .web-item-title {
  margin-bottom: 20px;
}
#modal-order-web .modal-web-price {
  margin-bottom: 25px;
}
#modal-order-web .order-form-row {
  margin-bottom: 13px;
}
.hidden-desktop {
  display: none;
}
.webitem-descr-prev {
  display: none;
}
.webitem-descr {
  display: none;
}

.fixed-header {
  position: fixed;
  top: 0;
}

.single-post {
  padding-top: 100px;
}

/*Case page*/
/*Return some bootstrap things*/
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }

    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-9 {
        width: 75%
    }

    .blog-page-content.col-lg-9{
        width: 72%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}
/*Barber case page*/
.navbar-case {
  font-family: Roboto;
}
.navbar-case.sticky {
  margin: 0;
  background: rgba(9, 26, 36, 0.75);
  background: rgba(3, 3, 3, 0.9);
}
.navbar-case .navbar {
  background: transparent;
  box-shadow: none;
  margin: 0;
}
.navbar-collapse.collapse {
  margin: 0 auto;
}
.navbar-case #top_nav_padd {
  display: flex;
}
.barber-page .row + .row {
  margin-top: 180px;
}
.barber-page h3 {
  font-family: "GothamPro-Bold";
  font-size: 32px;
  line-height: 37px;
  color: #006cea;
  position: relative;
}
.barber-page .w-line {
  width: 5vw;
  height: 2px;
  background-color: #51a1ff;
  display: inline-block;
  position: absolute;
  left: -150px;
  left: -5vw;
  top: 38px;
  transition: width 1s ease-in-out !important;
}

.barber-page .w-line.inview {
  width: 2vw;
}
.barber-page .col-md-6:hover .w-line.inview {
  width: 5vw;
}
.barber-page .shadow-text,
.barber-page .shadow-number,
.barber-page .shadow-text-big {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 104px;
  line-height: 86px;
  color: #e6e6e6;
  position: absolute;
  top: -10px;
  left: -20px;
}

.barber-page .shadow-number {
  font-size: 74px;
  left: -10px;
  top: -20px;
}
.barber-page .shadow-text-big {
  font-size: 99px;
  color: rgba(44, 76, 96, 0.1);
  left: -40px;
  top: -30px;
}
.barber-page .jumbotron {
  background: url(/wp-content/themes/swot/images/case/section1-new.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.barber-page .jumbotron .container {
  max-width: 910px !important;
}
.barber-page .entry-content {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.barber-page .jumbotron {
  color: #fff;
}
.barber-page .jumbotron h1 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  color: #fff;
}
.barber-page .jumbotron h1 b {
  font-size: 74px;
  line-height: 86px;
  color: #51a1ff;
}
.barber-page .hero-label {
  font-family: "GothamPro-Bold";
  font-size: 18px;
  line-height: 23px;
  opacity: 0.7;
  padding: 0;
  margin: 20px 0 0 0;
}
.barber-page .hero-descr {
  font-family: "GothamPro";
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}
.hero-images {
  position: absolute;
  right: 0;
  bottom: 15%;
}
.hero-images img:first-child {
  position: relative;
  right: -50px;
}
.hero-images img:last-child {
  position: relative;
  right: 134px;
}
.barber-page .row {
  margin-right: -15px;
  margin-left: -15px;
}
.barber-page .glow-img {
  box-shadow: 0px 10px 50px rgba(0, 70, 153, 0.5);
}
.barber-page .glow-img-half {
  box-shadow: 0px 10px 50px rgba(0, 70, 153, 0.25);
}
.barber-page .glow-img-big {
  box-shadow: 0px 41px 64px rgba(15, 38, 52, 0.6);
}
.barbershop-slides {
  padding-bottom: 190px;
}
.barbershop-slides .glow-img-big {
  position: absolute;
  top: 45%;
}
.barbershop-slides img:nth-child(2) {
  left: 0;
}
.barbershop-slides img:nth-child(3) {
  left: 17%;
  top: 40%;
}
.barbershop-slides img:nth-child(4) {
  left: 60%;
}
.barbershop-slides img:nth-child(5) {
  right: 0%;
}
.barber-start,
.barber-result {
  overflow: hidden;
  position: relative;
}
.barber-start .row {
  display: flex;
  align-items: center;
}
.barber-start img {
  position: relative;
  left: -15%;
}
.barber-start > .container:before,
.barber-result:before {
  content: "";
  display: block;
  width: 1400px;
  height: 80%;
  left: 72px;
  top: 1555px;
  background: #ecf4fd;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 10%;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.barber-result:before {
  top: 0%;
}
.barber-result {
  padding-top: 100px;
  margin-top: 100px;
}
.barber-contacts {
  position: relative;
  margin-top: 40px;
  padding-top: 10px;
  overflow: hidden;
}
.barber-order .col-md-6,
.barber-contacts .col-md-6 {
  padding-bottom: 50px;
}
.barber-order .glow-img-big {
  position: absolute;
  top: 10%;
  left: 50%;
}
.barbershop-dots2 {
  top: 60%;
  position: absolute;
  right: 0;
}
.barbershop-dots2 img {
}
.barbershop-dots2 img:last-child {
  position: absolute;
  right: 106px;
  top: -26px;
}
.barber-order {
  padding-top: 150px;
}
.barber-mobile {
  margin: 80px 0;
  position: relative;
}
.barber-mobile .row {
  display: flex;
  align-items: center;
}
.barber-mobile-dots {
  position: absolute;
  top: 20%;
  left: 45%;
}
.barber-mobile-dots img:last-child {
  position: relative;
  left: -160px;
  top: -45px;
}
.flex-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 20%;
  max-width: 58%;
}
.flex-cross .two-mob {
  flex-flow: column;
}
.barber-mobile .col-md-5 {
  padding-right: 10%;
}
.barber-tech {
  clear: both;
}
.barber-review {
  margin: 80px 0;
}
.quote:before {
  content: url(/wp-content/themes/swot/images/case/quote.png);
  position: absolute;
  left: -40px;
  top: 7px;
}
.customer {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  margin: 30px 0;
}
.customer p {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  color: #000000;
  line-height: 28px;
}
.customer img {
  border-radius: 50%;
  max-width: 64px;
}
.customer .name {
  font-weight: bold;
  font-size: 24px;
}
.customer .position {
  font-weight: 300;
  font-size: 18px;
}
.barber-like {
  background-color: #1480ed;
  min-height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.barber-like h3 {
  font-family: "GothamPro-Bold";
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  color: #fff;
}

.barber-like .link-wrapper {
  text-align: center;
}

.barber-like a {
  font-family: "GothamPro-Bold";
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin: 3vh;
  padding-right: 50px;
  position: relative;
}

.barber-like a:hover {
  text-decoration: none;
}

.barber-like a span {
  line-height: 1;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.barber-like a span:after {
  content: "";
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.barber-like a:hover span:after {
  height: 2px;
  bottom: -2px;
}

.barber-like a svg {
  width: 40px;
  height: auto;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 2px;
  right: 0;
}

.barber-like a svg path {
  stroke: #b8d9fe;
  transition: all 0.2s ease-in-out;
}

.barber-like a:hover svg path {
  stroke: #fff;
  transition: all 0.2s ease-in-out;
}

/* .barber-like a:after {
    content:url(/wp-content/themes/swot/images/case/arrow.png);
    margin-left:10px;
} */
.barber-like button {
  font-family: "GothamPro-Bold";
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: #1480ed;
  border: 2px solid #82bbfc;
  box-sizing: border-box;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
  height: 72px;
  padding: 1px 40px;
  transition: all 0.2s ease-in-out;
}

.barber-like button:hover {
  border-color: #fff;
}

.barbershop-slides .col-md-12,
.barber-services .col-md-4,
.barber-services .col-md-8 {
  padding: 0;
}
.main_screen_img {
  padding-top: 50px;
}
.barber-services .col-md-8 img {
  float: right;
  position: relative;
  top: 80px;
}
.barber-services {
  position: relative;
  z-index: 1;
}
.barber-begin {
  margin-top: 150px;
}
.barber-barbershop {
  padding-top: 170px;
  position: relative;
  overflow: hidden;
}
.barber-barbershop .container {
  padding-bottom: 50px;
}
.barber-barbershop:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -500px;
  right: -1200px;
  height: 1788px;
  width: 1386px;
  background: #f5faff;
  transform: rotate(-27.97deg);
}
.barbershop-dots {
  position: absolute;
  right: 0;
}
.barbershop-dots img {
  z-index: -1;
  position: relative;
}
.barbershop-dots img:last-child {
  position: relative;
  right: 219px;
  z-index: 0;
}
.tech-grid {
  display: grid;
  grid-template-columns: 100px auto 100px auto;
  margin: 50px 0;
}
.tech-grid ul li {
  display: inline-block;
  font-weight: bold;
}
.tech-grid ul li:before {
  display: none;
}
.tech-grid {
  font-family: Roboto;
  font-size: 20px;
  line-height: 23px;
  color: #2c4c60;
}
/*Barber case header*/
/*Barber case header*/
.page-template-default .navbar-inverse .navbar-nav > li > a,
.page-template-page-barber .navbar-inverse .navbar-nav > li > a {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 42px;
  color: #ffffff;
  border-bottom: 0;
  margin: 0;
  padding: 0 12px;
}
.page-template-default .navbar-inverse .navbar-nav > li,
.page-template-page-barber .navbar-inverse .navbar-nav > li {
  margin: 0 10px;
}

.page-template-default .navbar-inverse .navbar-nav > li:after,
.page-template-page-barber .navbar-inverse .navbar-nav > li:after {
  content: "";
  height: 2px;
  background-color: #51a1ff;
  display: inline-block;
  width: 0;
  transition: width 0.3s ease-in-out;
  bottom: 17px;
  position: relative;
}
.page-template-default .navbar-inverse .navbar-nav > li:hover:after,
.page-template-page-barber .navbar-inverse .navbar-nav > li:hover:after {
  width: 100%;
}

.page-template-default .reg-btn_header,
.page-template-page-barber .reg-btn_header {
  width: 205px;
  height: 48px;
  background: #006cea;
  border-color: #006cea;
  font-family: "GothamPro-Medium";
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 7px 15px;
  margin-top: 10px;
  max-width: none;
}
.page-template-default .reg-btn_header:hover,
.page-template-page-barber .reg-btn_header:hover {
  color: #fff;
  border-color: #1ea9fc;
  background-color: #1ea9fc;
}
.mtop100 {
  margin-top: 100px;
}

.page-template-default .animate:not(.agroup),
.page-template-default .animate.agroup > *,
.page-template-page-barber .animate:not(.agroup),
.page-template-page-barber .animate.agroup > * {
  opacity: 0;
  transform: translateY(50px);
  transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 3s cubic-bezier(0.075, 0.82, 0.165, 1) transform,
    3s cubic-bezier(0.075, 0.82, 0.165, 1) -webkit-transform;
}

.page-template-default .animate.inview:not(.agroup),
.page-template-default .animate.agroup > .inview,
.page-template-page-barber .animate.inview:not(.agroup),
.page-template-page-barber .animate.agroup > .inview {
  transform: translateY(0px) rotate(0.001deg);
  opacity: 1;
}

.page-template-default .animate.fade-left,
.page-template-page-barber .animate.fade-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) transform,
    1.5s cubic-bezier(0.075, 0.82, 0.165, 1) -webkit-transform;
}
.page-template-default .animate.fade-left.inview,
.page-template-page-barber .animate.fade-left.inview {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.little-circles.animate {
  transition: all 0.1s ease-in-out;
}

.page-template-default .reg-btn_header-sm-mobile,
.page-template-page-barber .reg-btn_header-sm-mobile {
  display: none;
}

.sidebarIconToggle {
  transition: all 0.6s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 25px;
  right: 25px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
}
.spinner {
  transition: all 0.6s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  left: 0;
}
.sidebarIconToggle.collapsed .horizontal {
  transition: all 0.1s;
  box-sizing: border-box;
  position: relative;
  float: left;
  transform: translateY(6px);
}
.sidebarIconToggle.collapsed .diagonal.part-1 {
  position: relative;
  transition: all 0.6s;
  box-sizing: border-box;
  float: left;
}
.sidebarIconToggle.collapsed .diagonal.part-2 {
  transition: all 0.6s;
  box-sizing: border-box;
  position: relative;
  float: left;
  transform: translateY(12px);
}
.sidebarIconToggle:not(.collapsed) > .horizontal {
  transition: all 0.6s;
  box-sizing: border-box;
  opacity: 0;
  height: 0;
}
.sidebarIconToggle:not(.collapsed) > .diagonal.part-1 {
  transition: all 0.6s;
  box-sizing: border-box;
  transform: rotate(135deg) translateY(0);
}
.sidebarIconToggle:not(.collapsed) > .diagonal.part-2 {
  transition: all 0.6s;
  box-sizing: border-box;
  transform: rotate(-135deg) translateY(0);
}
.sidebarIconToggle:not(.collapsed) {
  transform: translateY(3px);
}
.little-circles {
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 9px;
}
.little-circles div {
  width: 17px;
  height: 17px;
  background-color: rgba(80, 161, 255, 0.5);
  border-radius: 17px;
  display: none;
  float: left;
  margin-right: 17px;
  opacity: 0;
  transform: scale(0) translateX(100%);
}
.little-circles div.appear-circle {
  opacity: 1;
  animation: 1s little-circles forwards;
  display: inline-block;
}
.big-circle {
  position: absolute;
  bottom: 7.1%;
  bottom: calc(10% - 16px);
  right: 120px;
}
.big-circle div {
  height: 66px;
  width: 66px;
  border-radius: 66px;
  border: 15px solid rgba(80, 161, 255, 0.8);
  opacity: 0;
}
.big-circle div.appear-circle {
  opacity: 1;
  animation-duration: 2s;
  animation-name: big-circle;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
@keyframes little-circles {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0.3) translateX(25px);
  }
  30% {
    transform: scale(0.7) translateX(23px);
  }
  40% {
    transform: scale(0.9) translateX(19px);
  }
  50% {
    transform: scale(1.1) translateX(12px);
  }
  70% {
    transform: scale(1.5) translateX(8px);
  }
  100% {
    transform: scale(1) translateX(17px);
  }
}
@keyframes big-circle {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(90px);
  }
  60% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .navbar-case.sticky .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .sticky .navbar-header {
    width: 100%;
    padding-right: 220px;
  }
  .sticky .navbar-toggle {
    display: block;
    right: 250px;
    top: 20px;
  }
  .page-template-default .navbar-inverse .navbar-toggle:hover,
  .page-template-page-barber .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background: transparent;
  }
  .navbar-case.sticky .navbar-collapse.collapse.in {
    display: block !important;
  }
  .page-template-default .navbar-toggle .icon-bar,
  .page-template-page-barber .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
  }

  .sticky .navbar-nav > li {
    float: none;
  }
  .sticky.navbar-case #top_nav_padd {
    display: block;
  }
  .page-template-default .sticky .reg-btn_header,
  .page-template-page-barber .sticky .reg-btn_header {
    position: absolute;
    right: 35px;
    top: 5px;
  }
  .mob-img {
    max-width: 330px;
  }
  .barber-page .w-line.inview {
    width: 2vw;
  }
}

@media screen and (min-width: 1025px) {
  .barber-page .w-line.inview {
    width: 5vw;
  }
  .barber-page .w-line.inview {
    width: 3.5vw;
  }
  .barber-page .container:hover .w-line.inview {
    width: 5vw;
  }
}

.page-template-page-barber .navbar-collapse.collapse {
  margin-right: 60px;
}

@media screen and (max-width: 992px) {
  .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #282528 !important;
  }
  .navbar-inverse .navbar-toggle:active .icon-bar {
    background-color: #282528 !important;
  }
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #282528 !important;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-default .navbar-brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .portfolio-other-pages-gallery.three-in-row {
    margin: 0 -1.25%;
  }

  .portfolio-other-pages-gallery.three-in-row img {
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}

/* Mobile barber until 767px*/
@media screen and (max-width: 767px) {
  .thankyoupage-ok {
    bottom: 70%;
  }
  .thankyoupage-ok svg {
    width: 196px;
    height: 193px;
  }
  .thankyoupage-ok::after {
    height: 210px;
    width: 230px;
    top: 50px;
    right: -86px;
  }
  .thankyoupage-descr {
    top: 60px;
  }
  .thankyoupage-back {
    top: 130px;
  }
  .barber-page .jumbotron h1 {
    font-size: 10vw;
    line-height: 6vh;
  }
  .barber-page .jumbotron h1 b {
    font-size: 8vh;
    line-height: 10vh;
  }
  .barber-page .hero-label {
    margin: 0;
    padding: 0;
  }
  .hero-images {
    position: absolute;
    right: 0;
    bottom: -10%;
  }
  .barber-page .shadow-number {
    left: 5px;
  }
  .barber-start .row {
    flex-flow: column;
  }
  .barber-start,
  .barber-result {
    padding-top: 50px;
  }
  .barber-page .shadow-text-big {
    left: 0;
    font-size: 24vw;
  }
  .barber-start > .container:before,
  .barber-result:before {
    width: 100%;
    height: 82%;
  }
  .mtop100 {
    margin-top: -30px;
  }
  .barber-page .row + .row {
    margin-top: 80px;
  }
  .barber-services .col-md-8 img {
    position: absolute;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .barber-services .col-md-4 img {
    position: absolute;
    top: -260px;
    max-height: 500px;
  }
  .barber-barbershop {
    top: 100px;
  }
  .barbershop-slides img.glow-img-big:not(:nth-child(3)) {
    display: none;
  }
  .barbershop-slides img:nth-child(3) {
    left: 0;
    right: 0;
    top: 80px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .barber-contacts {
    margin-top: 100px;
    padding-top: 20px;
  }
  .barber-page .shadow-text {
    top: -20px;
    left: 5px;
  }

  .barber-order .glow-img-big {
    position: absolute;
    top: 10%;
    left: 50%;
    max-width: 60%;
    left: 30%;
    top: 70%;
  }
  .barber-mobile {
    overflow: hidden;
  }
  .barber-mobile .row {
    display: block;
  }
  .flex-cross {
    left: -10%;
    flex-flow: column;
    flex-wrap: wrap;
  }
  .mob-img {
    position: relative;
    left: -40px;
  }
  .tech-grid {
    display: block;
  }
  .tech-grid ul {
    padding-left: 0;
    margin: 10px 0 25px 0;
  }
  .tech-grid ul li {
    padding: 0;
  }
  .barber-result {
    margin-top: 0;
  }
  .barber-begin {
    margin-top: 70px;
  }
  .barber-start img {
    left: 0;
    max-width: 100%;
    left: 15px;
  }
  .hero-images img:first-child {
    position: initial;
  }
  .page-template-default .reg-btn_header,
  .page-template-page-barber .reg-btn_header {
    display: none;
  }
  .page-template-default .reg-btn_header-sm-mobile,
  .page-template-page-barber .reg-btn_header-sm-mobile {
    display: inline-block;
  }
  .page-template-default .navbar-inverse .navbar-nav > li > a,
  .page-template-page-barber .navbar-inverse .navbar-nav > li > a {
    line-height: 48px;
  }
  .page-template-default .navbar-inverse .navbar-nav > li,
  .page-template-page-barber .navbar-inverse .navbar-nav > li {
    line-height: 0;
    padding: 0 !important;
  }
  .navbar-case #top_nav_padd {
    display: block;
  }
  .barbershop-dots2 {
    display: none;
  }
  .page-template-default .navbar-inverse .navbar-toggle .icon-bar,
  .page-template-page-barber .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  /*additionals from Sergei*/
  .barber-result img {
    max-width: 125%;
    position: relative;
    left: -12.5%;
  }
  .barber-like h3 {
    font-size: 9vw;
  }
  .barber-like button {
    padding: 0 15px;
    font-size: 16px;
    height: 56px;
  }

  .customer {
    grid-template-columns: 100px auto;
  }
  .customer img {
    max-width: 80px;
  }
  /* .navbar-inverse .navbar-toggle:focus, */
  .page-template-default .navbar-inverse .navbar-toggle:hover,
  .page-template-page-barber .navbar-inverse .navbar-toggle:hover {
    /* background-color:rgba(0, 108, 234, 0.27); */
    background-color: transparent;
  }
  .navbar-case .navbar {
    background: rgba(3, 3, 3, 0.9);
  }
  .page-template-page-barber .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
  }
  .page-template-page-barber .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .page-template-default .navbar-inverse .navbar-toggle.collapsed,
  .page-template-page-barber .navbar-inverse .navbar-toggle.collapsed {
    margin-top: 0;
  }
  .quote {
    max-width: 90%;
    margin-left: 10%;
    font-size: 4vh;
    line-height: 5vh;
  }
  .barber-barbershop:before {
    display: none;
  }
  .barbershop-dots {
    left: 60%;
  }
  .barbershop-dots img:last-child {
    position: relative;
    right: 0;
    z-index: 0;
    top: -57px;
  }
  .barber-page .w-line {
    left: 15px;
    top: 65px;
  }
  .barber-page .w-line.letter-line {
    top: 38px;
  }
  .barber-page .w-line {
    width: 35vw;
  }
  .barber-page .w-line.inview {
    width: 22vw;
  }
  .barber-page .animate:hover .w-line.inview {
    width: 35vw;
  }

  .col-md-12 {
    width: 100%;
    float: left;
  }
  .col-md-6.col-sm-12 {
    position: relative;
    z-index: 2;
  }

  .barber-page .barber-tech .w-line.letter-line {
    top: 58px;
  }
  .barber-page .barber-tech .shadow-text {
    top: -5px;
  }
  .quote {
    font-size: 14px;
    line-height: 20px;
  }
  .barber-order {
    padding-top: 50px;
  }
  .barber-review {
    margin-top: 30px;
  }
  .customer .position {
    font-size: 17px;
    line-height: 21px;
  }
  .customer .name {
    font-size: 23px;
  }

  .page-template-default .reg-btn_header-sm-mobile,
  .page-template-page-barber .reg-btn_header-sm-mobile {
    margin-left: 22px;
  }

  .page-template-default .navbar-collapse,
  .page-template-page-barber .navbar-collapse {
    max-height: 365px;
  }
}

@media (max-width: 500px) {
  .thankyoupage-title {
    font-size: 33px;
  }
  .thankyoupage-descr {
    font-size: 20px;
    width: 94vw;
    top: 45px;
  }
  .thankyoupage-back {
    top: 120px;
  }
  .thankyoupage-ok {
    bottom: 50%;
  }
}

@media (max-width: 400px) {
  .thankyoupage-title {
    font-size: 24px;
    line-height: 24px;
  }
  .thankyoupage-descr {
    font-size: 19px;
  }
}

/*Super small phones iphone5*/
@media screen and (max-width: 324px) {
  .little-circles {
    bottom: 5%;
  }
  .big-circle {
    bottom: calc(5% - 16px);
  }
  .flex-cross {
    left: -20%;
  }
}
/* Mobile phones landscape + modern big 800+ */
@media screen and (max-width: 814px) and (orientation: landscape) {
  .barber-page .jumbotron h1 {
    font-size: 5vh;
  }
  .barber-page .hero-label {
    font-size: 3vh;
  }
  p {
    font-size: 4vh;
    line-height: 5vh;
  }
  .barber-page .jumbotron h1 {
    font-size: 7vh;
    line-height: 8vh;
  }
  .barber-page .jumbotron h1 b {
    font-size: 8vh;
    line-height: 9vh;
  }
  .jumbotron .container {
    padding: 0 30px;
  }
  .jumbotron .col-sm-5,
  .jumbotron .col-sm-6 {
    width: 50%;
    float: left;
  }
  .barber-page .hero-descr {
    font-size: 4vh;
    line-height: 5vh;
  }
  .little-circles .appear-circle:nth-last-child(-n + 10) {
    visibility: hidden;
    display: none;
  }
  .barber-page h3 {
    font-size: 8vh;
    line-height: 9vh;
  }
  .barber-page .w-line {
    top: 57px;
    left: 10px;
  }
  .barber-page .shadow-text-big {
    font-size: 24vh;
  }
  .col-md-6,
  .barber-mobile .col-md-5,
  .barber-mobile .col-md-7 {
    width: 100%;
    z-index: 2;
    position: relative;
  }

  .barber-services .col-md-8 img {
    position: initial;
  }
  .barber-barbershop {
    padding-top: 40px;
  }

  .barbershop-slides img:nth-child(3) {
    width: 100vh;
    margin: 0 auto;
    top: 120px;
  }
  .barber-order .glow-img-big {
    top: 45%;
  }

  .barber-like {
    height: 70vh;
  }
  .flex-cross {
    display: block;
    max-width: 100%;
    position: initial;
  }
  .mob-img {
    left: -20px;
    float: left;
    max-width: 25%;
  }
  .barber-mobile-dots {
    z-index: -2;
  }
  .barber-contacts {
    margin-top: -150px;
    padding-top: 20px;
  }
  .barber-order {
    padding-top: 40px;
  }
  .barber-review {
    margin-top: 10px;
  }
  .barber-barbershop {
    top: 10px;
  }
  .tech-grid ul li {
    padding: 0;
    font-size: 5vh;
  }
  .barber-order .col-md-6,
  .barber-contacts .col-md-6 {
    padding-bottom: 0;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .little-circles {
    bottom: 15%;
  }
  .big-circle {
    bottom: calc(15% - 16px);
  }
  .barber-page .w-line.inview {
    width: 20vw;
  }
  .barber-page .w-line.inview {
    width: 16vw;
  }
  .barber-page .animate:hover .w-line.inview {
    width: 20vw;
  }
  .barber-page .barber-tech .w-line.letter-line {
    top: 58px;
  }
  .barber-page .barber-tech .shadow-text {
    top: -5px;
  }
  .barber-mobile {
    margin-bottom: 40px;
  }
  .main-footer__link {
    font-size: 13px;
  }
}
/* END Mobile phones landscape + modern big 800+ */

/* Tablet portrait non-retina */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .barber-mobile .row {
    display: block;
  }
  .flex-cross {
    left: 2%;
    position: inherit;
    max-width: none;
    /* flex-flow: column; */
  }
  .mob-img {
    max-width: 250px;
    position: relative;
    left: -40px;
  }
  .barber-mobile .col-md-5 {
    padding-right: 15px;
  }
  .barber-order .glow-img-big {
    /* top: 38%;
        left: 10%; */
    top: 8%;
    left: 15%;
    max-width: 70%;
  }
  .barber-services .col-md-8 img {
    position: absolute;
    top: -550px;
  }
  .container {
    padding: 0 40px;
  }
  .hero-images {
    position: absolute;
    right: 0;
    bottom: 5%;
    overflow: hidden;
    padding-top: 10px;
  }

  .barber-page .shadow-text-big {
    left: -10px;
    top: -20px;
  }
  .barbershop-slides img.glow-img-big:not(:nth-child(3)) {
    display: none;
  }
  .barbershop-slides img:nth-child(3) {
    left: 0;
    right: 0;
    top: 160px;
    width: 70%;
    margin-left: 15%;
    margin-right: 5%;
  }
  .barber-barbershop:before {
    display: none;
  }
  .barbershop-dots img {
    right: -90px;
  }
  .barbershop-dots img:last-child {
    right: 61px;
  }
  .barber-start img {
  }
  .barber-page .row + .row {
    margin-top: 80px;
  }
  .barber-barbershop {
    padding-top: 90px;
  }
  .barber-order {
    margin-top: 70px;
  }
  .barber-result {
    margin-top: 20px;
  }
  .mtop100 {
    margin-top: 0;
  }
  .customer {
    grid-template-columns: 100px auto;
  }
  .customer img {
    max-width: 80px;
  }
  .barber-review {
    padding: 0 40px;
  }
  .barber-like {
    min-height: 35vh;
  }
  .page-template-default .reg-btn_header,
  .page-template-page-barber .reg-btn_header {
    margin: 0;
  }
  .page-template-page-barber .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 108, 234, 0.27);
    background-color: transparent;
  }
  .navbar-case .navbar {
    background: rgba(3, 3, 3, 0.9);
  }
  .page-template-page-barber .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
  }
  .page-template-page-barber .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .main-footer .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-case #top_nav_padd {
    display: block;
  }
  .page-template-page-barber .reg-btn_header {
    display: none;
  }
  .page-template-page-barber .reg-btn_header-sm-mobile {
    display: block;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .page-template-page-barber .navbar-inverse .navbar-nav > li > a {
    line-height: 48px;
  }
  .page-template-page-barber .navbar-inverse .navbar-nav > li {
    line-height: 0;
    padding: 0 !important;
  }
  .page-template-page-barber .navbar-inverse .navbar-nav > li {
    margin: 0 3px;
  }
  .container {
    padding: 0 100px;
  }
  .barber-start .container {
    padding: 0 40px;
  }
  .tech-grid {
    display: block;
  }
  .tech-grid ul {
    padding-left: 0;
    margin: 10px 0 25px 0;
  }
  .tech-grid ul li {
    padding: 0;
  }
  .barber-page .w-line {
    left: -10vw;
    width: 9vw;
  }
  .barber-page .w-line.inview {
    width: 6vw;
  }
  .barber-page .animate:hover .w-line.inview {
    width: 9vw;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .barber-mobile {
    margin-top: 140px;
  }
  .barber-result .img-responsive {
    max-width: 130%;
    left: -15%;
    position: relative;
  }
  .barber-like h3 {
    font-size: 5vw;
  }
  .barber-like a {
    font-size: 18px;
  }
  .barber-like button {
    width: 300px;
    height: 70px;
    font-size: 18px;
    line-height: 20px;
  }
  .barbershop-dots {
    z-index: -1;
  }
  .col-md-10 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .barber-page .jumbotron .container {
    margin-top: -10%;
  }
  .page-template-page-barber .main-footer .container {
    padding: 0 20px;
  }
  .page-template-page-barber .main-footer__copy,
  .page-template-page-barber .main-footer__links {
    text-align: right;
  }

  .page-template-page-barber .main-footer__link {
    margin: 0 0 0 15px !important;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tech-grid {
    display: grid;
  }
  .tech-grid ul {
    padding-left: 0;
    margin: 0 0 10px 0;
  }
  .tech-grid ul li {
    padding-left: 5px;
  }
  /* .page-template-page-barber #responsive-menu .reg-btn_header {display:inline-block;} */
  .page-template-page-barber #responsive-menu .reg-btn_header {
    display: none;
  }
  .page-template-page-barber .sticky .reg-btn_header-sm {
    display: inline-block;
    top: 15px !important;
  }
  .barber-page .w-line {
    left: -7vw;
    width: 7vw;
  }
  .barber-page .w-line {
    width: 4.5vw;
  }
  .barber-page .w-line.inview {
    width: 3.4vw;
  }
  .barber-page .animate:hover .w-line.inview {
    width: 4.5vw;
  }
  .barber-like h3 {
    font-size: 3vw;
  }
  .barber-like a {
    font-size: 16px;
  }
  .barber-like button {
    height: 60px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .barber-services .col-md-8 img {
    position: relative;
    top: 100px;
  }
  .barbershop-slides img:nth-child(3) {
    top: 210px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
  .barber-order .glow-img-big {
    top: -3%;
    left: 40%;
  }
  .barber-mobile .col-md-5,
  .barber-mobile .col-md-7 {
    width: 100%;
  }
  .flex-cross {
    flex-flow: initial;
    left: 20%;
    max-width: 58%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .barber-page .w-line {
    width: 5.3vw;
    left: -6.3vw;
  }
  .barber-page .w-line.inview {
    width: 3.8vw;
  }
  .barber-page .animate:hover .w-line.inview {
    width: 5.3vw;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
  .barber-page .w-line {
    width: 5.5vw;
    left: -5.3vw;
  }
}

@media only screen and (max-width: 1280px) {
  .portfolio-page h2:before {
    width: 35px;
    left: -60px;
  }

  .portfolio-task-purpose img {
    width: 130%;
    margin-left: -18%;
  }
}

@media only screen and (max-width: 1140px) {
  .portfolio-task {
    padding: 60px 0 80px;
  }
  .portfolio-page h2:before {
    display: none;
  }
  .portfolio-task-purpose h2:after,
  .portfolio-task-solution h2:after {
    left: -15px;
    bottom: -15px;
    font-size: 90px;
  }

  .portfolio-process h2:after {
    top: -45px;
    font-size: 60px;
  }

  .portfolio-list-pages h2:after {
    top: -45px;
    font-size: 60px;
  }

  .portfolio-list-pages h2 span {
    left: -10px;
  }

  .portfolio-technology h2:after {
    bottom: -24px;
    font-size: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-task-purpose .top-line {
    width: 100%;
    right: auto;
    left: 77px;
  }

  .portfolio-task-solution .top-line {
    display: block;
  }
  .portfolio-task-purpose,
  .portfolio-task-solution {
    width: 100%;
  }

  .portfolio-task-purpose {
    padding-right: 0;
  }

  .portfolio-task-solution {
    padding-left: 0;
    margin-top: 30px;
  }

  .portfolio-task-purpose img {
    width: 105%;
    margin-left: -5%;
  }

  .portfolio-commnet-content {
    padding: 60px 0 50px;
  }

  .portfolio-commnet .quote-icon {
    top: -15px;
    left: 65px;
    width: 50px;
  }

  .portfolio-commnet-content .comment-content {
    padding-right: 30px;
  }

  .portfolio-technology {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .portfolio-page h1 {
    font-size: 70px;
  }

  .portfolio-page h1:after {
    font-size: 130px;
  }

  .portfolio-first-screen {
    padding-bottom: 90px;
  }

  .portfolio-commnet-content {
    flex-wrap: wrap;
  }

  .portfolio-commnet-content .comment-content {
    padding-right: 0;
  }

  .portfolio-comment-sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .portfolio-comment-sidebar .item {
    margin-top: 50px;
    margin-right: 50px;
    max-width: 250px;
  }

  .portfolio-process {
    padding: 30px 0 70px;
  }

  .portfolio-process h2:after {
    top: -25px;
    left: 35px;
    font-size: 50px;
  }

  .portfolio-list-pages h2:after {
    top: -25px;
    left: 90px;
    font-size: 50px;
  }

  .portfolio-home-page {
    padding-bottom: 70px;
  }

  .portfolio-other-pages-gallery {
    padding: 0 15px;
  }

  .portfolio-other-pages-gallery.three-in-row {
    margin: 0;
  }

  .portfolio-other-pages-gallery img,
  .portfolio-other-pages-gallery.three-in-row img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-default .navbar-collapse:after,
  .page-template-page-barber .navbar-collapse:after,
  .page-template-default .navbar-collapse:before,
  .page-template-page-barber .navbar-collapse:before {
    display: none;
  }

  .page-template-default .reg-btn_header-sm-mobile,
  .page-template-page-barber .reg-btn_header-sm-mobile {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 533px) {
  .portfolio-comment-sidebar {
    display: block;
    padding-left: 55px;
  }
  .portfolio-comment-sidebar .item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio-page h1 {
    font-size: 45px;
  }

  .portfolio-page h1:after {
    font-size: 70px;
    left: 10px;
    bottom: 5px;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.15);
  }

  .portfolio-page h2 {
    font-size: 26px;
  }

  .portfolio-list-pages h2 span {
    font-size: 78px;
  }

  .portfolio-first-screen .descr {
    padding: 10px 15px;
    margin: 0 -15px;
  }

  .portfolio-first-screen .descr-value {
    font-size: 12px;
  }

  .portfolio-first-screen .descr-type-of-work {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .portfolio-first-screen .descr-date {
    padding-right: 15px;
  }

  .portfolio-first-screen .descr-type-of-work {
    padding-left: 15px;
  }

  .portfolio-task-solution ul {
    padding-left: 0;
  }

  .portfolio-commnet .quote-icon {
    left: 35px;
  }

  .portfolio-commnet .comment-text {
    font-size: 14px;
  }

  .portfolio-commnet .read-more {
    margin-top: 15px;
  }

  .portfolio-commnet .autor {
    margin-top: 20px;
  }

  .portfolio-commnet .autor-name {
    font-size: 16px;
  }

  .portfolio-technology h2 {
    margin-left: 10px;
  }

  .portfolio-technology-list {
    padding: 40px 0 50px;
  }

  .portfolio-technology-list .item {
    padding-top: 20px;
  }

  .portfolio-technology-list .item {
    font-size: 16px;
  }

  .portfolio-technology-list .heading {
    max-width: 90px;
  }
}
li.lang-switch:hover:after{
    display:none !important;
}
li.lang-switch,
.swot-header__navigation>menu li.lang-switch{
    display: flex;
    justify-content: center;
}
li.lang-switch a{
    padding:0 !important;
    transition:all .3s ease;
}
li.lang-switch a:hover{
    color:#1ea9fc !important;
}
li.lang-switch a:after,
.swot-header__navigation>menu li.lang-switch a:after{
    content:'';
    display:inline-block;
    position:relative;
    width:1px;
    height:20px;
    top:0px;
    margin:0 5px 0 5px;
    background-color:#b7b7b7;
}
li.lang-switch > a[title="Russian"],
.swot-header__navigation>menu li.lang-switch > a[title="Russian"]{
    order:3;
    text-transform:lowercase;
}
li.lang-switch > a[title="Ukrainian"],
.swot-header__navigation>menu li.lang-switch > a[title="Ukrainian"]{
    order:1;
}
li.lang-switch > a[title="English"],
.swot-header__navigation>menu li.lang-switch > a[title="English"]{
    order:2;
}
li.lang-switch > a[title="Russian"]:after,
.swot-header__navigation>menu li.lang-switch > a[title="Russian"]:after{
    display:none;
}

@media screen and (max-width: 1023px){
  body:not(.landing-page) .swot-header .swot-header__navigation>menu .swot-dropdown .swot-dropdown__menu{
    box-shadow: none;
  }
  li.lang-switch, .swot-header__navigation>menu li.lang-switch{
    justify-content: flex-start;
      padding-left: 5px !important;
  }
}

.blog-page-wrap .blog-panel-right{
  margin: 35px 0px;
  padding: 15px 15px;
}


@media (min-width: 993px) {
  .blog-page-wrap .blog-panel-right{
    padding: 0px 15px;
    float: right;
  }
}
@media (min-width: 993px) {
  .blog-page-wrap .blog-panel-right{
    min-width: 230px;
  }
}
@media (min-width: 1025px) {
  .blog-page-wrap .blog-panel-right{
    min-width: 280px;
  }
}

@media screen and (max-width: 640px){
  .front-slider-block {
      margin-top: 57px !important;
  }
}


/* atps */

.order-form-checks-wrap input + span {
  border-radius: 20px;
}

.order-form-row textarea, .order-form-row input:not([type="submit"]){
  border-radius: 5px;
  border: 1px solid #b7b7b7;
}

.order-form-row input[type="submit"]{
  border-radius: 5px;
  background:#3497FC;
  border-color: transparent!important;
  box-shadow: none;
}
.order-form-row input[type="submit"]:hover{
  background:#0f94e0;
}
.modal-content{
  border:none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}


.btn, .reg-btn, .reg-btn_blue, .web-item--btn a{
  border-radius: 5px!important;
}

.reg-btn_blue{
  border-color: #3497FC;
  background: #3497FC;
}