/*
Theme Name: Skywind
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skywind

--------------------------------------------------------------*/

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-regular-webfont.eot");
  src: url("../fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype"), url("../fonts/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-medium-webfont.eot');
  src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-medium-webfont.woff2') format('woff2'), url('../fonts/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway-medium-webfont.ttf') format('truetype'), url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-black-webfont.eot');
  src: url('../fonts/raleway-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-black-webfont.woff2') format('woff2'), url('../fonts/raleway-black-webfont.woff') format('woff'), url('../fonts/raleway-black-webfont.ttf') format('truetype'), url('../fonts/raleway-black-webfont.svg#ralewayblack') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-bold-webfont.eot');
  src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-bold-webfont.woff2') format('woff2'), url('../fonts/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoitalic';
  src: url('../fonts/Roboto-Italic-webfont.eot');
  src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic-webfont.woff') format('woff'), url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'), url('../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fjalla One';
  src: url('../fonts/FjallaOne-Regular.eot');
  src: url('../fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FjallaOne-Regular.woff2') format('woff2'),
  url('../fonts/FjallaOne-Regular.woff') format('woff'),
  url('../fonts/FjallaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

div,
span,
input,
button,
textarea,
ul,
li,
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

*:focus,
*:active,
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

#full-page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 68px;
  position: relative;
  min-height: 100vh;
}
.youtube {
  display: inline-block;
  width: 21.4px;
}
.youtube svg {
  display: inline-block;
  width: 100%;
  height: auto;
}
.youtube svg * {
  fill: #fff;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}
.youtube:hover svg * {
  fill: #cf2825;
}
#full-page.contact-full-page {
  padding-top: 15px;
}

.admin-bar #full-page {
  min-height: calc(100vh - 32px);
}

.thanks-container {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

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

.container:after {
  content: '';
  display: table;
  clear: both;
}

body {
  font-family: Raleway, sans-serif;
  font-size: 20.83px;
  color: #2b2a29;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
}

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

#showbutton {
  padding: 100px 0;
  display: none;
}

.nobreak {
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  .only-mobile {
    display: none !important;
  }
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: none !important;
}

#contacts-anchor .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: block !important;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis;
}

:placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

input:focus::-moz-placeholder {
  opacity: 0.4;
}

input:focus:-moz-placeholder {
  opacity: 0.4;
}

:focus:-ms-input-placeholder {
  opacity: 0.4;
}

:focus:placeholder {
  opacity: 0.4;
}

h1.entry-title {
  margin: 60px 0 40px 0;
  font-weight: normal;
  font-size: 41.67px;
}

h1.page-title {
  margin: 60px 0;
}

.partner-logo {
  padding-top: 30px;
}

.entry-content h3 {
  font-weight: bold;
  margin: 0 0 20px 0;
}

.entry-content ul {
  list-style: none;
  margin: 25px 0;
  overflow: hidden;
}

.entry-content ul li {
  padding-left: 50px;
  background: url(../img/entry-li.png) no-repeat left 9px;
  line-height: 1.7;
}

.posts-list {
  margin: 0 0 150px 0;
}

.single-content {
  margin: 0 0 200px 0;
}

.entry-content p {
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 10px;
}

header {
  position: fixed;
  width: 100%;
  height: 68px;
  left: 0;
  top: 0;
  background: #e8e8e7;
  line-height: 68px;
  z-index: 300;
}

header img {
  vertical-align: middle;
}

.header-logo {
  float: left;
}

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

#header-nav {
  display: inline-block;
  vertical-align: top;
  /*overflow: hidden; */
}

#header-nav ul {
  list-style: none;
}

#header-nav li {
  float: left;
  position: relative;
}

#primary-menu>li>ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 470px;
  right: -28px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: #e2e1e1;
  border: solid 1px #c9c8c8;
  margin-top: -2px;
}

#primary-menu>li>ul:before {
  content: '';
  position: absolute;
  right: 65px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #c9c8c8 transparent;
}

#primary-menu>li>ul:after {
  content: '';
  position: absolute;
  right: 66px;
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #e2e1e1 transparent;
}

