/*fonts*/
@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerif';
  src: url("../fonts/NotoSerif.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerif';
  src: url("../fonts/NotoSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: normal;
  background: #F8F8F8;
  color: #222222;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #292D6D;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

p {
  width: 100%;
  font-size: 17px;
  line-height: 27px;
  color: #5D5D5D;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  color: #222222;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

/*input {*/
/*  font-family: 'NotoSerif', sans-serif;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*  opacity: 1;*/
/*  border-radius: 0;*/
/*}*/

input::-webkit-input-placeholder {
  color: #98A1CC;
}

input::-moz-placeholder {
  color: #98A1CC;
}

input:-ms-input-placeholder {
  color: #98A1CC;
}

input:-moz-placeholder {
  color: #98A1CC;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}


/*form */

.redBorder, .tel.__error {
  border-color: red !important
}

.greenBorder {
  border-color: green !important
}

input[type=tel] {
  position: relative
}

.__error + span::before {
  content: "";
  position: absolute;
  top: -19px;
  color: red;
  left: 11px
}
.form_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.form_new input {
  padding: 18px;
  width: 100%;
  max-width: 250px;
  border: 1px solid #333;
  border-radius: 5px;
  background: 0 0;
  margin: 10px 0;
  font-size: 16px;
  color: #212128
}

.form_new_bottom input {
  max-width: 320px;
}

.form_new_bottom .iti {
  max-width: 320px!important;
}


.form_new-transparent input {
  background: #fff!important;
  border: 1px solid #fff!important;
}

.form_new .iti {
  width: 100%;
  max-width: 250px
}

.form_new-transparent button {
  color: #000!important;
  background: #fff!important;
}


.form_new-transparent .button:before {
  background: #fff!important;
}


.form_new-transparent .button p {
  color: #000!important;
}
.form_new-transparent .button p:hover {
  color: #fff!important;
}
.form_new-transparent .checkbox label a {
  color: #fff!important;
  opacity: 1!important;
}

.form_new button {
  border: 1px solid #ff274b;
  margin: 10px 0;
  width: 100%;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff
}

.form_new button p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #fff
}
.swal-button {
  background-color: #ff274b
}

.swal-button:hover {
  background-color: #ff274b
}
.form_new .checkbox {
  width: 100%
}

.form_new .checkbox input {
  width: 2%;
  padding: 5px
}

.form_new .checkbox {
  display: flex;
  align-items: center;
}

.form_new .checkbox label a {
  opacity: .5;
  color: #212128;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-left: 10px;
}

.iti__selected-flag {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

/*form end*/

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.section {
  padding: 100px 0px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  max-width: 800px;
  margin-bottom: 60px;
}

.section-title img {
  margin-bottom: 20px;
}

.section-title span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section-title h2:after {
  content: '';
  width: 84px;
  height: 3px;
  border-radius: 4px;
  background: #CD141F;
  margin-top: 20px;
  -webkit-animation: anim-1 7s infinite linear;
          animation: anim-1 7s infinite linear;
}

.section-title p {
  margin-top: 20px;
}

.section-title.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0px auto 60px auto;
}

.section-title.center h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.title-xl {
  font-family: 'NotoSerif', sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 76px;
  color: #222222;
}

.title-lg {
  font-family: 'NotoSerif', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #222222;
}

.title-md {
  font-family: 'NotoSerif', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
}

.title-sm {
  font-family: 'NotoSerif', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}

.button {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 6px 10px rgba(41, 45, 109, 0.2);
          box-shadow: 0px 6px 10px rgba(41, 45, 109, 0.2);
  border-radius: 5px;
  padding: 20px 45px;
  overflow: hidden;
}

.button:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #CD141F;
}

.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #292D6D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button span {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 21px;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icons/1.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider-pagination {
  width: auto;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  font-family: 'NotoSerif', sans-serif;
}

.slider-pagination .swiper-pagination-current {
  font-size: 30px;
  color: #CD141F;
}

.slider-progressbar {
  position: relative;
  width: 200px;
  height: 4px;
  background: #FFFFFF;
  margin: 0px 20px;
}

.slider-progressbar .swiper-pagination-progressbar-fill {
  background: #CD141F;
}

.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider-arrow svg {
  fill: #292D6D;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .button:hover:after {
    width: 100%;
  }
  .button:hover span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .slider-arrow:hover {
    border: 1px solid #292D6D;
    background: #292D6D;
  }
  .slider-arrow:hover svg {
    fill: #FFFFFF;
  }
}

