/* IMPORTS */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600|Open+Sans:400,600,700|Roboto:700&display=swap&subset=cyrillic');

/* STYLE RESET */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

button a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

li {
  list-style-position: outside;
}

a {
  text-decoration: none;
}

button,
swiper-button-prev1,
swiper-button-next1 {
  cursor: pointer;
}

/* FONT */

html,
body {
  font-family: "Montserrat", sans-serif;
}

/* STICKY MENU */


@media (max-width: 580px) {
  .our-logo-link {
    position: absolute;
    width: 140px;
    height: 40px;
    margin-left: 20px;
    background: transparent;
    z-index: 11;
    -webkit-tap-highlight-color: transparent
  }
}

@media (max-width: 420px) {
  .our-logo-link {
    margin-left: 27px;
  }
}

.go-link-line {
  position: absolute;
  transition: all 0.3s;
  z-index: 5005;
  display: none;
  border: 1.5px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 10px;
}

.popup-navbar {
  position: absolute;
  top: 15px;
  z-index: 5005;
  transition: all 0.25s;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
  transform-origin: 50% top 0;
  padding: 46px 38px 0 38px;
  color: #25233A; 
}

.popup-navbar::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 50px solid transparent;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.popup-navbar li {
  list-style: none;
  margin: 0;
}

.top-bar .container.row div {
  display: block;
  position: relative;
  background: transparent;
}

@media screen and (max-width: 920px) {

  .top-bar .container.row div {
    display: none;
  }
}

.navbar li a:hover {
  text-decoration: none;
}

.navbar li button {
  display: none;
  width: 135px;
  height: 40px;
  background-color: rgb(235, 232, 232);
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
}

.popup-navbar-polish-school,
.popup-navbar-visas,
.popup-navbar-services {
  transition: opacity 0.15s;
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
  visibility: hidden;
  position: absolute;
}

.popup-navbar-polish-school a,
.popup-navbar-visas a,
.popup-navbar-services a {
  color: inherit;
}

.popup-navbar-polish-school a:hover,
.popup-navbar-visas a:hover,
.popup-navbar-services a:hover {
  transition: all 0.3s;
  color: #377EF9;
  text-decoration: none;
}

.popup-navbar-polish-school {
  width: 214px;
}

.popup-navbar-visas {
  width: 251px;
}

.popup-navbar-services {
  width: 311px;
}

.popup-navbar-visas ul li div,
.popup-navbar-services ul li div {
  display: flex;
}

.popup-navbar-services ul li div {
  align-items: center;
}

.popup-navbar-services ul li div div {
  width: 33px;
}

.popup-navbar-services ul :last-child div p {
  margin-bottom: 0;
}

.popup-navbar-services ul li div p {
  margin-bottom: 5px;
}

.popup-navbar-visas ul li div {
  margin-top: 22px;
}

.popup-navbar-visas ul li div img {
  width: 23px;
  height: 16px;
}
.popup-navbar-polish-school,
.popup-navbar-services ul li {
  margin-bottom: 20px;
}

.popup-navbar-visas ul li div p,
.popup-navbar-services ul li div p {
  margin-left: 10px;
}

.popup-navbar-visas ul li ul li {
  margin-left: 34px;
  margin-top: 10px;
}

.popup-navbar-polish-school::before,
.popup-navbar-visas::before,
.popup-navbar-services::before {
  content: ''; 
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  top: -65px;
}

.popup-navbar-polish-school::before {
  margin-left: 97px;
}

.popup-navbar-visas::before {
  margin-left: 115px;
}

.popup-navbar-services::before {
  margin-left: 145px;
}

.popup-navbar-polish-school>p, 
.popup-navbar-polish-school ul li ul li,
.popup-navbar-visas p,
.popup-navbar-services p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.popup-navbar-polish-school ul li ul li,
.popup-navbar-services ul li ul li {
  margin-bottom: 10px;
}

.popup-navbar-services ul li ul li {
  margin-left: 44px;
}

.popup-navbar-polish-school ul p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #848484;
  margin-top: 20px;
}

.polish-for hr, .polish-levels hr {
  border: 1px solid;
  width: 62px;
  margin-top: 7px;
  margin-bottom: 8px;
}

.polish-for hr {
  border-color: #2569E3;
}

.polish-levels hr {
  border-color: #FB765F;
}

@media screen and (max-width: 710px) {
  .navbar li button {
    background: rgba(55, 126, 249, 0.1);
  }
}

.navbar.row {
  align-items: center;
}

@media screen and (max-width: 710px) {
  .top-bar img {
    position: absolute;
  }
}

.social-panel {
  margin-top: 17px;
  z-index: 2;
}

.social-panel ul li:before {
  display: none;
}

.section-1 {
  margin-top: 70px;
  padding: 50px 0 30px 0;
  overflow: hidden;
  position: relative;
}

