@font-face {
  font-family: 'Glory-Reg';
  src: url("../fonts/Gilroy-Regular.eot"), url("../fonts/Gilroy-Regular.eot") format("eot"), url("../fonts/Gilroy-Regular.ttf") format("ttf"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Glory-Bol';
  src: url("../fonts/Gilroy-Bold.eot"), url("../fonts/Gilroy-Bold.eot") format("eot"), url("../fonts/Gilroy-Bold.ttf") format("ttf"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

ol, 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;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 30px;
}

.container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.popup-bg {
  display: none;
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0, .75);
}

.popup-cls {
  position: fixed;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 53px;
  cursor: pointer;
}

.popup-offer {
  position: fixed;
  z-index: 99999;
  top: 10%;
  left: calc(50% - 400px);
  background: #0101f7;
  border: 1px solid #000;
  color: #fff;
  border-top-left-radius: 32px;
  max-width: 800px;
  max-height: 600px;
  padding: 30px 25px;
  overflow-y: scroll;
  font-size: 16px;
}

.wrap {
  max-width: 1300px;
  margin-left: 235px;
}

header {
  padding-top: 102px;
  position: relative;
  z-index: 0;
}

header nav {
  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;
}

header nav ul {
  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: 700px;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 70px;
}

header nav ul a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

header nav ul a:hover {
  color: #0b23f3;
}

header .img_ab {
  position: absolute;
  top: 55px;
  right: 280px;
  z-index: -1;
}

header .img_ab img {
  width: 100%;
}

.main {
  position: relative;
  overflow: hidden;
  padding-bottom: 170px;
}

.main .img_animate {
  position: absolute;
  top: -90px;
  z-index: -1;
  left: 320px;
}

.main .wrap_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 530px;
}

.main .wrap_text .box_l {
  max-width: 669px;
  margin-right: 30px;
  font-size: 18px;
  margin-left: 75px;
}

.main .wrap_text .box_l .title_blue {
  font-size: 24px;
  color: #0b23f3;
  margin-bottom: 35px;
}

.main .wrap_text .box_r a {
  font-weight: 700;
  color: #0b23f3;
  border-radius: 30px;
  border: 3px solid #0b23f3;
  padding: 15px 30px;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
}

.main .img_ab_2 {
  position: absolute;
  top: 415px;
  right: -140px;
}

.main .img_ab_3 {
  position: absolute;
  top: 750px;
  left: -10px;
}

.main .img_ab_4 {
  position: absolute;
  top: 875px;
  right: 85px;
}

.main .descr {
  line-height: 30px;
}

.meet {
  padding-top: 100px;
}

.meet .title {
  font-size: 48px;
  color: #0b23f3;
  text-transform: uppercase;
  font-family: 'Glory-Reg';
  position: relative;
}

.meet .title strong {
  font-family: 'Glory-Bol';
}

.meet .title span {
  color: #ffffff;
}

.meet .title img {
  position: absolute;
  width: 328px;
  z-index: -1;
  top: -32px;
  left: -50px;
}

.img_date {
  position: absolute;
  top: 55px;
  left: 0;
}

.box_text_bg {
  margin-top: 100px;
}

.text_bg {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  background: #0b23f3;
  padding: 5px 20px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.list_def ul {
  padding-top: 30px;
}

.list_def ul li {
  margin-top: 50px;
  color: #58595b;
  padding-left: 45px;
  position: relative;
}

.list_def ul li span {
  position: absolute;
  display: block;
  color: #0a0e34;
  font-size: 18px;
  left: 0;
  top: -5px;
  font-weight: 700;
}

.list_def ul li span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 21px;
  height: 5px;
  border-radius: 10px;
  background: #0101f7;
}

.meet {
  position: relative;
  padding-bottom: 315px;
}

.meet .img_ab_1 {
  position: absolute;
  bottom: 200px;
  right: 278px;
}

.meet .img_ab_2 {
  position: absolute;
  bottom: 63px;
  right: 278px;
}

.meet .img_ab_3 {
  position: absolute;
  bottom: -62px;
  z-index: 1;
  left: 15px;
}