@media (max-width: 1200px) {
  .title-xl {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title img {
    max-width: 110px;
  }
  .section-title span {
    font-size: 13px;
  }
  .section-title:after {
    height: 2px;
  }
  .section-title.center {
    margin: 0px auto 30px auto;
  }
  .title-xl {
    font-size: 30px;
    line-height: 40px;
  }
  .title-lg {
    font-size: 26px;
    line-height: 36px;
  }
  .title-md {
    font-size: 17px;
    line-height: 30px;
  }
  .button {
    width: 100%;
    font-size: 13px;
    padding: 17px 0px;
    text-align: center;
  }
  .slider-pagination {
    font-size: 16px;
  }
  .slider-pagination .swiper-pagination-current {
    font-size: 24px;
  }
  .slider-progressbar {
    width: 120px;
    margin: 0px 10px;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
  }
}

/*-options*/
/*animation*/
@-webkit-keyframes anim-1 {
  from {
    width: 0px;
  }
  to {
    width: 84px;
  }
}
@keyframes anim-1 {
  from {
    width: 0px;
  }
  to {
    width: 84px;
  }
}

/*-animation*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header .container {
  max-width: 1800px;
}

.header.active {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.header.active .header-contacts {
  opacity: 1;
  z-index: 9999;
}

.header.active .header-button {
  opacity: 1;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-logo img {
  width: 160px;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-contacts li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 50px;
  margin-right: 80px;
}

.header-contacts img {
  position: absolute;
  left: 0;
  top: 0;
}

.header-contacts span {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.header-contacts b {
  font-family: 'NotoSerif', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
}

.header-button {
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 6px 10px rgba(41, 45, 109, 0.2);
          box-shadow: 0px 6px 10px rgba(41, 45, 109, 0.2);
  border-radius: 5px;
  padding: 20px 45px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-button:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #292D6D;
}

.header-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #CD141F;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-button span {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 21px;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icons/1.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 1200px) {
  .header-button:hover:after {
    width: calc(100% - 35px);
  }
  .header-button:hover span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .header {
    padding: 10px 0px;
  }
  .header-contacts {
    display: none;
  }
  .header-logo img {
    width: 170px;
  }
}

@media (max-width: 800px) {
  .header {
    padding: 5px 0px;
    opacity: 0;
  }
  .header.active {
    opacity: 1;
  }
  .header-logo img {
    width: 100px;
  }
  .header-button {
    font-size: 11px;
    padding: 15px 15px;
  }
}

/*-header*/
/*home*/
.home {  
  height: 100vh;
  background: url("../img/bgr/1.jpg") center no-repeat;
  background-size: cover;  
  background-attachment: fixed;
}

.home .container {
  position: relative;
  height: 100%; 
}

.home-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-text {
  width: 48%;
  margin-top: 150px;
  position: relative;
}



.home-text p {
  color: #CD141F;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  position: relative;
}

.home-text span {
  color: #222;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin: 20px 0;
}

.home-text p:after {
  content: '';
  width: 90px;
  height: 3px;
  background: #CD141F;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.home-text h1 {
  margin-bottom: 20px;
}

.home-text h2 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #292D6D;
}

.home-text h2 span {
  display: inline;
  background: #FFFFFF;
  padding: 0 20px 0 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.home-text h2 b {
  color: #CD141F;
}

.home-text p {
  margin-bottom: 20px;
}

.home-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.popup p {
  text-align: center;
}

.home-contacts li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 50px;
  margin-right: 50px;
  min-width: 175px;
}