.section-1:after,
.section-1:before {
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  /*background-color: rgba(59,59,59,0.397);*/
  background: #e9f0fc;
  opacity: 0.5;
  left: -20vmin;
  top: -20vmin;
  -webkit-animation: morph 15s linear infinite alternate,
    spin 20s linear infinite;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.section-1:after {
  background: #2569e3;
  opacity: 0.3;
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate,
    spin 26s linear infinite reverse;
  -webkit-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
}

/*SOCIAL PANEL*/

.social-panel ul {
  position: absolute;
  display: flex;
  list-style-type: none;
  right: 0;
  margin-right: 36px;
  z-index: 2;
}

.social-panel li {
  margin-right: 15px;
  width: 1.3em;
  height: 1.3em;
  margin-bottom: 25px;
}

.social-panel li:last-child {
  margin-right: 0;
  box-sizing: content-box;
}

.social-panel li:last-child img {
  margin-bottom: -2px;
  -moz-transform: scale(1.55, 1.6);
  -webkit-transform: scale(1.55, 1.6);
  -o-transform: scale(1.55, 1.6);
  -ms-transform: scale(1.55, 1.6);
  transform: scale(1.55, 1.6);
  height: 100%;
}

@media screen and (max-width: 480px) {
  .social-panel {
    position: relative;
    margin-top: 17px;
    margin-bottom: -107px;
    z-index: 3;
  }

  .social-panel li {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 29px;
  }

  .social-panel li:last-child img {
    margin-right: 2px;
    -moz-transform: scale(1.25, 1.48);
    -webkit-transform: scale(1.25, 1.48);
    -o-transform: scale(1.25, 1.48);
    -ms-transform: scale(1.25, 1.48);
    transform: scale(1.25, 1.48);
  }
}

/* FIRST SECTION */

.section-1-content {
  width: 100%;
  display: flex;
}

.section-1-content-left {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
  padding-top: 50px;
  width: 50%;
}

.section-1-card {
  display: flex;
  flex-direction: column;
}

img[alt=dots] {
  width: 90px;
  height: 30px;
  margin-bottom: 40px;
}

.heder-first-slider {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  margin-bottom: 40px;
}

@media screen and (max-width: 710px) {
  .heder-first-slider {
    font-size: 24px;
    line-height: 29px;
    width: calc(100% - 50px);
  }
}

.section-1-content-left button {
  width: 200px;
  height: 60px;
  background: #fb765f;
  border-radius: 30px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin: 30px 0;
}

.navbar-menu:hover {
  background-color: rgb(208, 205, 205);
}

.arrow-group {
  width: 90px;
}

@media screen and (max-width: 420px) {
  .arrow-group {
    margin-left: 10px;
  }
  .section-1-content-left .arrow-group {
    margin-left: 3px;
  }
}

.section-1-content-right {
  padding-bottom: 40px;
  margin: 40px auto 0 auto;
}

.card {
  margin: 20px 0;
  padding: 22px;
  box-sizing: border-box;
  width: 500px;
  min-height: 150px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex-wrap: nowrap;
}

.first-head-card img {
  margin-right: 20px;
}

.card-text .down {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #377ef9;
  cursor: pointer;
}

@media screen and (max-width: 710px) {
  .card {
    width: 349px;
    min-height: 266px;
    text-align: center;
    flex-direction: column;
  }

  .card-text {
    text-align: center;
  }

  .card p {
    margin: 10px 0;
  }

  .card-text .down {
    margin-bottom: 10px;
  }

  .first-head-card img {
    margin: 0 auto;
  }

  .card img {
    margin: 0 auto;
    width: 70%;
  }
}

@media screen and (max-width: 420px) {
  .card {
    width: 349px;
    min-height: 266px;
    text-align: center;
  }

  .card img {
    margin: 0 auto;
  }
}

.card-text .up {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.section-1-content-right button {
  margin-top: 30px;
  width: 200px;
  height: 50px;
  border: 2px solid #fb765f;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fb765f;
}

.section-1-content-right button:hover {
  color: #fb4525;
  border-color: #fb4525;
}

@media screen and (max-width: 1100px) {
  .section-1-content {
    flex-direction: column;
  }

  .section-1-content-left {
    width: 100%;
    padding-top: 0;
  }

  .section-1-content-right {
    padding-bottom: 40px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 710px) {
  .section-1-content-left {
    padding-top: 0;
  }

  .section-1 {
    padding: 20px 0 0 0;
  }
}

.section-1-content-left button:hover,
.section-3-card-contentBlock button:hover,
.section-5-form button:hover,
.section-4-slider-item button:hover {
  background: rgb(226, 92, 69);
}

.section-1-content-right button:hover {
  border-color: rgb(226, 92, 69);
}

.section-1-arrow {
  text-align: center;
  z-index: 5000;
}

/* SECOND SECTION */

#section-2 {
  background: rgba(241, 241, 241, 0.9077);
  padding-bottom: 50px;
}

#section-2 button a {
  color: #377ef9;
}

.section-2-slider-item {
  padding: 30px 0 50px 0;
  height: 150px;
  margin: 0 auto;
}

.section-2-slider-item img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.section-2-slider-item p {
  margin: 10px 0;
  height: 22px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .section-2-slider-item p {
    margin: -24px 0;
  }
}

.section-2-slider-item a {
  width: 140px;
  margin: 0 auto;
  border: 2px solid #377ef9;
  background: rgba(241, 241, 241, 0.9077);
  box-sizing: border-box;
  border-radius: 20px;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 22px;
  color: #377ef9;
  opacity: 0.9;
  padding: 7px 15px;
  display: inline-block;
  text-align: center;
}

.section-2-slider-item a:hover {
  color: #146aff;
  border-color: #146aff;
  text-decoration: none;
}

.title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .section-3-card-contentBlock button {
    margin-top: 45px;
  }
}

