@font-face {
  font-family: "Druk_Wide_Cy";
  src: url("../fonts/0b5ecd0afcf95185925504cdca01f5e3.eot");
  /* IE9*/
  src: url("../fonts/0b5ecd0afcf95185925504cdca01f5e3.eot?#iefix") format("embedded-opentype"), url("../fonts/0b5ecd0afcf95185925504cdca01f5e3.woff2") format("woff2"), url("../fonts/0b5ecd0afcf95185925504cdca01f5e3.woff") format("woff"), url("../fonts/0b5ecd0afcf95185925504cdca01f5e3.ttf") format("truetype"), url("../fonts/0b5ecd0afcf95185925504cdca01f5e3.svg#Druk Wide Cy Web Bold Regular") format("svg");
  /* iOS 4.1- */
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

div:focus {
  border: none;
  outline: none;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

body.hide {
  height: 100%;
  overflow: hidden;
}

html.hide {
  height: 100%;
  overflow: hidden;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 40px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0px;
    max-width: 1152px;
  }
}

.header {
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
  background-color: #f8c800;
}

.header .container {
  padding: 0px 10px;
}

.header_content_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header_content_desktop {
  display: none;
}

@media (min-width: 768px) {
  .header .container {
    padding: 0px 40px;
  }
}

@media (min-width: 1200px) {
  .header {
    top: 0px;
  }
  .header .container {
    padding: 0px;
  }
  .header_content {
    background: #000000;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_content_mobile {
    display: none;
  }
  .header_content_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 24px;
  }
  .header_content_desktop_logo {
    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;
    width: 144px;
  }
  .header_content_desktop_logo .hover {
    display: none;
    width: 72px;
  }
  .header_content_desktop_logo .default {
    display: block;
  }
  .header_content_desktop_logo:hover .hover {
    display: block;
  }
  .header_content_desktop_logo:hover .default {
    display: none;
  }
  .header_content_desktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_content_desktop ul li p {
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12em;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
  }
  .header_content_desktop ul li p:hover {
    color: #616060;
  }
  .header_content_desktop ul li .menu_mail {
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12em;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
  }
  .header_content_desktop ul li .menu_mail:hover {
    color: #616060;
  }
  .header_content_desktop ul li a {
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12em;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
  }
  .header_content_desktop ul li a:hover {
    color: #616060;
  }
  .header_content_desktop ul li:nth-child(2) {
    margin-left: 54px;
  }
  .header_content_desktop ul li:last-child {
    margin-left: 78px;
  }
  .header_content_desktop_tel {
    font-family: "Druk_Wide_Cy";
    font-weight: 400;
    font-size: 36px;
    line-height: 80px;
    letter-spacing: -0.01em;
    color: #F8C800;
  }
}
.header_content_mobile_tel {
    font-family: "Druk_Wide_Cy";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
	padding-left: 20px;
  }

.main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8C800;
  padding-bottom: 40px;
}

.main .container {
  height: 100%;
  padding: 0px;
  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;
}

.main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_block_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 60px;
  position: relative;
}

.main_block_right video {
  width: 100%;
}

.main_block_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
}

.main_block_left h1 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.main_block_left h2 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #000000;
	margin-top: 20px;
}

.main_cards_cost {
	padding: 0 10px;
}

.main_logo {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
}

.main_logo h2 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  text-transform: uppercase;
}

.main_logo_list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.main_logo_list_item {
  width: 50%;
  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;
}
.main_logo_list_item img {
	max-width: 217px;
}

.main_logo_list_item:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.main_logo_list_item:first-child img {
  width: 152px;
}

.main_logo_list_item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.main_logo_list_item:nth-child(2) img {
  width: 64px;
}