.home-contacts li:last-child {
  margin-right: 0px;
}

.home-contacts img {
  position: absolute;
  left: 0;
  top: 24px;
}

.home-contacts span {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.home-contacts b {
  font-family: 'NotoSerif', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}

.home-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
-webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  position: absolute;
  right: 15px;
  top: 0; 
  height: calc(100% - 235px);

  max-width: 50%;}

.home-img::before {
  content: url("../img/leaf.svg");
  position: absolute;
  top: 30px;
  left: -82px;
}
.home-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-form {
  position: absolute;
  left: 15px;
  bottom: 0;  
  width: calc(100% - 30px);
  padding: 30px 40px;
  background: #FFFFFF;
}

.home-form::after {
  content: url("../img/leaf2.svg");
  position: absolute;
  bottom: -73px;
  right: 57px;

}
.who-img:after {
  content: url("../img/leaf3.svg");
  position: absolute;
  bottom: -73px;
  right: 57px;

}

.what-img:before {
  content: url("../img/leaf3.svg");
  position: absolute;
  bottom: 59px;
  left: 0;


}


/*.home-form h3 {*/
/*  margin-bottom: 20px;*/
/*}*/

.home-btn {
  display: none;
}
@media (max-height: 750px) and (min-width: 1200px)  {
 .home-img {
  height: calc(100% - 195px);
}
.home-text{
 margin-bottom: 20px; 
}
.header-logo img {
  width: 105px;
}
.home-text h2{
 font-size: 30px;
 line-height: 50px;    
}
.home-contacts b {
 font-size: 16px;
}
.home-contacts span {
 font-size: 14px;
}
.home-form {
 padding: 15px 20px;    
}
/*.home-form h3{*/
/* margin-bottom: 10px;*/
/*}*/
}
@media (max-width: 1366px) {
  .home {
    background-attachment: scroll;
  }
}

@media (max-width: 1200px) {
  .home {
    height: auto;
    padding: 120px 0px 0px 0px;
  }
 .home-img {
  position: static;
  height: auto;  
  max-width: 50%;
 }  
.home-form {
 position: static;
 width: 100%;
}
.home-text {
   margin-top: 0;
  }  
  .home-text h2 {
    font-size: 35px;
    line-height: 55px;
  }}

@media (max-width: 800px) {
  .home {
    padding: 20px 0px 0px 0px;
    background: url("../img/bgr/1_mb.jpg") center no-repeat;
    background-size: cover;
  }
  .home-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-text h1 {
    margin-bottom: 10px;
  }
  .home-text h2 {
    font-size: 24px;
    line-height: 38px;
  }
/*    .home-text h2 b {*/
/*    color: #292D6D;*/
/*}  */
  .home-text h2 span {
    padding: 0 5px 0 5px;
  }
  .home-text p {
    margin-bottom: 10px;
  }
  .home-contacts {  
    margin-bottom: 10px;
  }
  .home-contacts li {
    flex-direction: row;
    align-items: center;    
   padding: 0; 
   margin-right: 20px;  
}
  .home-contacts img {
   position: static; 
   width: 28px;
  margin-right: 5px; 
  }
  .home-contacts span {
    display: none;
  }
  .home-contacts b {
    font-size: 12px;
  }
  .home-btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .home-img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);    
  }
  .home-form {
    display: none;
  }
}

/*-home*/
/*speaker*/
.speakers {
  background: url("../img/bgr/2.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.speakers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px -15px;
}

.speakers-list li {
  position: relative;
  width: calc(33.3% - 30px);
  margin: 90px 15px 30px 15px;
  text-align: center;
  padding: 180px 30px 30px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(34, 34, 34, 0.05);
          box-shadow: 0px 0px 50px rgba(34, 34, 34, 0.05);
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.speakers-list img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.speakers-list h3 {
  margin-bottom: 5px;
}

.speakers-list span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #CD141F;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 1366px) {
  .speakers {
    background-attachment: scroll;
  }
}

@media (min-width: 1200px) {
  .speakers-list li:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 50px rgba(205, 20, 31, 0.1);
            box-shadow: 0px 0px 50px rgba(205, 20, 31, 0.1);
  }
}