#section-2 .column {
  justify-content: space-around;
}

#section-3 {
  padding: 50px 0;
}

#section-3 .title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  margin-bottom: 40px;
}

@media screen and (max-width: 710px) {

  #section-3 .title,
  .section-4-title h3 {
    text-align: center;
  }
}

#section-3 .section-3-card {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 350px;
  height: 600px;
  position: relative;
}

#section-3 .section-3-card>img {
  height: 450px;
  width: 330px;
}

@media screen and (max-width: 420px) {
  #section-3 .section-3-card {
    width: 300px;
    height: 550px;
  }

  #section-3 .section-3-card>img {
    height: 450px;
    width: 350px;
  }
.section-1-content .section-1-content-left {
    margin-left: 30px;
  }
}

@media screen and (max-width: 420px) {
  #section-3 .section-3-card {
    margin-top: 0;
  }
}

.section-3-card>img {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 420px) {
  img[src="img/pl.jpg"] {
    width: 300px;
  }
}

.section-3-card-contentBlock {
  background-color: #ffffff;
  position: absolute;
  width: 300px;
  height: 289px;
  padding: 20px;
  box-sizing: border-box;
  bottom: 0;
  opacity: 0.9;
  left: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transform: translateX(-50%);
}

@media screen and (max-width: 420px) {
  .section-3-card-contentBlock {
    width: 300px;
  }
}

.section-3-card-contentBlock-title {
  position: relative;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.section-3-card-contentBlock-title p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #25233a;
}

.section-3-card-contentBlock-description {
  position: relative;
  justify-content: flex-start;
}

.section-3-card-contentBlock-description img {
  margin-right: 10px;
}

.section-3-card-contentBlock-description p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #25233a;
}

.section-3-card-contentBlock-featuresRow {
  position: relative;
  margin: 10px 0;
}

.section-3-card-contentBlock-feature {
  width: 100px;
  height: 30px;
}

.section-3-card-contentBlock-feature img {
  width: 30px;
}

.section-3-card-contentBlock-feature .up {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #25233a;
}

.section-3-card-contentBlock-feature .down {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #25233a;
}

.section-3-card-contentBlock button a {
  display: inline-block;
  padding: 15px 80px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.section-3-card-contentBlock-button {
  position: relative;
  width: 250px;
  background: #fb765f;
  box-shadow: 0px 4px 15px rgba(251, 118, 95, 0.5);
  border-radius: 25px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

@media screen and (max-width: 420px) {
  .section-3-card-contentBlock-button {
    width: 250px;
  }

  .section-3-card-contentBlock button a {
    padding: 15px 60px;
  }
}

#section-3 .column {
  justify-content: space-around;
}

.section-4-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  margin-bottom: 50px;
}

.swiper-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  /*padding: 10px;*/
}

.swiper-container.first-swiper-container {
  width: 90%;
  margin: 0;
}

@media screen and (max-width: 420px) {
  .swiper-container.first-swiper-container {
    width: 100%;
  }
}

/* .swiper-wrapper {
    display: block;
    width: 350px;
} */

.section-4-slider-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin: 50px auto;
  /*height: 620px;*/
  position: relative;

  align-items: center;
  width: 300px;
  box-sizing: border-box;
  padding: 30px;

  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

@media screen and (max-width: 400px) {
  .section-4-slider-item {
    width: 280px;
  }
}

@media screen and (max-width: 420px) {
  .section-4-slider-item {
    width: 350px;
  }
  .navbar.row {
    margin-right: 27px;
  }
  .container.row a {
    margin-left: 27px;
  }

  .footer-inner .footer-visago a,
  .footer-inner .container-phones a {
    margin-left: 0;
  }

}

.section-4-slider-item>a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #3e3e54;
}

.section-4-slider-item>img {
  max-height: 156px;
}

.section-4-slider-item h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  margin: 35px 0;
  text-align: center;
}

.standard-button {
  margin-bottom: 35px;
}

.section-3-swiper-buttons,
.section-4-swiper-buttons {
  margin-bottom: 50px;
}

@media screen and (max-width: 421px) {

  .section-2-swiper-buttons,
  .section-3-swiper-buttons,
  .section-4-swiper-buttons {
    margin-bottom: 10px;
    width: fit-content;
    margin: auto;
  }
}

.swiper-button-next5,
.swiper-button-prev5 {
  cursor: pointer;
}

.section-2-swiper-buttons .swiper-button-next4,
.section-2-swiper-buttons .swiper-button-prev4,
.section-3-swiper-buttons .swiper-button-next1,
.section-3-swiper-buttons .swiper-button-prev1,
.section-4-swiper-buttons .swiper-button-next2,
.section-4-swiper-buttons .swiper-button-prev2 {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../img/services/arow-left.svg");
}

