* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 16px 'Open Sans', sans-serif;
  color: #333333;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}
a {
  color: #0062c2;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 600;
}
b {
  font-weight: 700;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0062c2;
  margin-bottom: 35px;
}
h1.h2-like,
h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
h1.h2-like {
  color: #333333;
  text-transform: none;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
ul {
  list-style: none;
  margin-bottom: 35px;
}
ul:last-child {
  margin-bottom: 0;
}
ul.square li {
  padding-left: 15px;
  text-align: left;
}
ul.square li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #0062c2;
  position: absolute;
  left: 0;
  top: 13px;
}
ul.disk {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
}
ul.disk li {
  padding-left: 10px;
  text-align: center;
}
ul.disk li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 14px;
}
ul li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
}
ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
ol.dec {
  counter-reset: count;
  list-style: none;
  padding: 0;
  position: relative;
}
ol.dec li {
  font-size: 14px;
  line-height: 18px;
  counter-increment: count;
  padding-left: 30px;
  margin-bottom: 5px;
}
ol.dec li:last-child {
  margin-bottom: 0;
}
ol.dec li:before {
  content: counter(count) ".";
  position: absolute;
  left: 0;
  font-weight: 600;
}
ol.dec li.active {
  color: #015cb8;
}
ol li {
  font-size: 18px;
  line-height: 36px;
}
hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #b0afaf;
}
section {
  position: relative;
  padding: 60px 0;
}
section.note {
  padding: 60px 0;
}
section.gray {
  padding: 0;
  margin-bottom: 30px;
}
section.gray .inner {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f0f0f0;
}
section.gradient {
  text-align: center;
  padding: 70px 0 35px;
  margin-bottom: 45px;
  color: #ffffff;
  background: #015cb8;
  background: -moz-linear-gradient(top, #015cb8 0%, #3caeff 30%, #015cb8 100%);
  background: -webkit-linear-gradient(top, #015cb8 0%, #3caeff 30%, #015cb8 100%);
  background: linear-gradient(to bottom, #015cb8 0%, #3caeff 30%, #015cb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015cb8', endColorstr='#015cb8', GradientType=0);
}
section.gradient h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
section.gradient .num {
  font-weight: bold;
  font-size: 24px;
}
section.gradient .num .count {
  font-size: 48px;
}
section.gradient .icon {
  margin-bottom: 18px;
}
section.gradient .icon img {
  width: auto;
}
section.gradient p {
  font-size: 18px;
}
section.scheme {
  padding: 20px 0 60px;
  text-align: center;
}
section.scheme h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
section.scheme img {
  width: auto;
}
form fieldset {
  background: #e8e8e8;
  border: none;
  padding: 20px 22px;
  position: relative;
  margin-bottom: 50px;
}
form legend {
  color: #0062c2;
  margin: 0 0 20px 20px;
}
form label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
form label.checkbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  text-align: left;
  margin: 50px 0 30px;
  cursor: pointer;
}
form label.checkbox input[type="checkbox"] {
  display: none;
}
form label.checkbox input[type="checkbox"]:checked + .icn {
  background: url('images/icon43.png') no-repeat;
}
form label.checkbox input[type="checkbox"] + .icn {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  background: url('images/icon42.png') no-repeat;
  margin: 5px 15px 0 0;
}
form label .star {
  color: #c2167a;
}
form input[type="text"] {
  font: 16px 'Open Sans';
  border: 1px solid #bebdbd;
  background: #ffffff;
  width: 100%;
  padding: 8px 10px;
  outline: none;
  color: #333333;
}
form textarea {
  font: 16px 'Open Sans';
  border: 1px solid #bebdbd;
  background: #ffffff;
  width: 100%;
  resize: none;
  height: 100px;
  padding: 8px 10px;
  outline: none;
  color: #333333;
}
form select {
  font: 16px 'Open Sans';
  border: 1px solid #bebdbd;
  background: #ffffff;
  width: 100%;
  padding: 8px 10px;
  outline: none;
  color: #333333;
  cursor: pointer;
}
form .row .col50,
form .row .col33,
form .row .col100 {
  margin-bottom: 10px;
}
form .row_field {
  margin-bottom: 10px;
}
form .row_field:last-child {
  margin-bottom: 0;
}
form .policy {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
.flexbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.transition {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.container {
  margin: 0 auto;
  max-width: 1320px;
  min-width: 260px;
  padding: 0 20px;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.outer {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.inner {
  padding: 0 75px;
}
.row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 -20px;
}
.row.wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.between {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.row.around {
  justify-content: space-around;
}
.row.center {
  justify-content: center;
}
.row.right {
  justify-content: flex-end;
}
.row.vcenter {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.row.bottom {
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
}
.row .col100 {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin-bottom: 40px;
}
.row .col66 {
  flex-basis: 66.66%;
  -webkit-flex-basis: 66.66%;
  -ms-flex-preferred-size: 66.66%;
  margin-bottom: 40px;
}
.row .col50 {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  margin-bottom: 40px;
}
.row .col33 {
  flex-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  margin-bottom: 40px;
}
.row .col25 {
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  margin-bottom: 40px;
}
.row .col20 {
  flex-basis: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  margin-bottom: 40px;
}
.row .col {
  margin-bottom: 40px;
}
.row .inside {
  margin: 0 20px;
  height: 100%;
}
.columns3 {
  column-count: 3;
}
.columns3 ul {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.floats:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.icn_txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.icn_txt .icn {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  line-height: 0;
}
.icn_txt .icn + .txt {
  margin-left: 10px;
}
.icn_txt .txt + .icn {
  margin-left: 10px;
}
.btns {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 -10px;
}
.btns.center {
  justify-content: center;
}
.btns .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.btn {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  display: block;
  margin: 0 auto;
  font: 14px 'Open Sans';
  font-weight: 700;
  padding: 12px 38px;
  background: #c2167a;
  color: #ffffff;
  border: 1px solid #c2167a;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  background: #ffffff;
  color: #c2167a;
}
.btn:hover.arrow {
  background-image: url('images/icon12.png');
}
.btn.arrow {
  background-image: url('images/icon11.png');
  background-position: right 32px center;
  background-repeat: no-repeat;
  padding-right: 48px;
}
.btn.blue {
  background-color: #0062c2;
  border-color: #0062c2;
  color: #ffffff;
}
.btn.blue:hover {
  background: #ffffff;
  color: #0062c2;
}
.btn.blue:hover.arrow {
  background-image: url('images/icon12-2.png');
  background-position: right 32px center;
  background-repeat: no-repeat;
  padding-right: 48px;
}
.border {
  border: 1px solid #cccccc;
  display: block;
}
.toggle {
  position: relative;
}
.toggle .slide {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
}
.iframe_holder {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.iframe_holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.modal_block {
  display: none;
}
.owl-carousel {
  position: relative;
  padding: 0;
}
.owl-carousel.main_slider .item {
  padding: 120px 0 255px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.owl-carousel.main_slider .item .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #c2167a;
}
.owl-carousel.main_slider .item .btn {
  max-width: 180px;
  display: block;
  margin-top: 15px;
  float: left;
}
.owl-carousel.main_slider .owl-nav button {
  top: 50%;
  margin-top: -10px;
}
.owl-carousel.main_slider .owl-nav button.owl-prev {
  left: 20px;
  background: url('images/arrow-left-blue.svg') no-repeat center center;
  background-size: cover;
}
.owl-carousel.main_slider .owl-nav button.owl-next {
  right: 20px;
  background: url('images/arrow-right-blue.svg') no-repeat center center;
  background-size: cover;
}
.owl-carousel.main_slider .owl-dots {
  top: auto;
  bottom: 30px;
}
.owl-carousel.main_slider .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  background: #0062c2;
  margin-right: 11px;
}
.owl-carousel.main_slider .owl-dots .owl-dot.active {
  background: #c2167a;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.owl-carousel .owl-nav button {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 12px;
  height: 20px;
  outline: none;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: url('images/icon08.png') no-repeat center center;
  background-size: cover;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: url('images/icon09.png') no-repeat center center;
  background-size: cover;
}
.owl-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #bbbbbb;
  border-radius: 50%;
  margin-right: 13px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #c2167a;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.tabs .tab_captions {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: 50px;
}
.tabs .tab_captions li {
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
  margin: 0 14px;
}
.tabs .tab_captions li.active {
  color: #c0167b;
  font-weight: bold;
  text-decoration: none;
}
.tabs .tab_content {
  display: none;
}
.tabs .tab_content.active {
  display: block;
}
.accordion .acc_title {
  display: block;
  background: #7b6aa3;
  text-decoration: none;
  padding: 16px 15px;
  text-align: center;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  /*&:before{
            content: "";
            position: absolute;
            left: 23px;
            top: 50%;
            margin-top: -7px;
            width: 13px;
            height: 13px;
            background: url('images/icon24.png') no-repeat;
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }*/
  /*&.active{
            &:before{
                -webkit-transform: rotate(315deg);
                -ms-transform: rotate(315deg); 
                transform: rotate(315deg);
            }
        }*/
}
.accordion .acc_title:first-child + .acc_content {
  display: block;
}
.accordion .acc_content {
  padding: 20px 0 25px;
  display: none;
}
.accordion .acc_content .img_holder {
  flex-basis: 315px;
  -webkit-flex-basis: 315px;
  -ms-flex-preferred-size: 315px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-right: 15px;
  text-align: center;
}
.accordion .acc_content .img_holder img {
  max-width: 200px;
}
.icons {
  margin-bottom: 25px;
}
.icons .icon {
  text-align: center;
  margin-bottom: 20px;
}
.icons .icon img {
  width: auto;
}
.icons .text {
  font-size: 30px;
  font-weight: bold;
}
.fancybox_content {
  display: none;
  max-width: 960px;
}
.fancybox_content h3 {
  font-size: 28px;
}
.fancybox_content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 22px;
}
.fancybox_content .el {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 30px;
}
.fancybox_content .owl-carousel .owl-nav button.owl-prev {
  background: url(images/icon27_1.png) no-repeat center center;
}
.fancybox_content .owl-carousel .owl-nav button.owl-next {
  background: url(images/icon26_1.png) no-repeat center center;
}
.fancybox_content .item .img_holder {
  margin-right: 40px;
  flex-shrink: 0;
}
.fancybox_content .item .text_holder .head {
  text-transform: uppercase;
  font-weight: 600;
}
#main_menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 0;
  width: 100%;
}
#main_menu li.active a {
  text-decoration: underline;
}
#main_menu li:last-child {
  background: #0292ea;
  margin-left: auto;
}
#main_menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  padding: 22px 20px;
  text-decoration: none;
}
#fixed_right {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: -225px;
  width: 295px;
  background: #0062c2;
  border-radius: 15px 0 0 15px;
  padding: 25px;
  margin-top: -117px;
  -webkit-transition: right 0.8s ease-out 0.1s;
  -moz-transition: right 0.8s ease-out 0.1s;
  -o-transition: right 0.8s ease-out 0.1s;
  transition: right 0.8s ease-out 0.1s;
}
#fixed_right:hover {
  right: 0;
}
#fixed_right ul li {
  font-size: 15px;
  line-height: 46px;
}
#fixed_right ul li a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
#fixed_right ul li a .icn {
  flex-basis: 45px;
  -webkit-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
}
#fixed_right ul li a .icn img {
  width: auto;
  vertical-align: middle;
}
#btn_mobile {
  padding: 18px 24px;
  border-right: 1px solid #c7c7c7;
  margin: auto 0;
}
#btn_mobile a {
  display: block;
  width: 24px;
  cursor: pointer;
}
#btn_mobile a span {
  display: block;
  background: #0062c2;
  height: 3px;
  margin-bottom: 4px;
}
#btn_mobile a span:last-child {
  margin-bottom: 0;
}
#jPanelMenu-menu {
  overflow-y: auto !important;
  margin-top: 80px;
  padding: 10px;
  background: #e5e3df;
}
#jPanelMenu-menu > li {
  padding: 10px 15px;
  background: #0062c2;
  border-bottom: 1px solid #ffffff;
  border-radius: 3px;
  line-height: normal;
}
#jPanelMenu-menu > li:last-child {
  border-bottom: none;
}
#jPanelMenu-menu > li.active a {
  font-weight: 700;
}
#jPanelMenu-menu > li.custom {
  padding: 0;
}
#jPanelMenu-menu > li.custom .btn {
  text-align: left;
  padding: 10px 15px;
}
#jPanelMenu-menu > li.custom .btn:hover {
  color: #c2167a;
}
#jPanelMenu-menu > li.socials {
  background: transparent;
}
#jPanelMenu-menu > li.socials p {
  text-transform: uppercase;
  font-size: 14px;
  color: #0062c2;
  margin: 10px 0;
}
#jPanelMenu-menu > li.socials ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 -5px;
}
#jPanelMenu-menu > li.socials ul li {
  margin: 0 5px;
}
#jPanelMenu-menu > li.socials ul li.facebook a {
  background: url('images/my-social-fb.svg') no-repeat center center;
  background-size: auto 18px;
}
#jPanelMenu-menu > li.socials ul li.linkedin a {
  background: url('images/my-social-linkedin.svg') no-repeat center center;
  background-size: 13px auto;
}
#jPanelMenu-menu > li.socials ul li.youtube a {
  background: url('images/my-social-youtube.svg') no-repeat center center;
  background-size: 18px auto;
}
#jPanelMenu-menu > li.socials ul li.instagram a {
  background: url('images/my-social-instagram.svg') no-repeat center center;
  background-size: 18px auto;
}
#jPanelMenu-menu > li.socials ul li.telegram a {
  background: url('images/my-social-telegram.svg') no-repeat center center;
  background-size: 20px auto;
}
#jPanelMenu-menu > li.socials ul li.vk a {
  background: url('images/my-social-vk.svg') no-repeat center center;
  background-size: 20px auto;
}
#jPanelMenu-menu > li.socials ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #0062c2;
}
#jPanelMenu-menu > li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}
#feedback {
  margin-top: 10px;
  left: auto;
  right: -25px;
  width: 270px;
  background: #ececec;
  padding: 25px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