.total {
  background: #0b23f3;
  padding-top: 220px;
  padding-bottom: 250px;
  position: relative;
}

.total .img_ab_bg {
  -webkit-filter: invert(1);
          filter: invert(1);
  position: absolute;
  left: -100px;
  top: 330px;
}

.total .title {
  font-size: 48px;
  color: #030303;
  text-transform: uppercase;
  font-family: 'Glory-Reg';
  position: relative;
  max-width: 655px;
}

.total .title p {
  position: relative;
  z-index: 2;
}

.total .title strong {
  font-family: 'Glory-Bol';
  color: #0b23f3;
}

.total .title span {
  color: #ffffff;
}

.total .title img {
  position: absolute;
  width: 328px;
  z-index: 1;
  top: -32px;
  left: -50px;
}

.total .title .img_title_2 {
  right: -92px;
  left: auto;
  height: 105px;
  width: 435px;
}

.total .img_ab_1 {
  position: absolute;
  right: 595px;
  bottom: -62px;
}

.list_line ul {
  margin-left: 170px;
  padding-top: 85px;
}

.list_line ul li {
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
  margin-top: 55px;
}

.list_line ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  background: #fff;
}

.meet_2 {
  padding-top: 270px;
  padding-bottom: 390px;
  position: relative;
  overflow: hidden;
}

.meet_2 .title {
  font-size: 48px;
  color: #0b23f3;
  font-family: 'Glory-Reg';
  line-height: 55px;
  text-transform: uppercase;
}

.meet_2 .title strong {
  font-family: 'Glory-Bol';
}

.meet_2 .img_ab_1,
.meet_2 .img_ab_2,
.meet_2 .img_ab_3,
.meet_2 .img_ab_4 {
  position: absolute;
}

.meet_2 .img_ab_1 img,
.meet_2 .img_ab_2 img,
.meet_2 .img_ab_3 img,
.meet_2 .img_ab_4 img {
  width: 100%;
  height: 100%;
}

.meet_2 .img_ab_1 {
  top: 505px;
  right: 40px;
}

.meet_2 .img_ab_2 {
  bottom: 280px;
  left: 0;
}

.meet_2 .img_ab_3 {
  bottom: 210px;
  right: 370px;
}

.meet_2 .img_ab_4 {
  right: -300px;
  bottom: 120px;
}

.meet_2 .img_ab_1,
.meet_2 .img_ab_2,
.meet_2 .img_ab_4 {
  height: 105px;
  width: 400px;
}

.speacer {
  padding-bottom: 245px;
  position: relative;
}

.speacer .img_abs {
  position: absolute;
  left: 45px;
  bottom: 195px;
}

.speacer .img_abs1 {
  position: absolute;
  bottom: -63px;
  right: 135px;
  z-index: 1;
}

.speacer .title {
  position: relative;
  font-size: 48px;
  color: #0101f7;
  text-transform: uppercase;
  font-family: 'Glory-Bol';
  z-index: 1;
  margin-left: 525px;
  top: 50px;
}

.speacer .title img {
  position: absolute;
  z-index: -1;
  top: -32px;
  left: -85px;
  width: 390px;
  height: 108px;
}

.speacer .wrap_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.speacer .wrap_info .box_img {
  margin-right: 35px;
  width: 915px;
}

.speacer .wrap_info .box_img img {
  width: 100%;
}

.speacer .wrap_info .name {
  font-size: 48px;
  text-transform: uppercase;
  padding-top: 135px;
  letter-spacing: -3px;
  margin-bottom: 10px;
}

.speacer .wrap_info .position {
  text-transform: uppercase;
  font-size: 36px;
  color: #0101f7;
  letter-spacing: -2px;
  margin-bottom: 50px;
  line-height: 48px;
}

.speacer .wrap_info .descr {
  font-size: 20px;
  color: #020202;
  line-height: 33px;
}

.price {
  padding-top: 215px;
  position: relative;
  padding-bottom: 455px;
  background: #0101f7;
}

.price .title {
  position: relative;
  font-size: 48px;
  color: #0101f7;
  text-transform: uppercase;
  font-family: 'Glory-Bol';
  z-index: 1;
  margin-left: 525px;
  top: 50px;
}