.section-2-swiper-buttons .swiper-button-next4,
.section-3-swiper-buttons .swiper-button-next1,
.section-4-swiper-buttons .swiper-button-next2 {
  background-image: url("../img/services/arow-right.svg");
}

#section-5-feedback {
  background: #f9fafb;
  padding-bottom: 30px;
}

.section-5-header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 710px) {
  .section-5-images img {
    display: none;
  }
}

.section-5-images-1 {
  width: 200px;
  height: 173px;
}

.section-5-images-2 {
  width: 163px;
  height: 142px;
}

.section-5-feedback-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #3e3e54;
  margin: 50px 0;
}

.section-5-header-text {
  width: 50%;
}

@media screen and (max-width: 710px) {
  .section-5-header-text {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}

.section-5-header-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.section-5-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.section-5-form {
  margin-top: 50px;
}

.section-5-form-inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 710px) {
  .section-5-form-inputs {
    display: flex;
    flex-direction: column;
  }
}

.section-5-inner {
  display: block;
  width: 50%;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 710px) {
  .section-5-inner {
    width: 96%;
  }
}

.section-5-form-group {
  margin: 10px;
  height: 65px;
  position: relative;
  margin-bottom: 30px;
}

.section-5-form-group input,
.section-5-form-group select {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f9fafb;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
}

.section-5-form-group select:first-child {
  color: #999;
}

.section-5-form-group label,
.section-5-form-group span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
}

.section-5-form-group input:focus {
  outline: none;
}

.section-5-form-group .section-5-inner-label {
  color: #999;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

@media screen and (max-width: 420px) {
  .section-5-form-group label {
    font-size: 16px;
  }
}

/* active state */
.section-5-form-group input:focus~label,
.section-5-form-group input.valid~label,
/*.section-5-form-group input.my-class-valid ~ label,*/
.section-5-form-group .errValidForm~label {
  top: -15px;
  font-size: 14px;
  color: #5264ae;
}

.section-5-form-group .section-5-inner-label~label {
  top: 0;
}

/* BOTTOM BARS ================================= */
.section-5-form-group-bar {
  position: relative;
  display: block;
  width: 320px;
}

.section-5-form-group-bar:before,
.section-5-form-group-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #5264ae;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.section-5-form-group-bar:before {
  left: 50%;
}

.section-5-form-group-bar:after {
  right: 50%;
}

/* active state */
.section-5-form-group input:focus~.bar:before,
.section-5-form-group input:focus~.bar:after {
  width: 50%;
}

.section-5-form button {
  width: 200px;
  height: 60px;
  margin: 20px 0 40px 0;
  background: #fb765f;
  border-radius: 30px;

  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

footer {
  padding: 30px 0;
  background: #162d5a;
}

.footer-inner {
  /* height: 100%; */
  align-items: center;
}

.footer-inner span {
  color: #ffffff;
}

.container-phones {
  display: flex;
  flex-direction: row;
}

div.courses-icon-card-block,
div.courses-icon-card-block>p {
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
}

div.courses-icon-card-block a {
  padding: 0;
}

.alignnone {
  object-fit: none;
}

@media (max-width: 1050px) {
  div.courses-icon-card-block,
  div.courses-icon-card-block>p {
    justify-content: space-around !important;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 1100px) {
  .footer-inner.container.row {
    text-align: center;
    flex-direction: column;
  }

  .footer-inner div {
    margin: 5px 0;
  }

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

footer a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: white;
  padding: 10px;
}

footer a:hover {
  text-decoration: underline;
}

footer a:hover[href="index.html"] {
  text-decoration: none;
}

footer .tel {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
}

.footer-visago {
  font-family: Roboto;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.swiper-wrapper-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.collapse-navbar {
  top: 0;
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 10;
  padding: 15px 20px;
  box-sizing: border-box;
  right: 0;
}

@media screen and (min-width: 420px) {
  .collapse-navbar {
    max-width: 371px;
    box-sizing: content-box;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 410px) {
  .collapse-navbar {
    padding: 15px 10px;
  }
}

.collapse {
  padding: 20px 20px 40px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform-origin: 100% 0;
  transition-duration: .25s;
}

.collapse.hidden {
  transform: scale(.9);
  will-change: scale, opacity;
  pointer-events: none;
}

.collapse-close-button {
  pointer-events: fill;
}

.collapse-close-button:before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  margin-top: -12px;
  margin-left: -2px;
}

@media screen and (max-width: 410px) {
  .collapse-close-button:before {
    margin-left: -10px;
  }
}


.collapse-close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4px;
}

.collapse-close button {
  background: transparent;
}

.collapse ul li {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  margin-left: 0;
}

.collapse ul :last-child {
  margin-bottom: 0;
}

.collapse ul li div {
  width: 33px;
}

.collapse ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233A;
  margin-left: 10px;
}

.collapse-close-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar .navbar-menu li + li {
  margin-top: 5px;
} 

.navbar .navbar-menu li {
  display: block;
  width: 24px;
  height: 3px;
  background: #25233a;
  border-radius: 2px;
}

.navbar li .navbar-menu {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media screen and (max-width: 395px) {
  #collapse-navbar {
    width: calc(100% - 20px);
  }

  #collapse-navbar.active,
  #collapse-navbar.active-fixed {
    right: 10px;
  }
}