#feedback #callback .row_field {
  margin-bottom: 8px;
}
#feedback #callback .row_field:last-child {
  margin-bottom: 0;
}
#feedback #callback label {
  text-align: center;
  font-size: 14px;
  margin-bottom: 2px;
  display: block;
}
#feedback #callback input[type="text"] {
  font: 14px 'Open Sans';
  border: 1px solid #cccccc;
  background: #ffffff;
  width: 100%;
  padding: 5px;
  outline: none;
}
#feedback #callback .btn {
  display: block;
  margin: 15px auto 0;
  width: 100%;
  font: 13px 'Open Sans';
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor: pointer;
}
#video_holder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000 url('img/img08.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#video_holder video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#video_holder .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 13, 47, 0.75)), to(rgba(0, 5, 21, 0.75)));
  background: linear-gradient(0deg, rgba(3, 13, 47, 0.75), rgba(0, 5, 21, 0.75));
}
.slide_form {
  display: none;
  padding-top: 15px;
  max-width: 542px;
  margin: 0 auto;
}
.slide_form p {
  margin-bottom: 5px;
}
.slide_form form label.checkbox {
  align-items: center;
}
.slide_form form label.checkbox input[type="checkbox"] + .icn {
  margin-top: 0;
}
.slide_form form .row {
  margin: 0 -12px 10px;
}
.slide_form form .row > * {
  margin: 0 12px;
}
#table_form {
  max-width: 480px;
}
#table_form .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#table_form .note {
  margin-bottom: 15px;
}
#table_form input[type="text"] {
  margin-bottom: 10px;
}
#table_form label {
  font-weight: bold;
}
#table_form .btn {
  margin-top: 20px;
}
#contact_form {
  max-width: 600px;
  margin: 0 auto;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-width: 300px;
}
#header .top {
  background: #ffffff;
  padding: 13px 0;
  border-bottom: 1px solid #c7c7c7;
}
#header .top .logo {
  margin: auto auto auto 25px;
}
#header .top .logo img {
  max-width: 240px;
}
#header .top .feedback {
  margin: 0 20px 0 auto;
  text-align: right;
}
#header .top .feedback .phone {
  font-size: 18px;
  margin-bottom: 5px;
}
#header .top .feedback .phone a {
  text-decoration: none;
  color: #333333;
}
#header .top .feedback .callback {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  color: #0062c2;
  text-transform: none;
  padding: 0;
  background: transparent;
  text-decoration: none;
}
#header .top .btn_wrap .btn {
  margin: 0 20px;
  max-width: 220px;
}
#header .top .row {
  margin: 0;
}
#header .top .col {
  margin: 0 25px 0 20px;
  padding-top: 2px;
  text-align: right;
}
#header .top .col .slogan {
  margin-bottom: 5px;
}
#header .top .col .slogan img {
  max-width: 190px;
}
#header .top .col .country a {
  text-decoration: none;
  font-size: 13px;
  color: #003366;
}
#header .top .col .country a:hover {
  color: #7f99b2;
}
#header .top .col .country a:hover span {
  text-decoration: underline;
}
#header .top .col .country a img {
  vertical-align: middle;
  width: auto;
}
#header .top .search_btn {
  padding: 15px 24px;
  border-left: 1px solid #c7c7c7;
  margin: auto 0;
}
#header .top .search_btn a {
  display: block;
  text-decoration: none;
}
#header .top .search_btn a img {
  width: 24px;
}
#header .top .search_btn a span {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 18px;
}
#header .top .search_form {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  max-width: 360px;
  padding: 13px 25px;
  background: #ffffff;
}
#header .top .search_form input {
  outline: none;
  padding: 5px 10px;
  font: 14px 'Open Sans', sans-serif;
  width: auto;
  vertical-align: top;
}
#header .top .search_form button {
  padding: 4px 5px;
  font: 14px 'Open Sans', sans-serif;
}
#header .nav {
  background: #0062c2;
  display: none;
}
#main {
  padding-top: 80px;
}
#main .banner {
  padding: 65px 0 40px;
  margin-bottom: 0;
  background-image: url("img/main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#main .banner .scroll_to {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 30px;
  height: 15px;
  margin-left: -15px;
  background: url('images/scroll_to.png') no-repeat center center;
}
#main .banner .form {
  background: #7b6aa3;
  color: #ffffff;
  border-radius: 5px;
  max-width: 290px;
  margin: 0 20px;
  padding: 30px 25px 40px;
  text-align: center;
}
#main .banner .form .title {
  font-weight: 600;
  margin-bottom: 16px;
}
#main .banner .form form label {
  font-size: 15px;
}
#main .banner .form form input[type="text"] {
  border-color: #ffffff;
  color: #ffffff;
  background: #7b6aa3;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#main .banner .form form .btn {
  border-color: #ffffff;
  background: #ffffff;
  color: #7b6aa3;
  width: 100%;
  margin-top: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