.price .title img {
  position: absolute;
  z-index: -1;
  top: -38px;
  left: -50px;
  width: 460px;
  height: 108px;
}

.price .price_text {
  font-size: 48px;
  color: #ffffff;
  font-family: 'Glory-Reg';
  margin-top: 235px;
  margin-left: 525px;
  line-height: 72px;
}

.speacer .wrap_info .name {
    letter-spacing: 0px;
}
.price .img_ab_1,
.price .img_ab_2,
.price .img_ab_reg {
  position: absolute;
}

.price .img_ab_2 {
  bottom: -50px;
  right: 385px;
}
.main .wrap_text {
    padding-top: 395px;
}
.speacer .wrap_info .position {
    letter-spacing: 1px;
}
.price .img_ab_1 {
  left: 155px;
  top: 640px;
}

.price .img_ab_reg {
  bottom: -100px;
  right: 135px;
}

.singup {
  padding-top: 190px;
  padding-bottom: 230px;
  position: relative;
}

.singup .title {
  font-size: 48px;
  color: #0101f7;
  font-family: 'Glory-Bol';
  text-transform: uppercase;
  margin-bottom: 30px;
}

.singup .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 525px;
}

.singup .form input {
  font-size: 24px;
  border: 3px solid #0101f7;
  margin-top: 34px;
  border-radius: 30px;
  padding: 5px 0 5px 30px;
  color: #6a6a6a;
  outline: none;
}

.singup .img_ab_1,
.singup .img_ab_2,
.singup .img_ab_reg {
  position: absolute;
}

.singup .img_ab_1 {
  bottom: -53px;
  left: 80px;
}

.singup .img_ab_2 {
  top: 522px;
  right: 85px;
}

.singup .img_ab_reg {
  bottom: -50px;
  left: -100px;
}

.partners {
  padding-top: 140px;
  padding-bottom: 490px;
  position: relative;
}

.partners .title {
  position: relative;
  font-size: 48px;
  color: #020202;
  text-transform: uppercase;
  font-family: 'Glory-Bol';
  z-index: 1;
  margin-left: 525px;
  top: 50px;
}

.partners .title img {
  position: absolute;
  z-index: -1;
  top: -32px;
  left: -43px;
  width: 405px;
  height: 108px;
}

.partners .wrap_partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 265px;
}