.collapse-navbar-item {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #25233a;
  border-bottom: 1px solid #b7c2d6;
}

.navbar-item {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.collapse-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
  min-height: 60px;
}

.collapse-navbar-item>a,
.collapse-header-container>a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #25233a;
  margin-left: 40px;
}

.collapse-navbar-item>a:hover,
.collapse-header-container>a:hover {
  color: #dc3545;
}

.collapse ul li {
  list-style-type: none;
}

.collapse-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  right: 20px;
  color: rgba(37, 35, 58, 0.84);
}

.collapse-header:hover {
  cursor: pointer;
}

.collapse-body {
  display: none;
  align-items: center;
  padding-bottom: 15px;
}

.collapse-body>div {
  padding: 7px 10px 8px 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 22px;
  align-items: center;
  color: #25233a;
}

#collapse .collapse-body a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
}

.collapse-navbar-menu {
  display: none;
}

.collapse-navbar-menu.active-navbar {
  display: block;
}

.container-head {
  position: relative;
}

.section-33 .collapse-header {
  font-size: 20px;
}

#userEmail-error,
#callTime-error,
#userName-error,
#phone-error,
#formQuestions-error {
  margin-top: 25px;
  color: #dc3545;
}

button,
[class^="swiper-button"] {
  transition: all 0.2s linear;
}

[class^="swiper-button"]:hover {
  filter: brightness(-60%);
}

.container {
  z-index: 10;
  position: relative;
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.jquery-modal.blocker.current {
  z-index: 2000;
}

.modal {
  position: relative;
  max-width: 750px !important;
}

.modal p {
  margin: 12px 0;
}

.modal h3 {
  color: #404a50;
  font-weight: 800;
  font-size: 1.75em;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
}

.modal p {
  line-height: 1.666;
}

div.modal a.close-modal {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid #fb765f;
  color: #ffffff;
  background-color: #fb765f;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABrCAYAAACbiMcPAAAACXBIWXMAAC4jAAAuIwF4pT92AAAFZ0lEQVR4nO2d623UQBSFD8tfpGwHpACkhApIKiAdsFsAIlRA0kGogE0FSUQBIFEAiUQBSQe7En8jI5OZlTFee173MWMfaZWXY3vn870eX1+ffVZVFSYl1yGA2xQrnU1skmsF4CeARYoVxwCqj5J783XSk04BvDPff0kCqU5xAa/DqqrW1ZPW5ufQdZXyWlTdOo15fyHnoDpivgPYa/xuA+AoVd7NUAsTMbt0GRpNvoC64FiNFdIJgCuH5YIg+QDqg2M1NkguY9KUNyRXQD47MhZIvnCs7sz4rF0WdpnF+e7Inlm+5NldKJxaB+Z/5y4LD0VQzI6UGklz855eRq7HKZL6IigGDgqNpLl5T7Fw0Iik3vHZFUGxcJoqJZIsnIPE6+0dn64ISgkHhUQSFRwMjU8bUGo4TjuRgS6I4LTH56j9hyYgKjjtncgN0qpRX6NUPT7f2tdJFhA1HKvcIHHB2akZIxyrXCCdCcBZmoNiq5m5ZXDPvCPaIdVp5hPzNs/bcNCYZlPOUvqkcQo+VJmm0M4anT0Hrc1A3THvmLZIUgUHHReqY44k7nMxXKrbXZWEMUKSgBNcixtbulMLBwPV7DFE0r7Zjko4GKhmlx5J9QF4zQznwQcOHG7YlQpJIjtsTP+CMxw43lEtDZIUnKC07dq4WBKkVS5w4NlZWgKkGs7bBOvx0SJmwuPb+pszJInK9NJMRIIV0pudI6QLDZXpEIU2z+cEqU4xHwj3qUsfU8BBQOtvW9ovZtUVP30V+3yQ5kjKHg4SRJCVtkg6Mvf3OZUcDhICgiJIUsVPkqpH6mdUpSFBc2U6RBQPEUtB+m2+vmDcJikcEAGCICROkcMB4VPeUrM7Lm3MhIAUDogfwy8VEuuteWqfhNIgsfdNcBhZlATphLuphctppARISzPxYRWnFUzOkJJUpkPE7dWTIyQxOBAyU8oJ0qUkHAi6XeUAiaT46StJOzLNkFTAAWGpx0faykI3ZjqtQlocF7VAYqmv+UiL46KGdKcODpRZYlpIvwS2/QjgvTY4mDxLt3oO4KvGZ2Y1AbLnoVdC21f5YLMWQFomCeogaQFEbbXiI1WQNAASd/PokBpI0oA0wrFSAUkSkITViq/EIUlVEiTacmMkZhEgEUG5wYFkJHEDyhGOlQgkzhQn0TNNoaLarqxKgQPuSOIAVBIcKzZI1ClOwmqFU+TpjjKCJKxWHhm3BY5IogIk5eZxXJptDQUgSauVH6V5C1EAkrZaKcpbKDUgLVYrxUBKCUib1UoRkFIB0mq1kj2kFIC0W61kDSn2QjUnN48sPVhjIig3q5UsIyk0gnK2WskqklJ9EjG1UlutZAPJN8VJmoCnVDbpzgeQaof2AGUByRXQ3ExrizEpMlIPyQWQVPGTxWpFO6QhQFmZgEdILaQhQNcjgGOlElIfoPqc84ZuvzrFbrXSkjpIuwBJVabZrVY6pApSFyApOKKGES2pgdQGdDrB2UoFpGappwifaQKJloUsoAlOv6QgPdSA6pnTFfOGc4JjxQ3pbwTNzHmHUzcZwgHzOWl7PVhHEOeRodLNw1PU4/XPxfqscWRcUr0joxLggDiS/quktG/YUV0DlQKnqdSR1Fnm6rqjmhrSxszp7xOuU4tSQdpZg+yqJNQn8M+JBsBuuEQ4SJTuegvEfT0JsddGGj7hnkuhkTQ4RkNNIzGQXo8EjpUvJKcDeOh+0MrUyny1HBkceKY75+zi2nbl0zCitfjJpaFI8kr9rk0jt2alm4Hlxg4HA5FE2hc3BOl8grNVFyS2ztL9jl6FHIufHLLpbj90Rhvam93MsxOcfs3NK+haMObxk7mphJ+FrmDSgAD8AUBbfqd1U5AsAAAAAElFTkSuQmCC");
  background-size: 60%;
}

.first-button-order {
  color: #dc3545;
}

.first-head-card {
  justify-content: flex-start;
}

.redBorderTopic {
  display: inline-flex;
  padding: 5px 0;
  border-bottom: 2px solid #fb765f;
  margin: 30px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fb765f;
}

/* @media screen and (min-width: 1100px) {
  .swiper-slide,
  .swiper-wrapper-inner,
  .swiper-wrapper {
    width: auto;
  }
} */

@media screen and (max-width: 480px) {
  .social-panel {
    margin-top: 115px;
  }
}
#amoforms_form_8.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
#amoforms_form_9.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
#amoforms_form_7.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
#amoforms_form_6.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
#amoforms_form_1.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button {
  width: 200px;
  height: 60px;
  margin: 20px 0 10px 0;
  background: #fb765f;
  border-radius: 30px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
#amoforms_form_9.amoforms .amoform_submit_form .amoforms__fields__container:nth-child(7),
#amoforms_form_9.amoforms .amoform_submit_form .amoforms__fields__container:nth-child(8),
#amoforms_form_8.amoforms .amoform_submit_form .amoforms__fields__container:nth-child(7),
#amoforms_form_8.amoforms .amoform_submit_form .amoforms__fields__container:nth-child(8),
#amoforms_form_7.amoforms .amoform_submit_form .amoforms__fields__container:nth-child(7),
#amoforms_form_7.amoforms .amoform_submit_form .amoforms__fields__container:nth-child(8) {
  display: none;
}

