.sudovie-sixteenth-slider-slide {
    width: 33.33%;
    padding-right: 4px;
    padding-left: 4px;
    height: 370px;
}

.sudovie-sixteenth-slider-lightbox-link {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 370px;
    position: relative;
    overflow: hidden;
}

.sudovie-sixteenth-slider-img {
    width: auto!important;
    position: absolute;
    height: auto;
    max-width: none;
    max-height: 110%;
}

.success-message, .error-message {
	/*position: absolute;*/
}
button .svidetelstvo, button .zakazatzvonok, button .otpravitzayavku {
	font-size: 14px;
    text-transform: uppercase;
}    
.zakazatzvonok, .svidetelstvo, .konsultaciya, .otpravitzayavku {
	display: none;
}
.displayblock {
	display: block;
}
.displaynone {
	display: none;
}
.w-button {
    padding: 10px 20px;
}
.blick-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-bottom: 2px solid #010d3a;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.blick-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}

label#name-error, label#name-2-error, label#name-3-error {
	position: absolute;
	top: -20px;
    left: 0px;
    color: #fff;
}
label#phone-error, label#phone-2-error, label#phone-3-error, label#mail-error {
	position: absolute;
	top: 47px;
    left: 0px;
    color: #fff;
}
label#phone-3-error {
	top: 52px;
}
label#mail-error {
	top: 122px;
}

.sudovie-first label#mail-error, .sudovie-ninth label#mail-error, .sudovie-thirteenth label#mail-error, .sudovie-seventeenth label#mail-error {
	top: 112px;
}

#wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.sudovie-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 915px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/Sudovie-first-bg.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}

.container-big {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-big.photo-video-gallery {
  overflow: visible;
}

.h2 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 30px;
}

.h2.h2-first {
  margin-top: 30px;
  margin-bottom: auto;
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
}

.h2.h2-second {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
}

.h2.h2-third {
  color: #fff;
  text-transform: uppercase;
}

