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

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

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

/*-fonts*/
/*animation*/
@-webkit-keyframes anim-1 {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes anim-1 {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@-webkit-keyframes anim-2 {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes anim-2 {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@-webkit-keyframes anim-3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes anim-3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@-webkit-keyframes anim-4 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-4 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-5 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes anim-5 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes anim-6 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anim-6 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.format {
  margin-bottom: 150px;
}

.format-text {
  margin-bottom: 0!important;
}

.format ul {
  padding-left: 20px;
}

.format ul li {
  margin: 20px 0;
  list-style: disc;
}

.format p span {
  font-weight: 700;
}

.format-hidden {
  margin-bottom: 0!important;
}

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

body::-webkit-scrollbar-thumb {
  background: #292D6D;
  border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

p {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
}

p b {
  font-weight: 700;
  color: #292D6D;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  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;
}

button {
  font-family: '', sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
}

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

html,
body {
  height: 100%;
}


.document-link {
  color: #cd141f;
  font-weight: bold;
}

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

/* styles of form */

.form_new {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.form_new input, #popup_sms input {
  width: 100%;
  height: 38px;
  color: #505050;
  font-size: 15px;
  line-height: 1.25;
  border: 1px solid #aaaaaa;
  box-shadow: 0px 0px 0px 0px #dcdcdc;
  background: #ffffff;
  transition: all 0.2s linear 0s;
  margin: 10px 0;
  padding: 8px;
}
.iti--separate-dial-code {
  width: 100%;
}
.form_new button, #popup_sms button {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  background: #CD141F;
  border: 0px solid #CD141F;
  box-shadow: none;
  width: 100%;
  height: 38px;
  padding: 10px 14px 10px 14px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  margin: 10px 0;
}



/*//overlay*/


#overlay {
  z-index: 12;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 99;
}


.popup {
  max-width: 450px;
  width: calc(100% - 30px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 13;
  box-shadow: 0 2px 34px 1px rgb(0 0 0 / 38%);
  border-radius: 3px;
  background-color: #fff;
  padding: 34px 2px 34px;
}

#popup_sms {
  opacity: 1 !important;
  display: none;
  z-index: 999;
}


.subtitle {
  font-size: 18px;
  line-height: 32px;
  margin: 0 21px;
}


.popup__close {
  display: block;
  width: 20px;
  height: 20px;
  /*background: url(../img/icon/close-white.svg) no-repeat center;*/
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 15px;
}

.form_new_code {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .format {
    margin-bottom: 0px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 32px;
  }
}

/* styles of form */

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

.section {
  padding: 130px 0px;
}

.section-bgr svg {
  position: absolute;
}

.title-xl {
  font-weight: 400;
  font-size: 38px;
  line-height: 55px;
  /*text-transform: uppercase;*/
}

.title-xl b {
  font-weight: 700;
  color: #CD141F;
}

.title-lg {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
}

.title-lg b {
  font-weight: 700;
  color: #CD141F;
}

.title-md {
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
}

.title-md b {
  font-weight: 700;
  color: #CD141F;
}

.title-sm {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.title-sm b {
  font-weight: 700;
  color: #CD141F;
}

.button {
  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: 338px;
  height: 60px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 10px;
  background: #CD141F;
  padding: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal h2 {
  text-align: center;
}

.button:before, .button:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.button:before {
  display: none;
  top: -75%;
  background-image: -o-radial-gradient(circle, #CD141F 20%, transparent 20%), -o-radial-gradient(circle, transparent 20%, #292D6D 20%, transparent 30%), -o-radial-gradient(circle, #CD141F 20%, transparent 20%), -o-radial-gradient(circle, #292D6D 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #CD141F 15%, transparent 20%), -o-radial-gradient(circle, #292D6D 20%, transparent 20%), -o-radial-gradient(circle, #CD141F 20%, transparent 20%), -o-radial-gradient(circle, #292D6D 20%, transparent 20%), -o-radial-gradient(circle, #CD141F 20%, transparent 20%);
  background-image: radial-gradient(circle, #CD141F 20%, transparent 20%), radial-gradient(circle, transparent 20%, #292D6D 20%, transparent 30%), radial-gradient(circle, #CD141F 20%, transparent 20%), radial-gradient(circle, #292D6D 20%, transparent 20%), radial-gradient(circle, transparent 10%, #CD141F 15%, transparent 20%), radial-gradient(circle, #292D6D 20%, transparent 20%), radial-gradient(circle, #CD141F 20%, transparent 20%), radial-gradient(circle, #292D6D 20%, transparent 20%), radial-gradient(circle, #CD141F 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.button:after {
  display: none;
  bottom: -75%;
  background-image: -o-radial-gradient(circle, #CD141F 20%, transparent 20%), -o-radial-gradient(circle, #292D6D 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #CD141F 15%, transparent 20%), -o-radial-gradient(circle, #292D6D 20%, transparent 20%), -o-radial-gradient(circle, #CD141F 20%, transparent 20%), -o-radial-gradient(circle, #292D6D 20%, transparent 20%), -o-radial-gradient(circle, #CD141F 20%, transparent 20%);
  background-image: radial-gradient(circle, #CD141F 20%, transparent 20%), radial-gradient(circle, #292D6D 20%, transparent 20%), radial-gradient(circle, transparent 10%, #CD141F 15%, transparent 20%), radial-gradient(circle, #292D6D 20%, transparent 20%), radial-gradient(circle, #CD141F 20%, transparent 20%), radial-gradient(circle, #292D6D 20%, transparent 20%), radial-gradient(circle, #CD141F 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.mainForm {
  padding: 0px !important;
}

@media (max-width: 1200px) {
  .container {
    max-width: 800px;
  }
  .section {
    padding: 70px 0px;
  }
}

@media (max-width: 800px) {
  .container {
    max-width: 500px;
  }
  .section {
    padding: 40px 0px;
  }
  .section-bgr {
    display: none;
  }
  .title-xl {
    font-size: 32px;
    line-height: 43px;
  }
  .title-lg {
    font-size: 30px;
    line-height: 45px;
  }
  .title-md {
    font-size: 24px;
    line-height: 30px;
  }
  .button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .button:hover {
    background: #292D6D;
  }
  .button:hover:before {
    display: block;
    -webkit-animation: anim-1 ease-in-out 1s forwards infinite;
            animation: anim-1 ease-in-out 1s forwards infinite;
  }
  .button:hover:after {
    display: block;
    -webkit-animation: anim-2 ease-in-out 1s forwards infinite;
            animation: anim-2 ease-in-out 1s forwards infinite;
  }
}

/*-options*/
/*header*/
.header {
  display: none;
}

@media (max-width: 800px) {
  .header {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0px;
    background: #FFFFFF;
  }
  .header .container {
    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-info {
    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;
  }
  .header-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #292D6D;
  }
  .header-info li:nth-child(1) {
    margin-bottom: 5px;
  }
  .header-info svg {
    width: 21px;
    height: 21px;
    margin-right: 4px;
  }
  .header-button {
    width: 182px;
    height: 40px;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #CD141F;
    border-radius: 5px;
  }
}

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

.home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.home-box {
  width: 100%;
}

.home-box_text {
  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;
  width: 610px;
  margin-top: 10px;
}

.home-box_text img {
  width: 200px;
  margin-bottom: 15px;
}

.home-box_text > span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 100px;
}

.home-box_text > b {
  font-size: 20px;
  font-weight: 700;
  color: #292D6D;
}

.home-box_text h1 {
  margin-bottom: 15px;
}

.home-box_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.home-box_text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.home-box_text li:nth-child(1) {
  margin-right: 30px;
}

.home-box_text svg {
  margin-right: 10px;
}

.home-box_text p {
  font-size: 20px;
  line-height: 30px;
  max-width: 400px;
}

.home-box_text p b {
  color: #000000;
}

.home-box_text button {
  display: none;
}

.home-box_img {
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 0;
  height: 80%;
  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;
  max-height: 100%;
  padding-top: 20px;
}

.home-box_img:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background: #CD141F;
  opacity: 0.15;
}

.home-box_img img {
  height: 100%;
}

.home-box button {
  margin-top: 50px;
}

.home-form {
  position: absolute;
  z-index: 3;
  left: 15px;
  bottom: 0;
  height: 220px;
  width: calc(100% - 30px);
  background: url("../img/images/home/3.jpg") center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 20px 70px 10px 70px;
  border: 1px solid #D9E1E8;
  display: none;
}

.home-form h3 b {
  color: #292D6D;
}

.home-form h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.home-form h4 b {
  color: #292D6D;
}

.home-form img {
  width: 100%;
}

.home-bgr svg:nth-child(1) {
  left: -200px;
  top: 150px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.home-bgr svg:nth-child(2) {
  right: -200px;
  bottom: 100px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.home-bgr img:nth-child(3) {
  position: absolute;
  left: -250px;
  bottom: 100px;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.home-bgr img:nth-child(4) {
  position: absolute;
  right: -250px;
  top: 100px;
  animation: anim-3 5s linear infinite alternate-reverse;
}

@media (min-width: 1200px) and (max-height: 750px) {
  .home-box_text {
    width: 695px;
  }
}

@media (max-width: 1200px) {
  .home {
    height: auto;
    padding-bottom: 70px;
  }
  .home-form {
    display: none;
  }
  .home-box_text {
    margin-bottom: 70px;
  }
  .home-box_text button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .home-box_img {
    position: static;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .home-box_img img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .home {
    padding-bottom: 40px;
    background: url("../img/images/home/1_1.jpg") center no-repeat;
    background-size: cover;
  }
  .home-box_text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 50px;
  }
  .home-box_text img {
    width: 170px;
  }
  .home-box_text > span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home-box_text h1 span {
    display: none;
  }
  .home-box_text ul {
    display: block;
  }
  .home-box_text li {
    font-size: 16px;
  }
  .home-box_text li:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .home-box_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-box_img:before {
    top: -15px;
    right: -15px;
  }
}

/*-home*/
/*about*/
.about {
  background: url("../img/images/about/1.jpg") center no-repeat;
  background-size: cover;
}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-box_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: 47%;
}

.about-box_img img {
  width: 100%;
  height: auto;
}

.about-box_point {
  position: absolute;
  z-index: 2;
  top: -65px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.about-box:nth-child(1) {
  margin-bottom: 250px;
}

.about-box:nth-child(1) .about-box_img {
  padding-left: 60px;
}

.about-box:nth-child(1) .about-box_point {
  left: -5px;
}

.about-box:nth-child(2) .about-box_img {
  padding-right: 60px;
}

.about-box:nth-child(2) .about-box_point {
  right: -5px;
}

.about-box_descr {
  position: absolute;
  z-index: 2;
  right: -50%;
  bottom: -90px;
  width: 490px;
  padding: 40px;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border: 1px solid #D9E1E8;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.about-box_descr svg {
  position: absolute;
  right: 10px;
  top: 10px;
}

.about-box_descr p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-box_descr span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #292D6D;
  margin-bottom: 5px;
}

.about-box_descr b {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #CD141F;
}

.about-box_text {
  width: 47%;
}

.about-box_text h2 {
  margin-bottom: 30px;
}

.about-box_text p {
  margin-bottom: 20px;
}

.about-box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border: 1px solid #D9E1E8;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.about-box_list li:last-child {
  margin-bottom: 0px;
}

.about-box_list img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.about-box_list p {
  margin-bottom: 0px !important;
}

.about-button {
  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: 70px;
}

.about-bgr svg:nth-child(1) {
  top: 300px;
  left: -150px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.about-bgr svg:nth-child(2) {
  top: 100px;
  right: -150px;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.about-bgr svg:nth-child(3) {
  bottom: 200px;
  left: -150px;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.about-bgr svg:nth-child(4) {
  bottom: 400px;
  right: -100px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

@media (max-width: 1200px) {
  .about {
    background: #F8F8F8;
  }
  .about-box {
    -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;
  }
  .about-box:nth-child(1) {
    margin-bottom: 150px;
  }
  .about-box_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .about-box_point {
    top: 10px;
  }
  .about-box_descr {
    right: 100px;
  }
  .about-box_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .about-box:nth-child(1) {
    margin-bottom: 130px;
  }
  .about-box:nth-child(1) .about-box_img {
    padding-left: 19px;
  }
  .about-box:nth-child(2) .about-box_img {
    padding-right: 19px;
  }
  .about-box_point {
    width: 50px;
    height: 50px;
    top: 15px;
  }
  .about-box_descr {
    right: 10px;
    width: calc(100% - 39px);
    padding: 20px;
  }
  .about-box_descr p {
    font-size: 14px;
    line-height: 21px;
  }
  .about-box_descr svg {
    width: 20px;
    height: 20px;
  }
  .about-box_descr span {
    font-size: 16px;
  }
  .about-box_text h2 {
    margin-bottom: 20px;
  }
  .about-box_text p {
    margin-bottom: 15px;
  }
  .about-box_list li {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 20px 20px 20px;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .about-box_list img {
    position: absolute;
    left: 20px;
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .about-button {
    margin-top: 30px;
  }
}

/*-about*/
/*experts*/
.experts {
  background: url("../img/images/experts/1.jpg") center no-repeat;
  background-size: cover;
}

.experts h2 {
  max-width: 610px;
  text-align: center;
  margin: 0px auto 60px auto;
}

.experts-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}

.experts-box {
  position: relative;
  z-index: 1;
  width: calc(33.3% - 30px);
  padding-bottom: 120px;
  margin: 0px 15px 30px 15px;
}

.experts-box_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;
}

.experts-box_img img {
  width: 100%;
  height: auto;
}

.experts-box_text {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  min-height: 180px;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border: 1px solid #D9E1E8;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
  padding: 20px 20px 20px 70px;
}

.experts-box_text h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: #292D6D;
  margin-bottom: 5px;
}

.experts-box_text span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #CD141F;
  margin-bottom: 5px;
}

.experts-box_text b {
  position: absolute;
  left: 20px;
  top: 20px;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #292D6D;
  padding-right: 10px;
  border-right: 2px solid #292D6D;
}

.experts-box_text svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.experts-bgr svg:nth-child(1) {
  top: 300px;
  left: -250px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.experts-bgr svg:nth-child(2) {
  left: 120px;
  top: 0;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.experts-bgr svg:nth-child(3) {
  right: 120px;
  top: 100px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.experts-bgr svg:nth-child(4) {
  top: 500px;
  right: -200px;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.experts-bgr svg:nth-child(5) {
  left: -200px;
  bottom: 100px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.experts-bgr svg:nth-child(6) {
  right: -150px;
  bottom: 50px;
  animation: anim-3 5s linear infinite alternate-reverse;
}

@media (max-width: 1200px) {
  .experts {
    background: #FFFFFF;
  }
  .experts h2 {
    margin: 0px auto 30px auto;
  }
  .experts-box {
    width: calc(50% - 30px);
  }
}

@media (max-width: 800px) {
  .experts h2 {
    margin: 0px auto 20px auto;
  }
  .experts-boxs {
    margin: 0px;
  }
  .experts-box {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .experts-box:last-child {
    margin: 0px;
  }
  .experts-box_text {
    left: 10px;
    width: calc(100% - 20px);
    min-height: auto;
  }
  .experts-bgr {
    display: block;
  }
  .experts-bgr svg:nth-child(1),
  .experts-bgr svg:nth-child(4),
  .experts-bgr svg:nth-child(5),
  .experts-bgr svg:nth-child(6) {
    display: none;
  }
  .experts-bgr svg:nth-child(2) {
    left: 15px;
    top: -25px;
    width: 15px;
    height: 15px;
  }
  .experts-bgr svg:nth-child(3) {
    right: 15px;
    top: 85px;
    width: 15px;
    height: 15px;
  }
}

/*-experts*/
/*facts*/
.facts {
  background: url("../img/images/facts/1.jpg") center no-repeat;
  background-size: cover;
}

.facts h2 {
  text-align: center;
  margin: 0px auto 60px auto;
}

.facts-boxs {
  position: relative;
  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: 100%;
}

.facts-box {
  position: absolute;
  width: 310px;
  min-height: 180px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #D9E1E8;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.facts-box h3 {
  line-height: 40px;
  margin-bottom: 15px;
}

.facts-box p {
  padding-left: 15px;
  border-left: 2px solid #292D6D;
}

.facts-box svg {
  position: absolute;
}

.facts-box:nth-child(1) {
  left: 40px;
  top: 0;
}

.facts-box:nth-child(1) svg {
  right: -12px;
  bottom: -12px;
  -webkit-animation: anim-6 7s linear infinite;
          animation: anim-6 7s linear infinite;
}

.facts-box:nth-child(2) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.facts-box:nth-child(2) svg {
  right: -12px;
  top: 45%;
  animation: anim-6 7s linear infinite reverse;
}

.facts-box:nth-child(3) {
  left: 40px;
  bottom: 0;
}

.facts-box:nth-child(3) svg {
  right: -12px;
  top: -12px;
  -webkit-animation: anim-6 7s linear infinite;
          animation: anim-6 7s linear infinite;
}

.facts-box:nth-child(4) {
  right: 40px;
  top: 0;
}

.facts-box:nth-child(4) svg {
  left: -12px;
  bottom: -12px;
  animation: anim-6 7s linear infinite reverse;
}

.facts-box:nth-child(5) {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.facts-box:nth-child(5) svg {
  left: -12px;
  top: 45%;
  -webkit-animation: anim-6 7s linear infinite;
          animation: anim-6 7s linear infinite;
}

.facts-box:nth-child(6) {
  right: 40px;
  bottom: 0;
}

.facts-box:nth-child(6) svg {
  left: -12px;
  top: -12px;
  animation: anim-6 7s linear infinite reverse;
}

.facts-box:last-child {
  position: relative;
  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: 390px;
  padding: 0px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.facts-box:last-child img {
  width: 100%;
  height: auto;
}

.facts-box:last-child svg {
  right: 0;
  bottom: -70px;
  width: 100%;
}

.facts-bgr svg:nth-child(1) {
  position: absolute;
  left: -150px;
  top: 50px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.facts-bgr svg:nth-child(2) {
  position: absolute;
  top: 150px;
  right: -150px;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.facts-bgr svg:nth-child(3) {
  position: absolute;
  left: -100px;
  bottom: 50px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.facts-bgr svg:nth-child(4) {
  position: absolute;
  right: -200px;
  bottom: 100px;
  animation: anim-3 5s linear infinite alternate-reverse;
}

@media (max-width: 1200px) {
  .facts {
    background: #F8F8F8;
  }
  .facts h2 {
    margin-bottom: 30px;
  }
  .facts-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -15px;
  }
  .facts-box {
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    width: calc(50% - 30px);
    margin: 0px 15px 30px 15px;
  }
  .facts-box:last-child {
    width: 100%;
    margin: 0px;
    padding-bottom: 70px;
  }
  .facts-box:last-child svg {
    bottom: 0;
  }
  .facts-box:nth-child(1) svg {
    right: auto;
    bottom: auto;
    left: -12px;
    top: -12px;
  }
  .facts-box:nth-child(2) svg {
    top: auto;
    bottom: -12px;
  }
  .facts-box:nth-child(3) svg {
    right: auto;
    left: -12px;
  }
  .facts-box:nth-child(4) svg {
    left: auto;
    right: -12px;
  }
  .facts-box:nth-child(5) svg {
    top: -12px;
  }
  .facts-box:nth-child(6) svg {
    top: auto;
    left: auto;
    right: -12px;
    bottom: -12px;
  }
}

@media (max-width: 800px) {
  .facts-boxs {
    margin: 0;
  }
  .facts-box {
    width: 100%;
    margin: 0px 0px 20px 0px;
    min-height: auto;
    padding: 20px;
  }
}

/*-facts*/
/*help*/
.help {
  background: url("../img/images/help/1.jpg") center no-repeat;
  background-size: cover;
}

.help-box {
  position: relative;
  z-index: 1;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border: 1px solid #D9E1E8;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
  padding: 80px;
  margin-top: 50px;
}

.help-box_text {
  max-width: 530px;
}

.help-box_text h2 {
  margin-bottom: 30px;
}

.help-box_img {
  position: absolute;
  right: 120px;
  bottom: 80px;
  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: 450px;
}

.help-box_img img {
  height: auto;
  width: 100%;
}

.help-box_img svg {
  position: absolute;
  left: -45px;
  bottom: -45px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.help-bgr svg:nth-child(1) {
  left: -150px;
  top: 150px;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.help-bgr svg:nth-child(2) {
  right: -150px;
  bottom: 50px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

@media (max-width: 1200px) {
  .help {
    background: #FFFFFF;
  }
  .help-box {
    display: block;
    padding: 60px;
    margin-top: 0px;
    background: #F8F8F8;
  }
  .help-box_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .help-box_img {
    position: static;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .help-box {
    padding: 20px;
  }
  .help-box_text h2 {
    margin-bottom: 20px;
  }
  .help-box_img svg {
    left: -12px;
    bottom: 0;
    width: 50px;
    height: 50px;
  }
}

/*-help*/
/*teaching*/
.teaching {
  background: url("../img/images/teaching/1.jpg") center top no-repeat;
  background-size: cover;
}

.teaching-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.teaching-text h2 {
  width: 35%;
}

.teaching-text_wrap {
  width: 60%;
}

.teaching-text_wrap p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.teaching-text_wrap p:last-child {
  margin-bottom: 0px;
}

.teaching-box {
  position: relative;
  width: 100%;
  margin-bottom: 140px;
}

.teaching-box:last-child {
  margin-bottom: 0px;
}

.teaching-box_img {
  position: relative;
  z-index: 2;
  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: 550px;
}

.teaching-box_img img {
  width: 100%;
  height: auto;
}

.teaching-box_img svg {
  position: absolute;
  left: 0;
  bottom: -45px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.teaching-box_text {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -50px;
  width: 700px;
  background: rgba(246, 245, 245, 0.5);
  border: 1px solid #D9E1E8;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 40px 40px 40px 120px;
}

.teaching-box_text h3 {
  margin-bottom: 15px;
}

.teaching-box_text p {
  margin-bottom: 20px;
}

.teaching-box_text p:last-child {
  margin-bottom: 0px;
}

.teaching-box_text span {
  font-size: 20px;
  font-weight: 700;
  color: #292D6D;
}

.teaching-box:nth-child(2n+2) .teaching-box_img {
  margin-left: auto;
}

.teaching-box:nth-child(2n+2) .teaching-box_img svg {
  left: auto;
  right: 0;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.teaching-box:nth-child(2n+2) .teaching-box_text {
  right: auto;
  left: 0;
  padding: 40px 120px 40px 40px;
}

.teaching-bgr svg:nth-child(1) {
  position: absolute;
  left: -150px;
  top: 5%;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.teaching-bgr svg:nth-child(2) {
  position: absolute;
  right: -170px;
  top: 10%;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.teaching-bgr svg:nth-child(3) {
  position: absolute;
  left: -170px;
  top: 25%;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.teaching-bgr svg:nth-child(4) {
  position: absolute;
  right: -150px;
  top: 32%;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.teaching-bgr svg:nth-child(5) {
  position: absolute;
  left: -190px;
  top: 45%;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.teaching-bgr svg:nth-child(6) {
  position: absolute;
  right: -150px;
  top: 62%;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.teaching-bgr svg:nth-child(7) {
  position: absolute;
  left: -190px;
  top: 75%;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.teaching-bgr svg:nth-child(8) {
  position: absolute;
  right: -150px;
  top: 90%;
  animation: anim-3 5s linear infinite alternate-reverse;
}

@media (max-width: 1200px) {
  .teaching {
    background: #F8F8F8;
  }
  .teaching-text {
    display: block;
    margin-bottom: 70px;
  }
  .teaching-text h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .teaching-text_wrap {
    width: 100%;
  }
  .teaching-text_wrap p {
    font-size: 18px;
  }
  .teaching-box {
    margin-bottom: 70px;
  }
  .teaching-box_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .teaching-box_text {
    position: static;
    width: 100%;
    padding: 40px;
  }
  .teaching-box:nth-child(2n+2) .teaching-box_text {
    padding: 40px;
  }
}

@media (max-width: 800px) {
  .teaching-text {
    margin-bottom: 30px;
  }
  .teaching-text h2 {
    margin-bottom: 20px;
  }
  .teaching-text_wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .teaching-box {
    margin-bottom: 30px;
  }
  .teaching-box_img svg {
    width: 40px;
  }
  .teaching-box_text {
    padding: 20px;
  }
  .teaching-box_text p {
    margin-bottom: 15px;
  }
  .teaching-box:nth-child(2n+2) .teaching-box_text {
    padding: 20px;
  }
}

/*-teaching*/
/*write*/
.write h2 {
  text-align: center;
  margin-bottom: 25px;
}

.write-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}

.write-list 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;
  width: calc(20% - 30px);
  margin: 30px 15px 0px 15px;
}

.write-list li img {
  width: 100%;
  height: auto;
}

.write-bgr svg:nth-child(1) {
  position: absolute;
  left: -150px;
  top: 0;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.write-bgr svg:nth-child(2) {
  position: absolute;
  right: -170px;
  bottom: 0;
  animation: anim-3 5s linear infinite alternate-reverse;
}

@media (max-width: 1200px) {
  .write h2 {
    margin-bottom: 0px;
  }
  .write-list li {
    width: calc(33.3% - 30px);
  }
  .write-bgr {
    display: block;
  }
  .write-bgr svg:nth-child(1) {
    left: 15px;
    width: 15px;
  }
  .write-bgr svg:nth-child(2) {
    right: 15px;
    width: 30px;
    bottom: -50px;
  }
}

@media (max-width: 800px) {
  .write-list {
    margin: 10px -5px 0px -5px;
  }
  .write-list li {
    width: calc(50% - 10px);
    margin: 10px 5px 0px 5px;
  }
}

/*-write*/
/*learn*/
.learn {
  background: url("../img/images/learn/1.jpg") center top no-repeat;
  background-size: cover;
}

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

.learn-box_text {
  width: 47%;
}

.learn-box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.learn-box_list li {
  position: relative;
  z-index: 1;
  width: calc(50% - 20px);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border: 1px solid #D9E1E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
  margin: 60px 10px 0px 10px;
}

.learn-box_list img {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 70px;
  height: 70px;
}

.learn-box_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;
  padding-right: 65px;
  width: 47%;
}

.learn-box_img img {
  width: 100%;
  height: auto;
}

.learn-box_img svg {
  position: absolute;
  right: 0;
  top: 0;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.learn-bgr svg:nth-child(1) {
  position: absolute;
  left: -170px;
  top: 120px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

.learn-bgr svg:nth-child(2) {
  position: absolute;
  right: -170px;
  bottom: 50px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

@media (max-width: 1200px) {
  .learn {
    background: #F8F8F8;
  }
  .learn-box {
    display: block;
  }
  .learn-box_text {
    width: 100%;
    margin-bottom: 70px;
  }
  .learn-box_img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .desk-button {
    display: none;
  }
  .learn-box_list {
    margin: 0px -5px;
  }
  .learn-box_list li {
    width: calc(50% - 10px);
    padding: 40px 15px 15px 15px;
    margin: 50px 5px 0px 5px;
  }
  .learn-box_list img {
    width: 60px;
    height: 60px;
    left: 15px;
  }
  .learn-box_text {
    margin-bottom: 30px;
  }
  .learn-box_img {
    padding-right: 19px;
  }
  .learn-box_img svg {
    width: 50px;
    height: 50px;
    right: -5px;
  }
}

/*-learn*/
/*projects*/
.projects {
  background: url("../img/images/projects/1.jpg") center top no-repeat;
  background-size: cover;
}

.projects-box {
  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;
}

.projects-box_text {
  width: 46%;
}

.projects-box_text h2 {
  margin-bottom: 30px;
}

.projects-box_text p {
  margin-bottom: 20px;
}

.projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 47%;
  margin: 0px -15px;
}

.projects-list 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;
  height: 260px;
  width: calc(50% - 30px);
  background: rgba(246, 245, 245, 0.6);
  border: 1px solid #D9E1E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 20px;
  margin: 30px 15px 0px 15px;
}

.projects-list img {
  max-height: 100%;
  max-width: 100%;
}

.projects-bgr svg:nth-child(1) {
  position: absolute;
  left: -150px;
  top: 0;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.projects-bgr svg:nth-child(2) {
  position: absolute;
  right: -160px;
  bottom: 0;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

@media (max-width: 1200px) {
  .projects-bgr {
    display: block;
  }
  .projects-bgr svg:nth-child(1) {
    left: auto;
    right: 15px;
    width: 40px;
  }
  .projects {
    background: #FFFFFF;
  }
  .projects-box {
    display: block;
  }
  .projects-box_text {
    width: 100%;
  }
  .projects-list {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .projects-box_text {
    margin-bottom: 20px;
  }
  .projects-box_text h2 {
    margin-bottom: 20px;
  }
  .projects-box_text p {
    margin-bottom: 15px;
  }
  .projects-list {
    margin: 0px -5px;
  }
  .projects-list li {
    height: 160px;
    width: calc(50% - 10px);
    margin: 10px 5px 0px 5px;
  }
}

/*-projects*/
/*present*/
.present {
  background: url("../img/images/present/1.jpg") center no-repeat;
  background-size: cover;
}

.present h2 {
  text-align: center;
  max-width: 970px;
  margin: 0px auto 50px auto;
}

.present-wrap {
  position: relative;
  z-index: 1;
  padding: 80px 80px 0px 80px;
}

.present-wrap:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 555px;
  width: 100%;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border: 1px solid #D9E1E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
}

.present-arrow {
  position: absolute;
  top: 320px;
  cursor: pointer;
}

.present-arrow path {
  fill: #292D6D;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.present-arrow_prev {
  left: 10px;
}

.present-arrow_next {
  right: 10px;
}

.present-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.present-slide {
  position: relative;
  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: 100%;
}

.present-slide img {
  width: 100%;
  height: auto;
}

.present-slide svg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.present-trumbs {
  overflow: hidden;
}

.present-trumb {
  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;
  border: 1px solid transparent;
  cursor: pointer;
}

.present-trumb img {
  width: 100%;
  height: auto;
}

.present-trumb.swiper-slide-thumb-active {
  border: 1px solid #CD141F;
}

.present-bgr svg:nth-child(1) {
  left: -200px;
  top: 150px;
  -webkit-animation: anim-3 5s linear infinite alternate;
          animation: anim-3 5s linear infinite alternate;
}

.present-bgr svg:nth-child(2) {
  right: -200px;
  bottom: 100px;
  animation: anim-3 5s linear infinite alternate-reverse;
}

.present-bgr svg:nth-child(3) {
  position: absolute;
  left: -250px;
  bottom: 100px;
  -webkit-animation: anim-5 2s both infinite;
          animation: anim-5 2s both infinite;
}

.present-bgr svg:nth-child(4) {
  position: absolute;
  right: -250px;
  top: 100px;
  -webkit-animation: anim-4 2s both infinite;
          animation: anim-4 2s both infinite;
}

@media (max-width: 1200px) {
  .present {
    background: #F8F8F8;
  }
  .present-arrow {
    top: 250px;
  }
  .present-slide svg {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 800px) {
  .present h2 {
    margin-bottom: 20px;
  }
  .present-wrap {
    padding: 0px;
  }
  .present-wrap:before {
    display: none;
  }
  .present-slide svg {
    width: 50px;
    height: 50px;
  }
  .present-arrow {
    display: none;
  }
}

@media (min-width: 1200px) {
  .present-arrow:hover path {
    fill: #CD141F;
  }
}

/*-present*/
/*map*/
 .bottom-date li {
   display: flex;
   align-items: center;
 }

.map {
  height: 860px;
  background: url("../img/locations/map.png") center no-repeat;
  background-size: cover;
}

.map .container {
  height: 100%;
  display: flex;
}

.locations-wrap {
  padding: 0 20px;
  width: 50%;
}

.locations-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.locations-wrap ul li {
  width: 45%;
  margin: 10px;
}

.locations-wrap ul li img {
  padding: 10px;
  width: 100%;
}

.locations-wrap ul li p {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background: #292D6D;
  box-shadow: 0px 0px 10px rgba(41, 45, 109, 0.1);
  border-radius: 5px;
  position: relative;
  text-align: center;
  bottom: 22px;
  max-width: 447px;
  width: 100%;
  /*display: inline-block;*/
  left: 50%;
  transform: translate(-50%, 0px);
  min-height: 74px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.locations-wrap ul li p::before {
  content: url("../img/locations/1.svg");
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}

.map-wrap {
  height: 100%;
  width: 550px;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  padding: 70px 50px 0px 50px;
}

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

.map-wrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.map-wrap_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map-wrap_list li:nth-child(1) {
  margin-right: 30px;
}

.map-wrap_list svg {
  margin-right: 10px;
}

.map-wrap_list span {
  font-weight: 700;
  font-size: 16px;
  color: #292D6D;
}

.map-img {
  display: none;
}

@media (max-width: 1200px) {
  .map-wrap {
    width: 450px;
    padding: 70px 30px 0px 30px;
  }
}

@media (max-width: 800px) {
  .map {
    height: auto;
    background: #FFFFFF;
  }
  .map-wrap {
    padding: 20px;
    width: 100%;
    height: auto;
    background: #F6F5F5;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
            box-shadow: 0px 0px 24px -1px rgba(52, 40, 32, 0.05);
    border-radius: 10px;
    margin: 40px 0px;
  }
  .map-wrap_list {
    -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;
  }
  .map-wrap_list li:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .map-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;
  }
  .map-img img {
    width: 100%;
    height: auto;
  }
}

/*-map*/
/*thank*/
.thank {
  height: 100vh;
  background: url("../img/images/home/1.jpg") center no-repeat;
  background-size: cover;
}

.thank .container {
  height: 100%;
}

.thank-box {
  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;
  height: 100%;
}

.thank-box_text {
  width: 550px;
}

.thank-box_text img {
  margin-bottom: 10px;
}

.thank-box_text h1 {
  margin-bottom: 20px;
}

.thank-box_text p {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 20px;
}

.thank-box_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;
}

.thank-box_img:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background: #CD141F;
  opacity: 0.15;
}

@media (max-width: 1200px) {
  .thank {
    height: auto;
    padding-bottom: 70px;
  }
  .thank-box {
    display: block;
  }
  .thank-box_text {
    width: 100%;
    margin-bottom: 70px;
  }
  .thank-box_img {
    width: 100%;
  }
  .thank-box_img img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .thank {
    padding-bottom: 40px;
  }
  .thank-box_text {
    margin-bottom: 40px;
  }
  .thank-box_text h1 {
    margin-bottom: 15px;
  }
  .thank-box_text p {
    font-size: 16px;
    line-height: 24px;
  }
}

/*-thank*/
/*footer*/
.footer {
  padding: 80px 0px 20px 0px;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9E1E8;
}

.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-socials {
  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;
}

.footer-socials li {
  margin: 0px 10px;
}

.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-socials img {
  width: 30px;
  height: 30px;
}

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

.footer-phone svg {
  margin-right: 10px;
}

.footer-bottom {
  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;
}

.footer-bottom span {
  font-weight: 400;
  font-size: 14px;
  color: #747B82;
}

.footer-bottom a {
  font-weight: 400;
  font-size: 14px;
  color: #747B82;
}

.footer-bottom b {
  color: #292D6D;
  border-bottom: 1px solid #292D6D;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1800px) {
    .home-box_img {
        height: 53%;
    }
}
@media (min-width: 1700px) {
    .home-box_img {
        height: 57%!important;
    }
}
@media (min-width: 1600px) {
    .home-box_img {
        height: 66%;
    }
}
@media (min-width: 1200px) {
  .footer-phone:hover {
    color: #292D6D;
  }
  .footer-bottom a:hover b {
    color: #CD141F;
    border-bottom: 1px solid #CD141F;
  }
  .footer-socials a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 800px) {
  .footer {
    padding: 30px 0px 15px 0px;
  }
  .footer-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer-logo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-socials {
    width: 40%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-socials li:last-child {
    margin-right: 0px;
  }
  .footer-phone {
    width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .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-bottom span {
    display: block;
    margin-bottom: 5px;
  }
}

/*-footer*/
/*modal*/
#popup_sms {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550px;
  padding: 40px;
  background: url("../img/images/modal/1.jpg") center no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: none;
}
.modal-bgr {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.75);
  display: none;
}

.modal {
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  padding: 40px;
  background: url("../img/images/modal/1.jpg") center no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: none;
}

.modal h2 {
  margin-bottom: 10px;
}

.modal h3 b {
  color: #292D6D;
}

.modal img {
  width: 100%;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  fill: #292D6D;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

@media (max-width: 800px) {
  .modal {
    width: 100%;
    padding: 30px 15px;
    border-radius: 0;
  }
  .modal h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
}

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



@media (max-width: 600px) {

  .map-img {
    display: none;
  }

  .home-box_text h1 br {
    display: none;
    font-size: 29px;
  }

  .locations-wrap ul li p {
    font-size: 11px;
    line-height: 12px;
    padding: 5px;
    min-height: 60px;
  }

  .locations-wrap ul li {
    width: 98%;
    margin: 4px;
  }

  .home-box_text > span {
    margin-top: 0px;
  }

  .map .container {
    flex-direction: column;
  }

  .locations-wrap {
    width: 100%;
    padding: 0;
  }

  .locations-wrap ul li p::before {
    top: -8px;
  }
}

@media (max-width: 375px) {
  .locations-wrap ul li p {
    font-size: 9px;
    line-height: 12px;
    padding: 5px;
    min-height: 60px;
  }
}

/*-modal*/