#amoforms_form_6.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
#amoforms_form_1.amoforms #style-2 .amoforms__text-input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f9fafb;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  border-radius: 0;
}
#amoforms_form_9.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
#amoforms_form_8.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
#amoforms_form_7.amoforms #style-2 .amoforms__text-input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #3E3E54;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  border-radius: 0;
}

#amoforms_form_9.amoforms #style-2 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_8.amoforms #style-2 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_7.amoforms #style-2 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_6.amoforms #style-2 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_1.amoforms #style-2 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus {
  outline: none;
  box-shadow: none;
}

#amoforms_form_9.amoforms #style-3 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_8.amoforms #style-3 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_7.amoforms #style-3 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_6.amoforms #style-3 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_1.amoforms #style-3 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus {
  outline: none;
  box-shadow: none;
}

#amoforms_form_9.amoforms #style-7 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_8.amoforms #style-7 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_7.amoforms #style-7 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_6.amoforms #style-7 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus,
#amoforms_form_1.amoforms #style-7 .amoforms__fields__row__inner__control .amoforms__text-input.amoforms_field_element:focus {
  outline: none;
  box-shadow: none;
}

#amoforms_form_6.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
#amoforms_form_1.amoforms #style-3 .amoforms__text-input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f9fafb;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  border-radius: 0;
}

#amoforms_form_8.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
#amoforms_form_9.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
#amoforms_form_7.amoforms #style-3 .amoforms__text-input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #3E3E54;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  border-radius: 0;
}

#amoforms_form_6.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
#amoforms_form_1.amoforms #style-7 .amoforms__text-input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f9fafb;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color:#25233a;
  border-radius: 0;
}

#amoforms_form_8.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
#amoforms_form_9.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
#amoforms_form_7.amoforms #style-7 .amoforms__text-input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #3E3E54;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color:#25233a;
  border-radius: 0;
}

#amoforms_form_6.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_1.amoforms #style-9 .amoforms__select__input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f9fafb;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  border-radius: 0;
}

#amoforms_form_8.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_9.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_7.amoforms #style-12 .amoforms__select__input.amoforms_field_element {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #25233a;
  border-radius: 0;
}