@media screen and (min-width: 1000px) {
  /*#primary-menu > li:hover > ul {
    display: block;
    }*/
  }

  #primary-menu>li>ul li {
    display: block;
  }

  #primary-menu>li>ul li a {
    display: block;
    text-align: left;
  }

  #header-nav li ul li.menu-item-has-children {
    border-bottom: solid 1px #c9c8c8;
  }

  #header-nav li ul li.menu-item-has-children:last-child {
    border-bottom: none;
  }

  #header-nav li ul li.menu-item-has-children>a {
    padding: 12px 10px 12px 60px;
    position: relative;
    line-height: 1;
  }

  #header-nav li ul li.menu-item-has-children>a:hover {
    background: #d2d1d1;
  }

  #header-nav li ul li.menu-item-has-children>a:before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    border-top: solid 2px #aaa9a9;
    border-right: solid 2px #aaa9a9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #header-nav li ul li.menu-item-has-children>a.opened:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #header-nav li ul li:not(.menu-item-has-children) {
    background: #efeeee;
  }

  #header-nav .sub-menu .sub-menu {
    padding: 12px 0;
    background: #efeeee;
    border-top: solid 1px #c9c8c8;
    display: none;
  }

  #header-nav li ul li:not(.menu-item-has-children) a {
    padding: 5px 10px 5px 80px;
    font-size: 15.42px;
    line-height: 1;
    position: relative;
  }

  #header-nav li ul li:not(.menu-item-has-children) a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #aaa9a9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #header-nav li>ul li {
    display: block;
    float: none;
  }

  #header-nav a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    text-decoration: none;
    color: #5b5b5b;
    font-size: 16.67px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #header-nav a:hover {
    background: #e2e1e1;
  }

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

  .header-social a {
    color: #969594;
    text-decoration: none;
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .header-social a:hover {
    color: white;
  }

  .header-button {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    text-align: right;
  }

  .btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: solid 2px transparent;
    height: 62px;
    line-height: 58px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 41px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20.83px;
  }

  .btn i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2em;
    margin-right: 35px;
    font-size: 12px;
  }

  .btn-middle {
    height: 56px;
    line-height: 52px;
    min-width: 240px;
    text-align: center;
  }

  .btn-small {
    height: 44px;
    line-height: 40px;
    padding: 0 28px;
    font-size: 18.9px;
  }

  .btn-small i {
    margin-right: 20px;
  }

  .btn-xsmall {
    height: 38px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 16.86px;
  }

  .btn-xsmall i {
    margin-right: 15px;
  }

  .entry-content .btn-xsmall {
    min-width: 195px;
    text-align: center;
  }

  .btn-round {
    border-radius: 31px;
  }

  .btn-red {
    background: #c40c0c;
    color: white;
  }

  .btn-red:hover,
  .btn-red.hover {
    color: #c40c0c;
    border-color: #c40c0c;
    background: transparent;
  }

  .btn-red-border {
    background: rgba(255, 255, 255, 0.6);
    color: #c40c0c;
    border-color: #c40c0c;
  }

  .btn-red-border:hover {
    color: white;
    background: #c40c0c;
  }

  .btn-white-border {
    background: transparent;
    color: white;
    border-color: white;
  }

  .btn-white-border:hover {
    color: #c10101;
    background: white;
  }

  i {
    font-family: 'icomoon' !important;
    font-weight: normal !important;
    font-style: normal !important;
  }

  .arrow-right:before {
    content: '\e903';
  }

  .icon-download {
    width: 18px;
    height: 19px;
    background: url(../img/download.png) no-repeat center center;
    margin-right: 24px;
  }


  /* Slider */

  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }

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

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }

  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }

  [dir="rtl"] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }

  .red-text {
    color: #cc0404;
  }

  h4 {
    font-size: 20.83px;
  }

  h1 {
    font-size: 34.11px;
  }

  h3 {
    font-size: 25px;
  }

  h5 {
    font-size: 18px;
  }

  .first-screen {
    background: url(../img/bg1.jpg) no-repeat center center;
    padding: 75px 0 90px 0;
    background-size: cover;
  }

  .first-screen h4 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 17px;
  }

  .first-screen h1 {
    margin-top: 30px;
    line-height: 1.45;
    margin-bottom: 0;
  }

  .first-screen strong {
    text-shadow: 0 0 0 black;
  }

  .twitter:before {
    font-family: 'icomoon';
    content: '\e904';
  }

  .linkedin:before {
    font-family: 'icomoon';
    content: '\e905';
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .first-left {
    float: left;
    width: 40%;
  }

  .first-left h4.red-text {
    margin: 15px 0 30px;
  }

  .first-right {
    float: left;
    width: 60%;
    text-align: center;
  }

  .first-screenshots {
    position: relative;
    z-index: 1;
    margin-left: -26px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .first-screenshots a {
    position: absolute;
  }

  .first-screenshots img {
    vertical-align: top;
  }

  .first-screenshots a:after {
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAwCAYAAACMuVOlAAAEAUlEQVRYR+2YWchWRRiAHy3NIhShi1SMaCGEjChNo6xogYoWu8oLjRILFzBKCSOxyMKyLCRaaC8R6UohMoIUUzMrMYQiM4qyjSQqyMqIFh6ZE+Mw33+W7/z+if979X1z5rzznHfeeZcZwCEgAw4BRvoh29qlfkv2W7ItC7Sl57D2yWHAJOAMYBRwFPArsBvYDmwB/qhq6bYtKdhtwFXAoB4gfgFeAZYBO8tg24IcCTwFXF22YPL8b+Bx4M5g6ezrbUCeD6wGjqsJGE//KFj/i5yObiEvAtYCR2eUfwKsB3YBvwH66enAZcCIzPxvgPOAL9Nn3UCeBrwHDE2UbgTuAt4G/snAHAFMBpYApybPPwbOAfbG400hjwS2AmcniywAHgL0tTLR+vrxDcnEZ4Bb2oCcCTyZKJ+dGSsD1UhPAzOSieOBbcVYE0tqxc+AEyLFz2UWKgMsng8OrjEuemENcF03kJcDr0cKfwZOAn6qSpWZpx++G43rLh6uPY41seQTwKxIoQF5fheAxatvARdEeqYDLzSF/AA4M1J2bjhE3XLOBZZHSp4Fbm4CqeUND8cEZX+FGPlnt4TAhORjDWUXNoE0bBiYC/k2FBAtMO4vRL6OFJmFDP61fVILWs0UotLRbRACxwPfRbosPMY0gXS79wGGDcVyS/AqwbvsW/Rz/b0Qk4X+XtuSvuMXmhILGQt8WEZQ4bmn2XhbyEpgalPIl4FpkbKFwP0VIMqmGMCvjSZ52h9rCjkFWBUp+yoUCpUr7QztyYBVk8VHIaeEzNZou/VBD8zwSOEiYHGZqTo818+14jXR882h/dg/1CTj+N49wN2RUuOl6fLNBqDzgIeT92w/XivGmkIeCxjH4iLD0HR9rLwE2LVNp0uTeW8AV8S1aFNI9ZoN1iV+5Lg9y71FcdAB1OjwCHBl8vyHkHKt0v+TupDOvwlYAZgKrQMtUlPxEL0aPsIDoZX1YTOIVro442q/A5cA76TK6kLqh/qjBe+csCVCW7haZzaVH0NLsSmnoA6kfct9kRJ/e6rtYyYCLyZBvirwBuDGXANW9+DcATyYWVULGnTdXlOlpZWXA8a9MrGJeyCEn1zDVssnbw83DblFbVctVL9P/Nwe5VLAlGl1MyT4pe2q1yyeYH21kpRtd1qIxkrtczzhB5zESqvWnNQTpC2CrUJOvGkQ0AuoXpdOkPqW/pYTwQTMXon0BnEO0pDyfIfF3FoB3eqDJimkJdhLHXK6VbOAnx40urBQDHkW8D4wMAPh6fVyqvQusTc+IIb096PArclC5lMBLSj6RNLt9r/VsClPMV2ZZ3f0CV1muwsOt9vQY9llwjf49ql0CkGCngh83qd0PVjy/8B1AMO/GqOtMaA4QBUAAAAASUVORK5CYII=) no-repeat center center;
  }

  .first-screenshots a:hover:after {
    opacity: 1;
  }

  .first-screenshots a:before {
    position: absolute;
    content: '';
    z-index: -1;
    pointer-events: none;
  }

  .first-screenshots a img {
    max-width: 100%;
    max-height: 100%;
  }

  .first-screenshot {
    left: 24.9%;
    top: 5%;
    width: 61%;
    height: 52.1%;
  }

  .first-screenshot:before {
    background: url(../img/mac.png) no-repeat center top;
    background-size: contain;
    top: -9.5%;
    left: -5%;
    right: -5%;
    bottom: -66%;
  }

  .second-screenshot:before {
    background: url(../img/macbook.png) no-repeat right top;
    background-size: contain;
    top: -11%;
    left: -36%;
    right: -8%;
    bottom: -60%;
  }

  .third-screenshot:before {
    background: url(../img/iphone.png) no-repeat center top;
    background-size: contain;
    top: -16%;
    left: -12%;
    right: -10%;
    bottom: -71%;
  }

  .fourth-screenshot:before {
    background: url(../img/ipad.png) no-repeat right top;
    background-size: contain;
    top: -7%;
    left: -15%;
    right: -13.5%;
    bottom: -46%;
  }

  .second-screenshot {
    left: 10.9%;
    top: 51.2%;
    width: 30%;
    z-index: 10;
    height: 28.6%;
  }

  .third-screenshot {
    left: 69.6%;
    top: 56.7%;
    width: 7.5%;
    z-index: 10;
    height: 20.2%;
  }

  .fourth-screenshot {
    left: 79.9%;
    top: 43.3%;
    width: 17.5%;
    z-index: 10;
    height: 36%;
  }

  .lb-outerContainer {
    border-radius: 0;
  }

  .lb-data .lb-details {
    width: auto;
    margin-top: -5px;
    margin-left: -4px;
    float: none;
    margin-right: -4px;
    text-align: center;
    padding: 0;
  }

  .gray-desc {
    background: #cccccc;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
  }

  .gray-desc p {
    padding: 10px;
  }

  .gray-desc p:empty {
    padding: 0;
  }

  .gray-desc-top {
    position: absolute;
    bottom: 100%;
    width: inherit;
    height: auto;
  }

  .lb-data .lb-caption,
  .lb-data .lb-details,
  .lb-data {
    width: inherit;
  }

  .gray-desc-top p {
    padding: 10px;
    background: #cccccc;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
  }

  .gray-desc-top p:empty {
    padding: 0;
  }

  .first-button {
    margin-top: 68px;
  }

  .logo-carousel-outer {
    padding: 65px 0;
  }

  .carousel-arrow {
    position: absolute;
    width: 48px;
    height: 71px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .carousel-arrow:hover {
    background-color: #f6f6f6;
  }

  .carousel-prev {
    background: url(../img/prev.png) no-repeat center center;
    left: -60px;
  }

  .carousel-next {
    background: url(../img/next.png) no-repeat center center;
    right: -60px;
  }

  .logos-carousel-wrapper {
    padding: 0 50px;
  }

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

  .logos-carousel .slick-slide {
    line-height: 70px;
  }

  .logos-carousel a {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
  }

  .logos-carousel img {
    display: inline-block;
    vertical-align: middle;
    max-height: 70px;
    max-width: 85%;
  }

  h2 {
    text-align: center;
    margin: 50px 0 30px 0;
    font-size: 41.67px;
  }

  h2:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #e01919;
  }

  h2:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #e01919;
  }

  h2.red-slashes:after {
    color: #e01919;
  }

  .posts-list h2 {
    text-align: left;
    margin: 50px 0 20px 0;
  }

  .posts-list h2:before,
  .posts-list h2:after {
    display: none;
  }

  .posts-list h2 a {
    text-decoration: none;
    color: inherit;
  }

  .posts-list h2 a:hover {
    text-decoration: underline;
  }

  .contact-info h2 {
    font-size: 25px;
    margin: 0;
    text-align: left;
    line-height: 1.6;
  }

  .contact-info h2:before,
  .contact-info h2:after {
    display: none;
  }

  .contact-info h2:first-of-type {
    margin-top: 25px;
  }

  .contact-info h2:last-of-type {
    margin-bottom: 35px;
  }

  .contact-page-content h3 {
    font-weight: bold;
    margin-bottom: 20px;
  }

  .contact-info h3 {
    font-size: 20.83px;
    margin: 30px 0 25px;
  }

  ul li h3,
  ul li h2,
  ul li h4,
  ul li h5 {
    margin: 0 !important;
    line-height: 26px;
  }

  .contact-info h3 img {
    vertical-align: middle;
    margin-bottom: 0.2em;
    margin-right: 5px;
  }

  .contact-page-content {
    padding-top: 0;
    padding-bottom: 70px;
    line-height: 1.6;
  }

  .contact-page-content form {
    background: #efeeee;
    border-radius: 5px;
    border: solid 2px #d6d6d6;
    padding: 25px 35px;
    text-align: center;
    max-width: 535px;
    margin-left: auto;
    position: relative;
  }

  .i230419 .ezcol-one-half {
    width: 34%
  }

  .i230419 .contact-info {
    width: 60.9%;
  }

  .i230419 {
    padding-top: 45px !important;
  }

  .contact-page-content form p {
    text-align: center;
  }

  .contact-page-content img {
    vertical-align: middle;
  }

  .contact-page-content form h3 {
    margin: 10px 0;
    font-weight: bold;
  }

  .contact-page-content form input[type=text],
  .contact-page-content form input[type=tel],
  .contact-page-content form input[type=email] {
    margin-bottom: 12px;
    border-radius: 4px;
    background: white;
    border: solid 1px #d0cfcf;
    font-size: 16.67px;
  }

  .contact-page-content form .select2-container--default .select2-selection--single {
    background: white;
    border: solid 1px #d0cfcf;
  }

  .contact-page-content form span.wpcf7-not-valid-tip {
    font-size: 12px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    text-align: left;
  }

  .contact-page-content .ezcol-divider {
    height: 0px;
  }

  .contact-page-content hr {
    margin: 90px 0;
    border: none;
    color: #e6e6e6;
    background-color: #e6e6e6;
    height: 2px;
    clear: both;
  }

  .after-submit {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .after-submit.aftersend {
    z-index: 10;
  }

  .request-form.aftersend {
    visibility: hidden;
  }

  #testimonials {
    background: url(../img/testimonials-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 15px 0 75px 0;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
  }

  #testimonials h2 {
    color: #2b2a29;
  }

  .testimonials-outer {
    margin: 0 -18px;
  }

  .testimonials-carousel {
    margin-top: 115px;
  }

  .testimonials-carousel .slick-slide {
    padding: 0 18px;
  }

  .testimonial-text {
    background: white;
    position: relative;
  }

  .testimonial-text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 34px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }

  .testimonial-text-inner {
    padding: 65px 30px 50px 30px;
    font: italic 20.83px 'Roboto', sans-serif;
    line-height: 1.9;
    color: #5b5b5b;
    background: url(../img/quote-open.png) no-repeat 30px 35px, url(../img/quote-close.png) no-repeat right 30px bottom 35px;
  }

  .testimonial-info {
    margin: 25px 0 0 45px;
    letter-spacing: -1px;
    line-height: 1.4;
  }

  .author {
    font-weight: bold;
    color: #ba1027;
    position: relative;
  }

  .testimonials-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 26px;
    border-radius: 5px;
    border: solid 2px #72706f;
    color: #72706f;
    top: -82px;
    left: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 0 0 #72706f;
    cursor: pointer;
  }

  .testimonials-arrow:hover {
    color: white;
    background-color: #72706f;
  }

  .testimonials-arrow:before {
    font-family: 'icomoon';
  }

  .testimonials-prev {
    margin-left: -33px;
  }

  .testimonials-prev:before {
    content: '\e094';
  }

  .testimonials-next {
    margin-left: 3px;
  }

  .testimonials-next:before {
    content: '\e095';
  }

  .white-section {
    padding: 62px 0;
    border-top: solid 1px #dbdbdb;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  }

  .brackets {
    position: relative;
    font-weight: bold;
    padding: 7px 150px;
    line-height: 1.7;
    max-width: 958px;
    margin: 0 auto;
    text-align: justify;
  }

  .brackets:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    border: solid 5px #cf2825;
    border-right-width: 0;
  }

  .brackets:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    border: solid 5px #cf2825;
    border-left-width: 0;
  }

  .alerts-section {
    background: url(../img/alerts-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 42px 0 120px 0;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15);
  }

  .alerts-section h2 {
    letter-spacing: -2.5px;
  }

  .two-rows {
    font-weight: normal;
    line-height: 0.75;
    font-family: Roboto, sans-serif;
  }

  .two-rows span {
    display: inline-block;
  }

  .two-rows:before,
  .two-rows:after {
    display: none;
  }

  .h2-red-part {
    font-size: 58.33px;
    color: #cf2825;
    padding-right: 60px;
  }

  .h2-black-part {
    padding-left: 140px;
    font-size: 37.5px;
    color: #5b5b5b;
  }

  .alerts-outer {
    margin: 50px -22px 0 -22px;
  }

  .alerts-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 22px 0;
  }

  .alert-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: white;
    height: 320px;
  }

  .alert-item h4 {
    margin-top: 35px;
    line-height: 1.4;
    color: #5b5b5b;
    font-weight: bold;
  }

  .packages-section {
    text-align: center;
    padding: 105px 0;
  }

  .packages-section h3,
  .packages-section h4 {
    font-weight: bold;
  }

  .packages-header {
    margin-bottom: 80px;
  }

  .packages-header h4 {
    margin-top: 10px;
  }

  .puzzle-row {
    display: table;
    width: 870px;
    border-collapse: collapse;
    margin: 0 auto;
    table-layout: fixed;
  }

  .puzzle-item {
    display: table-cell;
    vertical-align: middle;
    height: 210px;
    position: relative;
    padding-top: 10px;
  }

  .puzzle-item h3 {
    margin-top: 5px;
  }

  .puzzle-item:before {
    left: -40px;
    /*right: -40px;*/
    top: -40px;
    /*bottom: -40px;*/
    width: 370px;
    height: 290px;
    content: '';
    position: absolute;
    z-index: -1;
  }

  .puzzle1:before {
    background: url(../img/puzzle1.png) no-repeat center center;
  }

  .puzzle2:before {
    background: url(../img/puzzle2.png) no-repeat center center;
  }

  .puzzle3:before {
    background: url(../img/puzzle3.png) no-repeat center center;
  }

  .packages-text {
    margin-top: 90px;
    line-height: 1.7;
    text-align: justify;
  }

  .ensures {
    background: #be1616 url(../img/ensures-bg.jpg) no-repeat center bottom;
    background-size: cover;
    color: white;
    padding: 25px 0 125px 0;
  }

  .ensures p {
    font-weight: bold;
    margin-top: 20px;
  }

  .ensures h2 {
    margin-bottom: 65px;
  }

  .ensures h2:before,
  .ensures h2:after {
    color: white;
  }

  .ensures .justify-item {
    text-align: center;
  }

  .justify-row {
    text-align: justify;
  }

  .justify-row:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
  }

  .justify-item {
    display: inline-block;
    vertical-align: top;
  }

  .features {
    padding: 35px 0 103px 0;
  }

  .features-inner {
    position: relative;
    padding: 50px 0 0 0;
  }

  .features-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 1px;
    width: 1px;
    background: #a6a6a5;
    content: '';
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
  }

  .feature-column {
    float: left;
    width: 50%;
  }

  .feature-column-1 {
    padding-right: 55px;
  }

  .feature-column-2 {
    padding-left: 100px;
  }

  .feature {
    margin-bottom: 30px;
    line-height: 1.7;
    clear: both;
  }

  .feature-img {
    float: left;
    width: 100px;
  }

  .feature-text {
    margin-left: 123px;
  }

  .screenshots-and-videos {
    background: url(../img/screenshots-bg.jpg) no-repeat center bottom;
    background-size: cover;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    padding: 30px 0 85px 0;
    background-size: cover;
    position: relative;
  }

  .screenshots-and-videos:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 57px;
    background: url(../img/screenshots-bg-bottom.png) no-repeat center top;
  }

  .screenshots {
    padding: 0 0 20px 0;
  }

  .screenshots a {
    display: block;
    position: relative;
    overflow: visible;
  }

  .screenshots a:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 71%;
  }

  .screenshots a img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    max-width: none;
    top: -300px;
    bottom: -300px;
    left: -300px;
    right: -300px;
    margin: auto;
    border: solid 0.5px #cecece;
  }

  .screenshots-carousel-outer {
    margin: 40px -18px 0 -18px;
  }

  .screenshots-carousel .slick-slide {
    padding: 0 18px;
  }

  .screenshots-carousel .slick-track {
    padding: 80px 0;
  }

  .screenshots-carousel .slick-center {
    z-index: 10;
    position: relative;
  }

  .screenshots-carousel .slick-center a img {
    width: 154.3%;
  }

  .screenshots-arrow {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
  }

  .screenshots-prev {
    background: url(../img/screenshot-prev.png) no-repeat center center;
    left: 18px;
  }

  .screenshots-next {
    background: url(../img/screenshot-next.png) no-repeat center center;
    right: 18px;
  }

  .videos-row {
    margin: 0 -12px;
  }

  .video-item {
    float: left;
    width: 33.33333%;
    padding: 0 12px;
  }

  .video-wrapper {
    position: relative;
    border: solid 1px #cecece;
  }

  .video-wrapper:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 55%;
  }

  .video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .technology {
    padding: 75px 0 95px 0;
    background: url(../img/technologies-bg.jpg) no-repeat center bottom;
    text-align: center;
  }

  .technology h2 {
    margin-bottom: 40px;
  }

  .technology-container {
    text-align: right;
    font-size: 0;
    position: relative;
    z-index: 1;
    width: 412px;
    margin: 90px auto 45px auto;
  }

  .technology-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 20.83px;
    font-weight: bold;
    width: 156px;
    height: 156px;
    margin: 25px;
  }

  .technology-item:before {
    content: '';
    position: absolute;
    z-index: -1;
  }

  .technology-item span {
    position: absolute;
  }

  .technology-item span:before {
    content: '';
    position: absolute;
  }

  .technology1 span {
    top: 215px;
    left: -20px;
    text-align: left;
  }

  .technology1 span:before {
    width: 88px;
    height: 169px;
    left: -40px;
    bottom: 30px;
    background: url(../img/technology1-label.png) no-repeat center center;
  }

  .technology1:before {
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: 0;
    background: url(../img/technology1.png) no-repeat center center;
  }

  .technology2 span {
    top: -5px;
    left: 220px;
    text-align: left;
  }

  .technology2 span:before {
    width: 66px;
    height: 74px;
    left: -90px;
    top: 14px;
    background: url(../img/technology2-label.png) no-repeat center center;
  }

  .technology2:before {
    top: 0;
    right: 0;
    bottom: -45px;
    left: 0;
    background: url(../img/technology2.png) no-repeat center center;
  }

  .technology3 span {
    top: 145px;
    left: 240px;
    width: 150px;
    text-align: left;
  }

  .technology3 span:before {
    width: 109px;
    height: 68px;
    left: -25px;
    top: -73px;
    background: url(../img/technology3-label.png) no-repeat center center;
  }

  .technology3:before {
    top: 0;
    right: -45px;
    bottom: -45px;
    left: -45px;
    background: url(../img/technology3.png) no-repeat center center;
  }

  .security {
    padding: 110px 0 155px 0;
    background: url(../img/security_bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    margin-top: -60px;
    position: relative;
    z-index: 2;
  }

  .security h2 {
    margin-bottom: 85px;
  }

  .security p {
    font-weight: bold;
    color: #2b2a29;
    margin-top: 35px;
  }

  .one-fourth {
    float: left;
    width: 25%;
    padding: 0 30px;
  }

  input[type=text],
  input[type=tel],
  input[type=email],
  select {
    width: 100%;
    height: 48px;
    line-height: 100%;
    padding: 0 10px 0 28px;
  }

  .contacts {
    background: url(../img/contact-bg.jpg) no-repeat center top;
    padding: 90px 0 90px 0;
    background-size: cover;
    min-height: 940px;
    text-align: center;
  }

  .contacts form {
    max-width: 1020px;
    margin: 70px auto 0 auto;
  }

  .contacts input[type=text],
  .contacts input[type=tel],
  .contacts input[type=email] {
    background: #f0f0f0;
    color: #3d3f40;
    font-size: 16.67px;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
    margin-bottom: 12px;
  }

  .contacts textarea {
    background: #f0f0f0;
    color: #3d3f40;
    width: 100%;
    height: 286px;
    color: #3d3f40;
    font-size: 16.67px;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
    margin-bottom: 12px;
    padding: 12px 24px;
  }

  .contacts button[type=submit] {
    margin-top: 25px;
    padding-left: 45px;
    padding-right: 60px;
    font-size: 16.67px;
    height: 60px;
    line-height: 56px;
  }

  .contacts button[type=submit] i {
    margin-right: 45px;
  }

  .contacts span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
    margin-top: -10px;
  }

  .contacts div.wpcf7-response-output {
    background: rgba(255, 255, 255, 0.5);
  }

  .security+.contacts,
  .security+script+.contacts {
    margin-top: -130px;
  }

  @media screen and (min-width: 1921px) {
    .security {
      margin-top: -80px;
    }
  }

  .form-left {
    float: left;
    width: 50%;
    padding-right: 23px;
  }

  .form-right {
    float: left;
    width: 50%;
    padding-left: 23px;
  }

  .checkbox {
    margin-top: 15px;
    margin-top: 10px;
    text-align: left;
  }

  .checkbox label {
    color: #3d3f40;
    font-size: 16.67px;
  }

  .checkbox input[type=checkbox] {
    margin-right: 10px;
    vertical-align: middle;
  }

  footer {
    background: #8b8989 url(../img/footer-bg.jpg) no-repeat center top;
    padding: 65px 0 110px 0;
    color: white;
    font-size: 16.67px;
    -webkit-box-shadow: inset 0 2px 0 #7c7a79;
    box-shadow: inset 0 2px 0 #7c7a79;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  footer a {
    color: white;
    text-decoration: none;
  }

  footer a:hover {
    text-decoration: underline;
  }

  footer h3 {
    border-bottom: solid 1px white;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16.67px;
  }

  footer.tiny-footer {
    background: white;
    color: #1a1a18;
    padding: 1px 0;
    font-size: 14.57px;
    -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
    box-shadow: inset 0 1px 0 #e6e6e6;
  }

  footer.tiny-footer a {
    color: #1a1a18;
  }

  footer.tiny-footer h3 {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14.57px;
  }

  .contact-footer-section a {
    margin-left: 15px;
  }

  .footer-section {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }

  .justify-aligned {
    text-align: justify;
  }

  .justify-aligned:after {
    display: inline-block;
    content: '';
    width: 100%;
    vertical-align: top;
  }

  .footer-left {
    float: left;
  }

  .footer-right {
    float: right;
  }

  .footer-right-column {
    float: left;
    width: 200px;
    margin-left: 75px;
  }

  .footer-right-column a {
    display: inline-block;
    margin-bottom: 12px;
  }

  .footer-right-column a i {
    margin-right: 10px;
    display: inline-block;
  }

  .footer-social {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social a {
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .footer-social a:hover {
    text-decoration: none;
    color: #cf2825;
  }

  .footer-nav ul {
    list-style: none;
  }

  .mail {
    width: 14px;
    height: 11px;
    background: url(../img/mail.png) no-repeat center center;
  }

  .phone {
    width: 14px;
    height: 14px;
    background: url(../img/phone.png) no-repeat center center;
  }

  #nav-button {
    display: none;
  }

  .admin-bar header {
    top: 32px;
  }

  .footer-fixed-line {
    position: fixed;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
    overflow: visible;
    z-index: 200;
  }

  #fixed-visible {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    text-align: center;
    margin: auto;
    background: #c10101;
    color: white;
    font-weight: bold;
    font-size: 19.5px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #fixed-visible.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .file-list-outer {
    max-height: 615px;
    overflow: auto;
    text-align: left;
  }

  .file-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: solid 2px #e2e2e2;
    border-radius: 3px;
    margin-bottom: 8px;
  }

  .file-left,
  .file-right {
    display: table-cell;
    vertical-align: middle;
    /*height: 130px;*/
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .file-left {
    padding-left: 75px;
    padding-right: 15px;
    background: url(../img/file.png) no-repeat 26px 21px;
  }

  .file-left h4 {
    font-size: 20.83px;
    font-weight: bold;
    margin: 10px 0;
  }

  .file-left p {
    font-size: 16.67px;
    margin: 10px 0;
  }

  .file-right {
    width: 265px;
  }

  .select2-results {
    margin-right: 15px;
  }

  .select2-results__option {
    margin-right: 15px;
  }

  .nicescroll-rails-vr {
    display: block !important;
  }

  .select2-container--open .select2-dropdown {
    left: -2px;
  }

  .popup {
    display: none;
  }

  #popup1,
  #before_download_popup {
    width: 690px;
    background: white;
    border: solid 2px #c2c1c1;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
  }

  #popup1 form,
  #before_download_popup form {
    max-width: 485px;
    margin: 40px auto 0 auto;
  }

  .popup form br {
    display: none;
  }

  .popup input[type=text],
  .popup input[type=tel],
  .popup input[type=email],
  .popup select {
    background: #fbfbfb;
    color: #3d3f40;
    font-size: 16.67px;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
    margin-bottom: 12px;
  }

  .popup textarea {
    background: #fbfbfb;
    color: #3d3f40;
    width: 100%;
    height: 286px;
    color: #3d3f40;
    font-size: 16.67px;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
    margin-bottom: 12px;
    padding: 12px 24px;
  }

  .popup button[type=submit] {
    margin-top: 40px;
    height: 62px;
    line-height: 58px;
  }

  .popup button[type=submit] i {
    margin-right: 30px;
  }

  .popup span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 5px;
  }

  .popup div.wpcf7-response-output {
    background: rgba(255, 255, 255, 0.5);
  }

  #popup1 h3 {
    font-weight: bold;
    font-size: 20.83px;
    color: #d8230d;
    margin: 10px 0 0 0;
  }

  #before_download_popup h2 {
    margin-top: 0;
  }

  #webinar_order_popup {
    background: #f5f5f5 url(../img/logo_bg.png) no-repeat 55px 55px;
    width: 1250px;
    max-width: 98%;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0 25px 80px 25px;
  }

  #webinar_order_popup input[type=text],
  #webinar_order_popup input[type=tel],
  #webinar_order_popup input[type=email],
  #webinar_order_popup select,
  #webinar_order_popup .select2-container--default .select2-selection--single {
    background: white;
  }

  .chosed-time-container {
    text-transform: uppercase;
  }

  #webinar_choose_popup {
    background: #f5f5f5 url(../img/logo_bg.png) no-repeat 55px 55px;
    padding: 0 50px 55px 50px;
    width: 1250px;
    max-width: 98%;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }

  #webinar_order_thanks,
  #featured_webinar_popup {
    background: #f5f5f5;
    width: 1250px;
    max-width: 98%;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    padding: 65px 50px 110px 50px;
    font-size: 20.83px;
  }

  #featured_webinar_popup {
    text-align: left;
    padding: 50px;
  }

  .thanks-target {
    margin: 78px 0 40px 0;
  }

  #webinar_order_thanks h3 {
    font-weight: bold;
    font-size: 33.33px;
    margin: 0 0 27px 0;
  }

  #webinar_order_thanks p {
    line-height: 1.7;
  }

  .thanks-close-section {
    margin-top: 60px;
  }

  .close-thanks-now {
    cursor: pointer;
    border-bottom: solid 1px #1a1a18;
  }

  .close-thanks-now:hover {
    border-bottom-color: transparent;
  }

  #featured_webinar_popup .webinar-date {
    padding-left: 60px;
  }

  #featured_webinar_popup .webinar-links {
    margin-top: 35px;
  }

  #featured_webinar_popup .webinar-heading {
    font-size: 25px;
  }

  #featured_webinar_popup .webinar-body {
    font-size: 20px;
  }

  @media screen and (min-width: 900px) {
    .mobile-only {
      display: none;
    }
  }

  @media screen and (max-width: 1260px) {
    #webinar_order_popup,
    #webinar_choose_popup,
    #webinar_order_thanks,
    #featured_webinar_popup {
      width: 98%;
    }
  }

  .order-popup-row {
    display: table;
    border-spacing: 25px;
    width: 100%;
    table-layout: fixed;
  }

  .order-popup-left,
  .order-popup-right {
    display: table-cell;
    vertical-align: top;
  }

  .order-popup-left {
    background: white;
    padding: 35px 50px;
    border-radius: 4px;
    border: solid 1px #dbdada;
    font-size: 16.67px;
  }

  .order-popup-right {
    padding-left: 25px;
  }

  .order-time-container {
    margin-bottom: 30px;
    padding-left: 65px;
    background: url(../img/calendar.png) no-repeat left top;
    min-height: 45px;
  }

  .order-day {
    font-size: 20.83px;
    font-weight: bold;
  }

  .order-heading {
    font-size: 20.83px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  #hide_button {
    display: none;
  }

  .order-button-container {
    text-align: center;
  }

  .order-button-container button[type=submit] {
    height: 54px;
    line-height: 50px;
  }

  .webinar-header {
    background: #ececeb url(../img/calendar.png) no-repeat 42px 18px;
    border: solid 1px #d1d0d0;
    padding: 22px 40px;
    margin-top: 70px;
  }

  .webinar-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 20.83px;
    font-weight: bold;
    padding-left: 80px;
  }

  .webinar-choose-time {
    display: inline-block;
    vertical-align: middle;
    margin-left: 36px;
    font-size: 20.83px;
    text-transform: uppercase;
  }

  .webinar-time {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    line-height: 40px;
    border: solid 1px #b0afae;
    padding: 0 20px;
    cursor: pointer;
    margin-left: -3px;
  }

  .webinar-time.chosed-time {
    background: white;
  }

  .webinar-body {
    position: relative;
    padding: 45px 50px 65px 50px;
    font-size: 20.83px;
  }

  .webinar-body:before {
    content: '';
    position: absolute;
    border-left: solid 1px #d1d0d0;
    border-bottom: solid 1px #d1d0d0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
  }

  .webinar-body:after {
    content: '';
    position: absolute;
    border-right: solid 1px #d1d0d0;
    border-bottom: solid 1px #d1d0d0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
  }

  .webinar-heading {
    color: #d8230d;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .webinar-managers {}

  .webinar-manager {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 20px;
    overflow: hidden;
  }

  .webinar-manager:first-child {
    margin-left: 0;
  }

  .wm-photo {
    float: left;
  }

  .wm-text {
    margin-left: 90px;
  }

  .wm-name {
    font-weight: bold;
  }

  .webinar-links {
    margin-top: 95px;
    text-align: center;
    font-size: 20.83px;
  }

  #register_main {
    margin-bottom: 30px;
    padding-right: 60px;
    padding-left: 55px;
  }

  .more-webinars {
    color: #1a1a18;
    border-bottom: solid 1px #1a1a18;
    text-decoration: none;
  }

  .more-webinars:hover {
    border-bottom-color: transparent;
  }

  .order-icon {
    width: 21px;
    height: 21px;
    margin-right: 30px;
    background: url(../img/register-icon.png) no-repeat center top;
  }

  .btn-bright-red {
    color: white;
    background: #cc0404;
  }

  .btn-bright-red:hover {
    color: #cc0404;
    background: transparent;
  }

  .btn-red:hover .order-icon {
    background-position: center bottom;
  }

  .one-popup-webinar {
    width: 50%;
    float: left;
    padding: 5px;
    font-size: 16.67px;
  }

  .one-popup-webinar:nth-child(odd) {
    clear: both;
  }

  .popup-choose-webinar {
    float: right;
  }

  .popup-webinar-date {
    float: left;
    padding-left: 70px;
    padding-top: 7px;
    font-size: 20.83px;
    font-weight: bold;
  }

  .popup-webinar-choose-time {
    font-size: 16.65px;
    margin-left: 0;
    margin-top: 0;
    clear: both;
    display: block;
  }

  .popup-webinar-choose-time .webinar-time {
    margin-left: -2px;
    margin-top: 30px;
    font-size: 16.65px;
    height: 34px;
    line-height: 32px;
    padding: 0 7px;
  }

  .popup .webinar-body {
    background: #fff;
    border: solid 1px #d1d0d0;
    border-top: none;
    font-size: 16.67px;
    padding: 30px 35px;
  }

  .popup .webinar-heading {
    font-size: 20.83px;
    margin-bottom: 20px;
  }

  .popup .webinar-header {
    margin-top: 0;
  }

  .popup .webinar-manager {
    margin-left: 0;
    /*width: 240px;*/
  }

  .popup .webinar-body:before,
  .popup .webinar-body:after {
    display: none;
  }

  .owl-item img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .gallery-outer {
    position: relative;
  }

  .thumbs-left-cont {
    padding-left: 107px;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
    z-index: 10;
    max-width: 640px;
  }

  .thumbs-left-cont .owl-dots-vertical-outer {
    width: 110px;
    padding-right: 10px;
    position: absolute;
    height: 112%;
    overflow: auto;
    left: -107px;
    top: 0;
  }

  .thumbs-right-cont {
    padding-right: 107px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    z-index: 10;
    max-width: 640px;
  }

  .thumbs-right-cont .owl-dots-vertical-outer {
    width: 110px;
    padding-left: 10px;
    position: absolute;
    height: 112%;
    overflow: auto;
    right: -107px;
    top: 0;
  }

  .vertical-carousel .owl-dot {
    width: 100%;
    height: 67px;
    margin-bottom: 6px;
    background-size: cover;
    border: solid 1px #e3e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 0 0 0px 100px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0px 100px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .vertical-carousel .owl-dot.active,
  .vertical-carousel .owl-dot:hover {
    -webkit-box-shadow: inset 0 0 0px 100px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0px 100px rgba(0, 0, 0, 0);
    opacity: 1;
  }

  .thumbs-left-cont .owl-dot.active:before {
    content: '';
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #e3e2e2 transparent transparent;
  }

  .thumbs-left-cont .owl-dot.active:after {
    content: '';
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ffffff transparent transparent;
  }

  .thumbs-right-cont .owl-dot.active:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #e3e2e2;
  }

  .thumbs-right-cont .owl-dot.active:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffffff;
  }

  .vertical-carousel img {
    border: solid 1px #e3e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .image-caption {
    margin-top: 15px;
    line-height: 1.7;
  }

  .ezcol-divider {
    height: 150px;
  }

  .video-section-wrapper {
    background: #efeeee;
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .video-source-column {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }

  .video-desc-column {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 40px 20px 70px;
  }

  .video-desc-column p {
    text-align: left;
    font-weight: bold;
    text-shadow: 0 0 0 black;
  }

  .attachment-column {
    float: left;
    width: 33.3333%;
    padding: 10px;
  }

  .attachment-column-inner {
    border: solid 1px #d1d1d1;
    padding: 30px 30px 50px 70px;
  }

  .attachments-row {
    margin: 10px -10px;
    overflow: hidden;
  }

  .owl-carousel .owl-stage {
    overflow: hidden;
  }

  .attachment-name {
    font-weight: bold;
    font-size: 20.83px;
    margin-bottom: 15px;
    position: relative;
  }

  .attachment-name:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 31px;
    top: -10px;
    left: -40px;
    background: url(../img/file.png) no-repeat center center;
  }

  .attachment-description p {
    font-size: 16.67px;
    line-height: 1.4;
  }

  .attachment-button {
    display: inline-block;
    position: relative;
  }

  .not-authorized {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }

  .attachment-info-section {
    margin-bottom: 20px;
  }

  .owl-slider-carousel .owl-prev,
  .owl-slider-carousel .owl-next {
    position: absolute;
    width: 56px;
    height: 56px;
    cursor: pointer;
    top: 50%;
    margin-top: -28px;
  }

  .owl-slider-carousel .owl-prev {
    left: 0;
    background: url(../img/slide-left.png);
  }

  .owl-slider-carousel .owl-next {
    right: 0;
    background: url(../img/slide-right.png);
  }

  .owl-slider-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }

  .owl-slider-carousel .owl-dot {
    display: inline-block;
    margin: 0 3px;
    border: solid 1px #dededd;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: transparent;
  }

  .owl-slider-carousel .owl-dot.active {
    background: #dededd;
  }

  .ye-container {
    padding-bottom: 51.8%;
  }

  .skywind-background-section {
    margin-left: -1000px;
    margin-right: -1000px;
    padding: 50px 1000px;
  }

  .skywind-background-section .ezcol-divider {
    height: 0;
  }

  .horiz-slider-cont {
    text-align: center;
  }

  .horiz-slider-cont .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-height: 500px;
  }

  .homepage-slider .slider-text {
    text-align: center;
    font-size: 25px;
  }

  .slider-image {
    padding-top: 50px;
    text-align: center;
  }

  .homepage-slider .owl-prev,
  .homepage-slider .owl-next {
    position: absolute;
    width: 16px;
    height: 59px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
  }

  .homepage-slider .owl-prev {
    left: -90px;
    background: url(../img/prev2.png) no-repeat center center;
  }

  .homepage-slider .owl-next {
    right: -90px;
    background: url(../img/next2.png) no-repeat center center;
  }

  .homepage-slider.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .homepage-slider .slider-text h2 {
    font-weight: bold;
    margin: 0 0 10px;
  }

  .homepage-slider h2:before,
  .homepage-slider h2:after {
    display: none;
  }

  .homepage-slider a:not(.btn) {
    color: #cf2825;
    text-decoration: underline;
  }

  .homepage-slider a:hover {
    text-decoration: none;
  }

  .homepage-slider .slider-text p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-bg {
    padding-top: 65px;
    /*background: #f8f9f8 url(../img/slider_bg.jpg) no-repeat center bottom;*/
    background-size: cover;
  }

  .under-slider {
    background: rgba(222, 232, 222, 0.3);
    padding: 25px 0;
    position: relative;
  }

  .under-slider-button,
  .under-slider-text {
    display: inline-block;
    vertical-align: middle;
  }

  .under-slider-button {
    margin-right: 45px;
  }

  .under-slider-button .btn {
    color: #c40c0c;
    background-color: transparent;
    border-color: #c40c0c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .under-slider-button .btn:hover {
    color: #fff;
    background-color: #c40c0c;
  }

  #hs-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  #hs-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 4px;
    background: #c5c5c4;
    margin: 0 3px;
  }

  #hs-dots .owl-dot.active {
    background: white;
  }


  /*ALERTS*/

  .alerts-list-container {
    padding-bottom: 60px;
    padding-top: 10px;
    line-height: 1.6;
  }

  .alerts-list-container .ezcol-divider {
    height: 0;
  }

  .alerts-list-container h1 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1.6px solid #cf3838;
    margin-bottom: 25px;
  }

  .tabhead {
    border-top: solid 2px #dededd;
    position: relative;
    padding: 30px 30px 30px 95px;
    line-height: 1;
    cursor: pointer;
    font-size: 33.33px;
    color: #2b2a29;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .tabhead:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/plus_minus.png) no-repeat center top;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }

  .tabgroup {
    border-bottom: solid 2px #dededd;
  }

  .tabhead img {
    position: absolute;
    max-width: 51px;
    max-height: 51px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .tabhead.active {
    background: #f5f5f5;
    padding: 30px 1030px 30px 1095px;
    margin: 0 -1000px;
  }

  .tabhead.active img {
    left: 1000px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .tabhead.active:after {
    right: 1000px;
    background-position: center bottom;
  }

  .tabbody {
    background: #f5f5f5;
    padding: 25px 1000px 90px;
    margin: 0 -1000px;
    display: none;
  }

  .tabhead p {
    margin: 0;
    line-height: inherit;
  }

  .tabgroup p {
    margin: 0;
  }

  .alerts-list-container ol {
    list-style: none;
    counter-reset: alertslist;
    margin: 0 -20px;
  }

  .alerts-list-container ol li {
    position: relative;
    padding: 10px 30px 11px 88px;
    font-weight: 500;
    font-size: 20.83px;
    line-height: 55px;
    color: #2b2a29;
    border: solid 1px #c2c1c1;
    margin-bottom: 5px;
    background: #efeeee;
    margin: 0 0 5px;
  }

  .ao-section {
    float: left;
    width: 50%;
    padding: 0 20px;
  }

  .ao-section:nth-child(odd) {
    clear: both;
  }

  .alerts-list-container ol li span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }

  .alerts-list-container ol li:nth-child(n+21) {
    display: none;
  }

  .alerts-list-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .alerts-list-section-inner:after {
    content: '';
    -webkit-box-flex: 1000000000;
    -ms-flex-positive: 1000000000;
    flex-grow: 1000000000;
  }

  .alerts-list-section {}

  .alerts-list-section:nth-child(n+2) {
    display: none;
  }

  .alerts-list-container ol li:before {
    counter-increment: alertslist;
    content: counter(alertslist, decimal-leading-zero);
    color: #4d4948;
    top: -1px;
    bottom: -1px;
    left: 0;
    position: absolute;
    pointer-events: none;
    height: 55px;
    margin: auto;
    font: normal 20.83px 'Roboto', sans-serif;
    line-height: 55px;
    width: 62px;
    text-align: center;
    background: url(../img/number_gray.png) no-repeat center center;
    z-index: 2;
  }

  .alert-popularity {
    position: absolute;
    pointer-events: none;
    height: 55px;
    margin: auto;
    width: 62px;
    top: -2px;
    bottom: -1px;
    left: 6px;
  }

  .low {
    background: url(../img/alert_blue.png) no-repeat center center;
  }

  .moderate {
    background: url(../img/alert_yellow.png) no-repeat center center;
  }

  .high {
    background: url(../img/alert_red.png) no-repeat center center;
  }

  .alerts-list-container ol li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: solid 1px #c2c1c1;
    background: #f5f5f5;
    right: -6px;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .alerts-list-container ol li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 30px 11px 88px;
    margin: -10px -30px -11px -88px;
    color: #2b2a29;
    text-decoration: none;
    position: relative;
  }

  .ao-inner {
    margin: -10px 0 -11px;
  }

  .ao-description {
    background: white;
    padding: 20px 15px 15px;
    margin-top: -5px;
    position: relative;
    border: solid 1px #c2c1c1;
    border-top: none;
    display: none;
    margin-bottom: 5px;
    line-height: 1;
  }

  .ao-description:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #ffffff transparent;
  }

  .ao-description:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: -1px;
    height: 8px;
    width: 1px;
    background: #c2c1c1;
  }

  .alerts-list-container ol li a:before {
    width: 6px;
    height: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 2px #72706f;
    border-right: solid 2px #72706f;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
  }

  .alerts-list-container ol li a.active:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .alerts-list-container ol li.has-link:hover {
    background: white;
    border-color: #cc0404;
    color: #cc0404;
  }

  mark {
    background: #f1fd49;
  }

  mark.current {
    background: #74e474;
  }

  .alerts-list-container ol li.has-link:hover:after {
    border-color: #cc0404;
  }

  .alerts-list-container ol li.has-link:hover a {
    color: #cc0404;
  }

  .alerts-list-container ol li.has-link:hover a:before {
    border-color: #cc0404;
  }

  .load-more-container {
    text-align: center;
    margin-top: 40px;
  }

  .btn sup {
    line-height: 0;
  }

  .arrow-down {
    width: 14px;
    height: 19px;
    margin-left: 15px;
    margin-right: 0 !important;
    background: url(../img/load_more_arrow.png) no-repeat center center;
    background-size: contain;
  }

  .tabbuttons {
    text-align: right;
    margin: 35px 0;
  }

  .tabbuttons-left {
    float: left;
  }

  .tabbuttons-right {
    float: right;
  }

  .fixed-text-search button {
    cursor: pointer;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    background: transparent;
    border: solid 1px #c5c5c5;
    border-radius: 4px;
    display: none;
  }

  .text-search-prev {
    background: url(../img/bottom.png) no-repeat center center !important;
  }

  .text-search-next {
    background: url(../img/top.png) no-repeat center center !important;
  }

  .search-border {
    border: solid 1px #c5c5c5;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
  }

  .close-fixed {
    vertical-align: middle;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border: solid 1px #c5c5c5;
    border-radius: 4px;
    display: none;
  }

  .search-border input[type=search],
  .search-border input[type=text] {
    border: none;
    vertical-align: middle;
    background: transparent;
    height: 44px;
    line-height: 44px;
    width: 320px;
    padding: 0 15px;
    font-size: 16px;
  }

  .search-border button[type=submit] {
    width: 44px;
    height: 44px;
    margin-left: -5px;
    border: none;
    background: transparent url(../img/search.png) no-repeat center center;
    vertical-align: middle;
    display: inline-block;
  }

  .fixed-text-search.fixed {
    position: fixed;
    left: 0;
    padding: 5px;
    background: white;
    border-radius: 0 0 5px 0;
    z-index: 100;
  }

  .admin-bar .fixed-text-search.fixed {
    margin-top: 32px;
  }

  .tabbuttons .btn {
    background: transparent;
    border: solid 1px #b3b2b2;
    text-transform: none;
    font-size: 16.67px;
    font-weight: normal;
    color: #2b2a29;
    height: 46px;
    line-height: 44px;
    padding: 0 40px;
  }

  .tabbuttons .btn:first-child {
    border-radius: 5px 0 0 5px;
  }

  .tabbuttons .btn:last-child {
    border-radius: 0 5px 5px 0;
    margin-left: -6px;
  }

  .tabbuttons .btn:hover {
    color: white;
    background: #b3b2b2;
  }


  /*DOWNLOADS*/

  .downloads-list-container {
    padding: 10px 0 175px;
  }

  .downloads-list-container h1 {
    padding: 0;
    margin: 0 0 40px;
  }

  .for_tabs {
    border-bottom: solid 2px #757272;
    padding-left: 15px;
  }

  .for_tabs li {
    display: inline-block;
    vertical-align: bottom;
    width: 198px;
    text-align: center;
    margin-left: -5px;
  }

  .for_tabs li.active {
    margin-bottom: -2px;
    background: white;
  }

  .for_tabs a {
    display: block;
    padding: 22px 0;
    color: #b2b3b3;
    font-size: 16.67px;
    font-weight: 500;
    border-left: solid 2px #dadada;
    border-top: solid 2px #dadada;
    text-decoration: none;
    text-transform: uppercase;
  }

  .for_tabs li.active a {
    color: #e31e24;
    padding: 26px 0;
    border-color: #757272;
    border-right: solid 2px #757272;
    font-weight: bold;
  }

  .for_tabs li.active+li a {
    border-left: none;
  }

  .for_tabs li:not(.active):last-child a {
    border-right: solid 2px #dadada;
  }

  .for_tabs a:before {
    width: 14px;
    height: 17px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../img/file_gray.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 0.2em;
  }

  .for_tabs li.active a:before {
    background-image: url(../img/file.png);
  }

  .tab-content {
    padding-top: 65px;
  }

  .tab-file-item {
    display: table;
    background: url(../img/file.png) no-repeat 25px 22px;
    border: solid 1px #d1d0d0;
    width: 100%;
    margin-bottom: 8px;
  }

  .tab-file-item:nth-child(odd) {
    background-color: #f9f9f9;
  }

  .tab-file-left {
    padding: 25px 10px 25px 75px;
    display: table-cell;
    width: 596px;
    vertical-align: middle;
  }

  .tab-file-right {
    padding: 25px 35px 25px 0;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
  }

  .filename {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 20.83px;
    font-weight: bold;
  }

  .file-desc {
    font-size: 16.67px;
    line-height: 1;
  }

  img.alignleft {
    float: left;
    margin: 0 60px 30px 0;
  }

  .download-page-container {
    padding: 85px 0 65px;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .download-page-container .ezcol-divider {
    height: 20px;
  }

  .download-page-container h1 {
    font-size: 29.17px;
    font-weight: bold;
    margin: 0 0 45px;
    padding: 0 0 17px;
    border-bottom: solid 2px #c20000;
    font-weight: normal;
  }

  .download-page-container .select2-container {
    width: auto !important;
  }

  .download-info {
    color: white;
    padding-left: 70px;
    line-height: 1.6;
    padding-top: 80px;
  }

  h3 img {
    vertical-align: middle;
  }

  .download-form {
    background: #e8e8e7;
    border-radius: 5px;
    text-align: center;
    max-width: 535px;
    padding: 20px 65px 48px;
    border: solid 1px #bdbcbc;
  }

  .download-form h3 {
    margin-bottom: 5px;
  }

  .form-file-name {
    font-size: 16.67px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .form-file-name:before {
    width: 14px;
    height: 17px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0.2em 0;
    background: url(../img/file.png) no-repeat center center;
    background-size: contain;
  }

  .form-trial {
    background: white;
    margin: 0 -73px 50px;
    padding: 18px 73px 12px;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    max-width: 150% !important;
  }

  .form-trial:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 14px;
    bottom: -14px;
    left: 0;
    background: url(../img/trial_corner.png) no-repeat right top;
  }

  .form-trial:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 14px;
    bottom: -14px;
    right: 0;
    background: url(../img/trial_corner2.png) no-repeat left top;
  }

  .ft-left {
    float: left;
    width: 50%;
    font-size: 18.47px;
    font-weight: bold;
    text-align: left;
  }

  .ft-right {
    float: left;
    width: 50%;
    text-align: right;
  }

  .trial-section {
    width: 148px;
    height: 84px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/label.png) no-repeat center center;
    background-size: contain;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 0 0 100px;
    text-align: left;
    line-height: 1;
    color: white;
  }

  .trial-days {
    font-size: 30px;
  }

  .download-form input[type=text],
  .download-form input[type=tel],
  .download-form input[type=email] {
    border: solid 1px #d0cfcf;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 16.67px;
    color: #2b2a29;
  }

  .download-form .btn {
    min-width: 80%;
  }

  .download-form .arrow-right:before {
    content: '';
    width: 18px;
    height: 19px;
    background: url(../img/download.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2em;
  }

  .download-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d0cfcf;
    color: #2b2a29;
    border-radius: 4px;
  }

  .file-download,
  #download_details_form {
    display: none;
  }

  .
  /*MEDIA QUERIES*/

  @media screen and (max-width: 1199px) {
    .one-popup-webinar {
      width: auto;
      float: none;
    }
  }

  @media screen and (max-width: 1100px) {
    .webinar-choose-time {
      display: block;
      margin-left: 0;
      margin-top: 15px;
    }
    .webinar-time {
      margin-top: 10px;
    }
    #webinar_choose_popup,
    #webinar_order_popup {
      background-image: none;
    }
    .thumbs-right-cont .owl-dots-vertical-outer,
    .thumbs-left-cont .owl-dots-vertical-outer {
      width: 19.8%;
      height: 120%;
    }
    .thumbs-right-cont .owl-dots-vertical-outer {
      right: -19.8%;
      -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
      transform: translateX(-4px);
    }
    .thumbs-left-cont .owl-dots-vertical-outer {
      left: -19.8%;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px);
    }
    .thumbs-right-cont {
      padding-right: 16.5%;
    }
    .thumbs-left-cont {
      padding-left: 16.5%;
    }
    .vertical-carousel .owl-dot {
      height: 0;
      padding-top: 64.5%;
    }
    .homepage-slider .owl-prev {
      left: 0px;
    }
    .homepage-slider .owl-next {
      right: 0px;
    }
  }

  @media screen and (max-width: 1024px) {
    .contact-page-content form {
      padding: 30px 10px;
    }
    .under-slider {
      text-align: center;
    }
    .under-slider-text {
      margin: 15px 0;
    }
    .under-slider-button {
      margin-right: 0;
      display: block;
    }
  }

  @media screen and (max-width: 900px) {
    .video-section-wrapper {
      display: block;
      width: auto;
    }
    .video-source-column,
    .video-desc-column {
      display: block;
      width: auto;
    }
    .attachment-column {
      float: none;
      width: auto;
    }
    .entry-content .ezcol-one-quarter,
    .entry-content .ezcol-one-half,
    .entry-content .ezcol-three-quarter,
    .entry-content .ezcol-one-third,
    .entry-content .ezcol-two-third,
    .entry-content .ezcol-one-fifth,
    .entry-content .ezcol-two-fifth,
    .entry-content .ezcol-three-fifth,
    .entry-content .ezcol-four-fifth {
      float: none !important;
      width: auto !important;
      margin: 0 0 60px 0 !important;
    }
  }

  @media screen and (max-width: 799px) {
    #webinar_order_popup {
      padding: 0 10px 40px 10px;
    }
    .order-popup-row {
      display: block;
      width: auto;
    }
    .technology {
      background-size: cover;
    }
    .security {
      margin-top: -90px;
      padding-bottom: 75px;
    }
    .order-popup-left,
    .order-popup-right {
      display: block;
    }
    .order-popup-right {
      margin-top: 15px;
      padding-left: 0;
    }
    .order-popup-left {
      padding: 25px 10px;
    }
    .contact-page-content .ezcol-one-quarter,
    .contact-page-content .ezcol-one-half,
    .contact-page-content .ezcol-three-quarter,
    .contact-page-content .ezcol-one-third,
    .contact-page-content .ezcol-two-third,
    .contact-page-content .ezcol-one-fifth,
    .contact-page-content .ezcol-two-fifth,
    .contact-page-content .ezcol-three-fifth,
    .contact-page-content .ezcol-four-fifth {
      width: 100% !important;
      margin-right: 0;
      float: none;
    }
    .homepage-slider .slider-text h2 {
      font-size: 16px;
    }
    .homepage-slider .slider-text h2 img {
      max-width: 11px;
    }
    .homepage-slider .slider-text {
      font-size: 15px;
    }
    .under-slider-text {
      font-size: 16px;
    }
    .homepage-slider .owl-prev,
    .homepage-slider .owl-next {
      width: 12.5px;
      height: 20px;
      margin-top: -19px;
      background-size: contain!important;
    }
    .under-slider-button {
      margin-right: 0;
    }
    .first-left h4.red-text {
      font-size: 15px;
    }
    .first-left h1 {
      font-size: 18px;
    }
    .first-left h4 {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 700px) {
    #webinar_choose_popup {
      padding: 0 10px 25px 10px;
    }
    .popup h2 {
      font-size: 21px;
    }
    .popup-webinar-date {
      float: none;
    }
    .popup-choose-webinar {
      float: none;
      margin-top: 15px;
    }
    .popup-webinar-choose-time .webinar-time {
      margin-top: 5px;
    }
    #featured_webinar_popup {
      padding: 50px 10px 20px 10px;
    }
    #featured_webinar_popup .webinar-heading {
      font-size: 20px;
    }
  }

  @media screen and (min-height: 810px) {
    .posts-list {
      min-height: calc(100vh - 730px);
    }
    .post-content {
      min-height: calc(100vh - 590px);
    }
  }

  @media screen and (min-height: 690px) {
    .hideoverflow {
      overflow: hidden;
    }
  }

  @media screen and (max-width: 700px) {
    h1.entry-title {
      margin: 20px 0;
      font-size: 30px;
    }
    .single-content {
      margin: 0 0 100px 0;
    }
    .posts-list {
      margin: 0 0 80px 0;
    }
    #popup1,
    #before_download_popup {
      width: 96%;
    }
  }

  @media screen and (max-width: 479px) {
    .contact-page-content {
      padding-top: 35px;
      padding-bottom: 50px;
    }
    .contact-info h3 img {
      max-width: 50px;
    }
    .contact-info h2 {
      font-size: 18px;
    }
    .contact-page-content hr {
      margin: 30px 0;
    }
    .popup .btn {
      font-size: 16px;
    }
    #popup1,
    #before_download_popup {
      padding: 30px 6px;
    }
  }

  .b-close {
    width: 33px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    background: url(../img/close.png) no-repeat center center;
  }

  #popup1-result {
    display: none;
    padding: 50px 0;
  }

  #popup1-result h3 {
    margin-bottom: 20px;
  }

  #popup2 {
    width: 1080px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 50px 20px 35px 30px;
    text-align: center;
  }

  #popup2 h2 {
    margin: 0 0 20px 0;
  }

  @media screen and (max-width: 1100px) {
    #popup2 {
      width: 96%;
    }
  }

  @media screen and (max-width: 799px) {
    #popup2 {
      padding: 30px 6px;
    }
    .file-row {
      display: block;
    }
    .file-left,
    .file-right {
      display: block;
      height: auto;
      width: auto;
    }
    .file-right {
      text-align: center;
    }
  }

  @media screen and (min-width: 1100px) {
    .footer-fixed-line {
      display: none;
    }
  /*.header-right {
    float: right;
    text-align: right;
    margin-left: -250px;
    -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0);
    -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }*/
  /*.header-right.active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      margin-left: 0; }
      .header-right.active #primary-menu > li > a {
        padding: 0 5px; }*/
        .header-button {
          -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          opacity: 0;
        }
        .active .header-button {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 1;
        }
        .header-button .btn {
          margin-bottom: 0.25em;
        }
      }

      @media screen and (max-width: 1099px) {
        .header-button {
          display: none;
        }
      }

      @media screen and (max-width: 1180px) and (min-width: 1000px) {
        #header-nav a {
          padding: 0 15px;
        }
        .header-right.active #primary-menu>li>a {
          padding: 0 15px;
        }
      }

      @media screen and (max-width: 1180px) and (min-width: 1100px) {
        .header-right.active #primary-menu>li>a {
          padding: 0 5px;
        }
      }

      @media screen and (max-width: 1140px) {
        .container {
          padding: 0 10px;
        }
        .first-text {
          background-size: 40% auto;
        }
        .feature-column {
          float: none;
          width: auto;
          padding: 0 !important;
        }
        .features-inner:before {
          display: none;
        }
        .contacts {
          background-size: cover;
        }
      }

      @media screen and (min-width: 1025px) {
        #header-nav {
          display: inline-block !important;
        }
      }

      @media screen and (max-width: 1025px) {
        #primary-menu>li>ul {
          position: relative;
          top: auto;
          width: auto;
          right: auto;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: #e2e1e1;
          border: solid 1px #c9c8c8;
          margin-top: 0;
        }
        #header-nav li ul li:not(.menu-item-has-children) a {
          padding: 5px 10px;
        }
        #header-nav li ul li:not(.menu-item-has-children) a:before {
          display: none;
        }
        #primary-menu>li>ul li a {
          text-align: right;
        }
        #header-nav {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          background: #e8e8e7;
          margin-top: 5px;
          max-height: calc(100vh - 125px);
          overflow: auto;
        }
        #header-nav li {
          float: none;
        }
        #header-nav a {
          display: block;
          line-height: 3;
        }
        #nav-button {
          display: inline-block;
          vertical-align: middle;
          width: 50px;
          height: 30px;
          position: relative;
          cursor: pointer;
          margin-left: 20px;
        }
        #nav-button span {
          position: absolute;
          left: 10px;
          right: 10px;
          height: 2px;
          top: 0;
          bottom: 0;
          margin: auto;
          background: #969594;
        }
        #nav-button span:before,
        #nav-button span:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 100%;
          background: #969594;
        }
        #nav-button span:before {
          top: -8px;
        }
        #nav-button span:after {
          bottom: -8px;
        }
        .first-left,
        .first-right {
          float: none;
          width: auto;
        }
        .first-right {
          margin-top: 40px;
        }
        .only-mobile {
          display: inline-block;
        }
        #header-nav a.btn {
          display: inline-block;
          color: white;
          line-height: 40px;
          margin-right: 20px;
          margin-top: 10px;
        }
        .contact-info h2:last-of-type {
          margin-bottom: 0;
        }
        .contact-info h2:first-of-type {
          margin-top: 5px;
        }
        .entry-content ul {
          margin: 10px 0;
        }
      }

      @media screen and (max-width: 799px) {
        .puzzle-row {
          display: block;
          width: auto;
        }
        .puzzle-item {
          display: block;
          width: 300px;
          margin: 10px auto;
          padding-top: 55px;
        }
        .justify-row {
          text-align: center;
        }
        .ensures .justify-item {
          margin: 0;
          padding: 15px;
          text-align: center;
          width: 45%;
        }
        .first-text {
          background: none;
        }
        .brackets {
          padding: 7px 20px;
        }
        .technology-item {
          display: block;
          margin: 50px auto;
        }
        .technology1 span {
          top: 235px;
          left: -150px;
        }
        .technology1 span:before {
          left: 90px;
          bottom: 50px;
        }
        .technology2 span {
          top: -45px;
          left: 190px;
        }
        .technology2 span:before {
          left: -60px;
          top: 54px;
        }
        .technology3 span {
          top: 245px;
          left: 140px;
        }
        .one-fourth {
          width: 50%;
          margin-bottom: 40px;
          padding: 0 5px;
        }
        .one-fourth:nth-child(odd) {
          clear: both;
        }
        .form-left,
        .form-right {
          float: none;
          width: auto;
          margin-top: 20px;
          padding: 0;
        }
        .footer-left,
        .footer-right {
          float: none;
        }
        .footer-right-column {
          float: none;
          margin-left: 0;
          margin-top: 40px;
        }
      }

      @media screen and (max-width: 479px) {
        h1 {
          font-size: 25px;
        }
        .btn {
          padding: 0 20px;
          font-size: 16px;
        }
        h2 {
          font-size: 25px;
        }
        h5 {
          font-size: 15px;
        }
        .contact-info h3 {
          margin: 10px 0;
        }
        .two-rows span {
          padding: 0 !important;
        }
        .alerts-row {
          display: block;
        }
        .alert-item {
          display: block;
          vertical-align: middle;
          text-align: center;
          background: white;
          height: auto;
          margin: 10px 0;
          padding: 20px 0;
        }
        .technology-container {
          -webkit-transform-origin: center top;
          -ms-transform-origin: center top;
          transform-origin: center top;
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          margin: 10px -50px -100px -50px;
          text-align: center;
          display: inline-block;
        }
        .technology {
          padding: 75px 0 0 0;
          background-size: cover;
        }
        .technology-item span {
          font-size: 19px;
        }
        .technology1 span:before {
          bottom: 45px;
        }
        .contacts {
          background: url(../img/contact-bg.jpg) no-repeat center bottom;
          background-size: auto 120%;
          text-align: center;
        }
        .header-logo {
          max-width: 50%;
        }
      }

      div.wpcf7-response-output {
        margin: 10px 0 0;
        padding: 0.2em 1em;
      }

      div.wpcf7-validation-errors {
        display: none !important;
      }

      .tm {
        font-size: 0.7em;
        vertical-align: super;
      }

      h1.tm,
      h2 .tm,
      .testimonial-text .tm {
        font-size: 0.5em;
      }

      sup {
        font-size: 0.5em;
      }

      @media screen and (min-width: 1280px) {
        .wow {
          visibility: hidden;
        }
      }

      @media screen and (min-width: 1925px) {
        #full-page {
          max-width: 3000px;
        }
        .first-screen {
          background-image: url(../img/bg1_large.jpg);
          margin-top: -1px;
        }
        #testimonials {
          background-image: url(../img/bg3_large.jpg);
        }
        .alerts-section {
          background-image: url(../img/alerts-bg_large.jpg);
        }
        .ensures {
          background-image: url(../img/ensures-bg_large.jpg);
        }
        .screenshots-and-videos {
          background-image: url(../img/screenshots-bg_large.jpg);
        }
        .screenshots-and-videos:after {
          height: 77px;
          background-image: url(../img/screenshots-bg-bottom_large.png);
        }
        .technology {
          background-image: url(../img/technologies-bg_large.jpg);
        }
        .contacts {
          background-image: url(../img/contact-bg_large.jpg);
        }
        footer {
          background-image: url(../img/footer-bg_large.jpg);
        }
      }

      #wpadminbar {
        z-index: 999;
      }

      @media screen and (max-width: 479px) {
        .webinar-date {
          font-size: 18px;
          padding-left: 60px;
        }
        .webinar-header {
          margin-top: 30px;
          background-position: 20px 10px;
        }
        .popup-webinar-date {
          padding-top: 0;
        }
        .webinar-time {
          width: 100%;
          text-align: center;
          margin-left: 0;
          margin-top: 5px;
        }
        .webinar-body {
          padding: 20px 10px 45px 10px;
          font-size: 18px;
        }
        .popup .webinar-body {
          padding: 20px 10px 45px 10px;
        }
        .webinar-heading {
          font-size: 20px;
        }
        .webinar-links {
          margin-top: 45px;
          padding-bottom: 40px;
        }
        .popup .webinar-header {
          padding: 20px 10px;
        }
        .thanks-target {
          margin: 20px 0;
        }
        #webinar_order_thanks h3 {
          font-size: 21px;
        }
        #webinar_order_thanks {
          padding: 25px 10px;
          font-size: 16px;
        }
        .thanks-close-section {
          margin-top: 20px;
        }
        body {
          font-size: 15px;
        }
        .entry-content ul li {
          padding-left: 10px;
          background-size: 5px auto;
        }
        .video-desc-column {
          padding: 20px;
        }
        .attachment-name {
          font-size: 16px;
        }
        .attachment-name:before {
          height: 16px;
          top: 0;
          left: -30px;
          background-size: contain;
        }
        .attachment-column-inner {
          padding: 30px 20px 30px 40px;
        }
        .technology3 span {
          top: 245px;
          left: 85px;
        }
        .technology3 span:before {
          left: -10px;
          top: -73px;
          background: url(../img/technology3-label-2.png) no-repeat center center;
        }
        .contact-footer-section a {
          margin-left: 0;
          display: block;
          margin-top: 5px;
        }
        .contact-page-content {
          padding-top: 0;
        }
      }

      @media screen and (max-width: 900px) {
        .entry-content .ezcol-one-quarter,
        .entry-content .ezcol-one-half,
        .entry-content .ezcol-three-quarter,
        .entry-content .ezcol-one-third,
        .entry-content .ezcol-two-third,
        .entry-content .ezcol-one-fifth,
        .entry-content .ezcol-two-fifth,
        .entry-content .ezcol-three-fifth,
        .entry-content .ezcol-four-fifth {
          margin: 0 0 10px 0 !important;
        }
      }


      /* NEW VIP-DEV Content */


      /*=======================.okno_1=============================*/

      .zag {
        text-align: center;
        margin: 0px 0px 90px;
      }

      .zag_h {
        font-size: 42px;
        font-weight: 400;
        line-height: 42px;
        margin: 0;
      }

      .zag_h_r {
        color: #e01919;
      }

      .okno_1 {
        background: url('../img/okno_1_bg.jpg') no-repeat center;
        background-size: cover;
        padding: 100px 0 0;
        text-align: center;
      }

      .okno_1_t {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 55px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }

      .okno_1_t>img {
        margin-right: 35px;
      }

      .okno_1_t_d {
        text-align: left;
      }

      .okno_1_t_d_h {
        margin: 0 0 10px;
        font-size: 42px;
        font-weight: 700;
        line-height: 38px;
        color: #4d4948;
      }

      .okno_1_t_d_d_s {
        display: inline-block;
        margin-right: 50px;
        font-size: 36px;
        font-weight: 400;
        line-height: 33px;
        color: #4d4948;
        position: relative;
      }

      .okno_1_t_d_d_s::after {
        display: block;
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: url('../img/okno_1_2.png') no-repeat center;
        background-size: contain;
        top: 50%;
        margin-top: -5px;
        right: -30px;
      }

      .okno_1_t_d_d_s:last-child::after {
        display: none;
      }

      .okno_1_b>img {
        max-width: 1010px;
        width: 100%;
      }


      /*=======================.okno_2=============================*/

      .okno_2 {
        padding: 115px 0 170px;
      }

      .okno_2_b_d {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 80px;
      }

      .okno_2_b_d:last-child {
        margin-bottom: 0;
      }

      .okno_2_b_d_l {
        width: 90px;
        height: 70px;
        background: #cc0404;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        margin-right: 75px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
      }

      .okno_2_b_d_l_s {
        color: #fff;
        font-size: 55px;
        display: inline-block;
        line-height: 42px;
        font-weight: 400;
        -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
        transform: skew(30deg);
        font-family: 'Lato';
        padding-right: 5px;
      }

      .okno_2_b_d_r {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: -10px;
      }

      .okno_2_b_d_p {
        font-size: 21px;
        line-height: 38px;
        font-weight: 400;
        margin-bottom: 0;
      }

      .okno_2_b_d_p>span {
        font-weight: 700;
        font-family: 'Raleway2';
      }

      .okno_2_b_d_p_2 span {
        font-family: 'Raleway2';
      }

      .okno_2_b_d_p_2 {
        font-size: 21px;
        line-height: 38px;
        font-weight: 700;
        margin-bottom: 10px;
        font-family: 'Raleway2';
      }

      .okno_2_b_d_p_d {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
      }

      .okno_2_b_d_p_d_s_1 {
        width: 200px;
      }

      .okno_2_b_d_p_d_s_2 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
      }

      .okno_2_b_d_p_d_s_1,
      .okno_2_b_d_p_d_s_2 {
        font-size: 21px;
        line-height: 21px;
      }


      /*=======================.okno_3=============================*/

      .okno_3 {
        background: #efeeee url('../img/okno_3_bg.png') no-repeat left top;
        background-size: 70%;
        padding: 75px 0 125px;
      }

      .okno_3 .zag {
        margin-bottom: 75px;
      }

      .okno_3_t {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
      }

      .okno_3_t_s {
        width: 33.3333%;
        display: inline-block;
        text-align: center;
        font-size: 29px;
        font-weight: 400;
        line-height: 29px;
      }

      .okno_3_d {
        background: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        padding: 15px;
        margin-bottom: 40px;
      }

      .okno_3_d:last-child {
        margin-bottom: 0;
      }

      .okno_3_d_t {
        width: 100%;
        text-align: center;
      }

      .okno_3_td {
        height: 50px;
      }

      .okno_3_td,
      .okno_3_th {
        width: 33.3333%;
      }

      .okno_3_th {
        height: 70px;
        text-align: center;
        font-size: 21px;
        font-weight: 700;
        line-height: 21px;
        color: #fefefe;
        text-transform: uppercase;
        position: relative;
      }

      .okno_3_th:first-child {
        background: #babbbf;
      }

      .okno_3_th:last-child {
        background: #e3786f;
      }

      .okno_3_th:nth-child(2) {
        background: #abc44e;
      }

      .okno_3_th:nth-child(2)::after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 36px;
        background: url('../img/okno_3_1.png') no-repeat center;
        background-size: contain;
        bottom: 0;
        right: 10px;
      }

      .okno_3_th_s {
        position: relative;
        z-index: 5;
      }

      .okno_3_th:last-child::after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 36px;
        background: url('../img/okno_3_2.png') no-repeat center;
        background-size: contain;
        top: 0;
        right: 10px;
      }

      .okno_3_th,
      .okno_3_td {
        border: 1px solid #e1e1e0;
      }

      .okno_3_td:first-child {
        font-size: 21px;
        font-weight: 400;
        line-height: 21px;
      }

      .okno_3_td:nth-child(2),
      .okno_3_td:last-child {
        font-size: 21px;
        font-weight: 600;
        line-height: 21px;
      }

      .okno_3_tr:nth-child(2n+1) .okno_3_td {
        background: #f5f5f5;
      }

      .okno_3_tr:nth-child(2) td {
        position: relative;
      }

      .okno_3_tr:nth-child(2) td::after {
        content: '';
        width: 100%;
        height: 10px;
        position: absolute;
        display: block;
        left: -1px;
        top: -1px;
        background: url('../img/okno_3_tr_b.png') repeat-x center top;
      }


      /*=======================.okno_4=============================*/

      .okno_4 {
        padding: 110px 0 195px;
        background: url('../img/okno_4_bg.png') no-repeat center top;
        text-align: center;
      }

      .okno_4_cont {
        position: relative;
        display: inline-block;
      }

      .okno_4_cont>p {
        margin-bottom: 0;
        font-size: 21px;
        font-weight: 400;
        line-height: 23px;
        position: absolute;
      }

      .okno_4_cont .okno_4_p_1 {
        top: 100px;
        font-size: 33px;
        font-weight: 600;
        line-height: 35px;
        color: #cc0404;
        left: 105px;
        text-transform: uppercase;
      }

      .okno_4_p_2 {
        top: 340px;
        left: -100px;
      }

      .okno_4_p_3 {
        top: 400px;
        left: -215px;
        text-align: right;
      }

      .okno_4_p_4 {
        top: 480px;
        left: -100px;
        text-align: right;
      }

      .okno_4_p_5 {
        left: -185px;
        text-align: right;
        top: 535px;
      }

      .okno_4_p_6 {
        left: -140px;
        text-align: right;
        top: 620px;
      }

      .okno_4_p_8 {
        right: -140px;
        text-align: left;
        top: 340px;
      }

      .okno_4_p_9 {
        right: -270px;
        text-align: left;
        top: 410px;
      }

      .okno_4_p_10 {
        right: -130px;
        text-align: left;
        top: 480px;
      }

      .okno_4_p_11 {
        right: -75px;
        text-align: left;
        top: 550px;
      }

      .okno_4_p_12 {
        right: -255px;
        text-align: left;
        top: 605px;
      }

      .okno_4_p_7 {
        top: calc(100% + 15px);
        width: 110%;
        left: -10px;
      }


      /*=======================.okno_5=============================*/

      .okno_5 {
        padding: 85px 0 140px;
        background: url('../img/okno_5_bg.png') no-repeat center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
      }

      .okno_5 .zag_h {
        color: #fefefe;
      }

      .okno_5_cont {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }

      .okno_5_ul {
        padding: 0;
        margin: 0;
        width: 48%;
      }

      .okno_5_ul li {
        font-size: 21px;
        font-weight: 400;
        line-height: 31px;
        color: #fefefe;
        list-style-type: none;
        padding-left: 60px;
        position: relative;
        margin-bottom: 15px;
      }

      .okno_5_ul li::before {
        content: '';
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 5px;
        background: url('../img/okno_5_1.png') no-repeat center;
      }


      /*=======================.okno_6=============================*/

      .okno_6 {
        padding: 150px 0 0px;
        background: url('../img/okno_6_bg.png') no-repeat center top;
        margin-top: -60px;
      }

      .okno_6_img {
        width: 100%;
      }

      .partner-logo_p {
        position: relative;
        padding-left: 24px;
      }

      .partner-logo_p::before {
        display: block;
        position: absolute;
        content: '';
        width: 13px;
        height: 15px;
        left: 0;
        top: 3px;
        background: url('../img/marker.png') no-repeat center / 100% 100%;
      }

      .partner-logo {
        padding-top: 0;
      }

      .tiny-footer .partner-logo_p {
        padding: 0;
      }

      .tiny-footer .partner-logo_p::before {
        display: none;
      }


      /*==============i040419==============*/

      .i040419 {
        padding-top: 0;
      }

      .i040419 .owl-item>div {
        padding-top: 65px;
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
      }

      .i040419>.container {
        max-width: 100%;
        width: 100%;
      }

      .i040419 .owl-item .i040419_item {
        height: 100%;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
      }

      .i040419 .owl-item .i040419_item::after {
        display: block;
        content: '';
        padding-top: 30.7%;
      }
      .i040419 .owl-item .i040419_item-first {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 65px 0;
        position: relative;
        overflow: hidden;
      }
      .i040419 .owl-item .i040419_item-first p {
        color: black;
        font-family: Raleway;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 25px;
        text-align: left;
        position: relative;
        z-index: 1;
        height: 153px;
        width: 979px;
      }
      .i040419 .owl-item .i040419_item-first p:last-child {
        margin-bottom: 0;
      }
      .i040419 .owl-item .i040419_item-first h2 {
        color: #af302a;
        font-family: "Fjalla One";
        font-size: 40px;
        font-weight: 400;
        line-height: 1.6em;
        margin: 0 0 35px;
        text-align: center;
        position: relative;
        z-index: 1;
      }
      .i040419 .owl-item .i040419_item-first h3 {
        color: black;
        font-family: Raleway;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.5em;
        margin: 0;
        text-align: center;
        position: relative;
        z-index: 1;
      }
      .i040419_item-first-el0 {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
      .i040419 .owl-item .i040419_item-first p {
        opacity: 0;
      }
      .i040419 .owl-item.active .i040419_item-first p {
        opacity: 1;
      }
      .i040419 .owl-item.active .i040419_item-first .i040419_item-first-el0 {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform linear 18s;
        transition: -webkit-transform linear 18s;
        -o-transition: transform linear 18s;
        transition: transform linear 18s;
        transition: transform linear 18s, -webkit-transform linear 18s;
      }
      .i040419_item-el1 {
        -webkit-transform: translate3d(0px, 50px, 0px);
        transform: translate3d(0px, 50px, 0px);
        opacity: 0;
      }
      .i040419 .owl-item.active .i040419_item-el1 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        -webkit-transition: all linear 2s;
        -o-transition: all linear 2s;
        transition: all linear 2s;
      }
      .i040419_item-el2 {
        -webkit-transform: translate3d(0px, 50px, 0px);
        transform: translate3d(0px, 50px, 0px);
        opacity: 0;
      }
      .i040419 .owl-item.active .i040419_item-el2 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        -webkit-transition: all 2s linear 12s;
        -o-transition: all 2s linear 12s;
        transition: all 2s linear 12s;
      }
      .i040419_item-el3 {
        -webkit-transform: translate3d(0px, 50px, 0px);
        transform: translate3d(0px, 50px, 0px);
        opacity: 0;
      }
      .i040419 .owl-item.active .i040419_item-el3 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        -webkit-transition: all 2s linear 13s;
        -o-transition: all 2s linear 13s;
        transition: all 2s linear 13s;
      }
      .i040419_item-el4 {
        -webkit-transform: skewX(-15deg) translate3d(15px, 50px, 0px);
        transform: skewX(-15deg) translate3d(15px, 50px, 0px);
        opacity: 0;
        padding: 5px 15px;
        background: #fefefe;
        border-right: 5px solid #cf2d2a;
        border-left: 5px solid #cf2d2a;
        width: 780px;
        margin: 0 auto !important;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left !important;
        height: 61px;
        line-height: 1 !important;
      }
      .i040419_item-el4 i {
        display: none !important;
      }
      .i040419_item-el4 span {
        display: inline-block;
        -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        transform: skewX(15deg);
      }
      .i040419 .owl-item.active .i040419_item-el4 {
        -webkit-transform: skewX(-15deg) translate3d(0px, 0px, 0px);
        transform: skewX(-15deg) translate3d(0px, 0px, 0px);
        opacity: 1;
        -webkit-transition: all 2s linear 18s;
        -o-transition: all 2s linear 18s;
        transition: all 2s linear 18s;
      }
      @media (max-width: 1400px) { 
        .i040419 .owl-item .i040419_item-first p {
          font-size: 24px;
          margin-bottom: 15px;
          height: 108px;
          width: 700px;
        }
        .i040419 .owl-item .i040419_item-first h2 {
          font-size: 30px;
          margin-bottom: 15px;
        }
        .i040419 .owl-item .i040419_item-first h3 {
          font-size: 24px;
        }
        .i040419_item-el4 {
          width: 550px;
          height: 45px;
        }
      }
      .i040419 .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }

      .i040419 .owl-prev {
        left: 40px;
        background: url('../img/homepage-slider_prev2.png') no-repeat center / 100% 100%;
      }

      .i040419 .owl-next {
        right: 40px;
        background: url('../img/homepage-slider_next2.png') no-repeat center / 100% 100%;
      }

      @media only screen and (max-width: 1300px) {
        .i040419 .owl-prev {
          left: 10px;
        }
        .i040419 .owl-next {
          right: 10px;
        }
      }


      /*==============i040419_2==============*/

      .i040419_2_div {
        margin-bottom: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }

      .i040419_2_item {
        height: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin-right: 5px;
      }

      .i040419_2_item1,
      .i040419_2_item3 {
        width: 24.8%;
      }

      .i040419_2_item2,
      .i040419_2_item4 {
        width: 22.4%;
      }

      .i040419_2_item:last-child {
        margin-right: 0;
      }

      .i040419_2_item::after {
        display: block;
        position: absolute;
        content: '';
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: -1;
      }

      .i040419_2_item_t {
        height: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
      }

      .i040419_2_item_t img {
        display: inline-block;
        max-height: 100%;
      }

      .i040419_2_item_p {
        color: #4c4947;
        font-family: Raleway;
        font-size: 23px;
        font-weight: 700;
        line-height: 1.08em;
        margin: 0;
        text-align: center;
      }

      .i040419_2_item1::after {
        width: 100%;
        height: calc(100% + 86px);
        background-image: url('../img/i040419_2_item_bg1.png');
        left: 0;
        top: -43px;
      }

      .i040419_2_item2::after {
        height: 100%;
        width: calc(100% + 70px);
        background-image: url('../img/i040419_2_item_bg2.png');
        top: 0;
        left: -34px;
      }

      .i040419_2_item3::after {
        width: 100%;
        height: calc(100% + 86px);
        background-image: url('../img/i040419_2_item_bg3.png');
        left: 0;
        top: -43px;
      }

      .i040419_2_item4::after {
        height: 100%;
        width: calc(100% + 80px);
        background-image: url('../img/i040419_2_item_bg4.png');
        top: 0;
        left: -37px;
      }

      .header-logo {
        width: 195px;
      }

      .i040419_2_item1 .i040419_2_item_p {
        color: #fefefe;
      }

      .i040419_2_item2 {
        width: 21.05%;
      }

      .i040419_2_item3 {
        width: 28.4%;
      }

      .i040419_2_item4 {
        width: 20.6%;
      }


      /*==============i110419==============*/

      #primary-menu>li>.sub-menu {
        background: #fefefe;
        border: 1.6px solid #c8c8c7;
        width: 1140px;
        right: 250px;
        padding: 35px 0 55px 55px;
      }

      #primary-menu>li {
        position: static;
      }

      header .header-right {
        position: static;
      }

      header .header-right.active #primary-menu>li>.sub-menu {
        right: 0;
      }

      #primary-menu>li>.sub-menu::before {
        border-color: transparent transparent #c8c8c7 transparent;
        right: inherit;
        left: 325px;
        border-width: 0 9.6px 9.6px 9.6px;
      }

      #primary-menu>li>.sub-menu::after {
        border-color: transparent transparent #fefefe transparent;
        right: inherit;
        left: 326px;
        border-width: 0 8px 8px 8px;
        top: -8px;
      }

      header>.container {
        position: relative;
      }

      #primary-menu>li>.sub-menu>li>a:hover {
        background: transparent !important;
      }

      #primary-menu>li>.sub-menu>li .sub-menu,
      #primary-menu>li>.sub-menu>li .sub-menu.velocity-animating {
        display: block !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        height: auto !important;
        padding: 0 !important;
        background: transparent;
        border: none;
      }

      #header-nav li ul li.menu-item-has-children {
        border-bottom: 2px solid #dbdbda;
      }

      #primary-menu>li>.sub-menu>li>.sub-menu li {
        background: transparent;
      }

      #primary-menu>li>.sub-menu>li:first-child>a {
        padding: 10px 0 10px 100px;
        color: #1e1a16;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 35px;
        position: relative;
        text-transform: initial;
      }

      #primary-menu>li>.sub-menu>li {
        text-align: left;
      }

      #primary-menu>li>ul li a {
        display: inline-block;
      }

      #primary-menu>li>.sub-menu>li {
        line-height: 1;
      }

      #primary-menu>li>.sub-menu>li>a {
        display: inline-block;
      }

      #primary-menu>li>.sub-menu a span {
        display: inline-block;
      }

      #primary-menu>li>.sub-menu>li:first-child>a::before {
        display: block;
        position: absolute;
        content: '';
        width: 75px;
        height: 38px;
        left: 0;
        top: 50%;
        margin: 0;
        margin-top: -19px;
        background: url('../img/primary_menu_img1.png') no-repeat center / 100% 100%;
        border: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0px !important;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li {
        width: 46.14%;
        margin-right: 25px;
        margin-bottom: 30px;
        border-bottom: none;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li>a {
        color: #1e1a16;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        padding: 0;
        margin-bottom: 10px;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li>a::before {
        display: none;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li>a:hover,
      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li .sub-menu a {
        background: transparent !important;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li .sub-menu a {
        padding: 5px 0 5px 15px;
        position: relative;
        color: #1e1a16;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li .sub-menu a::before {
        display: block;
        position: absolute;
        content: '';
        width: 5px;
        height: 8px;
        background: url('../img/primary_menu_left.png') no-repeat center / 100% 100%;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        top: 7px;
      }

      #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li .sub-menu a:hover,
      #primary-menu>li>.sub-menu>li:nth-child(2)>.sub-menu a:hover {
        color: #adacac;
        text-decoration: underline;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2)>a {
        padding: 18px 0 18px 100px;
        color: #1e1a16;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
        position: relative;
        text-transform: initial;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2)>a::before {
        display: block;
        position: absolute;
        content: '';
        width: 49px;
        height: 53px;
        left: 20px;
        top: 50%;
        margin: 0;
        margin-top: 0px;
        margin-top: -26px;
        background: url('../img/primary_menu_img2.png') no-repeat center / 100% 100%;
        border: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2) {
        padding-top: 30px;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2) .sub-menu a:hover {
        background: transparent;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2) .sub-menu a {
        padding: 5px 0 5px 15px;
        position: relative;
        color: #1e1a16;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2) .sub-menu {
        padding-left: 0px !important;
      }

      #primary-menu>li>.sub-menu>li:nth-child(2) .sub-menu a::before {
        display: block;
        position: absolute;
        content: '';
        width: 5px;
        height: 8px;
        background: url(//skywind.com/wp-content/themes/skywind/css/../img/primary_menu_left.png) no-repeat center / 100% 100%;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        top: 7px;
      }


/*.header-right.active #primary-menu > li > .sub-menu::before {
  left: 302px;
}
.header-right.active #primary-menu > li > .sub-menu::after {
  left: 303px;
  }*/


  /* Large Devices, Wide Screens */

  @media only screen and (max-width: 1200px) {
    .okno_4 {
      background-size: contain;
    }
    .okno_4_p_9 {
      right: -260px;
    }
    .okno_5_ul li {
      padding-left: 40px;
    }
    /*==============i040419_2==============*/
    .header-logo {
      width: 180px;
    }
  }

  @font-face {
    font-family: 'Raleway2';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }

  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }


  /* ==================sky_190419_1================== */

  .sky_190419_1 {
    background: url('../img/sky_190419_1_bg.jpg') no-repeat center / cover;
    padding: 65px 0 200px;
    border-top: 4px solid #cc0404;
  }

  .sky_190419_1_cont_l {
    max-width: 565px;
    width: 100%;
  }

  .sky_190419_1_cont_l_p {
    color: black;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 1.4em;
  }

  .sky_190419_1_cont_l_p2 {
    color: black;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1.4em;
  }

  .sky_190419_1_cont_l_p2:last-child {
    margin-bottom: 0;
  }

  .sky_190419_1>.container {
    position: relative;
  }

  .sky_190419_1_cont_r {
    position: absolute;
    max-width: 406px;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    border-radius: 5px;
  }

  .sky_190419_1_cont_r_p {
    background-color: #cc0404;
    padding: 25px 5px;
    border-radius: 5px;
    text-align: center;
    color: #fefefe;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    position: relative;
  }

  .sky_190419_1_cont_r_p::after {
    display: block;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-top-color: #cc0404;
    z-index: 101;
  }

  .sky_190419_1_cont_r_b {
    padding: 40px 37px 50px;
    position: relative;
    z-index: 2;
  }

  .sky_190419_1_cont_r_b_div {
    margin-bottom: 10px;
  }

  .sky_190419_1_i {
    width: 100%;
    opacity: 1;
    height: 43px;
    background-color: #f9f9f9;
    border: 1px solid #d1d0d0;
    border-radius: 4px !important;
    padding-left: 20px;
    color: #3d3f40;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
  }

  .sky_190419_1_i::-webkit-input-placeholder {
    color: #3d3f40;
    opacity: 1;
    font-size: 17px;
  }

  .sky_190419_1_i::-moz-placeholder {
    color: #3d3f40;
    opacity: 1;
    font-size: 17px;
  }

  .sky_190419_1_i:-moz-placeholder {
    color: #3d3f40;
    opacity: 1;
    font-size: 17px;
  }

  .sky_190419_1_i:-ms-input-placeholder {
    color: #3d3f40;
    opacity: 1;
    font-size: 17px;
  }

  .sky_190419_1_cont_r_b_div .jq-selectbox {
    width: 100%;
  }

  .sky_190419_1_cont_r_b_div .jq-selectbox__select {
    height: 43px;
    padding: 0 25px 0 28px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #f9f9f9 !important;
    border: 1px solid #d1d0d0 !important;
    border-radius: 4px !important;
  }

  .sky_190419_1_cont_r_b_div .jq-selectbox__select-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100% !important;
    color: #3d3f40;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }

  .sky_190419_1_cont_r_b_div .jq-selectbox__trigger {
    border-left: none;
  }

  .sky_190419_1_cont_r_b_div .jq-selectbox__trigger-arrow {
    border: 4px solid transparent !important;
    border-top-color: #959493 !important;
    top: 50%;
    margin-top: -4px;
  }

  .sky_190419_1_cont_r_b_div .jq-selectbox li:hover {
    background-color: #cc0404;
  }

  .sky_190419_1_cont_r_b_bottom {
    margin-top: 35px;
    text-align: center;
  }

  .sky_190419_1_cont_r_b_bottom button {
    display: inline-block;
    padding: 20px 10px;
    background-color: #cc0404;
    border-radius: 40px;
    max-width: 260px;
    width: 100%;
    line-height: 1;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .sky_190419_1_cont_r_b_bottom button img {
    display: inline-block;
    max-width: 106px;
    width: 100%;
  }

  .sky_190419_1_cont_r_b_bottom button:hover {
    background-color: #b20303;
  }

  .sky_190419_1_cont_r_b_b {
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 30px 10px 0;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: #fefefe;
  }

  .sky_190419_1_cont_r_b_b_img1 {
    display: inline-block;
    width: 60px;
    margin-bottom: 30px;
  }

  .sky_190419_1_cont_r_b_b_p {
    color: #4c4947;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.19em;
    margin-bottom: 20px;
  }

  .sky_190419_1_cont_r_b_b_line {
    width: 22px;
    height: 3px;
    background: #cc0404;
    margin: 0 auto 20px;
  }

  .sky_190419_1_cont_r_b_b_p2 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .sky_190419_1_cont_r_b_b_a {
    display: inline-block;
    margin-top: 40px;
    color: #cc0404;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
  }

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


  /* ==================sky_190419_2================== */

  .sky_190419_2 {
    padding: 50px 0 120px;
  }

  .sky_190419_2_img {
    display: inline-block;
    max-width: 467px;
    width: 100%;
    margin-bottom: 100px;
  }

  .sky_190419_2_cont {
    margin-bottom: 85px;
    background: url('../img/sky_190419_2_cont_bg.jpg') no-repeat center / cover;
    padding: 55px 45px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sky_190419_2_cont_l {
    width: 53.65%;
    padding-top: 35px;
  }

  .sky_190419_2_cont_img {
    display: inline-block;
    width: 37%;
  }

  .sky_190419_2_cont_l_p {
    color: #4c4947;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
  }

  .sky_190419_2_cont_l_p2 {
    color: #cc0404;
    font-family: Raleway;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
  }

  .sky_190419_2_cont_l_p3 {
    color: #4c4947;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px;
  }

  .sky_190419_2_cont_l_a {
    display: inline-block;
    padding: 20px 15px;
    max-width: 540px;
    width: 100%;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }

  .sky_190419_2_cont_l_a:hover {
    text-decoration: underline;
  }

  .sky_190419_2_cont2 {
    text-align: center;
  }

  .sky_190419_2_cont2_p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
  }

  .sky_190419_2_cont2_a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 10px;
    max-width: 496px;
    width: 100%;
    border-radius: 30px;
    background-color: #cc0404;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .sky_190419_2_cont2_a:hover {
    background-color: #af0202;
  }

  .sky_190419_2_cont2_a img {
    display: inline-block;
    width: 16px;
    margin-right: 25px;
  }

  .sky_190419_2_cont2_a span {
    display: inline-block;
    color: #fefefe;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .sky_190419_2_cont2_p2 {
    font-family: Raleway;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 40px;
  }

  .sky_190419_2_cont2_p2:last-child {
    margin-bottom: 0;
  }

  .sky_190419_2_cont2_p2 span {
    display: inline-block;
    color: #cc0404;
  }


  /* ==================sky_190419_3================== */

  .sky_190419_3 {
    margin-bottom: 155px;
  }

  #map {
    height: 584px;
    width: 100%;
  }

  .sky_190419_3 .gm-style .gm-style-iw-c {
    max-width: 430px !important;
    width: 100%;
    background-color: #095282;
    border-radius: 0;
    overflow: visible !important;
    top: 65px;
    left: 270px;
    padding: 12px !important;
  }

  .sky_190419_3 .gm-style-iw-t::after {
    position: absolute;
    display: block;
    content: '';
    border: 5px solid transparent;
    border-right-color: #095282;
    right: calc(100% - 55px);
    top: 50%;
    margin-top: 30px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: inherit;
    width: 0;
    height: 0;
  }

  .sky_190419_3 .gm-style-iw-d {
    height: auto;
    overflow: visible !important;
  }

  .sky_190419_3 .gm-ui-hover-effect {
    display: none !important;
  }

  .sky_190419_3_div_p {
    color: #fefefe;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
  }

  .sky_190419_3_div_p2 {
    color: #fefefe;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }

  .sky_190419_3 {
    overflow: hidden;
  }

  .sky_190419_1_i.wpcf7-not-valid {
    border-color: #f00;
  }

  .sky_190419_1_i.wpcf7-not-valid::-webkit-input-placeholder {
    color: #f00;
  }

  .sky_190419_1_i.wpcf7-not-valid::-moz-placeholder {
    color: #f00;
  }

  .sky_190419_1_i.wpcf7-not-valid:-moz-placeholder {
    color: #f00;
  }

  .sky_190419_1_i.wpcf7-not-valid:-ms-input-placeholder {
    color: #f00;
  }

  .sky_190419_1_cont_r_b .wpcf7-not-valid-tip {
    display: none;
  }

  .sky_190419_1_cont_r_b .jq-selectbox.wpcf7-not-valid .jq-selectbox__select {
    border-color: #f00 !important;
  }

  .sky_190419_1_cont_r_b .jq-selectbox.wpcf7-not-valid .jq-selectbox__select-text.placeholder {
    color: #f00;
  }

  .sky_190419_1_cont_r_b .jq-selectbox.wpcf7-not-valid .jq-selectbox__trigger-arrow {
    border-top-color: #f00 !important;
  }

  .sky_190419_1_cont_r_b.active .sky_190419_1_cont_r_b_b {
    opacity: 1;
    z-index: 100;
  }

  .i230419 {
    background: url('../img/i230419_img2.jpg') no-repeat center top / auto 475px;
  }

  .i230419 .wp-image-1706 {
    display: inline-block;
    margin-bottom: 100px;
  }

  #primary-menu>li>.sub-menu>li>a:hover,
  #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li>a {
    cursor: default;
  }

  #primary-menu>li>ul li a:hover span {
    text-decoration: underline;
  }

  @media screen and (max-width: 1160px) {
    #primary-menu>li:nth-child(2)>.sub-menu {
      right: 0;
      width: 100%;
    }
  }


  /* ==================ed_200919================== */

  .ed_200919_div1 {
    padding: 60px 0;
  }

  .ed_200919_div1 h3 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1.6px solid #cf3838 !important;
  }

  .ed_200919_div2 {
    margin-bottom: 100px;
  }

  .ed_200919_div2 img {
    display: inline-block;
    width: 100%;
  }

  .ed_200919_div3 {
    border: 1.6px solid #e16b6b;
    border-radius: 10px;
    padding: 0 40px 40px;
    margin-bottom: 85px;
  }

  .ed_200919_div3 h3,
  .ed_200919_div4 h3 {
    margin-bottom: 45px;
    margin-top: -25px;
  }

  .ed_200919_div3 h3 span {
    display: inline-block;
    color: #fefefe;
    font-family: Raleway;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 45px;
    background: #cc0404;
    border-radius: 5px;
  }

  .ed_200919_div3>p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 40px;
  }

  .ed_200919_div3 ul {
    padding: 0 0 0 25px;
    margin: 0;
  }

  .ed_200919_div3 ul li {
    list-style-type: none;
    padding-left: 70px;
    margin-bottom: 40px;
    position: relative;
  }

  .ed_200919_div3 ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 26px;
    height: 27px;
    background: url('../img/ed_200919_div3_ul_l.png') no-repeat center / 100% 100%;
    left: 0;
    top: 0;
  }

  .ed_200919_div3 ul li p {
    color: #cc0404;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
  }

  .ed_200919_div3 ul li span {
    display: block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .ed_200919_div4 {
    border: 1.6px solid #6fa8ce;
    border-radius: 10px;
    padding: 0 40px 40px;
    margin-bottom: 85px;
  }

  .ed_200919_div4 h3 span {
    display: inline-block;
    color: #fefefe;
    font-family: Raleway;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 45px;
    background: #0a6bab;
    border-radius: 5px;
  }

  .ed_200919_div4>p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .ed_200919_div4>p span {
    display: inline-block;
    font-weight: 600;
  }

  .ed_200919_div4>p:last-child {
    margin-bottom: 0;
  }

  .ed_200919_div4>ul {
    padding: 0 0 0 25px;
    margin: 0 0 30px;
  }

  .ed_200919_div4>ul li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 75px;
    position: relative;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .ed_200919_div4>ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 11px;
    background: url('../img/ed_200919_div4_ul_l1.png') no-repeat center / 100% 100%;
    left: 9px;
    top: 5px;
  }

  .ed_200919_div4>ul li:last-child {
    margin-bottom: 0;
  }

  .ed_200919_div4>ul li:first-child {
    color: #0a6bab;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 50px;
  }

  .ed_200919_div4>ul li:first-child::before {
    display: block;
    position: absolute;
    content: '';
    width: 26px;
    height: 27px;
    background: url('../img/ed_200919_div4_ul_l2.png') no-repeat center / 100% 100%;
    left: 0;
    top: 0px;
  }

  .ed_200919_div5 {
    margin-bottom: 80px;
    text-align: center;
  }

  .ed_200919_div5 span {
    display: inline-block;
    position: relative;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
  }

  .ed_200919_div5 span img {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
  }

  .ed_200919 .skywind-background-section {
    padding-bottom: 250px;
  }

  .post-content_200919 {
    position: relative;
    padding-bottom: 625px;
  }

  .ed_200919_div6 {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }

  .ed_200919_div6 img {
    display: inline-block;
    width: 97%;
  }

  .ed_200919_div8 {
    margin-bottom: 100px;
  }

  .ed_200919_div8 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .ed_200919_div8 p span {
    display: inline-block;
    font-weight: 700;
  }

  .ed_200919_div8 p:last-child {
    margin-bottom: 0;
  }

  .ed_200919_div7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 55px;
  }

  .ed_200919_div7>div {
    width: 45%;
  }

  .ed_200919_div7_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 55px;
  }

  .ed_200919_div7_item>img {
    display: inline-block;
    width: 68px;
    margin-right: 20px;
  }

  .ed_200919_div7_item>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ed_200919_div7_item:last-child {
    margin-bottom: 0;
  }

  .ed_200919_div7_item_p1 {
    color: #828180;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
  }

  .ed_200919_div7_item_p2 {
    color: #cc0404;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
  }

  .ed_200919_div7_item span {
    display: block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
  }

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

  .ed_200919_div7_item ul li {
    list-style-type: none;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
    position: relative;
  }

  .ed_200919_div7_item ul li::before {
    width: 8px;
    height: 11px;
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 11px;
    background: url('../img/ed_200919_div7_item_ul_l.png') no-repeat center / 100% 100%;
    top: 5px;
    right: calc(100% + 50px);
  }

  @media screen and (max-width: 1500px) {
    .post-content_200919 {
      padding-bottom: 393px;
    }
  }

  @media screen and (max-width: 1200px) {
    .ed_200919 .skywind-background-section {
      padding-bottom: 130px;
    }
  }

  .ed_290919_div3 {
    margin-bottom: 60px;
  }

  .ed_290919_div3 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
  }

  .ed_290919_div3 p:last-child {
    margin-bottom: 0;
  }

  .ed_290919_div3 p a {
    color: #1e1a16;
    text-decoration: underline;
  }

  .ed_290919_div3 p a:hover {
    color: #1e1a16;
    text-decoration: none;
  }

  .ed_290919_div3 p span {
    font-weight: 600;
  }

  .ed_290919_div4 {
    padding: 40px 45px;
    border: 2px solid #d40000;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.8em;
    margin-bottom: 60px;
  }

  .skywind-background-section {
    margin-bottom: 30px !important;
  }

  .skywind-background-section>p {
    display: none;
  }

  .ed_290919_div5 {
    padding-top: 50px;
  }

  .ed_290919_div6 .video-section-wrapper {
    background: url('../img/ed_290919_div6_bg.jpg') no-repeat center / cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ed_290919_div6 .video-section-wrapper .video-source-column {
    position: relative;
    left: -70px;
  }

  .ed_290919_div6 .video-section-wrapper .video-desc-column {
    padding-left: 0;
  }

  .ed_290919_div6 .video-section-wrapper .video-desc-column img {
    display: inline-block;
    margin-bottom: 60px;
  }

  .ed_290919_div6 .video-section-wrapper .video-desc-column ul {
    padding: 0;
    margin: 0;
  }

  .ed_290919_div6 .video-section-wrapper .video-desc-column ul li {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
    list-style-type: none;
  }

  .ed_290919_div6 .video-section-wrapper .video-desc-column ul li:last-child {
    margin-bottom: 0;
  }

  .ed_290919_div6 .video-section-wrapper .video-desc-column ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/ed_290919_div6_r.png') no-repeat center / 100% 100%;
    left: 0;
    top: 0;
  }

  .ed_290919_div7 {
    padding-top: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ed_290919_div7 img {
    display: inline-block;
    width: 89%;
  }

  .entry-content ul {
    margin-bottom: 0;
  }

  .ed_290919_div9 {
    padding: 100px 0 0px;
  }

  .ed_290919_div9 img {
    display: inline-block;
    width: 100%;
  }

  .ed_290919_div11 {
    text-align: center;
    margin-bottom: 100px;
  }

  .ed_290919_div11 img {
    display: inline-block;
    max-width: 100%;
  }

  .ed_290919_div12 {
    padding-bottom: 60px;
  }

  .ed_290919_div13 {
    padding-bottom: 60px;
  }

  .entry-content ul a {
    color: #2b2a29;
  }

  .ed_290919_div15 {
    text-align: center;
    padding-top: 45px;
  }

  .ed_290919_div15 img {
    display: inline-block;
    max-width: 100%;
  }

  .ed_200919_div6 iframe {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -407px;
    top: -80px;
  }


  /*================ 13.02.20 ================*/

  .header-social_a img {
    margin-bottom: 8px;
  }

  #primary-menu>li:nth-child(2)>.sub-menu {
    left: 0;
    right: inherit;
    border: none;
    margin-top: -4px;
  }

  #primary-menu>li.header_menu_secont>.sub-menu {
    margin-top: -4px;
  }

  #primary-menu>li:nth-child(2)>.sub-menu::before {
    border-color: transparent;
  }

  #primary-menu>li:nth-child(2)>.sub-menu::after {
    left: 580px;
  }

  #primary-menu>li>.sub-menu>li:nth-child(2) {
    border-bottom: none !important;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2),
  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) {
    width: 50%;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2) {
    float: left;
    padding-top: 110px;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) {
    float: right;
    padding-top: 110px;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2)>a,
  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>a {
    padding-top: 0;
    padding-left: 0;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2)>a::before {
    display: block;
    position: absolute;
    content: '';
    width: 152px;
    height: 45px;
    background: url('../img/primary-menu_img1.png') no-repeat center / 100% 100%;
    top: inherit;
    bottom: calc(100% + 25px);
    left: 0;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>a {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 10px;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>a::before {
    display: block;
    position: absolute;
    content: '';
    width: 136px;
    height: 54px;
    background: url('../img/primary-menu_img2.png') no-repeat center / 100% 100%;
    top: inherit;
    bottom: calc(100% + 30px);
    left: 0;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) .sub-menu {
    padding-left: 0 !important;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) .sub-menu a {
    padding: 5px 0 5px 15px;
    position: relative;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) .sub-menu a::before {
    display: block;
    position: absolute;
    content: '';
    width: 5px;
    height: 8px;
    background: url('../img/primary_menu_left.png') no-repeat center / 100% 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    top: 7px;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) .sub-menu a:hover {
    background: transparent;
  }

  #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>.sub-menu a:hover {
    color: #adacac;
    text-decoration: underline;
  }

  #primary-menu>li>.sub-menu {
    border: none;
  }

  #primary-menu>li>.sub-menu::before {
    border-color: transparent;
  }

  #primary-menu>li.header_menu_secont>.sub-menu {
    width: 727px;
    right: inherit;
    left: 130px;
  }

  #primary-menu>li.header_menu_secont>.sub-menu::after {
    left: 340px;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li>a {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin-bottom: 20px;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li>a::before,
  #primary-menu>li.header_menu_secont>.sub-menu>li>a::after {
    display: none;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li li:last-child {
    margin-bottom: 0 !important;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li li a {
    padding: 0px 0 0px 15px !important;
    position: relative !important;
    color: #1e1a16 !important;
    font-family: Raleway !important;
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    cursor: pointer !important;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li li a::before {
    display: block !important;
    position: absolute !important;
    content: '' !important;
    width: 5px !important;
    height: 8px !important;
    background: url('../img/primary_menu_left.png') no-repeat center / 100% 100% !important;
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    top: 7px !important;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li li a:hover {
    background: transparent !important;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li li a:hover {
    color: #adacac !important;
    text-decoration: underline !important;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li {
    border-bottom: none !important;
    padding: 0 !important;
    width: 48%;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li:first-child {
    float: left;
  }

  #primary-menu>li.header_menu_secont>.sub-menu>li:last-child {
    float: right;
  }

  #primary-menu>li.header_menu_therd {
    position: relative !important;
  }

  #primary-menu>li.header_menu_therd>.sub-menu {
    width: 290px;
    left: 50%;
    margin-left: -145px;
    right: inherit;
    padding: 35px 0 35px 50px;
  }

  #primary-menu>li.header_menu_therd>.sub-menu::after {
    left: 50%;
    margin-left: -8px;
  }

  #primary-menu>li.header_menu_therd>.sub-menu>li {
    background: transparent !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  #primary-menu>li.header_menu_therd>.sub-menu>li:last-child {
    margin-bottom: 0 !important;
  }

  #primary-menu>li.header_menu_therd>.sub-menu>li a {
    padding: 0px 0 0px 15px !important;
    position: relative !important;
    color: #1e1a16 !important;
    font-family: Raleway !important;
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    cursor: pointer !important;
  }

  #primary-menu>li.header_menu_therd>.sub-menu>li a::before {
    display: block !important;
    position: absolute !important;
    content: '' !important;
    width: 5px !important;
    height: 8px !important;
    background: url('../img/primary_menu_left.png') no-repeat center / 100% 100% !important;
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    top: 7px !important;
  }

  #primary-menu>li.header_menu_therd>.sub-menu>li a:hover {
    background: transparent !important;
  }

  #primary-menu>li.header_menu_therd>.sub-menu>li a:hover {
    color: #adacac !important;
    text-decoration: underline !important;
  }

  #primary-menu>li>.sub-menu::after {
    display: none !important;
  }

  #primary-menu>li a.opened {
    position: relative;
  }

  #primary-menu>li.menu-item-has-children a.opened::after {
    display: block;
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 1px;
    left: 50%;
    margin-left: -4px;
  }

  .header-social_a {
    margin-right: 5px;
  }

  .i040419 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
  }

  .i040419 .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    background: #dddddc;
    margin-right: 4px;
  }

  .i040419 .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }

  .i040419 .owl-dots .owl-dot.active {
    background: #fefefe;
  }


  /* =========== i130220 =========== */

  .i130220 {
    padding: 75px 0 105px;
  }

  .i130220_h2 {
    margin: 0 0 55px;
    font-family: Raleway;
    font-size: 42px;
    font-weight: 400;
    color: #1e1a16;
    line-height: 1;
  }

  .i130220_h2 span {
    display: inline-block;
    color: #e01919;
  }

  .i130220_h2::before,
  .i130220_h2::after {
    display: none !important;
  }

  .i130220_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .i130220_item {
    width: 268px;
    height: 142px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    margin: 0 12px 20px;
  }

  .i130220_item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }

  .i130220_item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .i130220_item>div img {
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
  }

  .i130220_button {
    padding: 20px 15px;
    display: block;
    background-color: #ebecee;
    border-radius: 4px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border: none;
    width: 100%;
    cursor: pointer;
    letter-spacing: 3px;
  }

  .i130220_button:hover {
    background-color: #c4c4c6;
  }

  .i130220_item.multi-collapse {
    display: none;
  }


  /* =========== i130220_2 =========== */

  .i130220_2 {
    padding: 155px 0 110px;
    background: url('../img/i130220_2_bg.png') no-repeat center bottom / cover;
    position: relative;
    z-index: 2;
  }

  .i130220_2_cont1 {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .i130220_2_cont1_a {
    width: 63%;
    position: relative;
  }

  .i130220_2_cont1_a img {
    z-index: 1;
  }

  .i130220_2_cont1_a::before {
    display: block;
    position: absolute;
    content: '';
    width: 71%;
    height: 85%;
    border: 1.6px solid #cf2825;
    z-index: 0;
    top: -5px;
    left: -5px;
  }

  .i130220_2_cont1_a .i130220_2_cont1_a_img1 {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  .i130220_2_cont1_a_img2 {
    display: none;
    width: 68px;
    left: 50%;
    position: absolute;
    margin-left: -34px;
    top: 50%;
    margin-top: -25px;
  }

  .i130220_2_cont1>div {
    width: 32%;
  }

  .i130220_2_cont1>div img {
    display: inline-block;
    margin-bottom: 30px;
  }

  .i130220_2_cont1>div h2 {
    color: #1e1a16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Raleway;
    font-weight: 400;
    font-size: 33px;
    margin: 0 0 20px;
    line-height: 1.3em;
    text-align: left;
  }

  .i130220_2_cont1>div h2 span {
    display: inline-block;
    font-size: 15px;
  }

  .i130220_2_cont1>div h2::before,
  .i130220_2_cont1>div h2::after {
    display: none;
  }

  .i130220_2_cont1>div .line {
    width: 30px;
    height: 3px;
    background: #cf2825;
    margin-bottom: 20px;
  }

  .i130220_2_cont1>div p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0;
  }

  .i130220_2_cont2 {
    margin-bottom: 80px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .i130220_2_cont2 p {
    margin-bottom: 40px;
  }

  .i130220_2_cont2 p:last-child {
    margin-bottom: 0;
  }

  .i130220_2_cont3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
  }

  .i130220_2_cont3_l {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .i130220_2_cont3_l img {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }

  .i130220_2_cont3_l img:last-child {
    margin-bottom: 0;
  }

  .i130220_2_cont3_r {
    width: 75%;
    padding: 20px 40px 40px;
    background-color: #fefefe;
    border-radius: 10px;
    border: 1.6px solid #f0f0f0;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }

  .i130220_2_cont3_r_t {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .i130220_2_cont3_r_t h2 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  .i130220_2_cont3_r_t h2::before,
  .i130220_2_cont3_r_t h2::after {
    display: none;
  }

  .i130220_2_cont3_r_t img {
    display: inline-block;
    margin-left: 25px;
  }

  .i130220_2_cont3_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i130220_2_item {
    width: 26%;
  }

  .i130220_2_item:last-child {
    width: 22%;
  }

  .i130220_2_item>div {
    margin-bottom: 15px;
  }

  .i130220_2_item>div img {
    display: inline-block;
    width: 100%;
  }

  .i130220_2_item p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    padding-right: 20px;
  }

  .i130220_2_cont4 {
    text-align: center;
  }

  .i130220_2_cont4_a {
    display: inline-block;
    padding: 15px 55px;
    border: 1.6px solid #cf2825;
    border-radius: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1;
  }

  .i130220_2_cont4_a .i130220_2_cont4_a_img1,
  .i130220_2_cont4_a:hover .i130220_2_cont4_a_img2 {
    display: inline-block;
  }

  .i130220_2_cont4_a .i130220_2_cont4_a_img2,
  .i130220_2_cont4_a:hover .i130220_2_cont4_a_img1 {
    display: none;
  }

  .i130220_2_cont4_a:hover {
    background-color: #cf2825;
  }

  .i130220_3 {
    background-image: url('../img/i130220_3_bg.png');
    position: relative;
    z-index: 1;
    margin-top: -40px;
  }

  .i130220_2_cont5 {
    margin-bottom: 80px;
  }

  .i130220_2_cont5 img {
    display: inline-block;
    width: 100%;
  }

  .i130220_4 {
    background-image: url('../img/i130220_4_bg.png');
    position: relative;
    z-index: 0;
    margin-top: -40px;
  }

  .i130220_5 {
    background: transparent;
  }

  .i130220_3 .i130220_2_cont1_a::before {
    left: inherit;
    top: inherit;
    right: -5px;
    bottom: -5px;
  }

  .i130220_4 .i130220_2_cont1_a::before {
    left: inherit;
    right: -5px;
  }

  .contacts-anchor_div {
    clear: both;
    margin-bottom: 20px;
    text-align: left;
  }

  .contacts-anchor_div:last-child {
    margin-bottom: 0;
  }

  .contacts-anchor_div p {
    color: #5f5c5b;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .contacts-anchor_div p:last-child {
    margin-bottom: 0;
  }

  .contacts-anchor_div p a {
    color: #5f5c5b;
    text-decoration: underline;
  }

  .contacts-anchor_div p a:hover {
    text-decoration: none;
  }

  #wpcf7-f48-o1 .checkbox {
    margin-bottom: 20px;
  }

  #wpcf7-f48-o1 .checkbox .wpcf7-checkbox>span {
    margin-left: 0;
  }

  #wpcf7-f48-o1 .checkbox .wpcf7-checkbox label {
    color: #5f5c5b;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  #wpcf7-f48-o1 .form-right,
  #wpcf7-f48-o1 .form-left {
    margin-bottom: 40px;
  }

  #wpcf7-f48-o1 .btn-round {
    padding-right: 115px;
    padding-left: 115px;
    background: #fff;
  }

  #wpcf7-f48-o1 .btn-round i {
    margin-right: 25px;
  }

  #wpcf7-f48-o1 .btn-round:hover {
    background: #cf2825;
  }

  #contacts-anchor {
    background: url('../img/contacts-anchor_bg.jpg') no-repeat left top / cover;
  }

  #contacts-anchor .red-slashes {
    margin-top: 0;
  }

  footer {
    border-bottom: 8px solid #cf2825;
  }

  .footer_request_a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 40px;
    border: 1.6px solid #fefefe;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .footer_request_a i {
    display: inline-block;
    margin-right: 15px;
    color: #fefefe;
    font-size: 15px;
  }

  .footer_request_a span {
    display: inline-block;
    color: #fefefe;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
  }

  .footer_request_a:hover {
    background-color: #fefefe;
    text-decoration: none;
  }

  .footer_request_a:hover i {
    color: #828180;
  }

  .footer_request_a:hover span {
    color: #828180;
  }

  .i140220_zag {
    padding: 50px 0;
  }

  .i140220_zag h2 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 2px solid #c20000;
    margin: 0;
    text-align: left;
  }

  .i140220_zag h2::before,
  .i140220_zag h2::after {
    display: none;
  }

  .i140220_2 {
    padding: 0 0 110px;
  }

  .i140220_2_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i140220_2_cont>img {
    display: inline-block;
    width: 55%;
  }

  .i140220_2_cont>div {
    width: 40%;
  }

  .i140220_2_h3 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
  }

  .i140220_2_h3::after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #c71414;
    top: calc(100% + 5px);
    left: 0;
  }

  .i140220_2_cont>div p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .i140220_2_cont>div p:last-child {
    margin-bottom: 0;
  }

  .i140220_3 {
    padding: 100px 0;
    background: url('../img/i140220_3_bg.jpg') no-repeat center / cover;
  }

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

  .i140220_3_cont>div {
    width: 44%;
  }

  .i140220_3_cont>img {
    display: inline-block;
    width: 47%;
  }

  .i140220_3_cont>div p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .i140220_3_cont>div p:last-child {
    margin-bottom: 0;
  }

  .i140220_3_cont .i140220_2_h3 {
    margin-bottom: 80px;
  }

  .i140220_3_cont .i140220_2_h3::after {
    top: calc(100% + 20px);
  }

  .i140220_4 {
    padding: 100px 0 270px;
    background: url('../img/i140220_4_bg.jpg') no-repeat center bottom / 100%;
  }

  .i140220_4_cont1 {
    margin-bottom: 115px;
  }

  .i140220_4_cont1 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .i140220_4_cont1 p:last-child {
    margin-bottom: 0;
  }

  .i140220_4_img {
    display: block;
    max-width: 1220px;
    width: 100%;
    margin: 50px auto 0;
  }

  .i140220_5 {
    padding: 0 0 150px;
    overflow: hidden;
  }

  .i140220_5_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .i140220_5_cont>div {
    width: 43.8%;
  }

  .i140220_5_cont_div1 {
    margin-bottom: 55px;
  }

  .i140220_5_cont_div1 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .i140220_5_cont_div1 p:last-child {
    margin-bottom: 0;
  }

  .i140220_5_cont_div2 {
    max-width: 340px;
    width: 100%;
  }

  .i140220_5_cont_div2 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .i140220_5_cont_div2 p:last-child {
    margin-bottom: 0;
  }

  .i140220_5_cont>img {
    display: inline-block;
    width: 72%;
    top: 0;
    position: absolute;
    right: -165px;
  }

  .i140220_5_cont .i140220_2_h3 {
    margin-bottom: 75px;
  }

  .i140220_5_cont .i140220_2_h3::after {
    top: calc(100% + 15px);
  }

  .i140220_6 {
    padding: 0 0 165px;
  }

  .i140220_6_zag {
    margin: 0 0 90px;
    position: relative;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
  }

  .i140220_6_zag::after,
  .i140220_6_zag::before {
    display: none;
  }

  .i140220_6_zag_img {
    display: inline-block;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    margin-left: -162px;
  }

  .i140220_6_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i140220_6_cont>div {
    width: 49%;
  }

  .i140220_6_item {
    border: 1.6px solid #dededd;
  }

  .i140220_6_item_t {
    padding: 20px 40px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1.6px solid #dededd;
  }

  .i140220_6_item_t img {
    display: inline-block;
    width: 26px;
    margin-right: 25px;
  }

  .i140220_6_item_t span {
    display: inline-block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }

  .i140220_6_item_b {
    padding: 30px 40px;
  }

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

  .i140220_6_item_b ul li {
    list-style-type: none;
    margin-bottom: 20px;
    line-height: 1;
  }

  .i140220_6_item_b ul li a {
    display: inline-block;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    color: #1e1a16;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
  }

  .i140220_6_item_b ul li a:hover {
    color: #cf2825;
    text-decoration: none;
  }

  .i140220_6_item {
    margin-bottom: 20px;
  }

  .i140220_6_item:last-child {
    margin-bottom: 0;
  }

  .i140220_7 {
    padding: 0 0 35px;
  }

  .i140220_7 a {
    display: inline-block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }

  .i140220_7 a:hover {
    color: #14110d;
    text-decoration: none;
  }

  .i140220_8 {
    padding-bottom: 135px;
  }

  .i140220_8_item {
    margin-bottom: 20px;
    padding: 50px 70px 55px;
    border: 1.6px solid #dddddc;
    position: relative;
    margin-left: 40px;
  }

  .i140220_8_item_img {
    display: inline-block;
    width: 74px;
    position: absolute;
    top: 30px;
    left: -40px;
  }

  .i140220_8_item h3 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
  }

  .i140220_8_item p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 25px;
  }

  .i140220_8_item p:last-child {
    margin-bottom: 0;
  }

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

  .i140220_8_item ul li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    list-style-type: none;
  }

  .i140220_8_item ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 11px;
    background: url('../img/i140220_8_item_ul_l.png') no-repeat center / 100% 100%;
    left: 0;
    top: 5px;
  }

  .i140220_8_item ul li:last-child {
    margin-bottom: 0;
  }

  .i140220_8_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
  }

  .i140220_8_last_a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 285px;
    padding: 15px 5px;
    border: 2px solid #cf2825;
    border-radius: 40px;
  }

  .i140220_8_last_a img {
    margin-right: 25px;
  }

  .i140220_8_last_a span {
    display: inline-block;
    color: #cf2825;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
  }

  .i140220_8_last_a .i140220_8_last_a_img1,
  .i140220_8_last_a:hover .i140220_8_last_a_img2 {
    display: inline-block;
  }

  .i140220_8_last_a .i140220_8_last_a_img2,
  .i140220_8_last_a:hover .i140220_8_last_a_img1 {
    display: none;
  }

  .i140220_8_last_a:hover {
    background-color: #cf2825;
    text-decoration: none;
  }

  .i140220_8_last_a:hover span {
    color: #fefefe;
  }

  .i140220_8_last_a {
    margin-right: 30px;
    text-decoration: none;
  }

  .i140220_8_last_a:last-child {
    margin-right: 0;
  }

  .i140220_9 {
    background: #eeeeee;
    padding-top: 95px;
    border-top: 1.6px solid #cbcbcb;
  }

  .i140220_9 .i140220_6_item {
    background: #fefefe;
  }

  .header-social {
    position: relative;
  }

  .header_form {
    position: absolute;
    height: 35px;
    right: 0;
    top: 50%;
    margin-top: -19.5px;
    display: none;
    width: 290px;
  }

  .header_form form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1.6px solid #e1e1e0;
  }

  .header_form_i {
    width: calc(100% - 40px) !important;
    height: 35px !important;
    background: #fefefe;
    padding: 0 0 0 15px !important;
    border: none;
  }

  .header_form_submit {
    width: 40px;
    height: 35px;
    border: none;
    padding: 0;
    background: #fefefe url('../img/search_header.png') no-repeat center;
  }

  .search_post a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #2b2a29;
  }

  .search_post_par:first-child {
    margin-top: 50px;
  }

  .search_post_par:last-child {
    margin-bottom: 50px;
  }

  .search_post_par {
    margin-bottom: 25px;
  }

  .i130220_button .i130220_button_span1,
  .i130220_button.active .i130220_button_span2 {
    display: inline-block;
  }

  .i130220_button .i130220_button_span2,
  .i130220_button.active .i130220_button_span1 {
    display: none;
  }


  /* =========== i140220_10 =========== */

  .i140220_10 {
    padding: 0 0 900px;
    background: url('../img/i140220_10_bg.jpg') no-repeat center bottom / 100%;
  }

  .i140220_10_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .i140220_10_item {
    margin: 0 15px 40px;
    width: 30.7%;
    text-decoration: none;
  }

  .i140220_10_item_t {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.6px solid #e0e0e0;
    border-radius: 4px;
    background-size: #fff;
    height: 170px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  }

  .i140220_10_item_t img {
    display: inline-block;
    max-width: 80%;
    max-height: none;
    80%;
  }

  .i140220_10_item_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .i140220_10_item_b img {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
  }

  .i140220_10_item_b span {
    display: inline-block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
  }


  /* =========== i140220_11 =========== */

  .i140220_11 {
    padding: 0 0 70px;
  }

  .i140220_11_cont1 {
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    padding: 60px 70px 70px;
    margin-top: -150px;
    margin-bottom: 110px;
  }

  .i140220_11_cont1_h4,
  .i140220_11_cont2_h4 {
    position: relative;
    margin-bottom: 70px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
  }

  .i140220_11_cont1_h4::after,
  .i140220_11_cont2_h4::after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #c20000;
    top: calc(100% + 10px);
    left: 0;
  }

  .i140220_11_cont1 p,
  .i140220_11_cont2 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
  }

  .i140220_11_cont1 p:last-child,
  .i140220_11_cont2 p:last-child {
    margin-bottom: 0;
  }

  .i140220_11_cont1::after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #cf2825;
    top: -10px;
    right: -10px;
  }

  .i140220_11_cont2_h4 {
    margin-bottom: 45px;
  }

  .i140220_11_img {
    display: block;
    max-width: 100%;
    width: 100%;
  }


  /* =========== contacts_partners =========== */

  .contacts_partners {
    background: url('../img/contacts_partners_bg.jpg') no-repeat center / cover;
  }

  .contacts_partners_h3 {
    position: relative;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
  }

  .contacts_partners_h3::after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #c20000;
    top: calc(100% + 15px);
    left: 50%;
    margin-left: -10px;
  }

  .contacts_partners input[type="text"],
  .contacts_partners input[type="tel"],
  .contacts_partners input[type="email"],
  .contacts_partners textarea {
    background: #fefefe;
  }

  .contacts_partners textarea {
    height: 230px;
  }

  .contacts_partners .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contacts_partners .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
  }

  .contacts_partners .checkbox label br {
    display: none;
  }

  .contacts_partners .checkbox label a {
    display: inline-block;
    color: #3d3f40;
    font-size: 16.67px;
  }

  .contacts_partners .checkbox label span {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contacts_partners .checkbox .wpcf7-list-item {
    margin-left: 0;
  }

  .contacts_partners .btn-round {
    padding-right: 115px !important;
    padding-left: 115px !important;
    background: #fff !important;
  }

  .contacts_partners .btn-round i {
    margin-right: 25px !important;
  }

  .contacts_partners .btn-round:hover {
    background: #cf2825 !important;
  }

  .i060320 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .i060320_item {
    width: 42%;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .i060320_item>div {
    width: 85px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .i060320_item>div img {
    display: inline-block;
    max-width: 100%;
  }

  .i060320_item p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
  }

  .i060320_item p span {
    display: block;
    color: #cf2825;
    font-family: Raleway;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
  }

  .i140220_11_cont1 {
    padding-bottom: 25px;
  }


  /* =========== i180320_1 =========== */

  .i180320_1 {
    padding: 0 0 130px;
  }

  .i180320_1_zag {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 40px;
  }

  .i180320_1_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .i180320_1_item {
    margin: 0 10px 25px;
    width: 31.5%;
    background: #fefefe;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .i180320_1_item_t {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }

  .i180320_1_item_t::after {
    display: block;
    content: '';
    padding-top: 40.8%;
  }

  .i180320_1_item_b {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 35px 15px 45px;
  }

  .i180320_1_item_b h2 {
    color: #cf2825;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 15px;
    min-height: 45px;
    text-align: left;
  }

  .i180320_1_item_b h2::before,
  .i180320_1_item_b h2::after {
    display: none;
  }

  .i180320_1_item_b p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0;
  }

  .i180320_1_item_b_a {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 35px;
    border-radius: 30px;
    background-color: #cf2825;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-decoration: none;
  }

  .i180320_1_item_b_a:hover {
    background-color: #b61916;
  }

  .i180320_1_item_b_a span {
    display: inline-block;
    color: #fefefe;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 10px;
  }

  .i180320_1_item_b_a img {
    display: inline-block;
    width: 15px;
  }

  .i180320_1_item.active:hover {
    position: relative;
  }

  .i180320_1_item.active:hover .i180320_1_item_t,
  .i180320_1_item.active:hover .i180320_1_item_b {
    position: relative;
    z-index: 3;
  }

  .i180320_1_item.active:hover::before {
    display: block;
    position: absolute;
    content: '';
    z-index: 1;
    background: #fefefe;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: calc(100% + 70px);
    top: -1.6px;
    left: -1.6px;
    border: 1.6px solid #cf2825;
    border-radius: 4px;
  }

  .i180320_1_item.active:hover .i180320_1_item_b_a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 15px;
    top: calc(100% - 8px);
  }

  .i180320_1_item_last {
    margin: 0 10px 25px;
    width: 31.5%;
    background: #fefefe;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 60px;
  }

  .i180320_1_item_last p {
    width: 100%;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 20px;
  }

  .i180320_1_item_last a {
    display: inline-block;
    color: #cf2825;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
  }

  .i180320_1_item_last a:hover {
    text-decoration: none;
    color: #b61916;
  }

  .i180320_1_parent {
    margin-bottom: 50px;
  }

  .i180320_1_parent:last-child {
    margin-bottom: 0;
  }

  .i180320_1_parent .i140220_2_h3 {
    margin-bottom: 70px;
  }

  .i180320_1_parent .i140220_2_h3::after {
    top: calc(100% + 15px);
  }


  /* =========== i240520_2 =========== */

  .i240520_2 {
    background: url('../img/i240520_2_bg.jpg') no-repeat center / cover;
    padding: 85px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .i240520_2 .i140220_2_h3 {
    margin: 0 0 55px;
    text-align: left;
  }

  .i240520_2 .i140220_2_h3::after {
    margin-left: 0;
  }

  .i240520_2 .i140220_2_h3::before {
    display: none;
  }

  .i240520_2_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .i240520_2_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 49%;
    background: #fff;
    padding: 30px 38px 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
  }

  .i240520_2_item img {
    display: inline-block;
    width: 39px;
    margin-right: 30px;
  }

  .i240520_2_item p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .i240520_3 .i140220_2_h3::before {
    display: none;
  }

  .i240520_3 {
    padding: 85px 0 125px;
  }

  .i240520_3 .i140220_2_h3 {
    margin: 0 0 75px;
    text-align: left;
  }

  .i240520_3 .i140220_2_h3::after {
    margin-left: 0;
  }

  .i280520_1 {
    padding-bottom: 105px;
  }

  .i280520_1_cont1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../img/i280520_1_cont1_bg.jpg') no-repeat center / cover;
    padding: 35px 60px 55px 65px;
    margin-bottom: 70px;
    border-top: 1.6px solid #d7d7d7;
  }

  .i280520_1_cont1 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.8em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
  }

  .i280520_1_cont1 img {
    display: inline-block;
    width: 492px;
  }

  .i280520_1_cont2 {
    margin-bottom: 90px;
  }

  .i280520_1_cont2 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 35px;
  }

  .i280520_1_cont2 p:last-child {
    margin-bottom: 0;
  }

  .i280520_1_cont2 ul {
    margin-bottom: 35px;
    padding-left: 35px;
  }

  .i280520_1_cont2 ul li {
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .i280520_1_cont2 ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background: url('../img/i280520_1_cont2_ul.png') no-repeat center / 100% 100%;
    left: 0;
    top: 5px;
  }

  .i280520_1_cont2 ul li:last-child {
    margin-bottom: 0;
  }

  .i280520_1_cont3 {
    margin-bottom: 50px;
    background: url('../img/i280520_1_cont3_bg.jpg') no-repeat center / cover;
    padding: 55px 60px 70px 490px;
  }

  .i280520_1_cont3 p {
    color: #fefefe;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .i280520_1_cont4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .i280520_1_cont4_item {
    width: 25%;
    border: 1.6px solid #e3e3e2;
    padding: 35px 5px 40px 25px;
  }

  .i280520_1_cont4_item p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 25px;
  }

  .i280520_1_cont4_item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 45px;
    background-color: #cf2825;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  .i280520_1_cont4_item a:hover {
    background-color: #b71f1c;
  }

  .i280520_1_cont4_item a span {
    display: inline-block;
    color: white;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-right: 10px;
  }

  .i280520_1_cont4_item a img {
    display: inline-block;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .i280520_slider {
    padding-bottom: 150px;
  }

  .i010620_1 {
    margin-bottom: 55px;
    position: relative;
  }

  .i010620_1::after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    background: url('../img/i010620_1_bg.jpg') no-repeat center / cover;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    top: 50px;
  }

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

  .i010620_1_cont>div {
    width: 43%;
  }

  .i010620_1_cont>div p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 45px;
  }

  .i010620_1_cont>div p:last-child {
    margin-bottom: 0;
  }

  .i010620_1_cont>img {
    display: inline-block;
    width: 54%;
  }

  .i010620_2 {
    padding-bottom: 155px;
  }

  .i010620_2_cont1 {
    margin-bottom: 95px;
  }

  .i010620_2_cont1 p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 35px;
  }

  .i010620_2_cont1 p:last-child {
    margin-bottom: 0;
  }

  .i010620_2 .i140220_2_h3 {
    margin-bottom: 80px;
  }

  .i010620_2_cont2 {
    margin-bottom: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i010620_2_cont2 .item {
    width: 31%;
    border: 1.6px solid #e5e5e5;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 50px 10px 55px;
  }

  .i010620_2_cont2 .item p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 35px;
  }

  .i010620_2_cont2 .item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 45px;
    background-color: #cf2825;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-decoration: none;
  }

  .i010620_2_cont2 .item a span {
    display: inline-block;
    color: #fefefe;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .i010620_2_cont2 .item a:hover {
    background-color: #b01c19;
  }

  .i010620_2_cont2 .item a img {
    display: inline-block;
    width: 14px;
    margin-left: 25px;
  }

  .i010620_2_cont2_img {
    display: inline-block;
    height: 73px;
    margin-bottom: 30px;
  }

  .i010620_2_cont3 h3 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
  }

  .i010620_2_cont3_div {
    max-width: 813px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .i010620_2_cont3_div>img {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
  }

  .i010620_2_cont3_div.active>img {
    opacity: 0;
    z-index: -1;
    position: relative;
  }

  .i010620_2_cont3_div.active iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
  }

  .i290620_1::after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    background: url('../img/i290620_1_bg.jpg') no-repeat center / cover;
    width: 100%;
    height: calc(100% - 40px);
    left: 0;
    top: 20px;
  }

  .i290620_1 .i010620_1_cont>img {
    width: 884px;
    display: inline-block;
    margin-right: -285px;
  }

  .i290620_2 {
    padding-bottom: 95px;
    background: url('../img/i290620_2_bg.jpg') no-repeat center bottom / 100%;
  }

  .i290620_2 .i010620_2_cont2 {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .i290620_2 .i010620_2_cont2 .item {
    background: #fefefe;
    border: 1.6px solid #efefee;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i290620_2 .i010620_2_cont2 .item .item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    height: 101px;
  }

  .i290620_2 .i010620_2_cont2 .item .item_top img {
    display: inline-block;
    margin: 0;
    max-height: 100%;
  }

  .i290620_2 .i010620_2_cont2 .item .item_bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .i290620_2 .i010620_2_cont2 .item .item_bottom p {
    margin-bottom: 25px;
    min-height: 50px;
  }

  .i290620_2 .i010620_2_cont2 .item .item_bottom span {
    display: inline-block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .i290620_3 {
    padding: 90px 0 170px;
  }

  .i030720_1 {
    background: url('../img/i030720_1_bg.jpg') no-repeat center / cover;
    padding: 45px 0;
  }

  .i030720_1_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .i030720_1_cont .left {
    width: 53%;
  }

  .i030720_1_cont .left p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 55px;
  }

  .i030720_1_cont .left>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i030720_1_cont .left>div ul {
    padding: 0;
    margin: 0;
  }

  .i030720_1_cont .left>div ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 25px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    list-style-type: none;
    font-weight: 400;
    line-height: 1;
  }

  .i030720_1_cont .left>div ul li:last-child {
    margin-bottom: 0;
  }

  .i030720_1_cont .left>div ul li::before {
    display: block;
    position: absolute;
    content: '';
    background: url('../img/i030720_1_ul.png') no-repeat center / 100% 100%;
    width: 8px;
    height: 11px;
    left: 0;
    top: 4px;
  }

  .i030720_1_cont>img {
    display: inline-block;
    width: 49%;
    position: relative;
    right: -75px;
  }

  .i030720_2 {
    background: url('../img/i030720_2_bg.jpg') no-repeat center bottom / 100%;
    padding: 125px 0 85px;
  }

  .i030720_2_cont1 {
    margin-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i030720_2_cont1 img {
    display: inline-block;
    width: 54%;
  }

  .i030720_2_cont1>div {
    width: 44%;
  }

  .i030720_2_cont1>div p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
  }

  .i030720_2_cont1>div p:last-child {
    margin-bottom: 0;
  }

  .i030720_2_cont2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .i030720_2_cont2 .item {
    width: 49%;
    margin-bottom: 25px;
    padding: 30px 30px 50px;
    background: #fefefe;
    border: 1.6px solid #e3e3e2;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .i030720_2_cont2_l {
    display: inline-block;
    width: 39px;
    margin-right: 25px;
  }

  .i030720_2_cont2_img {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 0;
  }

  .i030720_2_cont2 .item>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .i030720_2_cont2 .item>div h2::before,
  .i030720_2_cont2 .item>div h2::after {
    display: none;
  }

  .i030720_2_cont2 .item>div h2 {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 25px !important;
    text-align: left;
    margin-top: 0 !important;
  }

  .i030720_2_cont2 .item>div h2 span {
    font-weight: 700;
  }

  .i030720_2_cont2 .item>div h2:last-child {
    margin-bottom: 0 !important;
  }

  .i030720_2_cont2 .item:last-child {
    width: 100%;
  }

  .i030720_2_cont2 .item>div ul {
    padding: 0;
    margin: 0;
  }

  .i030720_2_cont2 .item>div ul li {
    list-style-type: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 45px;
    font-family: Raleway;
    font-size: 21px;
    line-height: 1.4em;
    color: #1e1a16;
    font-weight: 400;
  }

  .i030720_2_cont2 .item>div ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    left: 0;
    top: 4px;
    background: url('../img/i030720_2_cont2_ul.png') no-repeat center / 100% 100%;
  }

  .i030720_2_cont2 .item>div ul li span {
    color: #cf2825;
    font-weight: 700;
  }

  .i030720_2_cont2 .item>div ul li:last-child {
    margin-bottom: 0;
  }

  #primary-menu li.cursor_point>a {
    cursor: pointer !important;
  }

  .i070720_1 {
    background: url('../img/i070720_1_bg.jpg') no-repeat center / cover;
    padding: 30px 0 0;
  }

  .i070720_1_img {
    display: inline-block;
    max-width: 184px;
    width: 100%;
    margin-bottom: 45px;
  }

  .i070720_2_cont2 {
    margin-bottom: 150px;
  }

  .i070720_2 {
    background: url('../img/i070720_2_bg.jpg') no-repeat center bottom / 100%;
  }

  .i070720_1 .i010620_1_cont>img {
    width: 48%;
  }

  .i070720_1 .i010620_1_cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .i070720_1 .i010620_1_cont>div {
    padding-top: 50px;
  }

  .i070720_2 .thumbs-right-cont {
    max-width: 100%;
  }

  .i070720_2 .thumbs-right-cont {
    padding-right: 210px;
  }

  .i070720_2 .owl-dots-vertical-outer {
    width: 165px;
    right: inherit;
    left: calc(100% + 40px);
  }

  .i070720_2 .vertical-carousel .owl-dot {
    height: 87px;
  }

  .i070720_2 .vertical-carousel .owl-dot.active::after {
    display: none;
  }

  .i070720_2 .vertical-carousel .owl-dot.active::before {
    display: block;
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    position: absolute;
    background: url('../img/i070720_2_before.png') no-repeat center / 100% 100%;
    top: 0;
    right: calc(100% + 3px);
    border: none !important;
    left: inherit !important;
    bottom: inherit !important;
  }

  #wpadminbar {
    display: none !important;
  }

  .admin-bar header {
    top: 0 !important;
  }

  .wpcf7-form .jq-checkbox {
    background: #0075ff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .wpcf7-form .jq-checkbox.checked .jq-checkbox__div {
    background: url('../img/chackbox_bg.png') no-repeat center / 10px;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .skywind-background-section .ezcol-two-fifth a {
    color: #000;
  }

  .i270720_1 h1 {
    padding-bottom: 0;
    font-size: 21px;
    border-bottom: none;
  }

  .i270720_1 ul {
    margin-bottom: 0px;
    padding-left: 35px;
  }

  .i270720_1 ul li {
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .i270720_1 ul li::before {
    display: block;
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background: url('../img/i280520_1_cont2_ul.png') no-repeat center / 100% 100%;
    left: 0;
    top: 5px;
  }

  .site_search {
    min-height: 90vh;
  }

  .site_search .search_post {
    padding-bottom: 20px;
    border-bottom: 1.6px solid #c40202;
  }

  .site_search .search_post_par:last-child .search_post {
    border-bottom: none;
  }

  .site_search a {
    font-size: 17px;
  }

  .site_search .search_post .search_p {
    text-decoration: underline;
    margin-bottom: 15px;
    font-size: 19px;
  }

  .i130220_2_cont4 {
    position: relative;
  }

  .i130220_2_cont4_div {
    max-width: 678px;
    width: 100%;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -338px;
    display: none;
    background: #fefefe;
    border-radius: 5px;
    padding: 50px 70px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .i130220_2_cont4_div_a {
    display: inline-block;
    width: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .i130220_2_cont4_div_a img {
    display: inline-block;
    width: 100%;
  }

  .i130220_2_cont4_div ul {
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .i130220_2_cont4_div ul li {
    list-style-type: none;
    margin-bottom: 25px;
  }

  .i130220_2_cont4_div ul li:last-child {
    margin-bottom: 0;
  }

  .i130220_2_cont4_div ul li a {
    display: inline-block;
    color: #1e1a16;
    font-family: Raleway;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    padding-left: 60px;
    position: relative;
  }

  .i130220_2_cont4_div ul li a::before {
    display: block;
    position: absolute;
    content: '';
    background: url('../img/i130220_2_cont4_div_ul.png') no-repeat center / 100% 100%;
    width: 21px;
    height: 21px;
    left: 0;
    top: 2px;
  }

  #primary-menu>li.menu-item-has-children ul a.opened::after {
    display: none;
  }

  #wpcf7-f1830-p1833-o1 button {
    margin-top: 48px;
  }

  .i130220_2_cont1_a_y {
    cursor: pointer;
  }

  .i130220_2_cont1_a_y .i130220_2_cont1_a_img2 {
    display: inline-block;
  }

  .i130220_2_cont1_a_y.active {
    position: relative;
  }

  .i130220_2_cont1_a_y.active>img {
    opacity: 0;
  }

  .i130220_2_cont1_a_y.active::before {
    opacity: 0;
  }

  .i130220_2_cont1_a_y.active .ytplayer {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .i130220_2_cont1_a_y.active #ytplayer {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  @media (max-width: 1155px) {
    /* =========== i130220 =========== */
    .i130220_cont {
      width: calc(100% + 20px);
      margin-left: -10px;
    }
    .i130220_item {
      width: 230px;
      margin: 0 10px 25px;
    }
    .i130220_cont {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    /* =========== i130220_2 =========== */
    .i130220_2_item p {
      font-size: 15px;
    }
    #contacts-anchor {
      background-position: center;
    }
    /* =========== i140220_10 =========== */
    .i140220_10_item {
      margin: 0 12px 40px;
    }
    .i140220_10 {
      padding: 0 0 345px;
    }
    /* =========== contacts_partners =========== */
    .i060320_item {
      width: 48%;
    }
    .i060320_item>div {
      width: 60px;
      margin-right: 15px;
    }
    .i060320_item {
      margin-bottom: 30px;
    }
    /* =========== i180320_1 =========== */
    .i180320_1_item {
      width: 30.5%;
    }
    .i180320_1_item_b h2 br {
      display: none;
    }
    .i280520_1_cont1 img {
      width: 405px;
    }
    .i280520_1_cont1 p {
      font-size: 22px;
    }
    .i280520_1_cont3 p {
      font-size: 22px;
    }
    .i280520_1_cont3 {
      padding: 55px 60px 70px 425px;
    }
    .i280520_1_cont4_item p {
      font-size: 16px;
    }
    .i290620_2 .i010620_2_cont2 .item .item_bottom p {
      margin-bottom: 10px;
      font-size: 17px;
    }
    .i290620_2 .i010620_2_cont2 .item .item_bottom span {
      font-size: 17px;
    }
    .i290620_2 {
      padding-bottom: 45px;
    }
    .i290620_1 .i010620_1_cont>div p {
      font-size: 17px;
    }
    .i290620_1 .i010620_1_cont>img {
      width: 540px;
      display: inline-block;
      margin-right: 0;
    }
    .i030720_1_cont .left p {
      font-size: 21px;
      margin-bottom: 25px;
    }
    .i030720_1_cont .left>div ul li {
      padding-left: 15px;
      margin-bottom: 15px;
      font-size: 17px;
    }
    .i030720_1_cont>img {
      right: -50px;
    }
    .i070720_2 .owl-dots-vertical-outer {
      height: 100%;
    }
    .i070720_2 .vertical-carousel .owl-dot {
      height: 0;
    }
    .footer-right-column {
      margin-left: 40px;
    }
  }

  @media (max-width: 1024px) {
    h2 {
      margin: 30px 0 20px 0;
      font-size: 26.67px;
    }
    #header-nav {
      margin-top: 0 !important;
    }
    #primary-menu>li>ul {
      position: static !important;
      width: 100% !important;
    }
    #primary-menu>li.header_menu_secont>.sub-menu>li {
      width: 100% !important;
      float: none !important;
    }
    #header-nav li.menu-item-has-children>a {
      position: relative;
      background: #dadad8;
    }
    #header-nav li.menu-item-has-children>a.opened::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    #header-nav li.menu-item-has-children>a::after {
      content: '' !important;
      position: absolute !important;
      right: 5px !important;
      display: block !important;
      top: 50% !important;
      margin-top: -2.5px !important;
      left: inherit !important;
      margin-left: auto !important;
      width: 0 !important;
      height: 0 !important;
      border-style: solid !important;
      border-width: 5px 3px 0 3px !important;
      border-color: #969594 transparent transparent transparent !important;
      -webkit-transition: all 0.3s !important;
      -o-transition: all 0.3s !important;
      transition: all 0.3s !important;
    }
    #header-nav li.menu-item-has-children ul {
      background: #e8e8e7;
    }
    #header-nav li ul {
      padding: 0 0 0 10px !important;
    }
    #primary-menu>li>ul::before {
      display: none !important;
    }
    #header-nav li.menu-item-has-children {
      margin: 1px 0;
    }
    #header-nav ul.sub-menu {
      display: none !important;
    }
    #header-nav ul.sub-menu.velocity-animating {
      display: block !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      height: auto !important;
      background: transparent;
      border: none;
    }
    #header-nav ul.sub-menu.active {
      display: block !important;
    }
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu {
      display: none !important;
    }
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu.active {
      display: block !important;
    }
    #primary-menu>li>.sub-menu>li .sub-menu {
      display: none !important;
    }
    #primary-menu>li>.sub-menu>li .sub-menu.active,
    #primary-menu>li>.sub-menu>li .sub-menu.velocity-animating.active {
      display: block !important;
      padding: 0 0 0 10px !important;
    }
    #primary-menu>li.header_menu_secont>.sub-menu,
    #primary-menu>li:nth-child(2)>.sub-menu {
      margin-top: 0 !important;
    }
    #header-nav li.menu-item-has-children>a {
      position: relative !important;
      background: #dadad8 !important;
      display: block !important;
      color: #000 !important;
      text-decoration: none !important;
      padding: 10px 15px !important;
      margin: 0 !important;
      line-height: 1.2em !important;
      font-size: 15px !important;
      font-weight: 400 !important;
    }
    #header-nav li.menu-item-has-children {
      margin: 1px 0 !important;
    }
    #primary-menu {
      text-align: left !important;
    }
    #primary-menu>li>ul li a {
      text-align: left;
    }
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu {
      padding-left: 10px !important;
    }
    #primary-menu>li.header_menu_secont>.sub-menu>li li,
    #primary-menu>li.header_menu_therd>.sub-menu>li {
      margin-bottom: 0 !important;
    }
    #primary-menu>li.header_menu_secont>.sub-menu>li li a,
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li .sub-menu a,
    #primary-menu>li.header_menu_therd>.sub-menu>li a {
      padding: 10px 15px !important;
      position: relative !important;
      color: #000 !important;
      font-family: Raleway !important;
      margin: 0 !important;
      font-size: 15px !important;
      font-weight: 400 !important;
      display: block !important;
      line-height: 1.2em !important;
      cursor: pointer !important;
    }
    #primary-menu>li.header_menu_secont>.sub-menu>li li a::before {
      display: none !important;
    }
    #primary-menu>li>.sub-menu>li:first-child>a::before,
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li .sub-menu a::before,
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2)>a::before,
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>a::before,
    #primary-menu>li>.sub-menu>li:nth-child(2) .sub-menu a::before,
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) .sub-menu a::before,
    #primary-menu>li.header_menu_therd>.sub-menu>li a::before {
      display: none !important;
    }
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li {
      width: 100% !important;
    }
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2),
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) {
      width: 100%;
    }
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2),
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3) {
      float: none !important;
      padding-top: 0px !important;
    }
    #header-nav a {
      display: block !important;
      color: #000 !important;
      text-decoration: none !important;
      padding: 10px 15px !important;
      font-size: 15px !important;
      line-height: 1 !important;
    }
    #header-nav li ul li.menu-item-has-children {
      border-bottom: none !important;
    }
    #primary-menu>li.header_menu_therd>.sub-menu {
      margin-left: 0 !important;
    }
    #header-nav {
      padding: 15px 0 !important;
      -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
      text-align: left !important;
    }
    header {
      -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    }
    #header-nav>a.btn {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 35px !important;
      margin: 10px 0 0 15px !important;
      color: #fefefe !important;
    }
    #header-nav>a.btn i,
    #header-nav>a.btn span {
      color: #fefefe !important;
    }
    .i040419>.container {
      padding: 0;
    }
    .i040419 .owl-next,
    .i040419 .owl-prev {
      width: 20px;
      height: 40px;
      margin-top: -20px;
    }
    .i130220 {
      padding: 40px 0 65px;
    }
    .i130220_h2 {
      margin: 0px 0 35px;
      font-size: 31px;
    }
    .i130220_2 {
      padding: 110px 0 65px;
    }
    .i130220_2_cont1>div p {
      font-size: 14px;
    }
    .i130220_2_cont1>div h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .i130220_2_cont1>div .line {
      margin-bottom: 10px;
    }
    .i130220_2_cont1 {
      margin-bottom: 25px;
    }
    .i130220_2_cont2 {
      font-size: 14px;
      margin-bottom: 25px;
    }
    .i130220_2_item p {
      font-size: 12px;
    }
    .i130220_2_item>div {
      margin-bottom: 10px;
    }
    .i130220_2_cont3 {
      margin-bottom: 40px;
    }
    .i130220_2_cont3_r {
      padding: 15px 20px 25px;
    }
    .i130220_2_cont4_a_img1,
    .i130220_2_cont4_a_img2 {
      width: 120px;
    }
    .i130220_2_cont4_a {
      padding: 10px 40px;
    }
    .contacts {
      padding: 40px 0 55px 0;
      min-height: auto;
    }
    .contacts .red-slashes {
      font-size: 31px;
      margin: 0;
    }
    .contacts .red-slashes::before {
      margin-right: 10px;
    }
    .contacts .red-slashes::after {
      margin-left: 10px;
    }
    .contacts form {
      margin-top: 40px;
    }
    #wpcf7-f48-o1 .form-right,
    #wpcf7-f48-o1 .form-left {
      margin-bottom: 10px;
    }
    #wpcf7-f48-o1 .btn-round {
      padding-right: 60px;
      padding-left: 60px;
      height: 50px;
      line-height: 50px;
      font-size: 15px;
    }
    footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    footer .container::after {
      display: none;
    }
    footer .footer-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    footer .footer-right>div {
      margin: 0 15px 0 0;
    }
    footer .footer-right>div:last-child {
      margin-right: 0;
    }
    #primary-menu>li>.sub-menu>li>a:hover,
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li>a:hover {
      background: #dadad8 !important;
    }
    body .ezcol-one-quarter,
    body .ezcol-one-half,
    body .ezcol-three-quarter,
    body .ezcol-one-third,
    body .ezcol-two-third,
    body .ezcol-one-fifth,
    body .ezcol-two-fifth,
    body .ezcol-three-fifth,
    body .ezcol-four-fifth {
      width: 100% !important;
      margin-bottom: 15px !important;
      float: none !important;
    }
    .ed_200919_div1 h3 {
      font-size: 24px;
    }
    .ed_200919_div1 {
      padding: 30px 0;
    }
    .ed_290919_div3 p,
    .ed_290919_div4 {
      font-size: 17px;
    }
    .ed_200919_div2 {
      margin-bottom: 50px;
    }
    .ed_290919_div6 .video-section-wrapper .video-source-column {
      left: 0;
    }
    .video-desc-column {
      padding: 30px 0 0 30px !important;
    }
    .ed_290919_div6 .video-section-wrapper {
      background: transparent;
      padding: 0;
    }
    .ed_290919_div6 .video-section-wrapper .video-desc-column img {
      margin-bottom: 30px;
    }
    .ed_290919_div6 .video-section-wrapper .video-desc-column ul li {
      font-size: 17px;
    }
    .i140220_zag h2 {
      font-size: 24px;
    }
    .i140220_zag {
      padding: 30px 0;
    }
    .i010620_1_cont>div p {
      margin-bottom: 10px;
    }
    .i010620_2_cont1 p {
      font-size: 17px;
    }
    .i010620_2_cont1 {
      margin-bottom: 40px;
    }
    .i010620_2 .i140220_2_h3 {
      margin-bottom: 40px;
    }
    .i290620_2 .i010620_2_cont2 .item .item_bottom span {
      font-size: 15px;
    }
    .i290620_3 {
      padding: 40px 0 70px;
    }
    .i280520_1_cont1 p,
    .i280520_1_cont2 p {
      font-size: 17px;
    }
    .i280520_1_cont1 {
      padding: 20px 30px 25px 30px;
      margin-bottom: 35px;
    }
    .i280520_1_cont2 p {
      margin-bottom: 20px;
    }
    .i280520_1_cont2 ul li,
    .i280520_1_cont3 p {
      font-size: 17px;
    }
    .i280520_1_cont2 ul {
      padding-left: 0;
      margin-bottom: 20px;
    }
    .i280520_1_cont2 {
      margin-bottom: 45px;
    }
    .i280520_1_cont3 {
      padding: 25px 30px 30px 310px;
    }
    .i280520_1_cont4_item p {
      font-size: 14px;
    }
    .i280520_1_cont4_item {
      padding: 20px 5px 20px 10px;
    }
    .i280520_1 {
      padding-bottom: 50px;
    }
    .i280520_slider {
      padding-bottom: 70px;
    }
    .i180320_1_zag {
      font-size: 17px;
      margin-bottom: 20px;
    }
    .i240520_2 {
      padding: 40px 0;
    }
    .i240520_2_item p,
    .i010620_1_cont>div p {
      font-size: 17px;
    }
    .i240520_3 {
      padding: 40px 0 60px;
    }
    .i240520_3 .i140220_2_h3 {
      margin-bottom: 35px;
    }
    .i010620_2_cont2 .item p {
      font-size: 17px;
    }
    .i010620_2_cont2 {
      margin-bottom: 70px;
    }
    .i010620_2 {
      padding-bottom: 70px;
    }
    .ed_200919_div1 h3 {
      font-size: 24px;
    }
    .ed_200919_div1 {
      padding: 30px 0;
    }
    .alerts-list-container h1 {
      font-size: 24px;
    }
    .i030720_2_cont1>div p,
    .i030720_2_cont2 .item>div h2,
    .i030720_2_cont2 .item>div ul li,
    .ed_200919_div3>p,
    .ed_200919_div3 ul li p,
    .ed_200919_div3 ul li span,
    .ed_200919_div4>p,
    .ed_200919_div4>ul li:first-child,
    .ed_200919_div4>ul li {
      font-size: 17px;
    }
    .i030720_2 {
      padding: 60px 0 40px;
    }
    .ed_200919_div6 iframe {
      width: 100% !important;
      position: static;
    }
    .ed_200919_div6 {
      position: static;
    }
    .post-content_200919 {
      padding-bottom: 50px;
    }
    .ed_200919_div8 p {
      font-size: 17px;
    }
    .ed_200919_div8 {
      margin-bottom: 50px;
    }
    .i070720_2_cont2 {
      margin-bottom: 50px;
    }
    #primary-menu>li.menu-item-has-children a.opened::after {
      display: none;
    }
    .i180320_1_item_b h2 {
      font-size: 17px;
    }
    .i180320_1_item_b p {
      font-size: 14px;
    }
    .i180320_1_item.active:hover::before {
      height: 100%;
    }
    .i180320_1_item.active:hover .i180320_1_item_b_a,
    .i180320_1_item.active .i180320_1_item_b_a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: static;
      margin-top: 15px;
    }
    .i180320_1_item_b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .i180320_1_item_b p {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
    .i180320_1 {
      padding: 0 0 60px;
    }
    .downloads-list-container {
      padding-bottom: 70px;
    }
    .for_tabs li {
      width: 182px;
    }
    .for_tabs a {
      font-size: 14px;
      padding: 15px 0;
    }
    .for_tabs li.active a {
      padding: 18px 0;
    }
    .filename {
      font-size: 17px;
    }
    .file-desc {
      font-size: 14px;
    }
    .tab-file-left {
      width: 510px;
    }
    .tab-file-right {
      padding-right: 15px;
    }
    .btn-xsmall {
      font-size: 14px;
    }
    .i140220_10 {
      padding: 0 0 310px;
    }
    .i140220_10_item_t {
      background: #fefefe;
    }
    .i140220_11_cont1 {
      padding: 30px 35px 35px;
    }
    .i140220_11_cont1_h4,
    .i140220_11_cont2_h4 {
      font-size: 17px;
      margin-bottom: 35px;
    }
    .i140220_11_cont1 p,
    .i140220_11_cont2 p,
    .i060320_item p span,
    .i060320_item p {
      font-size: 17px;
    }
    .i140220_11_cont1 {
      margin-bottom: 50px;
    }
    .i140220_11 {
      padding-bottom: 35px;
    }
    .i140220_2_cont>div p,
    .i140220_3_cont>div p,
    .i140220_4_cont1 p {
      font-size: 17px;
      margin-bottom: 15px;
    }
    .i140220_2 {
      padding-bottom: 55px;
    }
    .i140220_3 {
      padding: 50px 0;
    }
    .i140220_3_cont .i140220_2_h3 {
      margin-bottom: 40px;
      font-size: 17px;
    }
    .i140220_4 {
      padding: 50px 0 130px;
    }
    .i140220_4_cont1 {
      margin-bottom: 70px;
    }
    .i140220_5_cont .i140220_2_h3 {
      margin-bottom: 30px;
      font-size: 17px;
    }
    .i140220_5_cont_div1 p,
    .i140220_5_cont_div2 p {
      font-size: 17px;
      margin-bottom: 15px;
    }
    .i140220_5_cont_div1 {
      margin-bottom: 25px;
    }
    .i140220_5 {
      padding-bottom: 70px;
    }
    .i140220_6 {
      padding: 0 0 70px;
    }
    .i270720_1 ul {
      padding-left: 0;
    }
    .i270720_1 ul li {
      font-size: 17px;
    }
    .i270720_1 h1 {
      margin-bottom: 0;
    }
    .i130220_2_cont4_div ul li a {
      font-size: 17px;
      padding-left: 35px;
    }
    .i130220_2_cont4_div {
      max-width: 590px;
      margin-left: -295px;
      padding: 50px 35px;
    }
    .footer-right,
    .footer-left {
      float: none;
      width: 100%;
    }
    .footer-right {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    footer .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .footer-left {
      margin-bottom: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .footer-social {
      margin: 0;
    }
    .footer_request_a {
      margin-bottom: 0;
    }
    .footer-left .copyright {
      width: 100%;
      margin-top: 15px;
    }
    #header-nav {
      padding: 0 0 20px !important;
      background: #eaeae9;
      line-height: 1em;
    }
    #header-nav .btn.btn-small.btn-round.btn-red.only-mobile {
      margin-left: 20px !important;
      margin-top: 20px !important;
    }
    #header-nav #primary-menu>li,
    #header-nav li.menu-item-has-children {
      margin: 0 !important;
      border-bottom: 1.6px solid #d3d3d2;
    }
    #header-nav #primary-menu li:first-child {
      border-top: 1.6px solid #d3d3d2;
    }
    #header-nav #primary-menu>li>a {
      padding: 15px 20px !important;
      color: #1e1a16 !important;
      font-family: Raleway !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      background: transparent !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a::after {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 15px !important;
      height: 15px !important;
      top: 50% !important;
      right: 15px !important;
      background: url('../img/menu_r_img1.png') no-repeat center / 100% 100% !important;
      border: none !important;
      left: inherit !important;
      bottom: inherit !important;
      margin: -7.5px 0 0 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu {
      position: relative !important;
      padding: 0 !important;
      background: #f5f5f5 !important;
      left: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu::after {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 100% !important;
      height: 4px !important;
      background: #cc0404 !important;
      top: 0 !important;
      left: 0 !important;
      border: none !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu::before {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      border: 4px solid transparent !important;
      border-top: 4px solid #cc0404 !important;
      top: 4px !important;
      left: 50% !important;
      margin-left: -4px !important;
      z-index: 2 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li {
      background: #fff !important;
      margin: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li>a {
      background: transparent !important;
      padding: 12px 5px 12px 50px !important;
      position: relative;
      color: #1e1a16 !important;
      font-family: Raleway !important;
      font-size: 16px !important;
      font-weight: 500 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li>a::before {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 4px !important;
      height: 4px !important;
      background: #959493 !important;
      left: 25px !important;
      top: 18px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li:first-child {
      padding-top: 25px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li:last-child {
      padding-bottom: 25px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children:first-child {
      padding-top: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children:last-child {
      padding-bottom: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>a {
      padding: 15px 35px 15px 20px !important;
      background: #f5f5f5 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children {
      border-bottom: 1.6px solid #d6d6d5 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children:last-child {
      border-bottom: none !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>a::before {
      display: none !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>a::after {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 15px !important;
      height: 15px !important;
      top: 50% !important;
      right: 15px !important;
      background: url('../img/menu_r_img2.png') no-repeat center / 100% 100%;
      border: none !important;
      left: inherit !important;
      bottom: inherit !important;
      margin: -7.5px 0 0 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu {
      padding: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li {
      background: #fff !important
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li:first-child {
      padding-top: 12px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li:last-child {
      padding-bottom: 12px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li>a {
      background: transparent !important;
      padding: 12px 35px 12px 50px !important;
      position: relative;
      color: #1e1a16 !important;
      font-family: Raleway !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      line-height: 1.2em !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li>a::before {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 4px !important;
      height: 4px !important;
      background: #959493 !important;
      left: 25px !important;
      top: 18px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children:first-child {
      padding-top: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children:last-child {
      padding-bottom: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
      padding: 15px 35px 15px 20px !important;
      background: #f5f5f5 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children {
      border-bottom: 1.6px solid #d6d6d5 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children:last-child {
      border-bottom: none !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a::before {
      display: none !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a::after {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 15px !important;
      height: 15px !important;
      top: 50% !important;
      right: 15px !important;
      background: url('../img/menu_r_img2.png') no-repeat center / 100% 100%;
      border: none !important;
      left: inherit !important;
      bottom: inherit !important;
      margin: -7.5px 0 0 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a {
      font-weight: 700 !important;
      line-height: 1.4em !important;
      padding-right: 50px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a::after {
      top: 32px !important;
      margin-right: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li {
      margin: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li:first-child {
      border-top: 1.6px solid #d6d6d5 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li>.sub-menu>li {
      background: #fff !important
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li>.sub-menu>li:first-child {
      padding-top: 12px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li>.sub-menu>li:last-child {
      padding-bottom: 12px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li>.sub-menu>li>a {
      background: transparent !important;
      padding: 12px 30px 12px 50px !important;
      position: relative;
      color: #1e1a16 !important;
      font-family: Raleway !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      line-height: 1.2em !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li>.sub-menu>li>a::before {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 4px !important;
      height: 4px !important;
      background: #959493 !important;
      left: 25px !important;
      top: 18px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children>a+.sub-menu>li>.sub-menu {
      padding: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children>a+.sub-menu>li.menu-item-has-children>.sub-menu {
      position: relative;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children#menu-item-1492>.sub-menu::after {
      display: block !important;
      position: absolute !important;
      content: '' !important;
      width: 100% !important;
      height: 8px !important;
      background: url('../img/menu_shadow.png') no-repeat center / 100% 100%;
      bottom: 0 !important;
      left: 0 !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children#menu-item-1492>a {
      padding-top: 55px !important;
      background-image: url('../img/menu_4c.png') !important;
      background-repeat: no-repeat !important;
      background-position: 20px 15px !important;
      background-size: 50px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children#menu-item-1493>a {
      padding-top: 60px !important;
      background-image: url('../img/menu_jam.png') !important;
      background-repeat: no-repeat !important;
      background-position: 20px 15px !important;
      background-size: 90px !important;
    }
    #header-nav #primary-menu>li.menu-item-has-children#menu-item-1486>a+.sub-menu>li.menu-item-has-children#menu-item-2942>a {
      padding-top: 60px !important;
      background-image: url('../img/menu_soda.png') !important;
      background-repeat: no-repeat !important;
      background-position: 20px 15px !important;
      background-size: 80px !important;
    }
    #header-nav #primary-menu>li>.sub-menu>li a span {
      font-weight: 400;
    }
  }

  @media (max-height: 850px) and (min-width: 1025px) {
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>a,
    #primary-menu>li>.sub-menu>li:nth-child(2)>a {
      padding-bottom: 0;
    }
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3),
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2) {
      padding-top: 55px;
    }
    #primary-menu>li>.sub-menu {
      padding: 15px 0 15px 25px;
    }
    #primary-menu>li>.sub-menu>li:first-child>a {
      padding: 10px 0 10px 100px;
      margin-bottom: 15px;
    }
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li {
      margin-right: 25px;
      margin-bottom: 15px;
    }
    #primary-menu>li>.sub-menu>li:first-child>.sub-menu>li>a {
      margin-bottom: 10px;
    }
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(2)>a::before {
      width: 100px;
      height: 30px;
      bottom: calc(100% + 15px);
    }
    #primary-menu>li:nth-child(2)>.sub-menu>li:nth-child(3)>a::before {
      width: 100px;
      height: 37px;
      bottom: calc(100% + 10px);
    }
    #primary-menu>li.header_menu_secont>.sub-menu>li>a {
      padding: 0;
    }
  }
  .i210820 {
    background: url('../img/i210820_bg.jpg') no-repeat center top / 100% 735px;
    margin-top: 5px;
    padding-bottom: 130px;
    padding-top: 45px;
  }
  .i210820 > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .i210820 .contact-info {
    width: 58%;
    margin-right: 0;
  }
  .i210820 .ezcol-last {
    width: 39%;
  }
  .i210820 .wp-image-1706 {
    width: calc(100% + 35px);
    display: inline-block;
    margin-left: -35px;
  }
  .i210820 .contact-info h3 {
    margin-top: 65px;
  }
  .i210820 .ezcol-last .wpcf7-form {
    background: #f1f1f1;
    padding: 35px 35px 50px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .i210820 .ezcol-last .wpcf7-form > h3 {
    color: #cc0404;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 30px;
  }
  .i210820 .ezcol-last .wpcf7-form input, .i210820 .ezcol-last .wpcf7-form .select2-selection__rendered {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 500;
  }
  .i210820 .ezcol-last .wpcf7-form .btn {
    width: 100%;
    padding: 15px 5px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
  }
  .i210820 .ezcol-last .wpcf7-form .ajax-loader {
    display: none;
  }
  .i210820_div {
    margin-bottom: 12px;
    text-align: left;
    position: relative;
  }
  .i210820_div p {
    display: none;
  }
  .i210820_div br {
    display: none;
  }
  .i210820_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    position: relative;
    height: 48px;
    padding: 0 10px 0 28px;
    width: 100%;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    background: white;
    border: solid 1px #d0cfcf;
    text-align: left;
  }
  .i210820_a::after {
    display: block;
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #888;
    right: 20px;
    top: 50%;
    margin-top: -2px;
  }
  .i210820_div_div {
    display: none;
    position: absolute;
    top: calc(100% - 3px);
    z-index: 2;
    left: 0;
    width: 100%;
    background: #fff;
    border: solid 1px #d0cfcf;
    border-radius: 0 0 4px 4px;
    border-top: none;
    padding: 10px 10px 10px 28px;
  }
  .i210820_div_div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .i210820_div_div > div:last-child {
    margin-bottom: 0;
  }
  .i210820_div_div > div .jq-checkbox {
    background: #fff !important;
    border: solid 1px #d0cfcf !important;
    border-radius: 2px !important;
  }
  .i210820_div_div > div label {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
  }
  @media (max-width: 1200px) {
    .i210820 {
      background: url('../img/i210820_bg.jpg') no-repeat center top / auto 65%;
    }
  }
  @media (max-width: 1024px) {
    .i210820 .contact-info {
      width: 50% !important;
    }
    .i210820 .ezcol-last {
      width: 48% !important;
    }
    .i210820 .contact-info h3 {
      margin-top: 0;
    }
    .i210820 .contact-info ul li {
      padding-left: 20px;
    }
    .i210820 .contact-info ul li h2 {
      font-size: 16px;
    }
    .i210820 .ezcol-last .wpcf7-form input, .i210820 .ezcol-last .wpcf7-form .select2-selection__rendered, .i210820_a {
      font-size: 15px;
      padding-left: 10px;
    }
    .i210820 .ezcol-last .wpcf7-form {
      padding: 35px 15px;
    }
    .i250820 {
      margin-top: 0px !important;
    }
    .i250820 br {
      display: none;
    }
    .i210820 {
      background: url('../img/i210820_bg.jpg') no-repeat center top / auto 55%;
    }
  }
  .i250820 {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center !important;
  }
  .i210820 .wpcf7-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .i210820 .ezcol-one-half.active {
    position: relative;
  }
  .i210820 .ezcol-one-half.active .wpcf7-form > div {
    opacity: 0;
  }
  .i210820 .ezcol-one-half .success {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 190px 10px 40px;
    text-align: center;
  }
  .i210820 .ezcol-one-half .success img {
    display: inline-block;
    width: 61px;
    margin-bottom: 50px;
  }
  .i210820 .ezcol-one-half .success p {
    color: #1e1a16;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: center;
  }
  .i210820 .ezcol-one-half .success p:last-child {
    margin-bottom: 0;
  }
  .i210820 .ezcol-one-half .success a {
    display: inline-block;
    color: #1e1a16;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }
  .i210820 .ezcol-one-half.active .success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  #contacts-anchor .wpcf7-recaptcha {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .i210820 div.wpcf7-validation-errors {
    display: block !important;
    border: none;
    padding: 10px 0 0;
    text-align: left;
    font-size: 15px;
    color: #CC0404;
  }
  .i210820 div.wpcf7-spam-blocked {
    display: none !important;
  }
  .i210820 span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 15px !important;
    color: #CC0404 !important;
  }
  .i210820 div.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
    text-align: center !important;
    font-size: 15px !important;
    color: #CC0404 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  /*===============webinars===============*/
  .webinars {
    padding-bottom: 100px;
  }
  .webinar {
    margin-bottom: 75px;
    background: #fefefe;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .webinar:last-child {
    margin-bottom: 0;
  }
  .webinar-top {
    padding: 130px 40px 45px;
    position: relative;
  }
  .webinar-top__date {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 15px 60px 15px 40px;
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
  }
  .webinar-top__date::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    background: #ebebeb;
    border-radius: 0 5px 5px 0;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    top: 0;
    right: 20px;
  }
  .webinar-top__date mark {
    position: relative;
    z-index: 1;
    padding: 0;
    background: transparent;
  }
  .webinar-top__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .webinar-top__title img {
    display: inline-block;
    width: 57px;
    margin-right: 25px;
  }
  .webinar-top__title > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #c1221b;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
  }
  .webinar-top__text {
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.57em;
    margin-bottom: 40px;
  }
  .webinar-top-autors {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .webinar-top-autor {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .webinar-top-autor__thumb {
    border-radius: 3px;
    width: 78px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
  }
  .webinar-top-autor__thumb::after {
    display: block;
    content: '';
    padding-top: 100%;
  }
  .webinar-top-autor-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .webinar-top-autor-right p {
    color: #494643;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
  }
  .webinar-top-autor-right p:last-child {
    margin-bottom: 0;
  }
  .webinar-bottom {
    background: rgb(240,240,240);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(248,248,248,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240,240,240,1)),to(rgba(248,248,248,1)));
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f8f8f8',GradientType=0 );
    padding: 35px 40px 50px;
  }
  .webinar-bottom-title__date {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .webinar-bottom-title__date img {
    display: inline-block;
    width: 27px;
    margin-right: 20px;
  }
  .webinar-bottom-title__date p {
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
  }
  .webinar-bottom-title__choose-date {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .webinar-bottom-title__sel-parent {
    width: 340px !important;
    margin-right: 50px;
  }
  .webinar-bottom-title__choose-date .select2, .webinar-registration__item .select2 {
    width: 100% !important; 
  }
  .webinar-bottom-title__choose-date .select2-selection, .webinar-registration__item .select2-selection {
    height: 50px;
    border: 1.6px solid #cbcbca;
    border-radius: 3px;
    background: #fefefe;
  }
  .webinar-bottom-title__choose-date .select2-selection__rendered, .webinar-registration__item .select2-selection__rendered {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    height: 100%;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #130b04 !important;
    font-family: Raleway !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
  }
  .webinar-bottom-title__choose-date .select2-selection__rendered span, .webinar-registration__item .select2-selection__rendered span {
    color: #130b04 !important;
    font-family: Raleway !important;
    font-size: 19px !important;
    font-weight: 500 !important;
  }
  .webinar-bottom-title__choose-date .select2-selection__arrow, .webinar-registration__item .select2-selection__arrow {
    height: 100% !important;
  }
  .webinar-bottom-title__choose-date .select2-selection__arrow b, .webinar-registration__item .select2-selection__arrow b {
    left: -5px !important;
    margin-left: 0 !important;
  }
  .webinar-registration form {
    position: relative;
  }
  .webinar-registration .wpcf7-validation-errors.wpcf7-response-output {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 365px;
    border: none !important;
    padding: 0 0 0 50px !important;
    color: #DC2B19;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    background: url('../img/webinar-bottom-title__alert_img.svg') no-repeat left center / 35px;
  }
  .webinar-registration__item .wpcf7-not-valid-tip {
    display: none !important;
  }
  .webinar-registration .wpcf7-not-valid {
    border-color: red !important;
  }
  .webinar-registration .wpcf7-not-valid + .select2 .select2-selection {
   border-color: red !important;
  }
  .webinar-bottom-title__sel-dropdown .select2-results, .webinar-registration__item .select2-results {
    margin-right: 0;
  }
  .webinar-bottom-title__sel-dropdown .select2-results__option, .webinar-registration__item .select2-results__option {
    margin-right: 0;
    color: #130b04 !important;
    font-family: Raleway !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
  .webinar-bottom-title__sel-dropdown, .webinar-registration__item {
    position: relative;
  }
  .webinar-bottom-title__sel-dropdown .select2-container, .webinar-registration__item .select2-container {
    left: 0 !important;
    top: 100% !important;
  }
  .webinar-bottom-title__sel-dropdown .select2-container--open .select2-dropdown, .webinar-registration__item .select2-container--open .select2-dropdown {
    left: 0;
  }
  .webinar-bottom-title__sel-dropdown .select2-dropdown, .webinar-registration__item .select2-dropdown {
    border: 1.6px solid #c1c1c0;
    border-top: none;
  }
  .webinar-bottom-title__reg {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #cf2825;
    border-radius: 40px;
    padding: 15px 70px;
    border: none;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-decoration: none;
  }
  .webinar-bottom-title__reg img {
    display: inline-block;
    width: 19px;
    margin-right: 20px;
  }
  .webinar-bottom-title__reg span {
    display: inline-block;
    color: white;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
  }
  .webinar-bottom-title__reg:hover {
    background-color: #b31e1b;
  }
  .webinar-bottom-title__alert {
    display: none;
  }
  .webinar-bottom-title__alert.active {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
  }
  .webinar-bottom-title__alert img {
    display: inline-block;
    width: 35px;
    margin-right: 15px;
  }
  .webinar-bottom-title__alert span {
    display: inline-block;
    color: #DC2B19;
    font-family: Raleway;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
  }
  .webinar-registration {
    display: none;
  }
  .webinar-registration {
    padding: 60px 0 10px;
  }
  .webinar-registration__title {
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
  }
  .webinar-registration-row {
    margin-bottom: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .webinar-registration-col {
    max-width: 452px;
    width: 100%;
    margin-right: 25px;
  }
  .webinar-registration__item span {
    width: 100%;
  }
  .webinar-registration__item {
    margin-bottom: 10px;
  }
  .webinar-registration__input {
    width: 100% !important;
    height: 50px !important;
    background: #fefefe !important;
    border: 1.6px solid #c1c1c0 !important;
    border-radius: 4px !important;
    color: #130b04 !important;
    font-family: Raleway !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    padding: 0 0 0 20px !important;
  }
  .webinar-registration-title-date {
    margin-bottom: 30px;
  }
  .webinar-registration-title {
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .webinar-registration-date {
    margin-bottom: 0;
    color: #130b04;
    font-family: Raleway;
    font-weight: 700;
    line-height: 1;
    font-size: 21px;
  }
  .webinar-registration-date span {
    font-size: 19px;
  }
  .webinar-registration.active {
    position: relative;
  }
  .webinar-registration.active .webinar-registration__title, .webinar-registration.active form {
    opacity: 0;
  }
  .webinar-registration-success {
    display: none;
  }
  .webinar-registration.active .webinar-registration-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .webinar-registration-success img {
    display: inline-block;
    width: 106px;
    margin-bottom: 25px;
  }
  .webinar-registration-success__title {
    color: #130b04;
    font-family: Raleway;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .webinar-registration-success__text {
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 45px;
  }
  .webinar-registration-success__close {
    display: inline-block;
    color: #130b04;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }
  .webinar.disabled .webinar-top__title > div {
    color: #130b04;
  }
  .webinar-registration-title br {
    display: none;
  }
  .webinar-registration-success__text br {
    display: none;
  }
  .webinar-registration form br {
    display: none;
  }
  .contact-page-template-default .select2-container {
    width: auto !important;
  }
  .contact-page-template-default .select2-results, .contact-page-template-default .select2-results__option {
    margin-right: 0;
  }
  .webinar.ivrit .webinar-top__title {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .webinar.ivrit .webinar-top__title img {
    margin-right: 0;
    margin-left: 25px;
  }
  .webinar.ivrit .webinar-top__title div {
    direction: rtl;
    font-family: Arial;
  }
  .webinar.ivrit .webinar-top__text {
    text-align: right;
    direction: rtl;
    font-family: Arial;
  }
  .webinar.ivrit .webinar-top-autors {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .webinar.ivrit .webinar-top-autor {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: 30px;
  }
  .webinar.ivrit .webinar-top-autor__thumb {
    margin-right: 0;
    margin-left: 15px;
  }
  .webinar.ivrit .webinar-top-autor-right {
    direction: rtl;
  }
  .webinar.ivrit .webinar-top-autor-right p {
    font-family: Arial;
  }
  .webinar.ivrit .webinar-top__date {
    left: inherit;
    right: 0;
    padding: 15px 40px 15px 60px;
  }
  .webinar.ivrit .webinar-top__date::before {
    border-radius: 5px 0 0 5px;
    left: 20px;
    right: inherit;
  }
  .webinar.ivrit .webinar-bottom-title__date {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  }
  .webinar.ivrit .webinar-bottom-title__date img {
    margin-right: 0;
    margin-left: 20px;
  }
  .webinar.ivrit .webinar-bottom-title__choose-date {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .webinar.ivrit .webinar-bottom-title__sel-parent {
  margin-right: 0;
  margin-left: 50px;
  }
  .webinar.ivrit .webinar-bottom-title__alert.active {
  margin-left: 0;
  margin-right: 50px;
  }
  .webinar.ivrit .webinar-registration-title-date {
  direction: rtl;
  }
  .webinar.ivrit .webinar-registration-title-date + p {
    text-align: right;
  }
  .webinar.ivrit .webinar-registration-title, .webinar.ivrit .webinar-registration-date {
  font-family: Arial;
  }
  .webinar.ivrit .webinar-registration-success__text div {
    direction: rtl;
  }

  @media (max-width: 1024px) {
    /*===============webinars===============*/
    .webinar-top__date {
      font-size: 17px;
      padding: 10px 30px 10px 20px;
    }
    .webinar-top {
      padding: 90px 20px 20px;
    }
    .webinar-top__title > div {
      font-size: 19px;
    }
    .webinar-top__title img {
      width: 50px;
      margin-right: 15px;
    }
    .webinar-top__title {
      margin-bottom: 20px;
    }
    .webinar-top__text {
      font-size: 15px;
      margin-bottom: 20px;
    }
    .webinar-top-autor-right p {
      font-size: 17px;
      margin-bottom: 5px;
    }
    .webinar-top-autor__thumb {
      width: 60px;
    }
    .webinar-bottom {
      padding: 20px 20px 30px;
    }
    .webinar-bottom-title__date img {
      width: 20px;
      margin-right: 10px;
    }
    .webinar-bottom-title__date p {
      font-size: 17px;
    }
    .webinar-bottom-title__choose-date .select2-selection__rendered {
      font-size: 15px !important;
      padding-left: 10px !important;
    }
    .webinar-bottom-title__choose-date .select2-selection {
      height: 40px;
    }
    .webinar-bottom-title__sel-parent {
      width: 250px !important;
      margin-right: 25px;
    }
    .webinar-bottom-title__reg {
      padding: 10px 50px;
    }
    .webinar-bottom-title__reg img {
      width: 15px;
      margin-right: 10px;
    }
    .webinar-bottom-title__reg span {
      font-size: 15px;
    }
    .webinar-bottom-title__choose-date .select2-selection__rendered span {
      font-size: 15px !important;
    }
    .webinar-bottom-title__choose-date {
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .webinar-bottom-title__alert.active {
      margin-left: 25px;
    }
    .webinar-bottom-title__alert img {
      width: 20px;
      margin-right: 10px;
    }
    .webinar-bottom-title__alert span {
      font-size: 15px;
    }
    .webinar-registration-success img {
      width: 75px;
      margin-bottom: 15px;
    }
    .webinar-registration-success__title {
      font-size: 21px;
      margin-bottom: 15px;
    }
    .webinar-registration-success__text {
      font-size: 15px;
      margin-bottom: 25px;
    }
    .webinar-registration-success__close {
      font-size: 15px;
    }
    .webinar-registration {
      padding: 45px 0 10px;
    }
    .webinar-registration__title {
      font-size: 17px;
      margin-bottom: 15px;
    }
    .webinar-registration-row {
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .webinar-registration-col {
      margin-right: 0;
      max-width: inherit;
      width: 48%;
    }
    .webinar-registration__input {
      font-size: 15px !important;
      padding-left: 10px !important;
      height: 40px !important;
    }
    .webinar-registration-title {
      font-size: 15px;
    }
    .webinar-registration-date {
      font-size: 15px;
    }
    .webinar {
      margin-bottom: 25px;
    }
    .webinar-registration__item .select2-selection {
      height: 40px;
    }
    .webinar-registration__item .select2-selection__rendered span {
      font-size: 15px !important;
    }
    .webinar-registration__item .select2-selection__rendered {
      font-size: 15px !important;
      padding-left: 10px !important;
    }
    .webinar.ivrit .webinar-bottom-title__sel-parent {
      margin-left: 25px;
    }
    .webinar.ivrit .webinar-bottom-title__alert.active {
      margin-right: 25px;
    }
    .sap-partner {
      display: inline-block;
      width: 80px;
    }
    .sap-partner img {
      display: inline-block;
      width: 100%;
    }

  }