@media (max-width: 1200px) {
  .speakers {
    padding-top: 120px;
  }
  .speakers-list li {
    width: calc(50% - 30px);
  }
}

.mobile-title {
  display: none;
}

.mobile-contacts {
  display: none;
}

@media (max-width: 800px) {
  .home-contacts b br {
    display: none;
  }
  .speakers {
    padding-top: 50px;
  }
  .speakers-list {
    margin: 0px;
  }
  .speakers-list li {
    width: 100%;
    margin: 90px 0px 0px 0px;
    padding: 120px 15px 15px 15px;
  }
  .speakers-list img {
    width: 160px;
  }
}

@media (max-width: 500px){
  .form_new input {
    max-width: 320px;
  }
  .form_new .iti {
    max-width: 320px;
  }
  .home-text h2 span {
    background: transparent;
  }
  .mobile-contacts {
    display: block;
  }

  .home-img {
    position: relative;
    left: 0px;
    width: 100%;
    max-width: calc(100% + 30px);
  }

  .mobile-contacts ul li {
    background: #fff;
    padding: 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .mobile-contacts ul li img {
    margin-right: 4px;
    margin-bottom: 3px;
  }
  .home-contacts {
    display: none;
  }
  .home-img {
    background-image: url("../img/1.png");
    background-size: cover;
    height: 220px;
  }


  .home-img img {
    display: none;
  }
  .desctop-title {
    display: none;
  }

  .home-text h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .title-xl {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
  .mobile-title {
    display: block;
    text-align: center;
  }

  .home-text h1 {
    font-size: 42px!important;
    line-height: 45px;
    position: relative;
    z-index: 999;
  }

  .home-text h1:before {
    content: url("../img/leaf.svg");
    position: absolute;
    left: 15px;
    bottom: -10px;
    z-index: -1;
  }

  .what::before {
    display: none;
  }
}

/*-speaker*/
/*plus*/
.plus {
  background: url("../img/bgr/3.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.plus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}

.plus-list li {
  position: relative;
  width: calc(33.3% - 30px);
  padding: 0px 15px 40px 15px;
  margin: 0px 15px 0px 15px;
}

.plus-list li:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E7E7E7;
}

.plus-list li:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 8px;
  background: url("../img/icons/2.svg") center no-repeat;
  background-size: contain;
}

.plus-list li:last-child:after {
  display: none;
}

.plus-list img {
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.plus-list h3 {
  margin-bottom: 5px;
}

.plus-list b {
  color: #CD141F;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .plus-list li:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 1366px) {
  .plus {
    background-attachment: scroll;
  }
}

@media (max-width: 800px) {
  .plus {
    background: #FFFFFF;
  }
  .plus-list {
    margin: 0px;
  }
  .plus-list li {
    width: 100%;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 20px 0px;
  }
  .plus-list li:last-child {
    padding: 0px;
    margin-bottom: 0px;
  }
  .plus-list li:last-child:before {
    display: none;
  }
  .plus-list img {
    margin-bottom: 10px;
  }
}

/*-plus*/
/*request*/
.request {
  padding: 50px 0px;
  background: url("../img/bgr/6.jpg") center no-repeat;
  background-size: cover;
}

.request h2 {
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .request h2 {
    text-align: center;
  }
}

/*-request*/
/*who*/
.who .container {
  position: relative;
  z-index: 1;
}

.who-bgr {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: -650px;
}

.who-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.who-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}

.who-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.who-img:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -200px;
  bottom: -80px;
  width: 2000px;
  height: 440px;
  background: #F5EFEF;
  border-radius: 0px 174px 0px 0px;
}

.who-text {
  position: relative;
  z-index: 1;
  width: 48%;
}

.who-text p {
  margin-bottom: 20px;
}

.who-text p:last-child {
  margin-bottom: 0px;
}

.who-text b {
  font-weight: 400;
  color: #CD141F;
}

@media (min-width: 1200px) {
  .who-img:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media (max-width: 800px) {
  .who-bgr {
    position: static;
    margin-bottom: 50px;
  }
  .who-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .who-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .who-img:before {
    display: none;
  }
  .who-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}

/*-who*/
/*what*/
.what {
  background: #F8F8F8;
  position: relative;
}

.what::before {
  content: url("../img/images/what/2.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30%, -50%);
}

.what .container {
  position: relative;
  z-index: 1;
}

.what-bgr {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: -300px;
}

.what-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.what-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}

.what-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.what-text {
  position: relative;
  z-index: 1;
  width: 48%;
}

.what-text p {
  margin-bottom: 20px;
}

.what-text p:last-child {
  margin-bottom: 0px;
}

.what-text b {
  font-weight: 400;
  color: #CD141F;
}

.what-text ul {
  margin-bottom: 40px;
}

.what-text li {
  position: relative;
  font-size: 17px;
  line-height: 27px;
  color: #5D5D5D;
  padding-left: 25px;
  margin-bottom: 20px;
}

.what-text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #292D6D;
}

.what-text li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1650px) {
.what::before {
  content: url("../img/images/what/2.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
}

@media (min-width: 1200px) {
  .what-img:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media (max-width: 800px) {
  .what-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .what-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .what-text li {
    font-size: 14px;
    line-height: 21px;
  }
  .what-img {
    width: 100%;
  }
}

/*-what*/
/*why*/
.why {
  background: url("../img/bgr/7.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.why-wraper {
  position: relative;
  padding: 80px 100px;
  background: #F8F8F8;
  border-radius: 25px;
}

.why-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.why-slide {
  opacity: 0 !important;
}

.why-slide.swiper-slide-active {
  opacity: 1 !important;
}

.why-slide_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
}

.why-slide_img img {
  width: 100%;
}

.why-slide_text {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 50px rgba(34, 34, 34, 0.05);
          box-shadow: 0px 0px 50px rgba(34, 34, 34, 0.05);
  border-radius: 10px;
  padding: 50px;
}

.why-slide_text h3 {
  margin-bottom: 20px;
}

.why-slide_text p {
  margin-bottom: 30px;
}

.why-slide_text b {
  color: #CD141F;
}

.why-slider_prev {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  z-index: 2;
}

.why-slider_next {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  z-index: 2;
}

@media (max-width: 1366px) {
  .why {
    background-attachment: scroll;
  }
}

@media (max-width: 1200px) {
  .why-wraper {
    padding: 40px 30px;
  }
  .why-slider_prev {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .why-slider_next {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .why-pagination {
    margin: 0px 20px;
  }
}

@media (max-width: 800px) {
  .why {
    background: #FFFFFF;
  }
  .why-wraper {
    padding: 0px;
    background: transparent;
  }
  .why-slide_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .why-slide_text {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 100%;
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .why-slide_text h3 {
    margin-bottom: 10px;
  }
  .why-slide_text p {
    margin-bottom: 20px;
  }
  .why-navigation {
    margin-top: 20px;
  }
}

/*-why*/
/*comments*/
.comments {
  background: url("../img/bgr/5.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.comments-slider {
  overflow: visible;
}

.comments-slide {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(34, 34, 34, 0.05);
          box-shadow: 0px 0px 50px rgba(34, 34, 34, 0.05);
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.comments-slide:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 49px;
  height: 49px;
  background: url("../img/icons/3.svg") center no-repeat;
  background-size: contain;
}

.comments-slide_title {
  position: relative;
  min-height: 60px;
  padding-left: 80px;
  padding-right: 60px;
  margin-bottom: 20px;
}

.comments-slide_title img {
  position: absolute;
  left: 0;
  top: 0;
}

.comments-slide_title span {
  font-size: 12px;
  line-height: 18px;
  color: #CD141F;
}

.comments-slide_content p.active {
  height: 100%;
}

.comments-slide_content span {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #292D6D;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.comments-slide_content span b {
  font-weight: 400;
}

.comments-slide_content span svg {
  fill: #292D6D;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.comments-slide_content span.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.comments-slide_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #CD141F;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.comments-slide_content svg {
  fill: #CD141F;
}

.comments-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .comments-slide:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 50px rgba(205, 20, 31, 0.1);
            box-shadow: 0px 0px 50px rgba(205, 20, 31, 0.1);
  }
  .comments-slide_content span:hover {
    color: #CD141F;
  }
  .comments-slide_content span:hover svg {
    fill: #CD141F;
  }
  .comments-slide_content a:hover {
    color: #292D6D;
  }
  .comments-slide_content a:hover svg {
    fill: #292D6D;
  }
}

@media (max-width: 1366px) {
  .comments {
    background-attachment: scroll;
  }
}

@media (max-width: 800px) {
  .comments {
    background: #F8F8F8;
  }
  .comments-slide {
    padding: 20px 15px;
  }
  .comments-slide:after {
    width: 35px;
    height: 35px;
  }
  .comments-navigation {
    margin-top: 20px;
  }
  .comments-slide_title {
    padding: 0px;
    margin-bottom: 5px;
  }
  .comments-slide_title img {
    position: static;
    margin-bottom: 5px;
    width: 50px;
  }
  .comments-slide_content a {
    font-size: 14px;
  }
}

/*-comments*/
/*contacts*/
.contacts {
  position: relative;
  z-index: 1;
}

.contacts:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../img/bgr/8.jpg") center no-repeat;
  background-size: cover;
}

.contacts:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../img/map.png") left no-repeat;
  background-size: cover;
}

.contacts-wrap {
  width: 40%;
}

.contacts-wrap h2 {
  margin-bottom: 20px;
}

.contacts-map {
  display: none;
}

@media (max-width: 800px) {
  .contacts {
    background: #FFFFFF;
    padding-bottom: 0px;
  }
  .contacts:before {
    display: none;
  }
  .contacts:after {
    display: none;
  }
  .contacts-wrap {
    width: 100%;
  }
  .contacts-map {
    position: relative;
    left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 30px);
  }
  .contacts-map img {
    width: 100%;
  }
}

/*-contacts*/
/*footer*/
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-logo img {
  width: 165px;
}

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-tel span {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

.footer-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-tel a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/images/footer/1.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-socials span {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

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

.footer-socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.footer-socials li:last-child {
  margin-right: 0px;
}

.footer-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-bottom {
  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;
  padding: 15px 0px;
  border-top: 1px solid rgba(93, 93, 93, 0.25);
}

.footer-bottom span {
  font-size: 15px;
}

.footer-bottom span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom span:nth-child(2) a {
  display: block;
  margin-top: 11px;
  margin-left: 7px;
}

@media (min-width: 1200px) {
  .footer-tel a:hover {
    color: #CD141F;
  }
  .footer-socials a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 800px) {
  .home-text p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }
  .home-text p:after {
    display: none;
  }
  .home-text span {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
  }
  .home-text {
    text-align: center;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
    width: 150px;
  }
  .footer-tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .footer-socials {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*-footer*/
/*popup*/
.popup {
  position: fixed;
  z-index: 15;
  left: 50%;
  top: 50%;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/bgr/9.jpg") center no-repeat;
  background-size: cover;
  padding: 40px;
  display: none;
}

.popup h3 {
  text-align: center;
}

.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  fill: #5D5D5D;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup-bgr {
  position: fixed;
  z-index: 14;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.75);
  display: none;
}

@media (min-width: 1200px) {
  .popup-close:hover {
    fill: #CD141F;
  }
}

@media (max-width: 800px) {
  .popup {
    width: 100%;
    padding: 30px 15px;
    z-index: 9999;
  }
  .popup-close {
    right: 15px;
    top: 15px;
  }
}

/*-popup*/