.h2.h2-fourth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-fifth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-sixth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-seventh {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-eighth {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-tenth {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-eleventh {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-twelveth {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-fourteenth {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-fifteenth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-sixteenth {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h1 {
  margin-top: auto;
  margin-bottom: auto;
}

.h1.h1-first {
  margin-top: 20%;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 80px;
  font-weight: 800;
  text-transform: uppercase;
}

.first-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sudovie-form-title {
  margin-top: 35px;
  margin-bottom: 25px;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
}

.sudovie-first-form-block {
  position: relative;
  width: 480px;
  margin-bottom: 100px;
}

.submit-button {
  height: 60px;
  background-color: #001252;
  font-family: Geometria, sans-serif;
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.submit-button.sudovie-first-submit-button {
  width: 100%;
  height: 75px;
  line-height: 55px;
}

.submit-button.sudovie-first-submit-button.sudovie-modal-submit-button {
  height: 65px;
  line-height: 40px;
  margin-top: 10px;
  border: 3px solid #fff;
  background-color: hsla(226.8292682926829, 100.00%, 13.33%, 1.00);
}

.submit-button.sudovie-second-submit-button {
  /*width: 400px;*/
  margin-top: 60px;
  height: 75px;
  line-height: 55px;
}

.submit-button.sudovie-third-submit-button {
  /*width: 400px;*/
  margin-top: 60px;
  height: 75px;
  line-height: 55px;
}

.submit-button.sudovie-fifth-submit-button {
  /*width: 400px;*/
  margin-top: 1vw;
  height: 75px;
  line-height: 55px;
  background-color: #4b1110;
  border: 1px solid #fff;
}

.submit-button.sudovie-seventh-submit-button {
  /*width: 400px;*/
  margin-top: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .52);
  height: 75px;
  line-height: 55px;
  /*background-color: #4b1110;*/
  border: 1px solid #fff;
}

.submit-button.sudovie-eighth-submit-button {
  width: 400px;
  margin-top: 45px;
  height: 75px;
  line-height: 55px;
  border: 1px solid #001252;
}

.submit-button.sudovie-fifteenth-submit-button {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-text-field {
  height: 50px;
  margin-bottom: 15px;
  padding-left: 65px;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.sudovie-text-field.sudovie-modal-text-field {
  height: 55px;
}

.sudovie-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sudovie-first-icon-1 {
  position: absolute;
  left: 15px;
  top: 10px;
}

.sudovie-first-icon-1.sudovie-modal-icon-1 {
  top: 10px;
}

.sudovie-first-icon-2 {
  position: absolute;
  left: 15px;
  top: 75px;
}

.sudovie-first-icon-2.sudovie-modal-icon-2 {
  top: 82px;
}

.sudovie-first-icon-3 {
  position: absolute;
  left: 15px;
}

.sudovie-first-icon-3.sudovie-modal-icon-3 {
  top: 150px;
}

.sudovie-first .sudovie-first-icon-3.sudovie-modal-icon-3, .sudovie-ninth .sudovie-first-icon-3.sudovie-modal-icon-3, .sudovie-thirteenth .sudovie-first-icon-3.sudovie-modal-icon-3, .sudovie-seventeenth .sudovie-first-icon-3.sudovie-modal-icon-3 {
  top: 140px;
}

.sudovie-second-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-license {
  display: block;
}

.sudovie-second-p {
  margin-top: 55px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.sudovie-first-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sudovie-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/sudovie-third-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}

.sudovie-third-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sudovie-third-p {
  width: 60%;
  margin-top: 55px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.sudovie-fourth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/sudovie-fourth-bg.png'), url('../images/sudoviedvigateli/sudovie-fourth-bg.png');
  background-position: 78vw 130px, -15vw 100px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.sudovie-fourth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sudovie-fourth-p {
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-fourth-columns {
  margin-top: 100px;
}

.h3-fourth {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.h3-fourth-subtitle {
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.sudovie-fourth-column-p {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.sudovie-fourth-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-fourth-column-wrapper.sudovie-fourth-column-wrapper-first {
  margin-top: 40px;
}

.sudovie-fourth-column-img {
  padding-right: 25px;
}

.sudovie-fifth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/sudovie-fifth-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sudovie-fifth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-fifth-p {
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-fifth-slider {
  width: 75%;
  height: 420px;
  margin-top: 12%;
  background-color: transparent;
}

.fifth-slider-left-icon {
  position: absolute;
  left: 0px;
  top: 50%;
}

.fifth-slider-right-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-nav {
  display: none;
}

.h3-fifth {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 5vw;
  font-family: Geometria, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sudovie-fifth-slider-p {
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
}

.sudovie-fifth-slide {
  padding-right: 80px;
  padding-left: 80px;
}

.sudovie-sixth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/sudovie-sixth-bg.jpg');
  background-position: 0px -1px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sudovie-sixth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-sixth-p {
  width: 55%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-sixth-text {
  margin-top: 112px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.h3-sixth {
  margin-top: 75px;
  margin-bottom: 75px;
  font-family: Geometria, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.sixth-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.sixth-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.sixth-column-p {
  margin-top: 45px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.sudovie-seventh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1100px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/sudovie-seventh-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sudovie-seventh-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-seventh-p {
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.h3-seventh {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 5vw;
  font-family: Geometria, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sudovie-seventh-slider-p {
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
}

.seventh-slider-right-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.seventh-slider-left-icon {
  position: absolute;
  left: 0px;
  top: 50%;
}

.sudovie-seventh-slide {
  padding-right: 80px;
  padding-left: 80px;
}

.sudovie-seventh-slider {
  width: 75%;
  height: 330px;
  margin-top: 125px;
  background-color: transparent;
}

.sudovie-eighth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sudovie-eighth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-eighth-p {
  width: 65%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-eighth-slider {
  width: 100%;
  height: 540px;
  margin-top: 70px;
  background-color: transparent;
}

.sudovie-eighth-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-eighth-slide-text {
  width: 50%;
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-volvopenta.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
}

.sudovie-eighth-slide-text.cummins {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-cummins.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.sudovie-eighth-slide-text.cat {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-cat.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.sudovie-eighth-slide-text.deutz {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-deutz.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.sudovie-eighth-slide-text.perkins {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-perkins.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.sudovie-eighth-slide-text.wartsila {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-wartsila.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.sudovie-eighth-slide-text.man {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-man.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.sudovie-eighth-slide-text.scania {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-scania.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.sudovie-eighth-slide-text.skoda {
  background-image: url('../images/sudoviedvigateli/sudovie-logopale-skoda.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.sudovie-eighth-slide-img {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h3-eighth {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.h3-eighth-span {
  font-weight: 900;
}

.sudovie-eighth-slide-text-p {
  margin-top: 50px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.left-arrow-2 {
  left: 5vw;
  width: 420px;
  height: 80px;
  margin-bottom: 0px;
  cursor: pointer;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  right: 5vw;
  width: 420px;
  height: 80px;
  margin-bottom: 0px;
  cursor: pointer;
}

.sudovie-ninth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 515px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sudoviedvigateli/sudovie-ninth-bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.sudovie-ninth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.success-message {
  background-color: #299c0d;
  color: #fff;
}

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

.error-message {
  background-color: #ff4242;
  color: #fff;
}

.sudovie-ninth-form-block {
  position: relative;
  width: 480px;
  margin-bottom: auto;
}

.h3-ninth {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.sudovie-ninth-form-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
}

.sudovie-tenth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sudoviedvigateli/sudovie-tenth-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sudovie-tenth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-tenth-p {
  width: 55%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.tenth-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tenth-column-p {
  margin-top: 45px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.tenth-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.h3-tenth {
  margin-top: 105px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.paragraph {
  width: 55%;
  margin-top: 45px;
  margin-bottom: 70px;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
}

.sudovie-tenth-video {
  width: 75%;
}

.sudovie-eleventh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1285px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url('../images/sudoviedvigateli/sudovie-eleventh-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/sudoviedvigateli/sudovie-eleventh-bg.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.sudovie-eleventh-wrapper {
  position: relative;
}

.sudovie-eleventh-p {
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-eleventh-block1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  text-align: center;
}

.sudovie-eleventh-block1.sudovie-eleventh-block-all {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.sudovie-eleventh-block2.sudovie-eleventh-block-all {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.sudovie-eleventh-block3 {
  text-align: right;
}

.sudovie-eleventh-block5 {
  text-align: right;
}

.sudovie-eleventh-block5.sudovie-eleventh-block-all {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.sudovie-eleventh-block6 {
  text-align: center;
}

.sudovie-eleventh-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 68%;
  max-width: 650px;
  margin: 18% auto 105px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.sudovie-eleventh-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 215px;
  margin-right: auto;
  margin-left: auto;
}

.sudovie-eleventh-block-title {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.sudovie-eleventh-block-p {
  width: 310px;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-weight: 500;
}

.sudovie-eleventh-block-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.sudovie-eleventh-block-last {
  margin-bottom: 0px;
}

.sudovie-eleventh-icon {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sudovie-twelveth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sudoviedvigateli/sudovie-twelveth-bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sudovie-twelveth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-twelveth-p {
  width: 65%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-twelveth-slider {
  width: 100%;
  height: 450px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.left-arrow-3 {
  left: 35px;
  top: 95px;
  width: 86px;
  height: 86px;
  background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
}

.right-arrow-3 {
  top: 95px;
  right: 35px;
  width: 86px;
  height: 86px;
  background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
}

.mask {
  margin-right: 120px;
  margin-left: 120px;
  padding-top: 105px;
}

.sudivie-twelveth-slide {
  padding-right: 45px;
  padding-left: 45px;
}

.slide-nav-3 {
  display: none;
}

.h3-twelveth {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.sudovie-twelveth-slide-p {
  margin-top: 35px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.sudovie-twelveth-slide-img1 {
  position: absolute;
  left: -10px;
  top: -65px;
}

.column-3 {
  padding-left: 0px;
}

.sudovie-twelveth-slide-img2 {
  position: absolute;
  left: -45px;
  top: -60px;
}

.sudovie-twelveth-slide-img3 {
  position: relative;
  top: -100px;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.sudivie-twelveth-slide-wrapper {
  min-height: 350px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
}

.sudovie-twelveth-slide-img4 {
  position: relative;
  top: -165px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sudovie-twelveth-slide-img5 {
  position: relative;
  top: -150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sudovie-thirteenth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 515px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sudoviedvigateli/sudovie-thirteenth-bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sudovie-thirteenth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.h3-thirteenth {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.sudovie-thirteenth-form-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
}

.sudovie-thirteenth-form-block {
  position: relative;
  width: 480px;
  margin-bottom: auto;
}

.sudovie-fourteenth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sudoviedvigateli/sudovie-fourteenth-bg1.png'), url('../images/sudoviedvigateli/sudovie-fourteenth-bg.png');
  background-position: 100% 50%, 0% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.sudovie-fourteenth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-fourteenth-worker {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Geometria, sans-serif;
  color: #000;
  text-align: center;
}

.sudovie-fourteenth-worker-img {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h3-fourteenth {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.sudovie-fourteenth-worker-position {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.sudovie-fourteenth-worker-p {
  margin-top: 25px;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 500;
}

.sudovie-fourteenth-p {
  width: 65%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-fourteenth-worker-text {
  margin-top: 30px;
  line-height: 16px;
  font-weight: 700;
}

.sudovie-fourteenth-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 105px;
  padding-bottom: 160px;
  background-color: transparent;
}

.sudovie-fourteenth-worker-wrapper {
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Geometria, sans-serif;
  color: #000;
  text-align: center;
}

.slide-nav-4 {
  display: none;
}

.left-arrow-4 {
  left: 5vw;
  width: 420px;
  height: 80px;
  margin-bottom: 0px;
  cursor: pointer;
}

.right-arrow-4 {
  right: 5vw;
  width: 420px;
  height: 80px;
  margin-bottom: 0px;
  cursor: pointer;
}

.sudovie-fifteenth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sudoviedvigateli/sudovie-fifteenth-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sudovie-fifteenth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-fifteenth-p {
  width: 75%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-fifteenth-slider {
  width: 100%;
  height: 355px;
  margin-top: 105px;
  background-color: transparent;
  font-family: Geometria, sans-serif;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

.slide-nav-5 {
  display: none;
}

.sudovie-fifteenth-slider-slide {
  width: 33.33%;
}

.sudovie-fifteenth-slider-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 325px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide1 {
  background-image: url('../images/sudoviedvigateli/sudovie-fifteenth-slider-slide1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide2 {
  background-image: url('../images/sudoviedvigateli/sudovie-fifteenth-slider-slide2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide3 {
  background-image: url('../images/sudoviedvigateli/sudovie-fifteenth-slider-slide3.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sudovie-fifteenth-slider-p {
  margin-top: -20px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/sudoviedvigateli/sudovie-commas2.png'), url('../images/sudoviedvigateli/sudovie-commas1.png');
  background-position: 100% 100%, 0% 0%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.sudovie-fifteenth-slider-text {
  margin-top: 15px;
  font-weight: 800;
}

.sudovie-sixteenth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sudovie-sixteenth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sudovie-sixteenth-p {
  width: 65%;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.sudovie-sixteenth-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 105px;
  margin-bottom: 45px;
  padding: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  font-family: Geometria, sans-serif;
}

.sudovie-sixteenth-slider-text {
  width: 30%;
  min-width: 328px;
}

.h3-sixteenth {
  margin-top: 10%;
  margin-bottom: auto;
  color: #000;
  font-size: 24px;
  text-align: right;
  text-transform: uppercase;
}

.sudovie-sixteenth-slider-p {
  margin-top: 10%;
  margin-bottom: 25%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.sudovie-sixteenth-slider {
  position: static;
  width: 70%;
  height: auto;
  margin-left: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.slide-nav-6 {
  display: none;
}

.sudovie-sixteenth-slider-slide {
  width: 33.33%;
  padding-right: 4px;
  padding-left: 4px;
}

.sudovie-sixteenth-slider-arrow-back {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 50px;
  margin-top: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
}

.sudovie-sixteenth-slider-arrow-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.sudovie-sixteenth-slider-arrow-next {
  left: 210px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 50px;
  margin-top: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
}

.sudovie-sixteenth-slider-lightbox-link {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 370px;
}

.sudovie-sixteenth-slider-img {
  width: 100%;
}

.sudovie-sixteenth-bg {
  position: absolute;
  left: -361px;
  top: -227px;
}

.sudovie-sixteenth-slider-wrapper-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  font-family: Geometria, sans-serif;
}

.sudovie-sixteenth-slider-video {
  position: static;
  width: 70%;
  height: auto;
  margin-left: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.sudovie-sixteenth-slider-slide-video {
  width: 100%;
  max-height: 370px;
}

.sudovie-seventeenth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 515px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sudoviedvigateli/sudovie-seventeenth-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sudovie-seventeenth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h3-seventeenth {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.sudovie-seventeenth-form-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
}

.sudovie-seventeenth-form-block {
  position: relative;
  width: 480px;
  margin-bottom: auto;
}

.sudovie-modal-wrapper-modal-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 640px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(226.8292682926829, 100.00%, 3.67%, 0.93)), to(hsla(226.66666666666669, 100.00%, 13.33%, 0.91))), url('../images/sudoviedvigateli/sudovie-modal-bg.jpg');
  background-image: linear-gradient(180deg, hsla(226.8292682926829, 100.00%, 3.67%, 0.93), hsla(226.66666666666669, 100.00%, 13.33%, 0.91)), url('../images/sudoviedvigateli/sudovie-modal-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  text-align: left;
}

.h3-modal {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.right-close-line {
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sudovie-modal-border {
  position: static;
  left: 50%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: block;
  width: 528px;
  height: 558px;
  margin-top: 41px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 43px;
  padding-left: 43px;
  border: 3px solid #fff;
  text-align: left;
}

.close-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sudovie-modal-wrapper-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95));
}

.left-close-line {
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sudovie-modal-p {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.sudovie-modal-wrapper {
  position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    top: 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sudovie-modal-form-block {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .sudovie-sixteenth-slider-img {
    position: inherit;
  }
  .h2.h2-first {
    text-align: center;
  }
  .h2.h2-second {
    margin-top: 60px;
    text-align: center;
  }
  .h1.h1-first {
    margin-top: 30%;
    line-height: 70px;
    text-align: center;
  }
  .first-form-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-form-title {
    text-align: center;
  }
  .submit-button.sudovie-second-submit-button {
    margin-top: 55px;
  }
  .submit-button.sudovie-third-submit-button {
    margin-top: 55px;
  }
  .submit-button.sudovie-fifth-submit-button {
    margin-top: 25px;
  }
  .submit-button.sudovie-seventh-submit-button {
    margin-top: 25px;
  }
  .submit-button.sudovie-eighth-submit-button {
    margin-top: 30px;
  }
  .submit-button.sudovie-fifteenth-submit-button {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .sudovie-second {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sudovie-second-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-second-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-license {
    width: 70%;
    height: auto;
  }
  .sudovie-second-p {
    margin-top: 55px;
    text-align: center;
  }
  .sudovie-third {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 100% 50%;
  }
  .sudovie-third-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .sudovie-third-p {
    width: 100%;
  }
  .sudovie-fourth {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 72vw 130px, -410px 100px;
  }
  .sudovie-fifth {
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    background-size: auto;
  }
  .column-2 {
    margin-top: 80px;
  }
  .sudovie-fifth-slider {
    width: 95%;
    margin-top: 150px;
  }
  .h3-fifth {
    padding-bottom: 70px;
  }
  .sudovie-fifth-slider-p {
    font-size: 16px;
    line-height: 24px;
  }
  .sudovie-fifth-slide {
    padding-right: 65px;
    padding-left: 65px;
  }
  .sudovie-sixth {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url('../images/sudoviedvigateli/sudovie-sixth-bg.jpg');
    background-position: 67% -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .sudovie-sixth-p {
    width: 100%;
  }
  .sudovie-sixth-text {
    margin-top: 75px;
    font-size: 20px;
  }
  .sixth-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sixth-column-p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
  }
  .sudovie-seventh {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .h3-seventh {
    padding-bottom: 70px;
  }
  .sudovie-seventh-slider-p {
    font-size: 16px;
    line-height: 24px;
  }
  .sudovie-seventh-slide {
    padding-right: 65px;
    padding-left: 65px;
  }
  .sudovie-seventh-slider {
    width: 95%;
    margin-top: 80px;
  }
  .sudovie-eighth-p {
    width: 100%;
  }
  .sudovie-eighth-slider {
    height: 730px;
  }
  .sudovie-eighth-slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sudovie-eighth-slide-text {
    width: 75%;
    margin-top: 20px;
    background-size: contain;
    text-align: center;
  }
  .sudovie-eighth-slide-text.cat {
    background-size: auto;
  }
  .sudovie-eighth-slide-img {
    width: 60%;
  }
  .sudovie-eighth-slide-text-p {
    margin-top: 30px;
    line-height: 22px;
  }
  .left-arrow-2 {
    width: 270px;
  }
  .right-arrow-2 {
    width: 270px;
  }
  .sudovie-ninth {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/sudoviedvigateli/sudovie-ninth-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sudoviedvigateli/sudovie-ninth-bg.jpg');
    background-position: 0px 0px, 85% 50%;
    background-size: auto, auto;
  }
  .sudovie-ninth-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h3-ninth {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
  .sudovie-ninth-form-title {
    text-align: center;
  }
  .sudovie-tenth {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 75% 50%;
  }
  .sudovie-tenth-p {
    width: 100%;
  }
  .tenth-columns {
    margin-top: 75px;
  }
  .tenth-column-p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .tenth-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h3-tenth {
    margin-top: 95px;
  }
  .paragraph {
    width: 85%;
    margin-bottom: 40px;
  }
  .sudovie-eleventh {
    min-height: 1145px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .sudovie-eleventh-grid {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .sudovie-eleventh-circle {
    display: none;
  }
  .sudovie-eleventh-block-all {
    margin-bottom: 45px;
    text-align: center;
  }
  .sudovie-eleventh-block-last {
    margin-bottom: 0px;
  }
  .sudovie-eleventh-icon {
    display: block;
    margin-bottom: 15px;
  }
  .sudovie-twelveth {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sudovie-twelveth-p {
    width: 100%;
  }
  .sudovie-twelveth-slider {
    height: 520px;
    margin-top: 25px;
  }
  .h3-twelveth {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .sudovie-twelveth-slide-p {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .sudovie-twelveth-slide-img1 {
    position: relative;
    left: 0px;
    top: -90px;
    display: block;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-3 {
    padding-left: 10px;
  }
  .sudovie-twelveth-slide-img2 {
    position: relative;
    left: 0px;
    top: -90px;
    display: block;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .sudovie-twelveth-slide-img3 {
    position: relative;
    left: 0px;
    top: -100px;
    display: block;
    width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
  .sudivie-twelveth-slide-wrapper {
    min-height: 100%;
    padding-top: 0px;
  }
  .sudovie-twelveth-slide-img4 {
    position: relative;
    left: 0px;
    top: -110px;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .sudovie-twelveth-slide-img5 {
    position: relative;
    left: 0px;
    top: -120px;
    display: block;
    width: 185px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-4 {
    height: 150px;
  }
  .column-5 {
    height: 150px;
  }
  .column-6 {
    height: 150px;
  }
  .column-7 {
    height: 170px;
  }
  .column-8 {
    height: 170px;
  }
  .sudovie-thirteenth {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/sudoviedvigateli/sudovie-thirteenth-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sudoviedvigateli/sudovie-thirteenth-bg.jpg');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .sudovie-thirteenth-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h3-thirteenth {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
  .sudovie-thirteenth-form-title {
    text-align: center;
  }
  .sudovie-fourteenth {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .sudovie-fourteenth-worker {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sudovie-fourteenth-p {
    width: 100%;
  }
  .sudovie-fourteenth-slider {
    width: 100%;
    padding-bottom: 125px;
  }
  .left-arrow-4 {
    width: 270px;
  }
  .right-arrow-4 {
    width: 270px;
  }
  .sudovie-fifteenth {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide1 {
    height: 345px;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: contain;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide2 {
    height: 345px;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: contain;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide3 {
    height: 345px;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: contain;
  }
  .sudovie-fifteenth-slider-p {
    font-size: 14px;
    line-height: 18px;
  }
  .sudovie-sixteenth {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sudovie-sixteenth-p {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .sudovie-sixteenth-slider-wrapper {
	width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-sixteenth-slider-text {
    width: 100%;
    padding-left: 0px;
  }
  .h3-sixteenth {
    text-align: center;
  }
  .sudovie-sixteenth-slider-p {
    margin-bottom: 45px;
    text-align: center;
  }
  .sudovie-sixteenth-slider {
    width: 100%;
    max-width: 700px;
    margin-left: 0px;
    padding-bottom: 60px;
  }
  .slide-nav-6 {
    display: block;
    padding-top: 12px;
    background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
  }
  .sudovie-sixteenth-slider-arrow-back {
    display: none;
  }
  .sudovie-sixteenth-slider-arrow-next {
    display: none;
  }
  .sudovie-sixteenth-slider-lightbox-link {
    height: auto;
  }
  .sudovie-sixteenth-slider-img {
    height: auto;
  }
  .sudovie-sixteenth-slider-wrapper-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-sixteenth-slider-video {
    width: 100%;
    max-width: 700px;
    margin-left: 0px;
    padding-bottom: 60px;
  }
  .sudovie-seventeenth {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sudovie-seventeenth-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h3-seventeenth {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
  .sudovie-seventeenth-form-title {
    text-align: center;
  }
  .sudovie-modal-wrapper-modal-form {
    margin-left: 0px;
  }
  .sudovie-modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
}

@media (max-width: 767px) {
  .sudovie-first {
    min-height: 785px;
  }
  .h2.h2-first {
    font-size: 22px;
    line-height: 30px;
  }
  .h2.h2-second {
    margin-top: 50px;
  }
  .h1.h1-first {
    font-size: 38px;
    line-height: 46px;
  }
  .sudovie-form-title {
    text-align: center;
  }
  .sudovie-first-form-block {
    width: 85%;
  }
  .submit-button.sudovie-second-submit-button {
    margin-top: 50px;
  }
  .submit-button.sudovie-third-submit-button {
    margin-top: 50px;
  }
  .submit-button.sudovie-fifth-submit-button {
    margin-top: 10px;
  }
  .submit-button.sudovie-seventh-submit-button {
    margin-top: 10px;
  }
  .submit-button.sudovie-eighth-submit-button {
    width: 100%;
    margin-top: 30px;
  }
  .submit-button.sudovie-fifteenth-submit-button {
    position: absolute;
    bottom: 8px;
    width: 90%;
  }
  .sudovie-text-field {
    padding-left: 50px;
  }
  .sudovie-first-icon-1 {
    left: 10px;
  }
  .sudovie-first-icon-2 {
    left: 10px;
  }
  .sudovie-license {
    width: 80%;
  }
  .sudovie-second-p {
    margin-top: 50px;
  }
  .sudovie-third-p {
    width: 100%;
  }
  .sudovie-fourth {
    background-image: url('../images/sudoviedvigateli/sudovie-fourth-bg.png'), url('../images/sudoviedvigateli/sudovie-fourth-bg.png');
    background-position: 72vw 130px, -70vw 1050px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }
  .sudovie-fourth-p {
    font-size: 18px;
  }
  .sudovie-fifth-p {
    font-size: 18px;
  }
  .sudovie-fifth-slider {
    width: 100%;
    height: 490px;
    margin-top: 55px;
  }
  .slide-nav {
    display: block;
  }
  .h3-fifth {
    margin-top: 12vw;
    padding-bottom: 10vw;
    font-size: 20px;
  }
  .sudovie-fifth-slider-p {
    line-height: 18px;
    text-align: center;
  }
  .sudovie-fifth-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .sudovie-sixth {
    background-position: 6% 50%;
    background-repeat: repeat-y;
  }
  .sudovie-sixth-p {
    font-size: 18px;
  }
  .sudovie-sixth-text {
    margin-top: 60px;
    font-size: 16px;
  }
  .h3-sixth {
    font-size: 20px;
  }
  .sixth-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sixth-column-p {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .sudovie-seventh-p {
    font-size: 18px;
  }
  .h3-seventh {
    padding-bottom: 5vw;
    font-size: 20px;
  }
  .sudovie-seventh-slider-p {
    line-height: 18px;
    text-align: center;
  }
  .sudovie-seventh-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sudovie-seventh-slider {
    width: 100%;
    height: 300px;
    margin-top: 55px;
  }
  .sudovie-eighth {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sudovie-eighth-p {
    font-size: 18px;
  }
  .sudovie-eighth-slider {
    width: 100%;
    height: 710px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sudovie-eighth-slide-text {
    width: 85%;
  }
  .sudovie-eighth-slide-text.cat {
    background-size: contain;
  }
  .sudovie-eighth-slide-text.wartsila {
    background-size: contain;
  }
  .sudovie-eighth-slide-text.man {
    background-size: contain;
  }
  .sudovie-eighth-slide-img {
    width: 80%;
  }
  .left-arrow-2 {
    display: none;
  }
  .slide-nav-2 {
    display: block;
    width: 85%;
    background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
    line-height: 40px;
  }
  .right-arrow-2 {
    display: none;
  }
  .sudovie-ninth-form-block {
    width: 85%;
  }
  .h3-ninth {
    font-size: 30px;
  }
  .sudovie-ninth-form-title {
    text-align: center;
  }
  .sudovie-tenth {
    background-position: 65% 50%;
  }
  .sudovie-tenth-p {
    font-size: 18px;
  }
  .tenth-columns {
    margin-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tenth-column-p {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .h3-tenth {
    margin-top: 70px;
  }
  .paragraph {
    width: 100%;
    margin-bottom: 45px;
    font-size: 22px;
    line-height: 30px;
  }
  .sudovie-tenth-video {
    width: 100%;
  }
  .sudovie-eleventh-p {
    font-size: 18px;
  }
  .sudovie-twelveth-p {
    font-size: 18px;
  }
  .sudovie-twelveth-slider {
    height: auto;
  }
  .left-arrow-3 {
    left: 0px;
    display: none;
    width: 66px;
    height: 66px;
  }
  .right-arrow-3 {
    right: 0px;
    display: none;
    width: 66px;
    height: 66px;
  }
  .mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sudivie-twelveth-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-nav-3 {
    bottom: 0px;
    display: block;
  }
  .h3-twelveth {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .sudovie-twelveth-slide-p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .sudovie-twelveth-slide-img1 {
    left: 0px;
  }
  .sudivie-twelveth-slide-wrapper {
    min-height: 345px;
  }
  .h3-thirteenth {
    font-size: 30px;
  }
  .sudovie-thirteenth-form-title {
    text-align: center;
  }
  .sudovie-thirteenth-form-block {
    width: 85%;
  }
  .sudovie-fourteenth-p {
    font-size: 18px;
  }
  .sudovie-fourteenth-slider {
    margin-top: 50px;
    padding-bottom: 90px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .sudovie-fourteenth-worker-wrapper {
    width: 100%;
  }
  .slide-nav-4 {
    display: block;
    padding-top: 12px;
    background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
  }
  .left-arrow-4 {
    display: none;
  }
  .right-arrow-4 {
    display: none;
  }
  .sudovie-fifteenth-p {
    font-size: 18px;
  }
  .sudovie-fifteenth-slider {
    height: 315px;
    margin-top: 50px;
  }
  .sudovie-fifteenth-slider-slide {
    width: 100%;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide1 {
    height: 275px;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide2 {
    height: 275px;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide3 {
    height: 275px;
  }
  .sudovie-fifteenth-slider-p {
    font-size: 18px;
    line-height: 20px;
  }
  .sudovie-sixteenth-p {
    font-size: 18px;
  }
  .sudovie-sixteenth-bg {
    display: none;
  }
  .h3-seventeenth {
    font-size: 30px;
  }
  .sudovie-seventeenth-form-title {
    text-align: center;
  }
  .sudovie-seventeenth-form-block {
    width: 85%;
  }
  .sudovie-modal-wrapper-modal-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .sudovie-modal-wrapper {
    display: none;
  }
  .sudovie-modal-form-block {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .sudovie-first {
    min-height: 685px;
    background-position: 0% 100%;
  }
  .h2.h2-first {
    font-size: 14px;
    line-height: 24px;
  }
  .h2.h2-second {
    margin-top: 35px;
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-third {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-fourth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-fifth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-sixth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-seventh {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-eighth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-tenth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-eleventh {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-twelveth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-fourteenth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-fifteenth {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.h2-sixteenth {
    font-size: 26px;
    line-height: 32px;
  }
  .h1.h1-first {
    margin-top: 55%;
    font-size: 34px;
    line-height: 40px;
  }
  .sudovie-first-form-block {
    margin-bottom: 50px;
  }
  .submit-button {
    font-size: 11px;
  }
  .submit-button.sudovie-second-submit-button {
    width: 100%;
    margin-top: 35px;
  }
  .submit-button.sudovie-third-submit-button {
    width: 100%;
    margin-top: 35px;
  }
  .submit-button.sudovie-fifth-submit-button {
    width: 100%;
    margin-top: 15vw;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(225.5, 90.64%, 36.72%, 1.00);
  }
  .submit-button.sudovie-seventh-submit-button {
    width: 100%;
    margin-top: 15vw;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(225.5, 90.64%, 36.72%, 1.00);
  }
  .submit-button.sudovie-eighth-submit-button {
    width: 100%;
    margin-top: 10vw;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(225.5, 90.64%, 36.72%, 1.00);
  }
  .submit-button.sudovie-fifteenth-submit-button {
    width: 85%;
    margin-top: 10vw;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(225.5, 90.64%, 36.72%, 1.00);
  }
  .sudovie-text-field {
    padding-left: 12px;
    font-size: 12px;
  }
  .sudovie-second {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-first-icon-1 {
    display: none;
  }
  .sudovie-first-icon-2 {
    display: none;
  }
  .sudovie-first-icon-3 {
    display: none;
}
  .sudovie-second-text {
    width: 100%;
  }
  .sudovie-license {
    width: 100%;
  }
  .sudovie-second-p {
    margin-top: 35px;
    font-size: 16px;
  }
  .sudovie-third {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-third-p {
    margin-top: 35px;
    font-size: 16px;
  }
  .sudovie-fourth {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .sudovie-fourth-p {
    font-size: 16px;
  }
  .sudovie-fourth-columns {
    margin-top: 70px;
  }
  .sudovie-fourth-column-p {
    font-size: 14px;
  }
  .sudovie-fourth-column-wrapper {
    height: auto;
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sudovie-fifth {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), -webkit-gradient(linear, left top, left bottom, from(hsla(226.8292682926829, 100.00%, 16.08%, 1.00)), color-stop(75%, #1264ce), to(hsla(226.8292682926829, 100.00%, 49.00%, 1.00)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(180deg, hsla(226.8292682926829, 100.00%, 16.08%, 1.00), #1264ce 75%, hsla(226.8292682926829, 100.00%, 49.00%, 1.00));
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }
  .column-2 {
    margin-top: 70px;
  }
  .sudovie-fifth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-fifth-slider {
    height: auto;
    margin-top: 15px;
  }
  .slide-nav {
    margin-bottom: -12vw;
  }
  .h3-fifth {
    margin-top: 8vw;
    padding-bottom: 5vw;
    font-size: 18px;
    line-height: 22px;
  }
  .sudovie-fifth-slider-p {
    font-size: 14px;
    line-height: 14px;
  }
  .sudovie-sixth {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 15% 50%;
  }
  .sudovie-sixth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-sixth-text {
    margin-top: 45px;
    font-size: 14px;
    line-height: 20px;
  }
  .h3-sixth {
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 26px;
  }
  .sudovie-seventh {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/sudoviedvigateli/sudovie-seventh-bg.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sudovie-seventh-p {
    font-size: 16px;
    line-height: 22px;
  }
  .h3-seventh {
    margin-top: 8vw;
    padding-bottom: 5vw;
    font-size: 18px;
    line-height: 22px;
  }
  .sudovie-seventh-slider-p {
    font-size: 14px;
    line-height: 14px;
  }
  .sudovie-seventh-slider {
    margin-top: 15px;
  }
  .sudovie-eighth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-eighth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-eighth-slider {
    height: 665px;
  }
  .sudovie-eighth-slide-text {
    width: 100%;
  }
  .sudovie-eighth-slide-img {
    width: 100%;
  }
  .sudovie-eighth-slide-text-p {
    font-size: 14px;
    line-height: 20px;
  }
  .slide-nav-2 {
    width: 100%;
  }
  .sudovie-ninth {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/sudoviedvigateli/sudovie-ninth-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sudoviedvigateli/sudovie-ninth-bg.jpg');
    background-position: 0px 0px, 85% 50%;
    background-size: cover;
  }
  .sudovie-ninth-form-block {
    margin-bottom: 50px;
  }
  .sudovie-tenth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-tenth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .tenth-columns {
    margin-top: 70px;
  }
  .h3-tenth {
    margin-top: 35px;
    font-size: 20px;
    line-height: 26px;
  }
  .paragraph {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-eleventh {
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0.8) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-eleventh-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-eleventh-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-eleventh-block6.sudovie-eleventh-block-all.sudovie-eleventh-block-last {
    margin-bottom: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .sudovie-eleventh-grid {
    margin-top: 70px;
  }
  .sudovie-eleventh-block-p {
    width: 100%;
  }
  .sudovie-eleventh-block-all {
    width: 100%;
    margin-bottom: 40px;
  }
  .sudovie-twelveth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-twelveth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .left-arrow-3 {
    display: none;
  }
  .right-arrow-3 {
    display: none;
  }
  .mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sudivie-twelveth-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-nav-3 {
    display: block;
  }
  .sudivie-twelveth-slide-wrapper {
    min-height: 445px;
    background-color: hsla(226.8292682926829, 100.00%, 16.08%, 1.00);
  }
  .sudovie-thirteenth {
    min-height: 445px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/sudoviedvigateli/sudovie-thirteenth-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sudoviedvigateli/sudovie-thirteenth-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }
  .sudovie-thirteenth-form-block {
    margin-bottom: 50px;
  }
  .sudovie-fourteenth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-fourteenth-worker-position {
    font-size: 16px;
    line-height: 18px;
  }
  .sudovie-fourteenth-worker-p {
    font-size: 16px;
    line-height: 18px;
  }
  .sudovie-fourteenth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-fifteenth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-fifteenth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-fifteenth-slider {
    margin-top: 50px;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide1 {
    background-size: contain;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide2 {
    background-size: contain;
  }
  .sudovie-fifteenth-slider-slide-wrapper.sudovie-fifteenth-slider-slide3 {
    background-size: contain;
  }
  .sudovie-fifteenth-slider-p {
    font-size: 14px;
    line-height: 16px;
  }
  .sudovie-sixteenth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-sixteenth-p {
    font-size: 16px;
    line-height: 22px;
  }
  .sudovie-sixteenth-slider-wrapper {
    width: 100%;
    margin-top: 50px;
  }
  .sudovie-sixteenth-slider-text {
    min-width: 100%;
  }
  .sudovie-sixteenth-slider-slide {
    width: 100%;
  }
  .sudovie-sixteenth-slider-slide-video {
    width: 100%;
  }
  .sudovie-seventeenth {
    min-height: 445px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sudovie-seventeenth-form-block {
    margin-bottom: 50px;
  }
  .sudovie-modal-wrapper-modal-form {
    width: 100%;
    height: 610px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .h3-modal {
    margin-top: 20px;
    line-height: 28px;
  }
  .right-close-line {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 2px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sudovie-modal-border {
    padding-right: 10px;
    padding-left: 10px;
  }
  .close-icon {
    top: 0px;
    right: 0px;
    display: block;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .left-close-line {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sudovie-modal-p {
    margin-top: 22px;
  }
  .sudovie-modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sudovie-modal-form-block {
    margin-bottom: 50px;
  }
}

#w-node-d0ff223e8a0e-ffbf1b5c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d0ff223e8a0e-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0ff223e8a0e-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0ff223e8a0e-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-5cab63af6fed-ffbf1b5c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-5cab63af6fed-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-68a7b9915699-ffbf1b5c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-68a7b9915699-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-4e04229cda45-ffbf1b5c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-4e04229cda45-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-58271f761b3c-ffbf1b5c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-58271f761b3c-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-0e78e33551cb-ffbf1b5c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-0e78e33551cb-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-0e78e33551cb-ffbf1b5c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}