#main .registration_form {
  background: #f0f0f0;
  padding: 50px 0 80px;
  margin-bottom: 0;
  text-align: center;
}
#main .registration_form h2 {
  font-size: 30px;
  font-weight: normal;
}
#main .registration_form .star {
  color: #c2167a;
}
#footer {
  padding: 40px 0 30px;
  background: #3c3c3b;
  color: #ffffff;
  text-align: center;
}
#footer .copyright {
  margin-bottom: 25px;
}
#footer .socials {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin: 0 -12px;
}
#footer .socials a {
  margin: 0 12px;
}
#section1 {
  padding: 40px 0;
}
#section2 {
  background: #ecebe9;
  padding: 70px 0 30px;
}
#section2 .item {
  display: block;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
#section2 .item:hover .img_holder {
  position: relative;
}
#section2 .item:hover .img_holder:before {
  opacity: 1;
}
#section2 .item:hover .text_holder h4 {
  text-decoration: underline;
}
#section2 .item .img_holder {
  position: relative;
}
#section2 .item .img_holder:before {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(130, 111, 176, 0.9) url('images/arrow-right.svg') no-repeat center center;
  background-size: 50px auto;
}
#section2 .item .text_holder {
  padding: 30px 20px;
}
#section2 .item .text_holder h4 {
  color: #0062c2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .owl-carousel.main_slider .owl-nav button {
    top: auto;
    bottom: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  #btn_mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
  #header .top .logo {
    margin-left: 20px;
  }
  #header .top .col {
    margin-left: 20px;
    margin-right: 20px;
  }
  #header .top .col .slogan img {
    max-width: 160px;
  }
  #header .top .search_btn {
    padding-right: 20px;
    padding-left: 20px;
  }
  #header .top .search_form {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .btns .btn.arrow {
    background-position: right 20px center;
    padding-left: 20px;
    padding-right: 37px;
  }
  #jPanelMenu-menu {
    margin-top: 136px;
  }
  #feedback {
    right: 0;
  }
  #header .top .row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #header .top .btn_wrap {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    order: 3;
    margin-top: 10px;
  }
  #header .top .btn_wrap .btn {
    margin: 0 20px;
  }
  #header .top .search_btn {
    margin-left: 20px;
  }
  #header .top .feedback {
    order: 4;
    margin-right: 20px;
    margin-top: 10px;
  }
  #header .top .feedback .phone {
    margin-bottom: 0;
  }
  #main {
    padding-top: 136px;
  }
  #main .banner h1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  form p {
    font-size: 15px;
  }
  form fieldset {
    padding: 18px 15px;
    margin-bottom: 30px;
  }
  form label.checkbox {
    margin-bottom: 20px;
  }
  form .policy {
    font-size: 15px;
    line-height: 24px;
  }
  section {
    padding: 40px 0;
  }
  .btn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .owl-carousel.main_slider .item {
    padding: 80px 0 170px;
  }
  .owl-carousel.main_slider .item .title {
    font-size: 20px;
    line-height: 36px;
  }
  .slide_form form label.checkbox {
    margin-bottom: 10px;
  }
  .slide_form form input {
    width: auto;
  }
  #main .row:not(.wrap) {
    flex-direction: column;
  }
  #main .registration_form {
    padding: 30px 0;
  }
  #main .registration_form h2 {
    font-size: 22px;
  }
  #section1 .btns {
    flex-direction: column;
  }
  #section1 .btns .btn {
    margin-bottom: 15px;
  }
  #section1 .btns .btn:last-child {
    margin-bottom: 0;
  }
  #section2 .row .col33 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 26px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 222px;
  }
  h4 {
    font-size: 16px;
  }
  #header .top .col {
    display: none;
  }
  #section2 .row .col33 {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media screen and (max-width: 560px) {
  .accordion .acc_title {
    padding-left: 30px;
    text-align: left;
  }
  .accordion .acc_title:before {
    left: 10px;
  }
  .accordion .acc_content .flexbox {
    flex-direction: column;
  }
  .accordion .acc_content .img_holder {
    margin: 0 0 15px;
  }
  .accordion .acc_content .img_holder img {
    max-width: 150px;
  }
  #jPanelMenu-menu {
    margin-top: 144px;
  }
  #jPanelMenu-menu > li {
    padding: 8px 15px;
  }
  #header .top .logo {
    flex-basis: 50%;
  }
  #header .top .btn_wrap {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  #header .top .btn_wrap .btn {
    margin-right: 0;
  }
  #header .top .search_btn {
    order: 3;
    margin-top: 10px;
  }
  #main {
    padding-top: 144px;
  }
  #footer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 436px) {
  #header .top .search_btn a span {
    margin-left: 5px;
  }
  #header .top .search_btn {
    padding-right: 0;
    padding-left: 10px;
  }
  #header .top .search_btn {
    margin-left: 10px;
  }
  #header .top .btn_wrap .btn {
    margin: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  #jPanelMenu-menu {
    margin-top: 194px;
  }
  #fixed_left {
    margin-top: -100px;
  }
  #header .top .logo {
    flex-basis: auto;
  }
  #header .top .logo img {
    max-width: 195px;
  }
  #main {
    padding-top: 194px;
  }
}
@media screen and (max-width: 380px) {
  #header .top .search_btn a span {
    margin-left: 4px;
  }
  #header .top .search_btn {
    padding-right: 0;
    padding-left: 4px;
  }
  #header .top .search_btn {
    margin-left: 4px;
  }
  #header .top .btn_wrap .btn {
    margin: 0 4px;
  }
}
#jPanelMenu-menu > li:not(.socials) {
  padding: 0;
}
ul#jPanelMenu-menu > li:not(.socials) span,
ul#jPanelMenu-menu > li:not(.socials) a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 12px 15px;
}
ul#jPanelMenu-menu > li:not(.socials):hover {
  background: #1da1f2;
}
/*# sourceMappingURL=style.css.map */