.main_logo_list_item:nth-child(3) {
  margin-top: 18px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.main_logo_list_item:nth-child(3) img {
  width: 74px;
}

.main_logo_list_item:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.main_logo_list_item:nth-child(4) img {
  width: 64px;
}

.main_logo_list_item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.main_logo_list_item:nth-child(5) img {
  width: 100px;
}

.main_logo_list_item:last-child {
  margin-top: 20px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.main_logo_list_item:last-child img {
  width: 78px;
}

@media (min-width: 768px) {
  .main_block_left {
    padding: 0px 40px;
  }
  .main_block_left h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .main_block_left h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .main_logo {
    padding: 0px 40px;
  }
  .main_logo h2 {
    font-size: 28px;
  }
  .main_logo_list_item {
    width: calc(100%/3);
    margin-bottom: 15px;
  }
  .main_logo_list_item:nth-child(3) {
    margin-top: 0px;
  }
  .main_logo_list_item:last-child {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .main {
    padding-top: 136px;
    height: 100%;
    padding-bottom: 46px;
  }
  .main_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main_block_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
	padding-right:15px;
  }
  .main_block_left h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .main_block_left h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .main_block_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 614px;
    margin-top: 0px;
  }
  .main_block_right a .poster {
    display: block;
  }
  .main_block_right a .video {
    display: none;
  }
  .main_block_right:hover .main_block_right_player .default {
    display: none;
  }
  .main_block_right:hover .main_block_right_player .hover {
    display: block;
  }
  .main_block_right:hover a .poster {
    display: none;
  }
  .main_block_right:hover a .video {
    display: block;
  }
  .main_logo {
    padding: 0px;
    margin-top: 100px;
  }
  .main_logo h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .main_logo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }
  .main_logo_list_item {
    width: auto;
    margin-bottom: 0px;
  }
  .main_logo_list_item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_logo_list_item:first-child img {
    width: 217px;
  }
  .main_logo_list_item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_logo_list_item:nth-child(2) img {
    width: 102px;
  }
  .main_logo_list_item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .main_logo_list_item:nth-child(3) img {
    width: 107px;
  }
  .main_logo_list_item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .main_logo_list_item:nth-child(4) img {
    width: 92px;
  }
  .main_logo_list_item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .main_logo_list_item:nth-child(5) img {
    width: 172px;
  }
  .main_logo_list_item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .main_logo_list_item:nth-child(6) img {
    width: 133px;
  }
}

.cards_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards_block_item {
  margin-top: 56px;
  cursor: pointer;
}

.cards_block_item:first-child {
  margin-top: 34px;
}

.cards_block_item_img {
  position: relative;
}

.cards_block_item_img img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards_block_item_img .poster {
  display: block;
}

.cards_block_item_img .hover {
  display: none !important;
}

.cards_block_item_img_player {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cards_block_item_img_player img {
  width: auto;
  height: auto !important;
}

.cards_block_item_img_player .default {
  display: block;
}

.cards_block_item_img_player .onhover {
  display: none;
}

.cards_block_item_title {
  position: relative;
}

.cards_block_item_title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 15px;
  background-color: #000000;
}

.cards_block_item_title h4 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  margin-top: 5px;
}

.cards_block_item_title_hover {
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: 0;
  overflow: hidden;
}

.cards_block_item_title_hover span {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #F8C800;
}

.cards_block_item p {
  font-family: 'Nekst';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
}

.cards_block_item:hover .cards_block_item_img .poster {
  display: none;
}

.cards_block_item:hover .cards_block_item_img .hover {
  display: block !important;
}

.cards_block_item:hover .cards_block_item_title_hover {
  height: 50px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.cards_block_item:hover .cards_block_item_img_player .default {
  display: none;
}

.cards_block_item:hover .cards_block_item_img_player .onhover {
  display: block;
}

.cards_cost {
  position: relative;
}

.cards_cost_mobile {
  position: relative;
  margin-top: 38px;
}

.cards_cost_mobile_top {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cards_cost_mobile_top p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background-color: #F8C800;
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_cards_cost .cards_cost_mobile_top p {
	background-color: #ffffff;
}



.cards_cost_mobile_top p img {
  width: 23px;
  margin-left: 5px;
}

.cards_cost_mobile_bottom {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  height: 0;
  overflow: hidden;
}

.cards_cost_mobile_bottom p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background-color: #000000;
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #F8C800;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards_cost_mobile_bottom p img {
  width: 23px;
  margin-left: 5px;
}

.cards_cost_mobile:hover .cards_cost_mobile_bottom {
  height: 105px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.cards_cost_desktop {
  display: none;
}

@media (min-width: 768px) {
  .cards_block_item_img img {
    height: 380px;
  }
  .cards_block_item_title h4 {
    font-size: 30px;
  }
  .cards_block_item_title_hover span {
    font-size: 30px;
  }
  .cards_block_item p {
    font-size: 20px;
  }
  .cards_cost {
    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;
  }
  .cards_cost_mobile {
    display: none;
  }
	.main_cards_cost .cards_cost {
	justify-content: flex-start;
	}
  .cards_cost_desktop {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 672px;
    margin-top: 30px;
  }
  .cards_cost_desktop_top {
    cursor: pointer;
    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;
    background-color: #F8C800;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 10px;
    height: 35px;
    width: 672px;
  }
  .main_cards_cost .cards_cost_desktop {
	width:auto;
  }
  .main_cards_cost .cards_cost_desktop_top {
  padding: 0 15px;
  width:auto;
  background-color: #ffffff;
  }
  .cards_cost_desktop_top p {
    font-family: "Druk_Wide_Cy";
    font-weight: 400;
    font-size: 23px;
    line-height: 25px;
    color: #000000;
	padding-right: 15px;
  }
  .cards_cost_desktop_top img {
    width: 20px;
    margin-left: 10px;
  }
  .cards_cost_desktop_bottom {
    cursor: pointer;
    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;
    background-color: #000000;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 10px;
    height: 35px;
    width: 672px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    height: 0;
    overflow: hidden;
  }
  .main_cards_cost .cards_cost_desktop_bottom {
  padding: 0 15px;
  width:auto;
  }
  .cards_cost_desktop_bottom p {
    font-family: "Druk_Wide_Cy";
    font-weight: 400;
    font-size: 23px;
    line-height: 25px;
    color: #F8C800;
	padding-right: 15px;
  }
  .cards_cost_desktop_bottom img {
    width: 20px;
    margin-left: 10px;
  }
  .cards_cost_desktop:hover .cards_cost_desktop_bottom {
    height: 35px;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}

@media (min-width: 1200px) {
  .cards_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cards_block_item {
    width: calc(100%/3 - 4px);
    margin-top: 0px;
  }
  .cards_block_item_title h4 {
    font-size: 34px;
    margin-top: 7px;
  }
  .cards_block_item_title_hover span {
    font-size: 34px;
  }
  .cards_block_item p {
    font-size: 22px;
    line-height: 26px;
  }
  .cards_block_item_img img {
    height: 214px;
  }
  .cards_block_item:first-child {
    margin-top: 52px;
  }
  .cards_block_item:nth-child(2) {
    margin-top: 52px;
  }
  .cards_block_item:nth-child(3) {
    margin-top: 52px;
  }
  .cards_block_item:nth-child(4) {
    margin-top: 78px;
  }
  .cards_block_item:nth-child(5) {
    margin-top: 78px;
  }
  .cards_block_item:nth-child(6) {
    margin-top: 78px;
  }
  .cards_cost_desktop {
    width: 1000px;
    margin-top: 80px;
  }
  .cards_cost_desktop_top {
    width: 100%;
    height: 68px;
    padding: 0px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-cards_cost .cards_cost_desktop_top {
  padding: 0;
  width: auto;
  }
  .cards_cost_desktop_top p {
    font-size: 34px;
    line-height: 36px;
  }
  .cards_cost_desktop_top img {
    width: auto;
    margin-left: 0px;
  }
  .cards_cost_desktop_bottom {
    width: 100%;
    height: 0;
    padding: 0px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cards_cost_desktop_bottom p {
    font-size: 34px;
    line-height: 36px;
  }
  .cards_cost_desktop_bottom img {
    width: auto;
    margin-left: 0px;
  }
  .cards_cost_desktop:hover .cards_cost_desktop_bottom {
    height: 68px;
  }
}

.marquiz__container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -15;
}

.dive {
  background-color: #F8C800;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px 75px 0px;
}

.dive_block_title h2 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.dive_block_list {
	padding-left: 10px;
}
.dive_block_list_item {
  position: relative;
  margin-top: 50px;
}

.dive_block_list_item::after {
  content: "";
  width: 0%;
  position: absolute;
  left: 0px;
  bottom: -26px;
  height: 17px;
  background-color: #000000;
}

.dive_block_list_item h4 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  text-transform: uppercase;
}

.dive_block_list_item::after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .dive_block_list_item:nth-child(2)::after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dive_block_list_item:nth-child(3)::after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dive_block_list_item:last-child::after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */

.dive_block_list_item.active::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .dive_block_list.active .dive_block_list_item:nth-child(2)::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dive_block_list.active .dive_block_list_item:nth-child(3)::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dive_block_list.active .dive_block_list_item:nth-child(4)::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */

.dive_block_button {
  display: none;
}

@media (min-width: 1200px) {
  .dive {
    margin-top: 77px;
    padding: 50px 0px 53px 0px;
  }
  .dive_block_title h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .dive_block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		padding-left: 0;
  }
  .dive_block_list_item {
    width: calc(50% - 100px);
    margin-top: 80px;
    display: flex;
    align-items: flex-end;
  }
  .dive_block_list_item:first-child {
    height: 144px;
  }
  .dive_block_list_item:nth-child(2) {
    height: 144px;
  }
  .dive_block_list_item h4 {
    font-size: 34px;
    line-height: 36px;
  }
  .dive_block_list_item::after {
    height: 21px;
    bottom: -40px;
  }
  .dive_block_button {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 118px;
    width: 582px;
    cursor: pointer;
  }
  .dive_block_button_top {
    position: relative;
    width: 100%;
    height: 67px;
    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;
    background: #FFFFFF;
  }
  .dive_block_button_top p {
    font-family: "Druk_Wide_Cy";
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    color: #000000;
  }
  .dive_block_button_top img {
    margin-left: 20px;
  }
  .dive_block_button_bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 67px;
    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;
    background-color: #000;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    height: 0;
    overflow: hidden;
  }
  .dive_block_button_bottom p {
    font-family: "Druk_Wide_Cy";
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    color: #F8C800;
  }
  .dive_block_button_bottom img {
    margin-left: 20px;
  }
  .dive_block_button:hover .dive_block_button_bottom {
    height: 67px;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}

.form_window {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
}

.form_window .container {
  padding: 0px 10px;
}

.form_window_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  background-color: #000;
}

.form_window_block h2 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #F8C800;
  text-align: center;
}

.form_window_block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.form_window_block form input {
  width: calc(50% - 4px);
  background: #FFFFFF;
  height: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 7px;
  font-family: 'Nekst';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: black;
}

.form_window_block form button {
  margin: 0 auto;
  width: 184px;
  height: 31px;
  font-family: 'Nekst';
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  background: #F8C800;
  line-height: 31px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .form_window .container {
    padding: 0px 40px;
  }
  .form_window_block form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .form_window_block form input {
    width: calc(100%/3 - 8px);
    height: 31px;
    line-height: 31px;
  }
  .form_window_block form button {
    width: calc(100%/3 - 8px);
    margin: 0px;
  }
}

@media (min-width: 1200px) {
  .form_window .container {
    padding: 0px;
  }
  .form_window_block {
    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;
    padding: 20px 32px 20px 20px;
  }
  .form_window_block h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .form_window_block form {
    margin-top: 0px;
  }
  .form_window_block form input {
    height: 40px;
    width: 202px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 10px;
  }
  .form_window_block form button {
    width: 222px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
}

.b24-form {
  margin-top: 10px;
}

.b24-form-field-agreement {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
}

.b24-form-content {
  padding: 0px;
}

.b24-form-content form div {
  width: 100%;
}

.b24-form-wrapper {
  background-color: transparent !important;
  min-height: auto !important;
}

.b24-form-wrapper.b24-form-border-bottom {
  border: none;
  border-bottom: 0px !important;
}

.b24-form-content form input {
  height: 27px !important;
  background: #FFFFFF !important;
  border: none !important;
  padding: 0px 7px !important;
  border-radius: 0px !important;
  font-family: 'Nekst' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 27px !important;
  color: black !important;
}

.b24-form-content form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.b24-form-field {
  width: calc(50% - 4px) !important;
}

.b24-form-control-label {
  font-family: 'Nekst' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 27px !important;
  color: #616060 !important;
}

.b24-form-control-select-label, .b24-form-control:focus + .b24-form-control-label, .b24-form-control-not-empty + .b24-form-control-label {
  display: none;
}

.b24-form-field,
.b24-form-control-container {
  margin-bottom: 0px !important;
}

.b24-form-btn {
  padding: 0px !important;
  min-height: auto !important;
  border-radius: 0px !important;
  margin-top: 8px !important;
}

.b24-form-btn-block {
  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;
}

.b24-form-header-padding,
.b24-form-padding-side {
  padding: 0px !important;
}

.b24-form-field-agreement {
  display: none !important;
}

.b24-window {
  display: none !important;
}

.b24-form-success-icon {
  display: none !important;
}

.b24-form-state-container {
  background-color: transparent;
}

.b24-form-loader {
  display: none !important;
}

.b24-form-success .b24-form-state-text {
  margin: 0px !important;
}

.b24-form-state-container .b24-form-success {
  background-color: black !important;
  width: 206px;
  top: 32px !important;
  bottom: auto !important;
  height: 50px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b24-form-success .b24-form-state-text p {
  color: white;
  font-family: 'Nekst';
}

.b24-from-state-on .b24-form-state-container {
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .b24-form {
    margin-top: 15px;
  }
  .b24-form-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b24-form-content form div {
    width: auto !important;
  }
  .b24-form-state-text {
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .b24-form-btn-block {
    padding: 0px !important;
  }
  .b24-form-content form div.b24-form-btn-container {
    width: 200px !important;
    margin: 0px !important;
  }
  .form_window_block form button {
    width: 100%;
    margin: 0px !important;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
  }
  .b24-form-field {
    margin-right: 10px;
  }
  .b24-form-content form input {
    font-size: 18px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .b24-form-control-label {
    font-size: 18px !important;
  }
  .b24-form-state-container .b24-form-success {
    top: -5px !important;
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    left: auto !important;
    right: -5px !important;
  }
  .b24-form-success .b24-form-state-text p {
    font-size: 15px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1200px) {
  .b24-form {
    margin-top: 0px;
  }
}

.dropdown_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: black;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 0 10% 72% 9%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropdown_menu_close {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}

.dropdown_menu_close img {
  width: 26px;
}

.dropdown_menu_row {
  margin-top: 60px;
}

.dropdown_menu_row ul {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dropdown_menu_row ul li {
  margin-top: 40px;
  cursor: pointer;
}

.dropdown_menu_row ul li p {
  font-family: 'Nekst';
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.dropdown_menu_row ul li .menu_mail {
  font-family: 'Nekst';
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
  text-transform: uppercase;
}

.dropdown_menu.active {
  display: block;
}

.footer {
  background-color: #000000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 0px 220px 0px;
}

.footer_block_left_mail {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer_block_left_tel {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer_block_left_tel:hover {
  color: #FFFFFF;
}

.footer_block_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.footer_block_right_link {
  margin-right: 26px;
}

.footer_block_right_link .default {
  display: block;
}

.footer_block_right_link .hover {
  display: none;
}

.footer_block_right_link:hover .default {
  display: none;
}

.footer_block_right_link:hover .hover {
  display: block;
}

@media (min-width: 1200px) {
  .footer {
    padding: 50px 0px 170px 0px;
  }
  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	justify-content: space-between;		
  }
  .footer_block_left_tel {
  font-size: 19px;
  line-height: 40px;
    color: #F8C800;
  }
  .footer_block_left_mail {
    font-size: 19px;
    line-height: 40px;
    color: #F8C800;
  }
  .footer_block_left_mail:hover {
    color: #FFFFFF;
  }
  .footer_block_right {
    margin-top: 10px;
    margin-left: 120px;
  }
  .footer_block_right_link {
    margin-right: 67px;
  }
}

.modal_back {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: .94;
  display: none;
  z-index: 3;
  cursor: pointer;
}

.modal_back.active {
  display: block;
}

.modal_window {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 4; 
  box-sizing: border-box;
	height: 0;
  max-width: 900px;
  display: none;
  align-items: center;
}

.modal_window.active {
  display: flex;
}

.modal_window_container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.modal_window iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.modal_window_close {
  position: absolute;
  right: 0px;
  top: -25px;
  cursor: pointer;
}

.modal_window_close img {
  width: 15px;
}

.brief {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 4; 
  box-sizing: border-box;
  display: none;
  background: #000000;
}

.brief.active {
  display: block;
}

.brief_close {
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

.brief_close img {
  width: 40px;
}

.brief_content {
  box-sizing: border-box;
  padding: 60px 10px 20px 10px;
}

.brief_content h2 {
  font-family: "Druk_Wide_Cy";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #F8C800;
  text-align: center;
}

.brief_content_form form {
  position: relative;
  margin-top: 10px;
}

.form_file {
  position: absolute;
  bottom: 0px;
  left: calc(50% + 56px);
  width: 100px;
  transform: translateX(-50%);
  cursor: pointer;
}

.form_file .file-441 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.form_file .file-441 input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
}

.form_file_btn {
  cursor: pointer;
  background: #000000;
  border: 2px solid #F8C800;
  box-sizing: border-box;
  border-radius: 13px;
  font-family: 'Nekst';
  font-weight: 400;
  height: 27px;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #F8C800;
  box-sizing: border-box;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.brief_content_form_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brief_content_form form span {
  width: calc(50% - 5px);
  position: relative;
}

.brief_content_form form span input {
  width: 100%;
  height: 27px;
  font-family: 'Nekst';
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: black;
  padding: 0px 7px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 10px;
}

.text-616 input {
  cursor: default;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-submit {
  display: block;
  margin: 0 auto;
  height: 27px;
  line-height: 27px;
  box-sizing: border-box;
  padding: 0px 10px;
  background: #F8C800;
  font-family: 'Nekst';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #000000;
  margin-top: 20px;
  cursor: pointer;
}

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

.brief_content_form form span input.wpcf7-not-valid {
  border: 1px solid red;
}

.wpcf7-response-output {
  margin: 10px 0px 0px 0px !important;
  padding: 0px !important;
  border: none !important;
  background-color: #000;
  width: 100%;
}

.wpcf7-response-output {
  color: white;
  font-family: 'Nekst';
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}


@media (min-width: 768px) {
  .brief {
    width: 748px;
  }
  .brief_content {
    padding: 90px 118px 60px 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .brief_close {
    top: 16px;
    left: 19px;
  }
  .brief_close img {
    width: auto;
  }
  .brief_content h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .brief_content_form {
    width: 420px;
  }
  .brief_content_form form span input {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 29px;
  }
  .form_file {
    width: 135px;
    bottom: 29px;
  }
  .form_file_btn {
    height: 40px;
    padding: 0px 20px;
    font-size: 18px;
  }
  .wpcf7-submit {
    height: 40px;
    width: 148px;
    font-size: 17px;
  }
  .brief_content_form form span {
    width: calc(50% - 8px);
  }
  .brief_content_form form {
    margin-top: 65px;
  }
  .form_file {
    bottom: 29px;
    left: calc(50% + 74px);
  }

  .wpcf7-response-output {
    font-size: 18px;
    margin: 20px 0px 0px 0px !important;
  }
}

@media (max-width: 576px) {
	.main_logo_list {
		gap: 1em;
	}
	.main_logo_list_item {
	width:auto;
	}
	.main_logo_list_item img {
		max-width:90px;
	}
}