#amoforms_form_9.amoforms #style-12 .amoforms__select__input.amoforms_field_element .selectize-dropdown,
#amoforms_form_8.amoforms #style-12 .amoforms__select__input.amoforms_field_element .selectize-dropdown,
#amoforms_form_7.amoforms #style-12 .amoforms__select__input.amoforms_field_element .selectize-dropdown,
#amoforms_form_6.amoforms #style-12 .amoforms__select__input.amoforms_field_element .selectize-dropdown,
#amoforms_form_1.amoforms #style-9 .amoforms__select__input.amoforms_field_element .selectize-dropdown {
  border: none;
}

.amoforms {
  font-family: "Montserrat", sans-serif;
}

.amoforms .selectize-input.items.full {
  border: none;
  background: #f9fafb;
}

.amoforms .selectize-input.items.full.focus {
  outline: none;
  box-shadow: none;
}

.amoforms .selectize-input.items.full.input-active.dropdown-active {
  background: #f9fafb;
}

.amoforms .selectize-input.items.full .item {
  background: #f9fafb;
  color: #999;
}

.amoforms .selectize-control:before {
  display: none;
}

.amoforms .amoforms__select:after {
  display: none;
}

.amoforms .selectize-control.single .selectize-input.items.full:after {
  right: 0;
}

.amoforms .amoforms_theme-container.amoforms__fields__view {
  max-width: 1140px;
}
#amoforms_form_9.amoforms .amoforms_theme-container.amoforms__fields__view,
#amoforms_form_8.amoforms .amoforms_theme-container.amoforms__fields__view,
#amoforms_form_7.amoforms .amoforms_theme-container.amoforms__fields__view {
  max-width: 700px;
}

#amoforms_form_9.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_8.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_7.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_6.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
#amoforms_form_1.amoforms #style-9 .amoforms__select__input.amoforms_field_element {
  padding: 0;
}

#amoforms_form_9.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_8.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_7.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_6.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_1.amoforms .amoform_submit_form .amoforms__fields__container {
  padding-left: 10px;
}

.amoforms .selectize-dropdown .selectize-dropdown-content {
  max-height: none;
  outline: none;
  box-shadow: none;
  border-bottom: none;
  border: 1px solid #146aff;
}

.amoforms .selectize-dropdown .selectize-dropdown-content .option {
  font-size: 18px;
  font-weight: 500;
  border: none;
  color: #999;
  line-height: 22px;
}

.amoforms .selectize-dropdown .selectize-dropdown-content .option.active {
  background: #146aff;
  color: #ffffff;
}

.amoforms .selectize-input.items.full.focus + .selectize-dropdown{
  outline: none;
  box-shadow: none;
}

.amoforms {
  margin-top: 50px;
}

#amoforms_form_9.amoforms,
#amoforms_form_8.amoforms,
#amoforms_form_7.amoforms {
  margin-top: 0;
}

.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit {
  margin: 25px 0 0 0;
}

#amoforms_form_9.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit, 
#amoforms_form_8.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit,
#amoforms_form_7.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit {
  margin: 25px 0 0 0;
  text-align: -webkit-center;
  margin-top: 215px;
}

#amoforms_form_8.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_9.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_7.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_6.amoforms .amoform_submit_form .amoforms__fields__container,
#amoforms_form_1.amoforms .amoform_submit_form .amoforms__fields__container {
  margin: 0 5px 20px 0;
}

@media screen and (max-width: 710px) {
  .amoforms .amoforms__fields__container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  
  #amoforms_form_9.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit,
  #amoforms_form_8.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit,
  #amoforms_form_7.amoforms .amoforms__fields__row.full.amoforms__fields__row-submit {
    margin: 25px 0 0 0;
    text-align: -webkit-center;
    margin-top: 285px !important;
  }

  .amoforms .amoforms__fields__row.half.amoforms-field-name-position-inside {
    width: 100%;
  }

  #amoforms_form_9.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-2 .amoforms__text-input.amoforms_field_element {
    margin-bottom: 45px;
  }

  #amoforms_form_9.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-3 .amoforms__text-input.amoforms_field_element {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 420px) {
  #amoforms_form_9.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_8.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_7.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_6.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_1.amoforms .amoform_submit_form .amoforms__fields__container {
    padding: 0;
  }
  #amoforms_form_9.amoforms .amoforms__fields__container,
  #amoforms_form_8.amoforms .amoforms__fields__container,
  #amoforms_form_7.amoforms .amoforms__fields__container,
  #amoforms_form_6.amoforms .amoforms__fields__container,
  #amoforms_form_1.amoforms .amoforms__fields__container {
    padding: 0;
    margin: 0;
  }
  .amoforms .amoforms__fields__container, .amoforms .amoforms__fields__container_locked {
    padding: 0;
  }
  #amoforms_form_9.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_8.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_7.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_6.amoforms .amoform_submit_form .amoforms__fields__container,
  #amoforms_form_1.amoforms .amoform_submit_form .amoforms__fields__container {
    margin: 0 0 17px 0;
  }
  #amoforms_form_6.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-9 .amoforms__select__input.amoforms_field_element,
  .amoforms .selectize-input {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  #amoforms_form_9.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_9.amoforms .selectize-input,
  #amoforms_form_8.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_8.amoforms .selectize-input,
  #amoforms_form_7.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_7.amoforms .selectize-input {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  #amoforms_form_9.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-3 .amoforms__text-input.amoforms_field_element {
    margin-bottom: 20px;
  }
  #amoforms_form_6.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
  #amoforms_form_1.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button {
    margin: 0;
    margin-left: 30px;
  }
  #amoforms_form_9.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
  #amoforms_form_8.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button,
  #amoforms_form_7.amoforms #style-5 .amoforms__fields__row__submit.amoforms_submit_button {
    margin: 0;
  }
  .amoforms .amoforms__fields__row.full.amoforms__fields__row-submit {
    margin-top: 11px !important;
  }
}