footer {
  background: #0000ff;
  padding-top: 330px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

footer .box_contact {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

footer .title {
  position: relative;
  font-size: 48px;
  color: #0101f7;
  text-transform: uppercase;
  font-family: 'Glory-Bol';
  z-index: 1;
  margin-right: 445px;
}

footer .title img {
  position: absolute;
  z-index: -1;
  top: -32px;
  left: -35px;
  width: 375px;
  height: 108px;
}

footer .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .title_organization {
  font-size: 24px;
  margin-top: 260px;
  color: #ffffff;
  margin-bottom: 40px;
}

footer .wrap_orga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .wrap_orga .col-l {
  margin-right: 360px;
}

footer .wrap_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 130px;
}

footer .wrap_soc a {
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .wrap_soc a:hover {
  opacity: 1;
}

footer .img_ab_1,
footer .img_ab_2,
footer .img_ab_reg {
  position: absolute;
}

footer .img_ab_1 {
  top: -53px;
  left: 890px;
}

footer .img_ab_2 {
  bottom: -53px;
  right: 180px;
}

footer .img_ab_reg {
  bottom: 290px;
  right: -2300px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
#register-submit{
  color: #ffffff;
  background: #0101f7;
  cursor: pointer;
  margin-bottom: 15px;
  padding-left: 0;
}
footer .img_ab_1{
  display: none;
}
.main .img_ab_2{
  display: none;
}
@media only screen and (max-width: 1700px) {
  .partners{
    padding-bottom: 265px;
  }
  .img_date{
  left: -345px;
}
.main .img_animate{
  width: 890px;
  left: 110px;
}
.main .img_animate img{
 width: 100%;
}
.main .wrap_text{
  padding-top: 275px;
}
.main .wrap_text .box_l{
  margin-left: 0;
}
.main .img_ab_3{
  top: auto;
  bottom: 0;
}
header .img_ab{
  right: 0;
}
.speacer .wrap_info .name{
  padding-top: 100px;
  font-size: 40px;
}
.speacer .wrap_info .position{
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 1550px) {
	header {
    	padding-top: 1.7em;
    }
    header .img_date {
    	top: 0.3em;
	}
	header .img_ab {
    	top: 0.3em;
	}

	.box_text_bg {
    	margin-top: 2.3em;
	}
	.text_bg {
	    font-size: 26px;
	}
	.main {
    	padding-bottom: 50px;
	}
	.main .img_animate {
    	width: 808px;
    }
	.main .wrap_text {
    	padding-top: 5.7em;
	}
	.main .wrap_text .box_l .title_blue {
	    font-size: 21px;
	    margin-bottom: 25px;
	}
	.main .descr {
    	line-height: 25px;
	}
	.main .img_ab_3 {
    	display: none;
	}
	.list_def ul li {
    	margin-top: 35px;
    	font-size: 22px;
    }
    .meet {
	    padding-bottom: 270px;
	}
	.meet .img_ab_2 {
		bottom: 123px;
	    right: 254px;
	}
	.meet .img_ab_1 {
   		bottom: 95px;
    	right: 278px;
	}
	.img_ab_2 img {
    	width: 85%;
	}
	.total {
	    padding-top: 150px;
	    padding-bottom: 150px;
	}
	.list_line ul li {
	    font-size: 27px;
	    padding-left: 42px;
	    position: relative;
	    margin-top: 32px;
	}
	.total .title .img_title_2 {
	    height: 85px;
	    width: 290px;
	    right: -17px
	}
	.total .title img {
	    width: 248px;
	    height: 85px;
	}
	.total .title {
    	font-size: 32px;
    	max-width: 484px;
	}
	.total .title img {
	    top: -28px;
	    left: -50px;
	}
	.meet_2 {
	    padding-top: 150px;
	    padding-bottom: 330px;
	}
	.meet_2 .title {
    	font-size: 38px;
    	line-height: 48px;
    }
    .list_def ul {
    	padding-top: 15px;
	}
	.meet_2 .img_ab_1 img, .meet_2 .img_ab_2 img, .meet_2 .img_ab_3 img, .meet_2 .img_ab_4 img {
    	width: 75%;
   		height: 75%;
	}
	.meet_2 .img_ab_1 {
    	top: 340px;
    	right: 0px;
	}
	.meet_2 .img_ab_2 {
    	bottom: 190px;
   	}
	.speacer .title {
    	font-size: 36px;
    	margin-left: 580px;
    }
    .speacer .title img {
	    top: -22px;
	    left: -80px;
	    width: 293px;
	    height: 78px;
	}
	.speacer .wrap_info .name {
    	padding-top: 90px;
    	font-size: 32px;
	}
	.speacer .wrap_info .position {
    	font-size: 19px;
    	line-height: 25px;
    	margin-bottom: 14px;
	}
	.speacer .wrap_info .descr {
    	font-size: 20px;
   		color: #020202;
   		line-height: 29px;
	}
	.speacer .wrap_info .box_img {
    	margin-right: 30px;
    	width: 100%;
    	max-width: 705px;
    	min-width: 300px;
	}
	.price {
    	padding-top: 180px;
    	padding-bottom: 400px;
	}
	.price .title {
    	font-size: 38px;
	}
	.price .price_text {
    	font-size: 38px;
    	margin-top: 140px;
    	margin-left: 485px;
    	line-height: 58px;
	}
	.price .img_ab_reg {
    	bottom: 30px;
    	right: 142px;
	}
	.img_ab_reg img {
    	width: 82%;
	}
	.singup {
    	padding-top: 150px;
    	padding-bottom: 150px;
    }
	.singup .form {
    	max-width: 450px;
	}
	.singup .form input {
	    font-size: 18px;
	    margin-top: 20px;
	    padding: 10px 0 10px 30px;
    }
    .singup .title {
    	font-size: 38px;
    	margin-bottom: 10px;
	}
	.singup .img_ab_1 {
    	left: 130px;
    	bottom: -110px;
	}
	.singup .img_ab_2 {
    	top: 460px;
    	right: 85px;
	}
	form#liqpay-form a {
    	font-size: 22px;
   		text-align: center;
	}
	.partners {
    	padding-bottom: 150px;
	}
	.partners .wrap_partners {
    	margin-top: 150px;
	}
	.partners .title {
    	top: 0;
	}
	footer {
        padding-top: 250px;
    }
    footer .title {
    	font-size: 38px;
    	margin-right: 455px;
	}
	footer .title img {
    	top: -35px;
    	left: -62px;
    	width: 357px;
    	height: 100px;
	}
	footer .box_contact {
    	font-size: 21px;
    	line-height: 26px;
	}
	footer .title_organization {
    	font-size: 24px;
    	margin-top: 200px;
    	margin-bottom: 30px;
	}
	footer .img_ab_2 {
    	bottom: 0;
    	right: 180px;
	}

}
@media only screen and (max-width: 1300px) {
  body{
    font-size: 18px;
  }
  .wrap{
    margin-left: 100px; 
  }
  .img_date{
    left: -390px;
  }
  header .img_ab{
    right: -65px;
  }


  .img_animate img{
    width: 100%;
  }
  .main .img_ab_3{
    left: -130px;
  }
  .main .img_ab_4{
    top: 955px;
    right: 9px;
  }
  header nav ul{
    margin-left: 225px;
  }
  .price .title{
    margin-left: 280px;
  }
  .partners .wrap_partners{
    -ms-align-items: center;
    align-items: center;
  }
  .partners .wrap_partners .col{
    width: 25%;

  }
  .partners .wrap_partners .col:nth-child(2){
    width: 15%;
  }
  .partners .wrap_partners .col img{
    width: 100%;
  }
  .partners .title{
    margin-left: 235px;
  }
  .main .wrap_text .box_l .title_blue{
    font-size: 20px;
  }
  .main .wrap_text .box_l{
    font-size: 14px;
  }
  .meet .title{
    font-size: 28px;
  }
  .meet .img_ab_1{
    right: 78px;
  }
  .meet .img_ab_2{
    right: 52px;
  }
  .total .title{
    font-size: 28px;
  }
  .list_line ul li{
    font-size: 16px;
  }
  .meet_2 .title{
    font-size: 28px;
  }
  .meet_2 .img_ab_3{
    right: 70px;
  }
  .speacer .wrap_info .name{
    font-size: 28px;
  }
  .speacer .title{
    font-size: 28px;
    margin-left: 490px;
    top: 20px;
  }
  .speacer .wrap_info .position{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .speacer .wrap_info .box_img{
    width: 85%;
  }
  .speacer .wrap_info .box_img img{
    width: 100%;
  }
  .speacer .wrap_info .descr{
    font-size: 14px;
    line-height: 18px;
  }
  .speacer .wrap_info .name{
    padding-top: 90px;
  }
  .price .price_text{
    margin-left: 340px;
    font-size: 14px;
    line-height: 60px;
  }
  .price .img_ab_reg{
    right: 35px;
  }
  .price .img_ab_2{
    right: 85px;
  }
  .singup .img_ab_2{
    display: none;
  }
  .singup .img_ab_reg{
    display: none;
  }
  footer .title{
    margin-right: 220px;
  }
  footer .wrap_orga .col-l{
    margin-right: 135px;
  }
  /**/
  header {
    	padding-top: 47px;
	}
	header .img_ab img {
    	width: 75%;
	}
	header .img_ab {
    	top: 15px;
    	right: -65px;
	}
	.img_date {
    	left: -290px;
	}
	.img_date img {
    	width: 75%;
	}
    .box_text_bg {
    	margin-top: 5em;
	}
	.main .wrap_text {
	    padding-top: 18em;
	}
	.main .img_animate {
    	width: 75.1%;
    	left: 40px;
    	top: -120px;
	}
	header nav ul {
    	margin-left: 75px;
	}
	header .img_date {
    	top: 15px;
	}
	.meet .title {
    	font-size: 18px;
	}
	.meet .title img {
	    width: 341px;
	    top: -50px;
	    left: -15px;
	}
	.meet {
    	padding-top: 90px;
	}
	.price .title{
    	font-size: 18px;
  	}
  	.speacer .title{
    	font-size: 18px;
  	}
  	.singup .title{
    	font-size: 18px;
  	}
    .partners .title{
    	font-size: 18px;
  	}
  	.list_def ul {
    	padding-top: 60px;
	}
	.total .title img {
	    width: 160px;
	    height: 55px;
	}
	.total .title img {
    	top: -20px;
    	left: -36px;
	}
	.total .title .img_title_2 {
    	height: 55px;
    	width: 160px;
    	right: 204px;
	}
	.list_line ul li {
    	margin-top: 25px;
	}
	.img_ab_1 img {
    	width: 75%;
	}
	.total .img_ab_1 {
    	bottom: -40px;
	}
	.meet_2 {
    	padding-top: 100px;
    	padding-bottom: 230px;
	}
	.img_ab_2 img {
    	width: 60%;
	}
	.meet .img_ab_1 {
    	bottom: 100px;
    }
    .meet_2 .list_def ul {
    	padding-top: 0;
	}
    .meet_2 .list_def ul li {
    	margin-top: 30px;
    	font-size: 16px;
	}
	.meet_2 .img_ab_2 {
    	bottom: 60px;
	}
	.meet_2 .img_ab_3 {
    	bottom: 65px;
	}
	.meet_2 .img_ab_4 {
    	right: 0;
    	bottom: 343px;
	}
	.speacer .title img {
    	left: -56px;
    	top: -30px;
    }
    .partners .title img {
	    position: absolute;
	    z-index: -1;
	    top: -32px;
	    left: -90px;
	    width: 338px;
	    height: 79px;
	}
	.partners .title {
    	margin-left: 59%;
	}
	.singup .img_ab_1 {
    	bottom: -50px;
	}

}
@media only screen and (max-width: 1200px) {
  .text_bg{
    font-size: 18px;
  }
  .main .img_ab_4{
    top: 910px;
  }
  .total .title{
    font-size: 18px;
  }
  .list_line ul{
    margin-left: 115px;
  }
  .meet_2 .title{
    font-size: 18px;
  }
  .meet_2 .img_ab_1{
    display: none;
  }
  body{
    font-size: 12px;
  }
  .speacer .wrap_info .box_img{
    width: 50%;
  }
  .speacer .wrap_info .name{
    font-size: 13px;
    padding-top: 75px;
  }
  .speacer .wrap_info .position{
    font-size: 12px;
    line-height: 14px;
  }
  .speacer .wrap_info .descr{
    font-size: 11px;
    line-height: 14px;
  }

 
  footer .title_organization{
    font-size: 15px;
  }
  .text_bg{
    font-size: 13px;
  }
  .speacer .img_abs{
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
	header nav ul {
    	justify-content: space-evenly;
	}
	.main .img_animate {
    width: 75.1%;
    left: 15%;
    top: -112px;
	}
	.meet .img_ab_3 img {
    	width: 75%;
	}
	.meet .img_ab_3 {
        bottom: -42px;
    }
    .price .title img {
	    position: absolute;
	    z-index: -1;
	    top: -38px;
	    left: -50px;
	    width: 366px;
	    height: 89px;
	}
	.price .title {
    	margin-left: 43%;
	}
	.price .price_text {
    	margin-left: 43%;
    }
    .price .img_ab_2 {
    	bottom: -33px;
    }
    .singup {
    	padding-top: 75px;
    	padding-bottom: 75px;
  }
  .popup-offer {
    top: 0;
    left: 0;
    border-top-left-radius: 90px;
    max-height: 100%;
    max-width: 100%;
  }
  .popup-cls {
    z-index: 99999999;
  }
}
@media only screen and (max-width: 768px) {
	.main .img_animate {
    	width: 75.1%;
    	left: 10%;
    	top: 0;
	}
	.meet_2 .img_ab_4 {
		display: none;
	}
	.box_r {
    	margin: 0 25px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */