@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=cyrillic');
@import url('bootstrap.css');

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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {box-sizing:border-box;}






html {font-size:10px; font-family: 'Ubuntu', sans-serif;}

body {font-size:1.6rem;}
a {
  color: #000;
  outline: none;
}
button,
button:active,
button:focus {
  outline: none;
}
.header {max-width:1280px; padding:2rem 60px; margin:0 auto; display:flex; justify-content:space-between; letter-spacing:0.5px;}
.header .logo {width:450px;}
.header .logo .a1 {width:11.6rem; height:11.6rem; background:url(../img/logo1.svg) no-repeat center center; display:inline-block; text-decoration:none; margin-right: 3.5rem;


/*				-webkit-animation-duration: 1200ms;
				-webkit-animation-iteration-count: infinite;
				-webkit-animation-timing-function: linear;
				-moz-animation-duration: 2200ms;
				-moz-animation-iteration-count: infinite;
				-moz-animation-timing-function: linear;
				-ms-animation-duration: 2200ms;
				-ms-animation-iteration-count: infinite;
				-ms-animation-timing-function: linear;
        */
        animation-duration: 2200ms;
        transition: all 2.2s linear 1.2s;

      }

      .header .logo .a1_eng {width:11.6rem; height:11.6rem; background:url(../img/logo2_eng.svg) no-repeat center center; display:inline-block; text-decoration:none; margin-right:2.4rem;
        /*        -webkit-animation-duration: 1200ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-duration: 2200ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-duration: 2200ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        */
        animation-duration: 2200ms;
        transition: all 2.2s linear 1.2s;

      }
      .header .logo .a1:hover, .header .logo .a1_eng:hover {
       -webkit-animation-name: spin;
       -moz-animation-name: spin;
       -ms-animation-name: spin;
       animation-name: spin;
     }
     @-ms-keyframes spin {
      from { -ms-transform: rotate(0deg); }
      to { -ms-transform: rotate(360deg); }
    }
    @-moz-keyframes spin {
      from { -moz-transform: rotate(0deg); }
      to { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
      from { -webkit-transform: rotate(0deg); }
      to { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
      from {
       transform:rotate(0deg);
     }
     to {
       transform:rotate(360deg);
     }
   }

   .header .logo .a2 {width:17.2rem; height:11.6rem; background:url(../img/logo2.svg) no-repeat center center; display:inline-block; text-decoration:none; cursor:pointer;}
   .header .logo .a2_eng {width: 17.2rem;height: 11.4rem; background:url(../img/logo_eng.svg) no-repeat center center; background-size: 88%; display:inline-block; text-decoration:none; cursor:pointer;}

   .h_right {font-weight:bold;}
   .hr_top {padding:1.4rem 0 0.5rem 0; margin-right:-13px;}
   .hr_top .dd {display:flex; align-items:center; justify-content:flex-end}
   .hr_top .dd .d1 {padding-right:2rem; font-size:1.4rem;}
   .hr_top .dd .d1 a {text-transform:uppercase; text-decoration:none; color:#000;}
   .hr_top .dd .d1 a:hover {text-decoration:underline; color:#534dbc;}

   .hr_bot {margin-right:-12px; font-size:1.8rem;}


   b, strong {
    font-weight: bold;
  }
  ul, ol, li {
   padding-bottom: 1rem;
 }
 ol {
  list-style-type: decimal;
}
ul {
  list-style-type: disc;
  padding-left: 4rem;
}
.center {text-align: center;}
/*===========================================================================*/

.menu_soc {}

ul.menu_soc {
  list-style-type: none;
  padding: 0;
  margin:0;
}
ul.menu_soc li {
  display: inline-block;
  margin: 0px;
  padding:0;
}
ul.menu_soc li a i.fa {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  border-radius: 26px;
  color: #424242;
  position: relative;
  transition: all ease 0.2s;
  background-repeat: no-repeat;
  background-position:center center;
  background-size: 17px 17px;
}

ul.menu_soc li a i.fa-instagram {
	background-image:url(../img/soc1.svg);
}
ul.menu_soc li a i.fa-vk {
  /*background-image:url(../img/soc2.svg);*/
  background: url(../img/VK_Black&white_Logo.svg) no-repeat center center !important;border-radius: 0;
}
ul.menu_soc li a i.fa-facebook {
	background-image:url(../img/soc3.svg);
}
ul.menu_soc li a i.fa-twitter {
	background-image:url(../img/soc4.svg);
}

ul.menu_soc li a i.fa::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 26px;
  background-color: #fff;
}
ul.menu_soc li a i.fa:hover {
  color: #fff;
  font-size: 18px;
}
ul.menu_soc li a i.fa:hover::after {
  animation: animate ease 0.6s forwards;
}
ul.menu_soc li a i.fa-facebook:hover::after {
  background-color: #3b5998;
}
ul.menu_soc li a i.fa-twitter:hover::after {
  background-color: #00aced;
}
ul.menu_soc li a i.fa-instagram:hover::after {
  background-color: #8a3ab9;
}
/*ul.menu_soc li a i.fa-vk:hover::after {
  background-color: #4f78a3;
  }*/

  @keyframes animate {
    0%,20% {
      transform: scale(1);
      border-radius: 30px;
      background-color: #fff;
    }
    30% {
      transform: scale(1.2);
    }
    40% {
      transform: scale(1.1);
    }
    50% {
      transform: scale(1);
      border-radius: 10px;
    }
    60%,100% {
      transform: scale(1);
      border-radius: 5px;
    }
  }


  /*===========================================================================*/

  .menu_top {text-transform:uppercase;}
  .menu_top .a1 {margin-left:1.7rem}
  .menu_top .a1:hover {color:#534dbc;}
  .menu_in .a1 {margin-left: 0; margin-right: 1.7rem;}


  /*===========================================================================*/
  .menu_eff,
  .menu_eff > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
  }
  .menu_eff:before,
  .menu_eff:after,
  .menu_eff > span:before,
  .menu_eff > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
  }

  .menu_eff {
    display: inline-block;
    overflow: hidden;
  }
  .menu_eff:before,
  .menu_eff:after {
    right: 0;
    bottom: 0;
    background: #534dbc;
  }
  .menu_eff:before {
    width: 100%;
    height: 2px;
    transform: translateX(-101%);
  }
  .menu_eff:after {
    width: 2px;
    height: 100%;
    transform: translateY(101%);
  }
  .menu_eff > span {
    display: block;
    padding: 10px;
  }
  .menu_eff > span:before,
  .menu_eff > span:after {
    left: 0;
    top: 0;
    background: #534dbc;
  }
  .menu_eff > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(101%);
  }
  .menu_eff > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-101%);
  }
  .menu_eff:hover:before,
  .menu_eff:hover:after,
  .menu_eff:hover > span:before,
  .menu_eff:hover > span:after {
    transform: translate(0, 0);
  }

  .menu_eff.sel > span {box-shadow:0 -5px 0px rgba(0,0,0,1) inset; transition: all ease 0.3s;}
  .menu_eff.sel:hover > span {box-shadow:0 0px 0px rgba(0,0,0,0) inset;}


  /*===========================================================================*/



  .btns {
    display: inline-block;
    padding:0; border:0;
    overflow: hidden;
    cursor:pointer;
    width:36rem;
    background:#000;
    color:#fff;
    font-size:1.8rem;
    transition: all ease 0.5s;

  }
  .btns:hover {color:#000; background:#fff; box-shadow:0 3rem 30px rgba(0,0,0,.2);}
  .btns,
  .btns > span {
    position: relative;
    text-decoration: none;
    line-height: 1em;
    height:8.7rem;
  }
  .btns:before,
  .btns:after,
  .btns > span:before,
  .btns > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
  }
  .btns:before,
  .btns:after {
    right: 0;
    bottom: 0;
    background: #000;
  }
  .btns:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
  }
  .btns:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
  }
  .btns > span {
    display: block;
    text-transform:uppercase;
    font-weight:700;
    display:flex; align-items:center; justify-content:center;}
    .btns > span:before,
    .btns > span:after {
      left: 0;
      top: 0;
      background: #000;
    }
    .btns > span:before {
      width: 100%;
      height: 2px;
      transform: translateX(100%);
    }
    .btns > span:after {
      width: 2px;
      height: 100%;
      transform: translateY(-100%);
    }
    .btns:hover:before,
    .btns:hover:after,
    .btns:hover > span:before,
    .btns:hover > span:after {
      transform: translate(0, 0);
    }


    .sp_velo {display:inline-block; background:url(../img/velo.svg) no-repeat center center; width:42px; height:28px; margin-left:10px; transition: transform .5s ease;}
    .sp_velo {display:inline-block; background:url(../img/velo.svg) no-repeat center center; width:42px; height:28px;}
    .sp_velo_path {fill:#fff;}
    .btns:hover .sp_velo_path {fill:#000;}
    .btns:hover .sp_velo {transform: translateX(100%);}







    .btns_border {
      display: inline-block;
      overflow: hidden;
      cursor:pointer;
      width:100%;
      background:#fff;
      color:#000;
      font-size:1.8rem;
      text-transform:uppercase;
      font-weight:700;
      transition: all ease 0.3s;
      border:5px solid #000;
      display:flex;
      justify-content: center;
      align-items:center;
      height:8.7rem;
    }
    .btns_border:hover {color:#000; background:#fff;  box-shadow:0 3rem 30px rgba(0,0,0,.2); border:2px solid #000;}
    .btns_border,
    .btns_border > span {
      position: relative;
      text-decoration: none;
      line-height: 1em;
    }




    .btns_white {
      display: inline-block;
      overflow: hidden;
      cursor:pointer;
    }
    .btns_white,
    .btns_white > span {
      position: relative;
      color: inherit;
      text-decoration: none;
      line-height: 24px;
    }
    .btns_white:before,
    .btns_white:after,
    .btns_white > span:before,
    .btns_white > span:after {
      content: '';
      position: absolute;
      transition: transform .5s ease;
    }
    .btns_white:before,
    .btns_white:after {
      right: 0;
      bottom: 0;
      background: #000;
    }
    .btns_white:before {
      width: 100%;
      height: 2px;
      transform: translateX(-102%);
    }
    .btns_white:after {
      width: 2px;
      height: 100%;
      transform: translateY(102%);
    }
    .btns_white > span {
     display:flex; align-items:center; justify-content:center;
     padding: 0rem 2rem;
     height:8.7rem;
   }
   .btns_white > span:before,
   .btns_white > span:after {
    left: 0;
    top: 0;
    background: #000;
  }
  .btns_white > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(102%);
  }
  .btns_white > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-102%);
  }
  .btns_white:hover:before,
  .btns_white:hover:after,
  .btns_white:hover > span:before,
  .btns_white:hover > span:after {
    transform: translate(0, 0);
  }


  .sp_str {width:40px; display:inline-block; transition: transform .5s ease; margin-top:.6rem}
  .btns_white:hover .sp_str {transform: translateY(50%);}

  .btns_white_1 {margin-left:3rem;}

  .btns_white_2 {fill:#fff;}
  .btns_white_2 .sp_str_path {fill:#fff;}
  .btns_white_2:before,
  .btns_white_2:after {
   right: 0;
   bottom: 0;
   background: #fff;
 }
 .btns_white_2 > span:before,
 .btns_white_2 > span:after {
   left: 0;
   top: 0;
   background: #fff;
 }
 .btns_white_2 > span {padding:1rem !important;}
 .btns_white_2 .sp_str {transform:rotate(180deg);}
 .btns_white_2:hover .sp_str {transform: rotate(180deg) translateY(10px) !important;}



 .btns_white_txt {}
 .btns_white > span {padding: 1.8rem 2rem; height:inherit; font-size:1.8rem; font-weight:700; text-transform:uppercase;}


 /*===========================================================================*/




 .body_center {max-width:1280px; margin:0 auto 11rem auto; letter-spacing:0.5px;}
 .body_center .dd {display:flex; align-items:center; background:url(../img/img3.svg) no-repeat right top; background-size:142px 106px;}
 .body_center .dd .d1 {width:58%; background:url(../img/img2.svg) no-repeat left 157px; background-size:360px 360px; position:relative;}
 .body_center .dd .d1:before {position:absolute; content:'';  background:url(../img/img1.svg) no-repeat right top; right:0; top:0px; bottom:0; left:0;}
 .body_center .dd .d1_img { padding-left:61px; padding-right:76px;}
 .body_center .dd .d1_img img {width:100%; height:100%; box-shadow:0 3rem 30px rgba(0,0,0,.2);}
 .body_center .dd .d2 {width:42%; }
 .body_center .dd .d2_in {padding-left:2rem;}
 .body_center .dd .d2 .s1 {padding:0; margin:0; margin-bottom:2rem; font-size:5rem; line-height:1.2em; text-transform:uppercase; font-weight:700; }
 .body_center .dd .d2 .s2 {margin-bottom:2.0rem; font-size:1.6rem; text-transform: uppercase;}
 .body_center .dd .d2_in .s4 .btns_border {width: 36rem;}



 /*===========================================================================*/


 .main_center {max-width:1280px; margin:0 auto 8rem auto; letter-spacing:0.5px;}
 .main_center .dd {display:flex; justify-content:space-around; margin: 0 3rem;}
 .main_center .dd .d {width:370px;}
 .main_center .dd .s1 {width:200px; height:199px; margin:0 auto; border-radius:50%; box-shadow:0 3rem 30px rgba(0,0,0,.2); margin-bottom:5.1rem;}
 .main_center .dd .s2 {font-size:5rem; font-weight:bold; text-transform:uppercase; text-align:center; margin-bottom:1.6rem;}
 .main_center .dd .s3 {font-size:1.8rem; font-weight:bold; text-transform:uppercase; text-align:center;}


 /*===========================================================================*/

 .main_img {max-width:1280px; margin:0 auto 13rem auto; letter-spacing:0.5px; position:relative;}
 .main_img:after {position:absolute; content:''; width:120px; height:239px; background:url(../img/img_bot_1.svg) no-repeat right top; top:55px; left:0;}
 .main_img:before {position:absolute; content:''; width:109px; height:55px; background:url(../img/img_bot_2.svg) no-repeat right top; top:0; left:56%;}
 .main_img .dd {padding:55px 120px 45px 120px;}
 .main_img .dd:before {position:absolute; content:''; width:120px; height:198px; background:url(../img/img_bot_3.svg) no-repeat right top; top:16px; right:1px;}
 .main_img .dd:after {position:absolute; content:''; width:153px; height:152px; background:url(../img/img_bot_4.svg) no-repeat right top; bottom:45px; right:44px;}
 .main_img .dd img {width:100%;}

 .body_txt {padding:6rem 5.5rem; border:4px solid #000; background:#fff;  box-shadow:0 3rem 30px rgba(0,0,0,.2); width:560px; position:absolute; left:60px; bottom:0;}
 .body_txt .s1 {font-size:5rem; font-weight:bold; text-transform:uppercase; padding-bottom:1.8rem;}
 .body_txt .s2 {font-size:1.7rem; padding-bottom:1rem; line-height:1.4em;}


 /*===========================================================================*/

 .main_reg {margin-bottom:8rem; background:url(../img/bg_bot.png) repeat -57px top; height:600px; display:flex; justify-content:center; align-items:center; letter-spacing:0.3px;}
 .dd_txt {padding:6.5rem 5.5rem; border:4px solid #000; background:#fff;  box-shadow:0 3rem 30px rgba(0,0,0,.2); width:644px; }
 .dd_txt .s1 {font-size:2.5rem; font-weight:bold; text-transform:uppercase; padding-bottom:0.8rem; text-align:center;}
 .dd_txt .s2 {font-size:1.8rem; padding-bottom:2.4rem; line-height:1.4em; text-align:center;}
 .dd_txt .s3 {text-align:center;}

 /*===========================================================================*/

 .ttl {padding:0; margin:0; margin-bottom:4rem; font-size:5rem; line-height:1.2em; text-transform:uppercase; font-weight:700; text-align:center;}

 .main_news {max-width:1280px; margin:0 auto 14rem auto; padding:0 42px; position:relative;}
 .main_news .nn {border:4px solid #000;}
 .main_news .nn {border:4px solid #000; height:55rem; text-decoration:none !important; display:block; margin-bottom:6rem; transition: all ease 0.3s; overflow:hidden;}
 .main_news .nn:hover {box-shadow:0 3rem 30px rgba(0,0,0,.2);}
 .main_news .nn .s1 {margin-bottom:2.6rem; display:block;  letter-spacing:0.8px;height: 23rem;
  overflow: hidden;}
  .main_news .nn .s1 img {width:100%;}
  .main_news .nn .s_all {display:block; max-height:263px; overflow:hidden; text-align: left;}
  .main_news .nn .s2 {margin-bottom:2rem; color:#a1a1a1; display:block; text-transform:uppercase; font-weight:700; font-size:1.4rem; padding:0 4rem; line-height: 1em;}
  .main_news .nn .s3 {margin-bottom:2.2rem; color:#000; display:block; text-transform:uppercase; font-weight:700; font-size:1.8rem; padding:0 4rem; line-height: 1.3em;}
  .main_news .nn .s4 {margin-bottom:1rem; color:#000; display:block; font-size:1.8rem; padding:0 4rem; line-height: 1.3em;}

  .main_news_bot {text-align:center;}
  .body_content .main_news {margin-bottom: 9rem;}
  /*===========================================================================*/
  /* Slider */
  .slick-slider
  {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
    position: relative;

    display: block;
    overflow: hidden;

    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after
  {
    display: table;

    content: '';
  }
  .slick-track:after
  {
    clear: both;
  }
  .slick-loading .slick-track
  {
    visibility: hidden;
  }

  .slick-slide
  {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
  }
  [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;
  }
  .slider {
  }

  .slick-slide {
    margin: 0px 18px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    /*opacity: .2;*/
  }

  .slick-active {
    opacity: 1
  }

  .slick-current {
    opacity: 1;
  }

  .slick-arrow {display:block; width:65px; height:65px; border:4px solid #000; border-radius:50%; cursor:pointer; transition: all ease 0.5s; box-shadow:0 3rem 30px rgba(0,0,0,.2); font-size:0; position:absolute; top:35%; z-index:10}
  .slick-next {background:#000 url(../img/str-r.svg) no-repeat center center; background-size:11px 17px; right:-14px;}
  .slick-next:hover {background:#fff url(../img/str-r-black.svg) no-repeat center center; background-size:11px 17px; box-shadow:none;}
  .slick-prev {background:#000 url(../img/str-l.svg) no-repeat center center; background-size:11px 17px; left:-14px;}
  .slick-prev:hover {background:#fff url(../img/str-l-black.svg) no-repeat center center; background-size:11px 17px; box-shadow:none;}

  .slick-disabled {display:none !important;}

  /*===========================================================================*/

  .main_part {max-width:1280px; margin:0 auto 10.3rem auto; padding:0 60px; position:relative;}
  .main_part_txt {border:4px solid #000; padding:6.7rem 0 7rem 0; position:relative; z-index:1; background:#fff; box-shadow:0 3rem 30px rgba(0,0,0,.2);}

  .main_part .slick-slide {padding:2rem 4rem 0 4rem; margin:0; position:relative;}
  .main_part .slick-slide .s1 {font-size:1.4rem; font-weight:700; text-transform:uppercase; margin-bottom:1rem; display:block; position:absolute; top:0;}
  .main_part .slick-slide .bnr {display:flex; align-items:center; height:20rem;}
  .main_part .slick-slide .bnr1 {display:block; width: 20rem; height:20rem; background-size:20rem auto; background-repeat:no-repeat; transition: all ease 0.4s; margin-right:4rem; background-position: center center;}
  .main_part .slick-slide .bnr1:hover {}
  .main_part .slick-prev {left: -35px;}
  .main_part .slick-next {right: -35px;}
  /*.main_part .slick-arrow {display:none !important;}*/
  .main_part .slick-slider {margin-bottom:2rem;}


  .main_part .ttl { letter-spacing:6px; margin-bottom:7.7rem;}
  .main_part .btns {}

  .main_part_decor_1 {}
  .main_part_decor_1:after {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_1.svg) no-repeat center center; top:-96px; left:220px;}
  .main_part_decor_1:before {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_2.svg) no-repeat center center; top:-130px; right:270px;}
  .main_part_decor_2 {}
  .main_part_decor_2:after {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_3.svg) no-repeat center center; bottom:-122px; left:170px;}
  .main_part_decor_2:before {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_4.svg) no-repeat center center; bottom:-91px; right:190px;}


  /*===========================================================================*/


  .main_info {max-width:1280px; margin:0 auto 8.4rem auto; padding:0 60px; position:relative;}
  .main_info .dd {display:flex; justify-content:center; align-items:center; flex-direction: column;}

  .main_info ul.menu_soc li {margin: 0 1.2rem;}
  .main_info ul.menu_soc li a i.fa {background-size: 33px 33px; height: 50px; width: 50px;}

  /*===========================================================================*/

  .main_bot {max-width:1280px; margin:0 auto 4rem auto; padding:0 60px; position:relative;}
  .main_bot .dd {display:flex; margin:0 -2rem; justify-content: center;}
  .main_bot .d {margin:0 2rem; width:33.33%}
  .main_bot .btns {width:100%;}

  /*===========================================================================*/

  .main_menu_bot {max-width:1280px; margin:0 auto 4rem auto; padding:0 60px; position:relative;}
  .main_menu_bot .dd {display:flex; margin:0 -2rem; justify-content: space-between;}
  .main_menu_bot .d {margin:0 2rem; }
  .main_menu_bot .d1 {width:22%; color:#a1a1a1; font-size:1.2rem; line-height:1.2em;}
  .main_menu_bot .d2 {width:64%;}

  .main_menu_bot .menu_top {text-align:right; font-size:1.8rem; font-weight:700; margin-right:-10px; display:flex; justify-content:space-between;}
  .main_menu_bot .menu_top .a1 {margin-left:0rem;}
  .main_menu_bot .menu_top .a1:first-child {margin-left:0rem;}


  /*===========================================================================*/

  .main_footer {position:relative; background:#000;}
  .main_footer .dd {display:flex; justify-content: space-between; align-items:center; height:8.5rem; color:#a1a1a1; font-size:1.2rem; max-width:1280px; margin:0 auto 0rem auto; padding:0 60px;}
  .main_footer .d {width:33.33%}
  .main_footer .d1 {text-transform:uppercase;}
  .main_footer .d2 {text-align:center;}

  /*===========================================================================*/


  .body_content {max-width:1280px; margin:2rem auto 4rem auto; padding:3.1rem 60px; position:relative; font-size:1.8rem; line-height:1.35em; text-align: justify;}
  .body_content p {padding-bottom:2.3rem; margin:0;}
  .body_content h1, .body_content h2, .body_content h3 {text-align: left;}

  .img_center {height:430px; position:relative; margin-bottom:8.4rem; box-shadow:0 3rem 30px rgba(0,0,0,.2);}
  .img_center:before {content:''; position:absolute; left:-46px; top:-1px; right:-63px; bottom:-31px; background:url(../img/decor2.svg) no-repeat;}

  h1 {padding:0; margin:0; margin-bottom:4.5rem; font-size:5rem; line-height:1.2em; text-transform:uppercase; font-weight:700; letter-spacing:0.5px;}
  .h1_25 {margin-bottom:0.5rem; font-size:2.5rem; line-height:1.2em; text-transform:uppercase; font-weight:700; letter-spacing:0.5px; text-align:center !important;}
  h2 {padding:0; margin:0; margin-bottom:2rem; font-size:4rem; line-height:1.2em; text-transform:uppercase; font-weight:700; letter-spacing:0.5px;}
  h3 {padding:0; margin:2rem 0; font-size:3rem; line-height:1.2em; text-transform:uppercase; font-weight:700; letter-spacing:0.5px;}

  .tcenter {text-align:center;}
  .tleft {text-align:left;}
  .tright {text-align:right;}

  .menu_in {font-size:1.8rem; line-height:1.2em; text-transform:uppercase; font-weight:700; margin:-7px 0 2.3rem 0; letter-spacing:0.5px;}
  h1 + .menu_in {margin-top:-3rem;}
  .menu_in .menu_eff:before,
  .menu_in .menu_eff:after {
   background: #000;
 }
 .menu_in .menu_eff > span:before,
 .menu_in .menu_eff > span:after {
   background: #000;
 }

 .row {display:flex;}
 .col-1 {padding-right:14rem;}
 .col-2 {width:36rem;}


 .car {width:720px; margin-left:-60px;}
 .car .slick-next {right: -30px;}
 .car .slick-prev {left: -30px;}
 .car .slick-arrow {top:50%; margin-top:-30px;}





 .for_menu_btn {display:none;}

 .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main_menu_open .hamRotate {
  transform: rotate(45deg);
}
.main_menu_open .hamRotate180 {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.main_menu_open .ham8 .top {
  stroke-dashoffset: -64px;
}
.main_menu_open .ham8 .middle {
  //stroke-dashoffset: -20px;
  transform: rotate(90deg);
}
.main_menu_open .ham8 .bottom {
  stroke-dashoffset: -64px;
}
/*===========================================================================*/

.body_win {max-width:76rem; margin:0 auto; padding-bottom:2rem; position:relative;}
.body_win_block {padding:8.2rem 9.6rem; border:4px solid #000; box-shadow:0 3rem 30px rgba(0,0,0,.2); margin-top:0.4rem; z-index:1; background:#fff; position:relative;}
.body_win_bot {}

.btns_100 {width:100%; box-shadow:none; margin-bottom:4rem; display:block;text-align: center;}
.btns_100_min36 {min-width: 36rem;}
.body_win_decor_1 {}
.body_win_decor_1:after {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_1.svg) no-repeat center center; top:-80px; left:117px;}
.body_win_decor_1:before {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_2.svg) no-repeat center center; top:196px; right:-98px;}
.body_win_decor_2 {}
.body_win_decor_2:after {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_3.svg) no-repeat center center; bottom:150px; left:-121px;}
.body_win_decor_2:before {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_4.svg) no-repeat center center; bottom:-54px; right:54px;}
.body_win_decor_3 {}
.body_win_decor_3:after {content:''; position:absolute; height:196px; width:196px; background:url(../img/img_part_5.svg) no-repeat center center; top:133px; left:-230px;}


/*===========================================================================*/


.news_list {padding:0; margin-top: 7.5rem;}
.news_list .slider {display:flex; flex-wrap:wrap; margin:0 -2rem;}
.news_list .slider > div {width:33.33%; padding:0 2rem;}
.main_news .nn {margin-bottom:5.5rem;}

.news_date {font-size:1.4rem; font-weight:bold; margin:-0.8rem 0 2rem 0; text-transform:uppercase;}
.news_img {margin-bottom:3rem;}
.news_img img {max-width:100%;}

.news_right {width:36rem; padding:0; border: 4px solid #000;}
.news_right .nn {border:0; min-height:inherit; box-shadow:none; position:relative; padding-bottom:2.5rem;padding-top:2.8rem; margin-bottom:0rem;}
.news_right .nn:after {position:absolute; content:''; height:4px; background:#000; bottom:0; left:4rem; right:4rem; transition: all ease 0.3s;}
.news_right .slider div:last-child .nn {margin-bottom:0;}
.news_right .slider div:last-child .nn:after {display:none;}
.news_right .slider div:first-child .nn {padding-top:4rem;}
.news_right .nn:hover {box-shadow:none; background:#ffffef;}
.news_right .nn:hover .s3 {color:#534dbc;}
.news_right .nn:hover:after {left:0rem; right:0rem;}

.news_right .nn .s2 {color:#000;}
.news_right .nn .s_all {max-height:inherit;}



/*===========================================================================*/

.fadein {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.fadein.lazyloaded {
  opacity: 1;
}

.blur-up {
  will-change: filter, opacity, transform;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: opacity 1s, blur 0.3s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, blur 0.3s;
  transition: transform 1s, opacity 1s, blur 0.3s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.blur-up:not(.lazyload) {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}


[id=wrapper] .page-header > *:first-child:not(img):not(form):not(figure):not(div), [id=sidebar] > * > *:first-child:not(img):not(form):not(figure):not(div), [id=footer] .container > *:first-child:not(img):not(form):not(figure):not(div) {
  margin-top: -0.25em;
}
[id=wrapper] .page-header > *:last-child:not(img):not(form):not(figure):not(div), [id=sidebar] > * > *:last-child:not(img):not(form):not(figure):not(div), [id=footer] .container > *:last-child:not(img):not(form):not(figure):not(div) {
  margin-bottom: -0.25em;
}



.form .text-input,
.form .textarea,
.form .label,
.form .button {
  padding: 0.75em 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: normal;
  border-radius: 0;
  border: none;
}



.form .text-input,
.form .textarea,
.form .label,
.form .button {
  padding: 1em 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: normal;
  border: 0px solid transparent;
  border-radius: 0;
}

.form .text-input,
.form .textarea {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background: transparent;
  outline: none;
  color: black;
  box-shadow:0 4px 0 rgba(0,0,0,.3);
  text-transform:uppercase;
  font-weight:700;

}
.form .text-input:placeholder, .form .textarea:placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.form .text-input:-webkit-autofill, .form .textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  border-top-color: white;
  border-left-color: white;
  border-right-color: white;
}
.form .error.text-input, .form .error.textarea, .error .form .text-input, .form .error .text-input, .error .form .textarea, .form .error .textarea {
  border-color: transparent transparent red transparent;
}
.form:not(.has-floated-label) .text-input:active, .form:not(.has-floated-label) .textarea:active, .form:not(.has-floated-label) .text-input:focus, .form:not(.has-floated-label) .textarea:focus {
  border-color: transparent transparent black transparent;
}

.form .label {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  padding-left: 0;
  font-size:1.8rem;
  text-transform:uppercase;
  font-weight:700;
  color:#000;
  top: 0;
  left: 0;
  transition: color 0.3s;
  text-align: left;
}
.active .form .label,
.form .active .label {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  background: white;
}
.focus .form .label, .form .focus .label {
  color: black;
}

.form.has-floated-label .field:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  border-bottom: 4px solid black;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.form.has-floated-label .field.focus:after {
  width: 100%;
}

.form .button {
  font: inherit;
  line-height: normal;
  cursor: pointer;
  background-color: black;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1428571429em;
}
.form .button:hover, .form .button:focus, .form .button:active {
  color: white;
  background: black;
}
.form .button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.form {
}
.form .field {
  position: relative;
  margin-bottom: 2.6rem;
}
.form .field:last-child .btns_100 {margin-bottom:0;}

.redColor {color:#ed1d24}

/*==================================About===================================*/

.checkbox-field {
  display: flex;
  padding-bottom: 25px;
}
@-moz-keyframes bottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@-webkit-keyframes bottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@keyframes bottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@keyframes topcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 28px;
  }
}
@-webkit-keyframes topcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 28px;
  }
}
@-moz-keyframes topcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 28px;
  }
}
input[type=checkbox] {
  display: none;
}

.check-box {
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 4px solid #000;
  border-radius: 1px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 4px;
  background-color: green;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.check-box::before {
  top: 15px;
  left: 9px;
  box-shadow: 0 0 0 1.3px #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.check-box::after {
  top: 6px;
  left: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked + .check-box,
.check-box.checked {
  border-color: green;
}
input[type=checkbox]:checked + .check-box::after,
.check-box.checked::after {
  height: 12px;
  -moz-animation: bottomcheck 0.2s ease 0s forwards;
  -o-animation: bottomcheck 0.2s ease 0s forwards;
  -webkit-animation: bottomcheck 0.2s ease 0s forwards;
  animation: bottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .check-box::before,
.check-box.checked::before {
  height: 28px;
  -moz-animation: topcheck 0.4s ease 0s forwards;
  -o-animation: topcheck 0.4s ease 0s forwards;
  -webkit-animation: topcheck 0.4s ease 0s forwards;
  animation: topcheck 0.4s ease 0s forwards;
}
.agree {
  width: 529px;
  margin-left: 7px;
  font-size: 14px;
}
.agree a {
  text-decoration: underline;
  color: #000;
}
.bot_buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bot_buttons .d {
  width: 260px;
  height: 86px;
}
.bot_buttons a:hover {
  text-decoration: none;
}
.field:last-child {
  margin-bottom: 1rem;
}
.modal-dialog {
  max-width: 768px;
  margin-top: 35px;
}
.modal-backdrop {
  background-color: rgba(255, 181, 0);;
}
.modal-backdrop.show {
  opacity: 0.9; }
  .modal-content {
    border: 4px solid #000;
    padding: 85px 99px 75px;
  }
  .modal__close {
    display: flex;
    justify-content: right;
    width: 639px;
  }
  .modal__title {
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .modal__body span, .modal__title {
    font-weight: bold;
  }
  .modal__body {
    margin-top: 49px;
    font-size: 18px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: inherit;
  }
  #whatIs3 .modal__body {
    height: inherit;
  }
  .parts p {
    line-height: 23px;
  }
  .parts p:first-child{
    margin-bottom: 5px;
  }
  .parts a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
  }
  .parts a:hover {
    border-bottom: 2px solid #000;
  }
  .parts .spec {
    font-size: 19px;
  }
  .close__button {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
  }
  .close__button:hover {
    opacity: 1;
    cursor: pointer;
  }
  .close__button:before, .close__button:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #333;
  }
  .close__button:before {
    transform: rotate(45deg);
  }
  .close__button:after {
    transform: rotate(-45deg);
  }

  .congrad {
    padding: 3.2rem 4.6rem 8.2rem;
    border: 4px solid #000;
    box-shadow: 0 3rem 30px rgba(0,0,0,.2);
    margin-top: 0.4rem;
    z-index: 1;
    background: #fff;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .medal__holder {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
  }
  .medal {
    border-radius: 50%;
    width: 150px;
    box-shadow: 0 0.1rem 10px rgba(0,0,0,.2);
    background: url("../img/medal-result2020.jpg") no-repeat center center;
    background-size: cover;
  }
  .congrad__text {
    margin: 30px 0 7px;
  }
  .congrad__text h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .congrad .field {
    width: 562px;
  }
  .congrad .btns{
    width: 100%;
    box-shadow: inherit;
  }
  #facebook {
    margin-top: 2rem;
  }
  /*==========================================================================*/

  .img_decor {
    height:430px;
    position:relative;
    margin-bottom:8.4rem;
    box-shadow:0 3rem 30px rgba(0,0,0,.2);
  }
  .img_decor:before {
    content:'';
    position:absolute;
    left: -72px;
    top: -35px;
    right: -77px;
    bottom: -37px;
    background-image: url(../img/img_decor.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .col-2 .side__buttons {
    /*margin-bottom: 16rem;*/
  }
  .side__buttons div {
    margin-bottom: 22px;
  }
  .grid__galery {
    display: grid;
    grid-template-rows: 230px 600px 509px;
    grid-template-columns: repeat(3, 360px);
    grid-gap: 40px;
    align-items: start;
    justify-items: center;
    margin: auto;
    width: 100%;
    height: 1417px;
  }

  .grid_item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: all ease 0.5s;
  }
  .grid_item:hover {
    box-shadow:0 3rem 30px rgba(0,0,0,.2);
  }
  .grid__img {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
  }
  .grid__img:hover {
    transform: scale(1.1);
  }
  .grid_item:nth-child(4) {
    grid-column: span 3;
  }
  .more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 55px;
  }
  /*===============================activity-4==========================*/
  .faq_row {
    display: flex;
    margin-top: 52px;
  }
  .faq_col_1 {
    margin-right: 5rem;
  }
  .faq_item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 752px;
  }
  .faq_item:first-child {
    margin-top: 0;
  }
  .btn_hold {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: inherit;
    background: #000;
    color: #fff;
  }
  .down {
    height: inherit;
    transition: all ease 0.38s;
  }
  .up {
    height: inherit;
    transition: ease 0.38s;
  }
  .faq_wrapper {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 650px;
    margin: 30px auto;
  }
  .faq_wrapper h1 {
    text-align: left;
    margin-bottom: 0;
  }
  .faq_wrapper .h1_25 {
    text-align: left !important;
  }
  .answer {
    margin-top: 15px;
  }



  .oc_button.plus__button, .minus__button {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .plus__button:before, .plus__button:after, .minus__button:before, .minus__button:after {
    position: absolute;
    left: 29px;
    top: 29px;
    content: ' ';
    height: 26px;
    width: 4px;
    background-color: #fff;
    transition: ease 0.4s;
  }
  .plus__button:before{
    transform: rotate(0deg);
  }
  .plus__button:after, .minus__button:before {
    transform: rotate(-90deg);
  }
  .minus__button:after {
    transform: rotate(90deg);
  }
  /*============================activity-2========================================*/
  .col_wrap {
    padding-right: 14rem;
    width: 795px;
  }
  .col_wrap .btns {
   width: 50rem;
 }
 .h2_max {
  margin-bottom: 3rem;
}
.h2_min {
  font-size: 2.5rem;
  margin-top: 1rem;
}

.time_left {
  width: 100%;
  height: 308px;
  border: 3px solid #000;
}

.time_card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 25px;
  font-weight: bold;
  text-transform: uppercase;
  height: 100%;
}
.time_card div {
  margin-bottom: 0;
}
#time_count {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
}
.time_part {
  width: 50px;
  height: 50px;
  margin-right: 25px;
}
.time_label {
  margin-top: 3px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.time_value {
  font-size: 2.5rem;
}
.roadmap {
  width: 100%;
  max-width: 1160px;
  height: 600px;
  margin-top: 37px;
  box-shadow:0 3rem 30px rgba(0,0,0,.2);
}
/*=====================================================================*/
.events_card {
  max-width: 1280px;
  width: 100%;
  min-height: 370px;
  margin: 87px auto 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  flex-wrap:wrap;
}

.events_item {
 /* height: 100%;*/
  min-height:370px;
  width: 356px;
  display: flex;
  /*transform-style: preserve-3d;*/
  perspective: 1000px;
  margin-bottom:20px;
}
.front, .front .inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.front,
.back{
  background-size: cover;
  background-position: center;
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.front:after{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  backface-visibility: hidden;
}
.events_item:hover .front,
.events_item:hover .back{
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.events_item .back{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.events_item .front{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.events_item:hover .back{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.events_item:hover .front{
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border: 5px solid #000;
  color: #000;
}
.inner{
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: relative;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.event_img {
  background-color: rgba(0,0,0,.2);
  display: block;
  width: 200px;
  border-radius: 50%;
  box-shadow:0 3rem 30px rgba(0,0,0,.2);
}

.events_label {
  margin-bottom: 35px;
}
.events_label h1, .events_label h2 {
  text-align: center;
  margin-bottom: 0;
}
.events_item h2 {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}
.back_info {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.back_info .btns {
  width: 100%;
}
.back_info h1 {
  font-size: 4rem;
  margin-bottom: 0;
  text-align: center !important;
}
.back_info p {
  height: 165px;
}
.capcha {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.capcha .field {
  width: 60%;
}
.partner_wrap, .partner_item {
  width: 100%;
}
.partner_wrap {
  display: flex;
  justify-content: space-between;
  margin: 64px 0 20px;
}
.partner_col {
  width: 664px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.partner_item {
  margin-bottom: 65px;
}
.partner_item h2 {
  margin-bottom: 42px;
}
.partner_item:last-child {
  margin-bottom: 0;
}
.partner_cells {
  width: 663px;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 4rem;
}
.cells_item {
  background: #fff;
  width: 334px;
  height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-top: -5px;
  padding-left: 5px;
  border: 5px solid #000;
  transition: ease .2s;
}
.cells_item:hover {
  transform: translate(-3px, -3px);
  z-index:2;
  box-shadow: 0 3rem 30px rgba(0,0,0,.2);
}
.cells_item:nth-child(2n - 1) {
  margin-left: 0;
}
.cells_item img {
  width: 200px;
}
.side_col .side__buttons {
  margin-bottom: 75px;
}
.right_pos {
  width: 100%;
}
input[type="radio"] {
  display: none;
/*
  margin-left: 2.3rem;
  margin-top: 0.93rem;
  position: absolute;*/
}
.choice .label {
  position: relative;
  padding: 0;
}
.choice .field {
  margin-top: 2rem;
}
.radio {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.radio:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000;
  transform: scale(0);
}
.radio:not(:first-child) {
  margin-left: 20px;
}
.rlabel {
  position: relative;
  top: 1px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked + .radio {
  border-color: #000;
  animation: jelly 0.6s ease forwards;
}
input[type="radio"]:checked + .radio:after {
  transform: scale(1);
  transition: all 0.2s ease;
}
.cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
@-moz-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-o-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
.cells_item a {
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.hotel {
  padding: 8.5rem 4.1rem 7.5rem;
}
.hotel_table {
  width: 100%;
}
.hotel_table td, .hotel_table th {
  vertical-align: top;
  padding: 15px 4px;
}
.hotel_logo {
  width: 6rem;
  height: 4rem;
}
.logo_1 {
  background: url(../img/hotel_logo/marriott_royal_logo.svg) no-repeat center center;
}
.logo_2 {
  background: url(../img/hotel_logo/Mattiott_grand_logo.svg) no-repeat center center;
}
.logo_3 {
  background: url(../img/hotel_logo/junost_logo.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 6rem;
}
.logo_4 {
  background: url(../img/hotel_logo/warsaw.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 2rem;
}
.logo_5 {
  background: url(../img/hotel_logo/Logo_PH_RUS_red_2.png);
  -webkit-background-size: cover;
  background-size: cover;
  height: 8rem;
}
.logo_6 {
  background: url(../img/hotel_logo/Mercure_MOW_ARB_LOGO_CMYK.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.logo_7 {
  background: url(../img/hotel_logo/GoldenRing_logo.svg) no-repeat center center;
}
.logo_8 {
  background: url(../img/hotel_logo/ibis_logo.svg) no-repeat center center;
}
.logo_9 {
  background: url(../img/hotel_logo/novotel_logo.svg) no-repeat center center;
}
.logo_10 {
  background: url(../img/hotel_logo/Mercure-Ibis-Adagio-logo.jpg) no-repeat;
  background-size: cover;
  height: 5.3rem;
}
.logo_11 {
  background: url(../img/hotel_logo/vertical_Azimut_Smolenskaya_4_colors_rus.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.logo_12 {
  background: url(../img/hotel_logo/mercury_logo.svg) no-repeat center center;
}
.logo_13 {
  background: url(../img/hotel_logo/krasin_logo.svg) no-repeat center center;
  height: 2rem;
}
.logo_14 {
  background: url(../img/hotel_logo/hostelh.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 3rem;
}
.logo_15 {
  background: url(../img/hotel_logo/friendhouse_logo.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 5rem;
}
.body_content p .btns_border {
  width: 36rem;
  display: inline-flex !important;
}
.vtb_banners {
  max-width: 1164px;
  margin: 0 auto 4rem auto;
}
.vtb_banners .img_holder {
  text-align: center;
}
.vtb_banners .slick-dots {
  display: flex;
  justify-content: center;
}
.vtb_banners .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.vtb_banners .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.vtb_banners .slick-dots li button:before {
  font-family: 'slick';
  font-size: 70px;
  line-height: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 1.1rem;
  left: 0.1rem
}
.vtb_banners .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.mb10 {
  margin-bottom: 1rem;
}
/*
.vtb_banners .slick-next {
  right: -70px;
}
.vtb_banners .slick-prev {
  left: -70px;
  } */
  @media (min-width: 901px) and (max-width: 1279px) {
    html {
      font-size: 8px;
    }
    .header {
      padding: 2rem 5rem;
    }
    .header .logo {
      width: 29%;
    }
    .header .logo .a1, .header .logo .a1_eng {
      width: 35%;
      height: 14.6rem;
      transition: none;
    }
    .header .logo .a2 {
      width: 50%;
    }
    .header .logo .a2_eng {
      width: 50%;
    }
    .partner_col {
      width: 68%;
    }
    .menu_top .a1 {
      margin-left: 0;
    }
    .body_center .dd {
      background-size: 10% 20%;
    }
    .body_center .dd .d1_img {
      padding-left: 4rem;
      margin-right: 9rem;
      padding-right: 0;
      height: 70rem;
      width: 88%;
      overflow: hidden;
    }
    .body_center .dd .d1_img img {
      width: auto;
      height: 100%;
    }
    .body_center .dd .d1::before {
      top: 7%;
      right: 1%;
      bottom: -17%;
      left: -3%;
    }
    .body_center .dd .d2 .s1, .body_center .dd .d2 .s2 {
      margin-bottom: 5rem;
    }
    .body_center .dd .d2 .s3 .btns {
      width: 72%;
    }
    .body_txt {
      width: 43%;
    }
    .dd_txt {
      width: 50%;
      padding: 9.5rem 5.5rem;
    }
    .main_news {
      margin-bottom: 20rem;
    }
    .main_news .nn {
      height: 60rem;
    }
    .main_news .nn .s2,
    .main_news .nn .s3,
    .main_news .nn .s4 {
      font-size: 2rem;
    }
    /*Увеличение новостных плиток*/
/*  .slick-initialized .slick-slide {
    width: 15% !important;
  }
  .slick-arrow {
    top: 20%;
    }*/
    .main_center .dd {
      width: 95%;
      margin: 0 auto;
    }
    .main_center .dd .s1 {
      width: 50%;
      height: 58%;
    }
    .main_part_decor_1::before {
      right: 20%;
    }
    .main_part_decor_1::after {
      left: 20%;
    }
    .main_part_decor_2::before {
      right: 15%;
    }
    .main_part_decor_2::after {
      left: 15%;
    }
    .img_center::before{
      left: -4%;
      top: -0.1%;
      right: -5.5%;
      bottom: -8%;
    }
    .car {
      margin-left: 0;
      width: 68rem;
    }
    .slick-slide img {
      width: 75%;
    }
    .col-1 {
      width: 68%;
      padding-right: 10rem;
    }
    .img_decor::before {
      background-size: auto;
      top: -6%;
      bottom: -13%;
      left: -6%;
      right: -6%;
    }
    .body_win {
      max-width: 79rem;
    }
    .body_win_decor_1::after,
    .body_win_decor_1::before,
    .body_win_decor_2::before,
    .body_win_decor_2::after,
    .body_win_decor_3::after {
      width: 158px;
      height: 158px;
    }
    .body_win_decor_1::after {
      top: -38px;
    }
    .body_win_decor_2::after {
      bottom: 5px;
    }
    .body_win_decor_3::after {
      left: -175px;
    }
    .modal-dialog {
      max-width: 78rem;
    }
    .modal-content {
      padding: 9rem 10rem;
    }
    .modal__title {
      font-size: 2.5rem;
      margin-bottom: -3rem;
    }
    .modal__body, .parts .spec {
      font-size: 2.2rem;
    }
    .body_content p {
      font-size: 2rem;
    }
    .form .field {
      margin-bottom: 3.6rem;
    }
    .form .field:last-child {
      margin-bottom: 1rem;
    }
    .h1_25 {
      margin-bottom: 3.5rem;
    }
    .check-box {
      height: 20px;
      width: 20px;
      border: 3px solid #000;
    }
    .check-box::before, .check-box::after {
      width: 3px;
    }
    .check-box::before {
      top: 13px;
      left: 9px;
      box-shadow: 0 0 0 1.5px #fff;
    }
    .check-box::after {
      top: 5px;
      left: 0px;
    }
    .agree {
      width: 90%;
    }
    .bot_buttons .d {
      width: 47%;
    }
    .congrad {
      padding: 8.2rem 4.6rem;
      height: 67rem;
      justify-content: space-between;
    }
    .congrad__text {
      margin: 0;
      display: flex;
      flex-flow: column;
      align-items: center;
    }
    .congrad__text h1 {
      font-size: 2.5rem;
    }
    .congrad__text p {
      width: 80%;
      text-align: center;
      font-size: 2rem;
    }
    .congrad .field {
      width: 82%;
    }
    .events_item {
      min-height: 330px;
      width: 35rem;
    }
    .event_img {
      width: 65%;
    }
    .back_info h1 {
      margin-bottom: 1rem;
    }
    .back_info p {
      height: 18rem;
    }
    .roadmap {
      width: 100%;
    }
    .grid__galery {
      grid-template-rows: 15% 40% 40%;
      grid-template-columns: repeat(3, 32%);
      grid-gap: 2%;
      height: 155rem;
    }
    .faq_item {
      width: 72rem;
    }
    .faq_wrapper {
      width: 62rem;
      margin-top: 32px;
    }
    .down {
      height: inherit;
    }
    .faq_wrapper h1 {
      font-size: 2rem;
    }
    .faq_col_2 {
      width: 36rem;
    }
    .partner_cells {
      width: 77rem;
    }
    .cells_item {
      width: 32rem;
      height: 31rem;
    }
    .cells_item img {
      width: 20rem;
    }
    .capcha .field {
      width: 55%;
    }
    input[type="radio"] {
      margin-left: 2.9rem;
      margin-top: 0.66rem;
    }
    .vtb_banners .img_holder img {
      width: 100%
    }
  }

  @media (max-width: 900px) {
    .main_footer {
      overflow: hidden;
    }


    .for_menu_btn {display:block;}

    .h_right {display:flex; position:fixed; width:300px; right: -305px; bottom: 0; top: 0px; overflow: auto; background: #fff; box-shadow: -5px 0 0px #000; transition: all 0.3s ease; z-index: 111; flex-direction:column-reverse; justify-content: space-between}
    .header {align-items:center;}

    .main_menu_open {overflow:hidden; height: 90vh;}
    .main_menu_open .h_right {right:0;}

    .for_menu_btn {transition: all 0.3s ease;}
    .main_menu_open .for_menu_btn {transform: translateX(-290px); position: relative;}

    .h_right .menu_top  {display:flex; flex-direction:column; align-items:center; padding-top:3rem;}
    .h_right .menu_top .a1 {margin:2rem 0; font-size:4rem;}
    .h_right .menu_eff::before,
    .h_right .menu_eff::after,
    .h_right .menu_eff > span::before,
    .h_right .menu_eff > span::after {display:none;}

    .hr_bot {margin:0;}
    .hr_top {margin:0;}
    .hr_top .dd {flex-direction:column; align-items:center;}
    .hr_top .dd .d1 {padding:3rem 0; font-size: 3rem;}
    .hr_top .dd .d2 {padding:0 0 3rem 0;}
    .hr_top ul.menu_soc li a i.fa {background-size: 27px 27px; height: 40px; width: 40px; margin: 0 2rem;}

    .main_menu_open .content_win_bgnd {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0,0,0,0.5);
      z-index: 102;
      display:block;
    }
    html {
      font-size: 6px;
    }
    .header {
      padding: 5rem 4rem;
      margin-bottom: 5rem;
    }
    .header .logo {
      width: 369px;
    }
    .header .logo .a1, .header .logo .a1_eng {
      width: 16.6rem;
      height: 16.6rem;
      margin-right: 5.5rem;
      transition: none;
    }
    .header .logo .a2 {
      width: 24.2rem;
      height: 16.6rem;
    }
    .header .logo .a2_eng {
      width: 24.2rem;
      height: 16.6rem;
    }
    .body_center .dd {
      background: none;
    }
    .body_center .dd .d1::before,
    .body_center .dd .d1::after {
      position: absolute;
      content: '';
      z-index: 1;
    }
    .body_center .dd .d1::before {
      background-image: url(../img/img1_1.svg);
      background-repeat: no-repeat;
      right: 110rem;
      top: 33rem;
      bottom: 0rem;
      left: -44rem;
      background-size: 31%;
    }
    .body_center .dd .d1::after {
      background-image: url(../img/img1_2.svg);
      top: 1rem;
      left: 111rem;
      bottom: -14rem;
      right: -119rem;
      background-size: 15%;
      background-repeat: no-repeat;
    }
    .body_center .dd {
      flex-flow: column;
    }
    .body_center .dd .d1,
    .body_center .dd .d2 {
      width: 100%;
    }
    .body_center .dd .d1 {
      height: 51rem;
    }
    .body_center .dd .d1_img {
      padding: 0 5rem;
      height: 100% ;
      overflow: hidden;
    }
    .body_center .dd .d1_img img {
      transform: translateY(0rem);
    }
    .body_center .dd .d2_in {
      padding: 8rem 5rem 0;
    }
    .body_center .dd .d2 .s1 {
      margin-bottom: 4rem;
    }
    .body_center .dd .d2 .s2 {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 6rem;
    }
    .body_center .btns_white_1 {
      display: none;
    }
    .body_center .dd .d2 .s3 .btns {
      width: 100%;
      height: 12rem;
      font-size: 2.8rem;
    }
    .btns span {
      height: 100%;
    }
    .main_center .dd .s1 {
      width: 55%;
      height: 61%;
    }
    .main_center .dd .s3 {
      font-size: 2.1rem;
    }
    .main_img .dd {
      padding: 8rem 11rem;
    }
    .main_img::before {
      width: 69px;
      top: 14px;
      left: 56%;
    }
    .main_img::after {
      width: 63px;
      top: 55px;
      left: 3px;
    }
    .main_img .dd::before {
      width: 65px;
      top: 27px;
      right: 1px;
    }
    .main_img .dd::after {
      width: 96px;
      bottom: -10px;
      right: 16px;
    }
    .body_txt {
      width: 57%;
      left: 5rem;
      padding: 10rem 9rem;
    }
    .body_txt .s2 {
      font-size: 2.2rem;
    }
    .main_reg {
      height: 60rem;
    }
    .main_reg .dd_txt {
      padding: 8.5rem 5.5rem;
      width: 60%;
      height: 42rem;
    }
    .dd_txt .s1 {
      font-size: 3.3rem;
    }
    .dd_txt .s2 {
      font-size: 2.2rem;
      padding-bottom: 4.4rem;
    }
    .dd_txt .s3 .btns {
      height: 10.7rem;
      width: 46rem;
      font-size: 2.8rem;
    }
    .main_news {
      padding: 0px 2rem;
      margin-bottom: 23rem;
    }
    .main_news .ttl {
      margin-bottom: 6rem;
    }
    .main_news .nn {
      height: 71rem;

    }
    .main_news .nn .s_all {
      padding: 2rem 1rem;
    }
    .main_news .nn .s2 {
      font-size: 2.1rem;
      margin-bottom: 4rem;
    }
    .main_news .nn .s3 {
      font-size: 2.6rem;
    }
    .main_news .nn .s4 {
      font-size: 2.2rem;
      line-height: 1.6em;
    }
    .slick-arrow {
      top: 40%;
    }
    .main_news_bot .btns {
      width: 46rem;
      height: 11.6rem;
      font-size: 2.8rem;
    }
    .main_part {
      padding: 0 5rem;
      margin-bottom: 15.8rem;
    }
    .main_part_decor_1::before,
    .main_part_decor_1::after,
    .main_part_decor_2::before,
    .main_part_decor_2::after,
    .body_win_decor_1::before,
    .body_win_decor_1::after,
    .body_win_decor_2::before,
    .body_win_decor_2::after,
    .body_win_decor_3::before,
    .body_win_decor_3::after {
      height: 26rem;
      width: 26rem;
    }
    .main_part_decor_1::before {
      top: -111px;
      right: 49px;
    }
    .main_part_decor_1::after {
      top: -81px;
      left: 54px;
    }
    .main_part_decor_2::before {
      bottom: -109px;
      right: 46px;
    }
    .main_part_decor_2::after {
      bottom: -84px;
      left: 40px;
    }
    .main_part_txt {
      padding: 8.7rem 0 11rem;
    }
    .main_part .ttl {
      letter-spacing: 4px;
    }
    .main_part .slick-slide .s1 {
      font-size: 1.8rem;
    }
    .main_bot {
      padding: 0 5rem;
    }
    .main_bot .dd {
      flex-flow: column;
      justify-content: space-between;
      width: 100%;
      height: 23rem;
      margin: 0;
    }
    .main_bot .d {
      margin: 0;
      width: 100%;
    }
    .main_bot .btns,
    .main_bot .btns_border {
      height: 11.6rem;
      font-size: 2.8rem;
    }
    .btns_white > span {
      font-size: 2.8rem;
    }
    .main_menu_bot {
      padding: 0 5rem;
    }
    .main_menu_bot .dd {
      flex-flow: column-reverse;
    }
    .main_menu_bot .d {
      margin: 0;
    }
    .main_menu_bot .d1 {
      width: 100%;
      font-size: 1.9rem;
      text-align: center;
    }
    .main_menu_bot .d2 {
      margin-bottom: 2rem;
      width: 100%;
    }
    .main_menu_bot .menu_top {
      font-size: 2.8rem;
      margin-right: 0;
    }

    .body_content {
      margin: -7rem -5rem 7rem;
      font-size: 2.5rem;
    }
    .events_card {
      margin: 8rem auto -2rem;
      min-height: 42rem;
    }
    .events_item {
      width: 36rem;
	  min-height: 273px;
    }
    .events_item h2 {
      font-size: 2.1rem;
    }
    .event_img {
      width: 23rem;
    }
    .events_label {
      margin-bottom: 5rem;
    }
    .back_info p {
      height: 20rem;
      font-size: 2.1rem;
    }
    .menu_in {
      font-size: 2.8rem;
    }
    .img_center {
      height: 50rem;
    }
    .img_center::before {
      left: -5rem;
      top: 0rem;
      right: -7rem;
      bottom: 0rem;
    }
    .row {
      flex-flow: column;
    }
    .col-1 {
      padding: 0;
    }
    .col-1 h2 {
      font-size: 5rem;
      padding: 1.2rem 0.3rem 2.4rem;
    }
    .col-1 p {
      font-size: 2.4rem;
      line-height: 3.5rem;
      padding-bottom: 3.3rem;
    }
    #vk_groups, #facebook {
      display: none;
    }
    .car {
      margin-left: 0;
    }
    .col-2 .btns, .col-2 .btns_border {
      height: 12rem;
      font-size: 2.8rem;
    }
    .col-2 .btns {
      width: 57rem;
    }
    .side__buttons .btns, .side__buttons .btns_border {
      width: 100%;
    }
    .side__buttons .d {
      width: 48%;
    }
    .col-2 {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 8rem;
      flex-flow: column;
      align-items: center;
    }
    .side__buttons {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .body_content p {
      font-size: 2.4rem;
    }
    .body_win {
      max-width: 77rem;
      margin: 9rem auto 0;
    }
    .body_win_block {
      margin-top: 2.4rem;
      padding: 10.2rem 9.6rem;
    }
    .body_win_block .h1_25 {
      font-size: 3.3rem;
      margin-bottom: 1.5rem;
    }
    .body_win .btns_100, .body_win .btns_border {
      height: 10.7rem;
      font-size: 2.6rem;
    }
    .body_win_decor_1::before {
      top: 21rem;
      right: -12rem;
    }
    .body_win_decor_1::after {
      top: -11rem;
      left: 9rem;
    }
    .body_win_decor_2::before {
      bottom: -7rem;
      right: -5rem;
    }
    .body_win_decor_2::after {
      bottom: 5rem;
      left: -19rem;
    }
    .body_win_decor_3::after {
      top: 16rem;
      left: -29rem;
    }
    .form_pad {
      padding: 9.2rem 4.6rem 6rem;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
    }
    .form .field {
      margin-bottom: 3.2rem;
    }
    .form .label {
      font-size: 2.8rem;
    }
    .form_div {
      margin-top: 3rem;
    }
    .agree {
      width: 51rem;
      font-size: 2.3rem;
      line-height: 3rem;
      margin-left: 1.8rem;
    }
    @keyframes topcheck {
      0% {
        height: 0;
      }
      50% {
        height: 0;
      }
      100% {
        height: 20px;
      }
    }
    @keyframes bottomcheck {
      0% {
        height: 0;
      }
      100% {
        height: 9px;
      }
    }
    .checkbox-field {
      padding-bottom: 6rem;
      align-items: center;
      margin-top: 5rem;
    }
    .check-box {
      height: 3rem;
      width: 3rem;
    }
    .check-box::before, .check-box::after {
      width: 3px;
    }
    .check-box::before {
      top: 9px;
      left: 7px;
    }
    .check-box::after {
      top: 3px;
    }
    .form_div .field:nth-child(5) {
      margin-bottom: 5rem;
    }
    .field:last-child {
      margin-bottom: 1rem;
    }
    .field .bot_buttons .d {
      width: 26rem;
    }
    .form_div .btns_100, .form_div .btns_border {
      height: 11.7rem;
    }
    .active .form .label, .form .active .label {
      font-weight: 570;
    }
    .form .text-input, .form .textarea{
      font-size: 2.8rem;
    }
    .congrad {
      padding: 9.2rem 4.6rem;
    }
    .congrad__text {
      margin: 8rem 0 2rem;
    }
    .congrad__text h1 {
      font-size: 3.3rem;
    }
    .congrad__text p {
      font-size: 2.4rem;
      text-align: center;
      line-height: 3rem;
    }
    .congrad .field {
      width: 57rem;
    }
    .congrad .btns {
      height: 11.7rem;
      font-size: 2.5rem;
    }
    .capcha .field {
      width: 51%;
    }
    .capcha .field .label {
      top: -1rem;
      font-size: 3rem;
    }
    .modal-dialog {
      max-width: 78rem;
      margin-top: 33rem;
    }
    .modal-content {
      padding: 10rem;
    }
    .modal__title {
      font-size: 3.4rem;
    }
    .modal__body {
      font-size: 2.5rem;
      margin-top: 4rem;
    }
    .parts {
      margin-bottom: 3rem;
    }
    .parts p {
      margin: 0;
      line-height: 3.5rem;
    }
    .parts p:first-child {
      margin: 0;
    }
    .parts .spec {
      font-size: 2.5rem;
    }
    .act {
      flex-flow: column-reverse;
      margin-top: -7rem;
    }
    .img_decor {
      height: 49rem;
    }
    .img_decor::before, .img_decor::after {
      position: absolute;
      content: '';
      z-index: 1;
    }
    .img_decor::before {
      background-image: url(../img/img_decor_right.svg);
      background-repeat: no-repeat;
      -webkit-background-size: 15%;
      background-size: 15%;
      left: -10rem;
      top: 0rem;
      right: -84rem;
      bottom: -9rem;
    }
    .img_decor::after {
      background-image: url(../img/img_decor_left.svg);
      background-repeat: no-repeat;
      -webkit-background-size: 35%;
      background-size: 35%;
      top: -3rem;
      bottom: 33rem;
      left: 54rem;
      right: -143rem;
    }
    .act .col-2 {
      flex-flow: column;
      margin-bottom: 6rem;
    }
    .time_card div {
      margin-bottom: 2rem;
    }
    .act .side__buttons .d {
      width: 100%;
    }
    .time_value {
      font-size: 4.5rem;
    }
    .time_label {
      font-size: 2.4rem;
    }
    .col_wrap {
      padding-right: 0;
      width: 100%;
      font-size: 2.5rem;
      line-height: 4rem;
    }
    .h2_max {
      font-size: 5rem;
    }
    .h2_min {
      font-size: 3.3rem;
    }
    .col_wrap p {
      line-height: 3.4rem;
    }
    .col-2 .side__buttons {
     flex-flow: column;
   }
   .col-2 .side__buttons .d {
     width: 100%;
     margin-bottom: 3rem;
   }
   .col-1 p .btns {
    width: 50%;
  }
  #be_to_volunteer {
    display: none;
  }
  .grid__galery {
    grid-template-rows: 23% 49% 24%;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 2% 4%;
    margin-top: 5rem;
    height: 157rem;
  }
  .grid_item:nth-child(3) {
    grid-column: span 2;
  }
  .grid_item:nth-child(4) {
    grid-column: span 1;
  }
  .grid_item:nth-child(n+6) {
    display: none;
  }
  .more .btns {
    height: 11.6rem;
    width: 57rem;
    font-size: 2.8rem;
  }
  .faq_row {
    margin-top: 5rem;
  }
  .faq_col_1 {
    width: 100%;
    margin-right: 0;
  }
  .faq_wrapper {
    width: 80%;
    margin-top: 3rem;
    margin-right: 10rem;
  }
  .faq_wrapper h1 {
    font-size: 3.4rem;
  }
  .faq_col_2 {
    display: none;
  }
  .answer {
    margin-top: 5rem;
    line-height: 3.7rem;
  }
  .news_list .slider > div {
    width: 50%;
  }
  .col-2 .main_news {
    padding: 0;
    margin-bottom: 8rem;
  }
  .news_date {
    font-size: 2.5rem;
    margin-top: -2.5rem;
  }
  .news_img {
    width: 100%;
    height: 51rem;
    overflow: hidden;
  }
  .news_img img {
    width: 100%;
  }
  .news_right {
    width: 100%;
  }
  .news_right .nn {
    min-height: 40rem;
  }
  .more_news .btns {
    width: 47rem;
  }
  #partn {
    margin-top: 6rem;
  }
  .partner_wrap {
    margin: 5rem 0 20px;
    flex-flow: column;
  }
  .partner_item {
    margin-bottom: 7rem;
  }
  .partner_col, .partner_cells {
    width: 100%;
  }
  .partner_cells {
    margin-bottom: 6rem;
  }
  .cells_item {
    width: 59rem;
    height: 54rem;
  }
  .side_col .btns {
    height: 11.7rem;
    font-size: 2.8rem;
  }
  .side_col {
    margin-top: 6rem;
    height: 13rem;
  }
  .choice .right_pos .field {
    padding-top: 2rem;
  }
  .radio_hold {
    padding-top: 2rem;
  }
  .radio {
    width: 4rem;
    height: 4rem;
  }
  .radio::after {
    width: 3rem;
    height: 3rem;
  }
  .rlabel {
    font-size: 2.5rem;
    margin-left: 1rem;
  }
  input[type="radio"] {
    margin-left: 4.4rem;
    margin-top: 1.15rem;
  }
  .col_wrap .btns {
    width: 70rem;
    height: 11.7rem;
    font-size: 2.8rem;
  }
  .main_news .nn .s1 {
    height: 32rem;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 4px;
  }
  .col-2 p .btns {
    width: 100%;
  }
  .main_part .slick-prev {
    left: -23px;
  }
  .main_part .slick-next {
    right: -23px;
  }
  .header {
    padding-bottom: 3rem;
  }
  .header .logo .a1, .header .logo .a1_eng {
    width: 15.6rem;
    height: 15.6rem;
    margin-right: 4.5rem;
  }
  .header .logo .a2 {
    width: 21.2rem;
    height: 15.6rem;
  }
  .header .logo .a2_eng {
    width: 21.2rem;
    height: 15.6rem;
  }
  .h_right {
    width: 100%;
    right: -325px;
  }
  .h_right .close__button {
    display: block;
    right: 15px;
    top: 25px;
  }
  .body_center .dd .d1_img img {
    transform: translateY(0rem);
  }
  .body_center .dd .d1 {
    height: 44rem;
    background-position: left 0px;
    -webkit-background-size: 300px 324px;
    background-size: 300px 324px;
  }
  .body_center .dd .d1_img img {
    transform: translateY(0rem);
  }
  .body_center .dd .d1::before {
    right: 60rem;
    top: 24rem;
    bottom: -6rem;
    left: -46rem;
  }
  .body_center .dd .d1::after {
    top: -5rem;
    left: 62rem;
    bottom: -22rem;
    right: -104rem;
    background-size: 18%;
  }
  .body_center .dd .d2_in {
    padding: 7rem 5rem 0;
  }
  .body_center .dd .d2 .s1 {
    font-size: 6.5rem;
  }
  .body_center .dd .d2 .s2 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .body_center .dd .d2_in .s4 .btns_border {
    width: 100%;
  }
  .events_card {
    /*min-height: 192rem;*/
    flex-flow: column;
    align-items: center;
  }
  .events_item {
    height: 57rem;
    width: 70rem;
  }
  .event_img {
    width: 35rem;
  }
  .events_label {
    margin-bottom: 3rem;
  }
  .events_label h1 {
    font-size: 6rem;
  }
  .events_item h2 {
    font-size: 3.2rem;
    margin-top: 3rem;
  }
  .back_info h1 {
    font-size: 6rem;
  }
  .back_info p {
    height: 24rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .back_info .btns {
    height: 16.7rem;
  }
  .btns, .btns_border {
    font-size: 3.8rem !important;
    height: 17.8rem !important;
  }
  .main_img {
    margin-top: 13rem;
    margin-bottom: 10rem;
  }
  .main_img .dd {
    padding: 0rem 5rem;
  }
  .body_txt {
    width: 72rem;
    left: 4rem;
    top: -2rem;
    position: relative;
    padding: 10rem 4rem;
  }
  .body_txt .s1 {
    font-size: 6rem;
    padding-bottom: 3.8rem;
  }
  .body_txt .s2 {
    font-size: 3.3rem;
    line-height: 1.6em;
  }
  .main_img::before,
  .main_img .dd::before {
    display: none;
  }
  .main_img::after {
    width: 45px;
    top: -10px;
    left: -2px;
  }
  .main_img .dd::after {
    width: 77px;
    bottom: 184px;
    right: -14px;
  }
  .main_reg {
    height: 113rem;
    margin-bottom: 15rem;
  }
  .main_reg .dd_txt {
    padding: 9.5rem 4.5rem;
    width: 89%;
    height: 63.5rem;
  }
  .dd_txt .s1 {
    font-size: 5rem;
    line-height: 5.5rem;
    padding: 0 5rem 2rem;
  }
  .dd_txt .s2 {
    font-size: 3.3rem;
    padding-bottom: 2.4rem;
  }
  .dd_txt .s3 .btns {
    width: 60rem;
  }
  .main_news .nn .s_all {
    padding: 6rem 1rem;
    max-height: inherit;
  }
  .main_news .ttl {
    margin-bottom: 6rem;
    font-size: 6rem;
  }
  .main_news .nn .s1 {
    display: none;
  }
  .main_news .nn .s2 {
    font-size: 3.1rem;
  }
  .main_news .nn .s3 {
    font-size: 3.6rem;
  }
  .main_news .nn .s4 {
    font-size: 3.2rem;
    line-height: 1.7em;
  }
  .main_news .slick-arrow {
    top: 38%;
    width: 14rem;
    height: 14rem;
    right: -5rem;
  }
  .main_news .slick-prev {
    left: -5rem;
  }
  .main_news .nn {
    min-height: 80rem;
    height: inherit;
  }
  .main_news_bot .btns {
    width: 70rem;
  }
  .main_part .ttl {
    font-size: 6rem;
    margin-bottom: 10.7rem;
  }
  .main_part .slick-slide .s1 {
    font-size: 3rem;
  }
  .main_part .slick-slide .bnr {
    height: 23rem;
  }
  .main_part .main_news_bot .btns {
    width: 59rem;
  }
  .main_part_decor_1::after,
  .main_part_decor_2::before,
  .body_win_decor_1::before,
  .body_win_decor_1::after,
  .body_win_decor_2::before,
  .body_win_decor_2::after,
  .body_win_decor_3::before,
  .body_win_decor_3::after {
    height: 34rem;
    width: 34rem;
  }
  .main_part_decor_1::after {
    top: -68px;
    left: -1px;
  }
  .main_part_decor_2::before {
    bottom: -54px;
    right: 13px;
  }
  .main_part_decor_1::before,
  .main_part_decor_2::after {
    display: none;
  }
  .main_part .slick-prev {
    left: -9rem;
  }
  .main_part .slick-next {
    right: -9rem;
  }
  .main_info {
    padding: 0 9rem;
  }
  .btns_white > span {
    font-size: 3.6rem;
  }
  .main_bot .dd {
    height: 41rem;
  }
  .main_menu_bot .menu_top {
    font-size: 3.6rem;
    flex-flow: column;
    align-items: center;
    height: 43rem;
  }
  .main_menu_bot {
    height: 59rem;
  }
  .main_menu_bot .dd {
    height: 56rem;
  }
  .main_menu_bot .txt {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .main_footer .dd {
    height: 36.5rem;
    flex-flow: column-reverse;
    padding-bottom: 10rem;
  }
  .main_footer .d {
    width: 32rem;
  }
  .main_footer .d1 {
    font-size: 3rem;
  }
  .body_content {
    margin: 1rem -11rem 7rem;
    font-size: 3.5rem;
    text-align: left;
  }
  .body_content h1 {
    font-size: 6rem;
  }
  .menu_in {
    font-size: 3.6rem;
  }
  .side__buttons div {
    margin-bottom: 0;
  }
  .time_left {
    height: 56rem;
    border: 4px solid #000;
  }
  .time_card {
    padding: 9rem 6rem;
  }
  .time_part {
    height: 36px;
  }
  .time_value {
    font-size: 5.5rem;
  }
  .time_label {
    font-size: 2.8rem;
  }
  .date_count .time_label,
  .time_start .time_label {
    margin-bottom: 0;
  }
  .h2_max {
    font-size: 6rem;
  }
  .h2_min {
    font-size: 5.3rem;
  }
  .col_wrap {
    margin-top: 4rem;
    font-size: 4rem;
    line-height: 5rem;
  }
  h3 {
  	font-size: 4rem;
  	text-align: left;
  }
  .col_wrap p {
    line-height: 5.5rem;
    font-size: 3.4rem;
  }
  .col_wrap .btns {
    width: 100%;
  }
  .roadmap {
    height: 112rem;
  }
  .grid__galery {
    display: flex;
    flex-flow: column;
    height: inherit;
  }
  .grid_item {
    height: 50rem;
  }
  .more {
    margin-top: 6rem;
  }
  .more .btns {
    width: 71rem;
  }
  .btn_hold {
    width: 43px;
    height: inherit;
  }
  .down {
    height: inherit;
    transition: all ease 0.38s;
  }
  .plus__button::before,
  .plus__button::after,
  .minus__button::before,
  .minus__button::after {
    left: 21px;
    top: 29px;
    height: 18px;
  }
  .faq_item {
    width: 100%;
  }
  .faq_wrapper {
    margin-right: 0;
  }
  .faq_wrapper h1 {
    font-size: 5rem;
  }
  .answer p {
    font-size: 3.4rem;
    line-height: 5rem;
  }
  .img_center {
    height: 45rem;
  }
  .col-1 p {
    font-size: 3.4rem;
    line-height: 5rem;
  }
  .main_news .slick-slide {
    width: 70rem !important;
    margin: 0px 12px;
  }
  .main_part .slick-slide {padding-top:6rem;}
  .slick-arrow {
    width: 14rem;
    height: 14rem;
  }
  .car {
    width: 100%;
  }
  .car .slick-next {
    right: -27px;
  }
  .col-2 {
    margin-top: 10rem;
  }
  .col-2 .btns {
    width: 70rem;
  }
  .img_decor {
    height: 45rem;
  }
  .side__buttons {
    flex-flow: column;
    padding-left: 1rem;
  }
  .side__buttons .btns, .side__buttons .btns_border {
    width: 70rem;
  }
  .body_win_block {
    padding: 7.2rem 3.6rem;
    margin-bottom: 6rem;
  }
  .body_win_block .h1_25 {
    font-size: 5rem;
    margin-bottom: 4.5rem;
  }
  .body_win_block p {
    font-size: 3.4rem;
  }
  .form_div p {
    line-height: 4rem;
  }
  .form .field {
    margin-bottom: 9.2rem;
  }
  .form .label {
    font-size: 4rem;
    padding-right: 3rem;
    letter-spacing: -1px;
    top: -2px;
  }
  .check-box {
    height: 5rem;
    width: 5rem;
  }
  .agree {
    font-size: 3.3rem;
    line-height: 4rem;
  }
  .bot_buttons {
    flex-flow: column;
  }
  .field .bot_buttons .d {
    width: 100%;
  }
  .field:last-child {
    margin-bottom: 1rem;
  }
  .congrad__text {
    margin: 4rem 0 5rem;
  }
  .congrad__text h1 {
    font-size: 5rem;
  }
  .congrad__text p {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-top: 4rem;
  }
  .body_win {
    margin: 0;
  }
  .form .text-input, .form .textarea {
    font-size: 4rem;
  }
  .check-box::before {
    top: 10px;
    left: 6px;
  }
  .check-box::before, .check-box::after {
    width: 3px;
  }
  .check-box::after {
    top: 4px;
  }
  .modal-dialog {
    max-width: 71rem;
    margin-top: 10rem;
    margin-left: 5rem;
  }
  .modal-content {
    padding: 11rem 5rem;
    height: inherit;
    font-size: 2.8rem;
  }
  .close__button {
    right: 13px;
    top: 29px;
  }
  .modal__title {
    font-size: 4.5rem;
  }
  .modal__body {
    font-size: 3.5rem;
    margin-top: 6rem;
  }
  .parts p {
    line-height: 5rem;
  }
  .parts {
    margin-bottom: 7rem;
  }
  .capcha .field {
    width: 55%;
  }
  .news_list .slider > div {
    width: 100%;
  }
  .body_content .main_news .nn .s1 {
    display: block;
    height: 48rem;
  }
  .body_content .main_news {
    padding: 0;
  }
  .body_content p {
  	font-size: 3.4rem;
  }
  .cells_item {
    width: 36rem;
    height: 33rem;
  }
  .cells_item img {
    width: 28rem;
  }
  .partner_item h2 {
    margin-bottom: 6rem;
  }
  #partn {
    margin-top: 0rem;
  }
  .side_col {
    display: none;
  }
  .menu_out {
    width: 100%;
    overflow-x: overlay;
  }
  .menu_in {
    width: 100%;
  }
  .menu_in .a1 {
  	margin-right: 0;
  }
  .main_menu_open .for_menu_btn {
    z-index: 112;
    transform: translate(0);
  }
  .menu_eff {
    line-height: 6rem;
  }
  .menu_eff > span {
    padding: 0.5rem 2rem;
  }
  input[type="radio"] {
    margin-left: 6.4rem;
    margin-top: 1.8rem;
  }
  .radio {
    width: 6rem;
    height: 6rem;
  }
  .radio::after {
    width: 4.5rem;
    height: 4.5rem;
  }
  .rlabel {
    font-size: 3.5rem;
    width: 79%;
  }
  .main_part .ttl {
    letter-spacing: 1px;
  }
  .main_part_txt {
    padding: 8.7rem 0 9rem;
  }
  .main_part .slick-slider {
    margin-bottom: 4rem;
  }
  .main_part {
    margin-bottom: 22.8rem;
  }
  .main_bot {
    margin-bottom: 7rem;
  }
  .form .field:nth-child(13) .label{
    font-size: 3rem;
    top: -2rem;
  }
  .form .field:nth-child(14) .label {
    top: -2rem;
  }
  .hotel {
    font-size: 1.8rem;
  }
  .hotel_table td, .hotel_table th {
    vertical-align: top;
    padding: 8px 3px;
  }
  .body_content p .btns_border, .body_content p .btns {
  	width: 100%;
  }
  .vote-cont .bx-vote-answer-list {
    display: flex;
  }
  .vote-cont .bx-vote-answer-list tbody {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  .vote-cont .bx-vote-answer-list img {
    width: 100%;
  }
}




























































/*=============================== zaglushka ================================================*/

.container {}

.stroka {background:#ffb500; height:85px; line-height:85px; font-size:25px; color:#000; font-family:arial; font-weight:bold; white-space:nowrap; text-transform:uppercase; overflow:hidden; margin-bottom:37px;}

.line1 {max-width:1280px; margin:0 auto; display:flex;}
.line1 .d1 {width:737px; height:645px; background:url(../img/vel1.jpg) no-repeat;}
.line1 .d2 {width:524px; height:645px; background:url(../img/vel2.png) no-repeat right top; padding-left:20px;}
.line1 .d2 .s1 {margin-top:49px;}
.line1 .d2 .s2 {margin-bottom:21px;}
.line1 .d2 .s3 {}
.line1 .d2 .s3 a {display:inline-block; margin-right:15px;}

.line2 {max-width:1280px; margin:0 auto; margin-bottom:100px;}
.line2 .dd {display:flex; justify-content:space-around;}

.line2 {margin-bottom:55px;}

.line3 {margin-bottom:55px; background:url(../img/bg_bot.png) no-repeat -57px top; height:600px; display:flex; justify-content:center; align-items:center;}
.line3 .dd {background:#fff; border:4px solid #000; padding:65px; box-shadow:0 0 3px rgba(0,0,0,.3)}

.line4 {max-width:1280px; margin:0 auto; margin-bottom:60px;}
.line4 .d1 {text-align:center; margin-bottom:27px;}
.line4 .d1 a {display: inline-block; margin: 0 7px;}
.line4 .d2 {text-align:center; margin-bottom:41px;}
.line4 .d3 {text-align:center; margin-bottom:60px;}

.line10 {background:#000; padding:27px 55px;}
.line10 .d1 {max-width:1280px; margin:0 auto;}




.marquee{
  width:100%;
  white-space:nowrap;
  overflow:hidden;
}

.marquee span {
  display:inline-block;
  padding-left:0%;
  -webkit-animation: marquee 600s infinite linear;
  animation: marquee 600s infinite linear;
}

@-webkit-keyframes marquee {
  0%{-webkit-transform: translate(0, 0);}
  100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
  0%{transform: translate(0, 0);}
  100%{transform: translate(-100%, 0)}
}









@media only screen and (max-width: 1200px) {
	html, body {overflow-x:hidden;}
	.line1 {width:1280px; margin-left: calc(98vw/2 - 1280px/2);}
}


@media only screen and (max-width: 1050px) {
	.marquee span {
		display:inline-block;
		padding-left:0%;
		-webkit-animation: marquee 300s infinite linear;
		animation: marquee 300s infinite linear;
	}
	.line1 {transform:scale(.85); width:1280px; margin-left: calc(100vw/2 - 1280px/2);}
	.line2 {transform:scale(.9); width:1120px; margin-left: calc(100vw/2 - 1120px/2);}
}

@media only screen and (max-width: 950px) {
	.line1 {transform:scale(.75); width:1280px; margin-top: -80px;}
	.line2 {transform:scale(.8); margin-top: -80px;}
}

@media only screen and (max-width: 850px) {
	.line1 {transform:scale(.65); width:1280px;}
	.line2 {transform:scale(.7)}
}

@media only screen and (max-width: 640px) {
	.line1 {transform:scale(1); width:inherit; margin-left: 0; margin-top:0; flex-direction:column-reverse}
  .line1 .d1 {margin-left: -41px; width: inherit;}
  .line1 .d2 {width:inherit; margin-left: 0px; height:inherit; margin-bottom:40px;}
  .line2 {transform:scale(1); margin-top:0;}
  .line2 .dd { flex-direction:column}
  .line2 .dd > div{text-align:center; margin-bottom:50px;}
}