@media screen and (max-width: 380px) {
  #amoforms_form_9.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_6.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_1.amoforms #style-9 .amoforms__select__input.amoforms_field_element,
  .amoforms .selectize-input {
    width: 300px;
    font-size: 16px;
    line-height: 20px;
  }
  #amoforms_form_9.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_9.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_9.amoforms .selectize-input,
  #amoforms_form_8.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_8.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_8.amoforms .selectize-input,
  #amoforms_form_7.amoforms #style-2 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-3 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-7 .amoforms__text-input.amoforms_field_element,
  #amoforms_form_7.amoforms #style-12 .amoforms__select__input.amoforms_field_element,
  #amoforms_form_7.amoforms .selectize-input {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}

.redBorderTopic h2, .navbar-menu {
  font: inherit;
}

.redBorderTopic h2 {
  text-align: justify;
}

.social-panel ul li{
  margin-left: 0;
}

.section-1-content-left button a {
  color: #FFFFFF;
}

.swiper-pagination21 {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 920px) {
  .section-1 {
    margin-top: 0;
  }
}

.error-message {
  padding: 90px 0;
  width: 100%;
  box-sizing: border-box;
}

.error-button-back {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.error-button-back>img {
  margin-right: 50px;
}

.error-section__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1440px;
  margin: auto;
  padding: 0 100px 0 150px;
  box-sizing: border-box;
}

.error-section__container>img {
  margin-top: -450px;
}

.error-button {
  position: absolute;
  z-index: 10;
  margin-left: 210px;
  transition: all 0s;
}

@media screen and (max-width: 1200px) {
  .error-section__container>img {
    margin-top: -250px;
  }
}

@media screen and (max-width: 920px) {
  .error-section__container>img {
    margin-top: -150px;
  }

  .error-section__container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .error-button-back>img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .error-button-back {
    flex-direction: column;
    align-items: center;
  }

  .error-section__container>img {
    margin-top: -50px;
  }

  .error-button {
    margin-left: 0;
    margin-top: 100px;
  }

  .error-message {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .error-section__container {
    padding: 0 25px;
  }
}

.heder-first-slider-new {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 40px;
}

ul.page-ul-contacts-block-style{
  width: 33.3%;
  display: flex;
}

@media screen and (max-width: 980px) {
  ul.page-ul-contacts-block-style{
    width: 100%;
    flex-direction: column;
  }
}

h4.page-h4-contacts-block-style{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #FB765F;
  margin-top: 15px;
  margin-bottom: 34px;
}

.page-h4-contacts-block-style>p {
  font-family: Open Sans;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;

  color: #25233A;
}

section.page-section-contacts-block-style{
  margin-top: 110px;
}
div.page-div-contacts-block-style{
  height: 335px;
  justify-content: unset;

}

.page-div-contacts-map-style{
  margin-top: 39px;
  margin-bottom: 110px;
}

.page-p-contacts-block-style{
  margin-left: -30px;
}

div.page-p-contacts-block-style-new div{
  display: flex ;
  align-items: center;
}

.page-img-contacts-w-h{
  width: 60px;
  height: 60px;
  object-fit: contain
}

@media (max-width: 720px) {
  div.new-footer-visago {
    margin: auto !important;
    font-family: Roboto;
    font-style: italic !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 40px !important;
    text-transform: lowercase !important;
  }
  p.footer-text-a,
  div.footer-flex-cont-div {
    margin-bottom: 25px !important;
  }
  h3.footer-course-title-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #3E3E54;
    margin: 56px 50px 0 50px;
  }
  .footer-new-span-none {
    display: block !important;
    font-size: 14px;
    margin-top: 40px !important;
  }
  .footer-new-span {
    display: none;
  }
  .footer-flex-content {
    display: block !important;
    text-align: left;
    margin-left: 26px !important;
  }
  .footer-flex-cont {
    display: block;
  }
}

.footer-conteiner{
  display: block;
}

.footer-flex{
  display: flex;
  margin-bottom: 62px;
}

.footer-flex-cont{
  display: block !important;
}

.footer-text-p{
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.footer-text-a{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer-new-span{
  margin-top: auto;
  margin-left: 165px;
}

.footer-flex-cont-div{
  margin-bottom: 19px;
}

.footer-flex-content{
  justify-content: space-between;
}
.footer-new-span-none {
  display: none;
}