* {
  padding: 0;
  margin: 0;
  border: 0;
}

body.lock {
  overflow: hidden;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 10px;
}

html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #414e5b;
  z-index: 2;
}

.header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  position: relative;
  z-index: 3;
}

.header__logo img {
  max-width: 100%;
  display: block;
}

.header__burger {
  display: none;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.header__list li {
  list-style: none;
  margin: 0px 0px 0px 20px;
}

.header__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

@media (max-width: 767px) {
  body.lock {
    overflow: hidden;
  }
  .header__body {
    height: 50px;
  }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
  }
  .header__burger span {
    position: absolute;
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 70%;
    background-color: #414e5b;
    padding: 20px 0px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .header__menu.active {
    top: 0;
  }
  .header__list {
    display: block;
  }
  .header__list li:first-child {
    margin-top: 60px;
  }
  .header__list li {
    margin: 25px 10px 20px 10px;
  }
  .header__link {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 40px 0px 0px 0px;
  }
}

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

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main {
padding: 100px 0 0;
background-image: url(/img/bgsite.jpg);
background-size: 100% 100%;

background-attachment: fixed;
    -webkit-background-attachment: fixed;
      -moz-background-attachment: fixed;
        -o-background-attachment: fixed;
  background-position: top center;
      -webkit-background-position: top;
      -moz-background-position: top;
        -o-background-position: top;
  background-size: cover;
  -webkit-background-size: cover; /* Safari 3.0, Android 2.3 - 4.3, Opera Mini и т. д. */
-moz-background-size: cover; /* Gecko 1.9.2 (Firefox 3.6) */
-o-background-size: cover; /* Opera 9.5 */
}

@media (hover: none) {
   .main {
       background-attachment: initial;
   }
   .gall {
       transition: none !important;
         -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
         transform: none !important;
         -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
   }
   .gal figure{ 
       perspective: none !important;
                -webkit-perspective: none !important;
  -moz-perspective: none !important;
  -ms-perspective: none !important;
  -o-perspective: none !important;
   }
   .bgtext {
       display:none !important ;
       transform: none !important;
              transition: none !important;
         -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
         transform: none !important;
         -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
   }
   
   .gall:hover .rotate {
       transform: none !important;
              transition: none !important;
         -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
         transform: none !important;
         -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
   }
  .gall:hover .infimg{
      transform: none !important;
             transition: none !important;
         -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
         transform: none !important;
         -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
           filter: none !important;
         -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  }
   
}


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

.main__body {
  padding: 0px 30px 0px 0px;
}

.main__title {
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 60px 0px;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 767px) {
  .main__title {
    font-size: calc(
 28px + 20.4 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .main__title {
    font-size: calc(28px + 12 * (100vw / 1180));
  }
}

.main__title._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.main__list._active li {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.main__list._active li:nth-child(1) {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.main__list._active li:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.main__list._active li:nth-child(3) {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.main__list._active li:nth-child(4) {
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.main__list li {
  background: url(/img/check1.png) 0 4px no-repeat;
  color: #414e5b;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 40px 0px;
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main__list li:last-child {
  margin: 0;
}

.main__btn {
  margin: 60px 0px 60px 0px;
}

.main__image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px;
  max-width: 100%;
  overflow: hidden;
}

.main__image img {
  max-width: 100%;
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.main__image img._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 1;
}

.button {
  position: relative;
  display: inline-block;
  color: #cf2026;
  -webkit-text-stroke: 0.05em rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  overflow: hidden;
  padding: 15px 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .button {
    font-size: calc(
 23px + 1.7 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .button {
    font-size: calc(23px + 1 * (100vw / 1180));
  }
}

.button__line {
  position: absolute;
  display: block;
}

.button__line--top {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#cf2026));
  background: linear-gradient(90deg, transparent, #cf2026);
}

.button__line--right {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#cf2026));
  background: linear-gradient(180deg, transparent, #cf2026);
}

.button__line--bottom {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#cf2026));
  background: linear-gradient(270deg, transparent, #cf2026);
}

.button__line--left {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#cf2026));
  background: linear-gradient(0deg, transparent, #cf2026);
}

.button:hover {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-box-shadow: 0 0 10px #cf2026, 0 0 40px #cf2026, 0 0 80px #cf2026;
          box-shadow: 0 0 10px #cf2026, 0 0 40px #cf2026, 0 0 80px #cf2026;
  background-color: #cf2026;
  color: #fff;
}

.button:hover .button__line--top {
  left: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.button:hover .button__line--right {
  top: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.button:hover .button__line--bottom {
  right: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.button:hover .button__line--left {
  bottom: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.vertical {
  padding: 20px 0;
  background-color: #414e5b;
}

.vertical__body {
  max-width: 1180px;
  margin: 0 auto;
}

.vertical__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -22px;
}

.vertical__column {
  padding: 0px 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.vertical__item {
  color: #b0d3f7;
}

.vertical__item._active .vertical__subtitle {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.vertical__item._active .vertical__label {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.vertical__subtitle {
  color: #849fba;
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
          transform: translate(0px, 50%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 767px) {
  .vertical__subtitle {
    font-size: calc(
 16px + 15.3 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .vertical__subtitle {
    font-size: calc(16px + 9 * (100vw / 1180));
  }
}

.vertical__subtitle span {
  color: #cf4a4f;
}

@media (max-width: 767px) {
  .vertical__subtitle span {
    font-size: calc(
 28px + 17 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .vertical__subtitle span {
    font-size: calc(28px + 10 * (100vw / 1180));
  }
}

.vertical__label {
  padding: 10px 0px 0px 0px;
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
          transform: translate(0px, 50%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 767px) {
  .vertical__label {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .vertical__label {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

.galary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
}

.galary__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  height: 100%;
  width:100%;
  margin: 0px auto;
  padding: 24px 10px 9px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #849fba;
  font-size: 1em;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.gallery-tizer-wrap {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-image: url(/img/forsite/gvid1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 360px;
  min-width: 555px;
  border: 8px solid #cf4a4f;
  margin-right: 10px;
  margin-top: 50px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.gallery-tizer-wrap._active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.gallery-tizer-wrap:hover {
  text-decoration: none;
  -webkit-text-stroke: 0.01em rgba(0, 0, 0, 0.5);
  color: #cf4a4f;
  font-size: 40px;
}

.gallery-tizer-wrap:hover:before {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.gallery-tizer-wrap:active {
  color: #414e5b;
}

.gallery-tizer-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #414e5b;
  opacity: 0.6;
}

.gallery-tizer-wrap .table {
  z-index: 2;
  position: relative;
  text-align: center;
  height: 100%;
}

.gallery-tizer-wrap .table .tr {
  vertical-align: center;
}

.tizer-triangle {
  position: absolute;
  top: 0;
  right: 0;
  border: 45px solid transparent;
  border-top: 45px solid #cf4a4f;
  border-right: 45px solid #cf4a4f;
  color: white;
  font-size: 30px;
  z-index: 2;
}

.tizer-triangle i {
  position: absolute;
  top: -38px;
  right: -45px;
}

.fa-play-circle {
  font-size: 4em;
  margin: 0px 0px 15px 0px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table .tr {
  display: table-row;
}

.table .td {
  display: table-cell;
  vertical-align: middle;
}

.table .td span {
  font-size: 24px;
}

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

.galary__box {
  max-width: 1180px;
  margin: 0 auto;
}

.galary__body {
  margin: 70px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  overflow: hidden;
}

.galary__title {
  margin: 0px 0px 20px 0px;
  text-align: center;
  color: #222222;
  line-height: 1.7;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .galary__title {
    font-size: calc(
 24px + 18.7 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .galary__title {
    font-size: calc(24px + 11 * (100vw / 1180));
  }
}

.galary__title._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.galary__text {
  padding-top: 10px;
  text-align: center;
  color: #222222;
  line-height: 1.7;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 300;
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

@media (max-width: 767px) {
  .galary__text {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .galary__text {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

.galary__text._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.galary__list {
  overflow: hidden;
  padding: 15px 0px 0px 0px;
  text-align: left;
  color: #414e5b;
  line-height: 1.7;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767px) {
  .galary__list {
    font-size: calc(
 14px + 5.1 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .galary__list {
    font-size: calc(14px + 3 * (100vw / 1180));
  }
}

.galary__list._active li {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.galary__list._active li:nth-child(1) {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.galary__list._active li:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.galary__list._active li:nth-child(3) {
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.galary__list._active li:nth-child(4) {
  -webkit-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}

.galary__list li {
  margin-bottom: 10px;
  background: url(/img/plus.png) 0 5px no-repeat;
  padding: 0px 0px 0px 24px;
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galary__btns {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.galary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  text-decoration: none;
  margin: 0px 10px 40px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .galary__item {
    font-size: calc(
 14px + 5.1 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .galary__item {
    font-size: calc(14px + 3 * (100vw / 1180));
  }
}

.btn1 {
  display: inline-block;
  height: 50px;
  padding-top: 13px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 60px;
  background-color: #e6e6e6;
  color: #414e5b;
  border: 3px solid #414e5b;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn1:hover {
  color: #e6e6e6;
  background-color: #414e5b;
}

.btn1:active {
  display: inline-block;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 0.9em;
  background-color: #414e5b;
  color: #e6e6e6;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border: 3px solid #cf4a4f;
}

.btn2 {
  display: inline-block;
  height: 50px;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 60px;
  background-color: #e6e6e6;
  color: #414e5b;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 3px solid #414e5b;
  /* display: none; */
}

.btn2:hover {
  color: #e6e6e6;
  background-color: #414e5b;
}

.btn2:active {
  display: inline-block;
  height: 50px;
  padding-top: 7px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #414e5b;
  font-size: 0.9em;
  font-weight: 600;
  color: #e6e6e6;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border: 3px solid #cf4a4f;
}

.fa-file-alt {
  font-size: 22px;
}

.information {
  background-color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}

.infblock__text {
  margin: 10px 0 10px 0;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
            -webkit-opacity: 0;
          opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.inftitle {
  margin: 20px 0px 10px;
}

.infblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
}

.infblock._active .infblock__img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
                      -webkit-opacity: 1;
          opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.infblock._active .infblock__text {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
                      -webkit-opacity: 1;
          opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.infblock h2 {
  text-align: center;
  margin: 10px 0px 15px 0px;
}

@media (max-width: 767px) {
  .infblock h2 {
    font-size: calc(
 26px + 10.2 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .infblock h2 {
    font-size: calc(26px + 6 * (100vw / 1180));
  }
}

.infblock p {
  padding: 22px 22px 10px 22px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
}

.infblock__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  position: relative;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
              -webkit-opacity: 0;
          opacity: 0;
}

.infblock__img img {
  border: 2px solid #414e5b;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  background-color: #414e5b;
  margin-top: 0px;
  padding: 1px;
}

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

.footer__item {
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  color: white;
  font-weight: 800;
  text-align: center;
}

.footer__list {
  text-decoration: none;
}

.footer__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__list li {
  margin-bottom: 20px;
  margin: 0 15px;
}

.footer__link {
  color: white;
}

.footer__phone {
  margin-top: 30px;
}

.footer__copiright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 30px 0px 30px 0px;
}

.footer__copiright p {
  padding: 0px 0px 10px 0px;
}

.footer .main__title {
  padding: 0px 20px 0px 20px;
}

.footel__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  height: 100px;
  width: 100px;
}

.footel__logo img {
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1123px) {
  .galary__item {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
  }
  .galary__item .btn1 {
    margin-bottom: 20px;
  }
  .galary__row {
    display: block;
    text-align: center;
  }
  .information .infblock__img {
    position: relative;
    min-height: 320px;
  }
  .information .infblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information .infblock__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .information .infblock__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1123px) and (max-width: 768px) {
  .main {
    padding: 30px 0px 0px 0px;
  }
  .main__btn {
    margin: 30px 0px 20px 0px;
  }
  .main__image {
    padding: 0px 0px 30px 0px;
  }
  .main__row {
    display: block;
    text-align: center;
  }
  .main__row li {
    text-align: start;
    margin: 5px;
    background-position: 0px 4px;
  }
  .main__row li:last-child {
    margin: 5px;
  }
  .main__title {
    margin: 0px 0px 20px 0px;
  }
  .main__body {
    padding: 0px 10px 10px 10px;
  }
}

@media (max-width: 1123px) {
  .vertical {
    padding: 20px 13px 20px 13px;
  }
  .vertical__column {
    padding: 0px 8px 0px 8px;
  }
}

@media (max-width: 560px) {
  .vertical__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vertical__column {
    margin: 0px 0px 30px 0px;
    text-align: center;
  }
  .vertical__column:last-child {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 595px) {
  .gallery-tizer-wrap {
    min-width: 270px;
    min-height: 178px;
    margin: 0 auto;
  }
  .galary__body {
    margin: 30px auto;
    padding: 0;
  }
  .galary__text {
    padding: 10px 15px;
  }
  .galary__list {
    margin: 0 14px;
  }
}

@media (max-width: 505px) {
  .galary__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 10px 10px;
  }
  .btn1 {
    padding: 13px 71px 0px;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .footel__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    height: 100px;
    width: 100px;
  }
  .footel__logo img {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    min-width: 33.333%;
    position: relative;
    height: 100%;
    padding: 0px 30px 0px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__contacts {
    padding: 0px 0px 0px 0px;
  }
  .footer__body {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .footer__list {
    margin: 0px 0px 0px 100px;
    padding: 0px 0px 0px 0px;
  }
  .footer__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__list li {
    margin: 10px 0px 14px 0px;
  }
}

@media (max-width: 710px) {
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    position: relative;
    height: 100%;
  }
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 0px 0px;
  }
  .footer__two {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 0px 0px 0px;
  }
  .footer__three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 35px 0px 0px 0px;
    padding: 0;
  }
  .footer__list {
    margin: 0px 0px 0px 0px;
  }
  .footel__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    height: 100px;
    width: 100px;
  }
  .footel__logo img {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 2000px) {
  .galary__item {
    font-size: 20px;
  }
}

.hiden {
  display: none;
}

.maininf {
  background-color: #fff;
  margin: 100px 0px 0px 0px;
}

.maininf .titleinfo {
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.maininf .titleinfo._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.maininf .textinfo,
.maininf .textinfo2 {
  overflow: hidden;
}

.maininf .paragr._active p {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.maininf .paragr._active p:nth-child(1) {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.maininf .paragr._active p:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.maininf .paragr._active p:nth-child(3) {
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.maininf .paragr p {
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.maininf .paragr2._active p {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.maininf .paragr2._active p:nth-child(1) {
  -webkit-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}

.maininf .paragr2._active p:nth-child(2) {
  -webkit-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}

.maininf .paragr2._active p:nth-child(3) {
  -webkit-transition: all 0.8s ease 1.4s;
  transition: all 0.8s ease 1.4s;
}

.maininf .paragr2 p {
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.maininf__body {
  position: relative;
}

.maininf__body h2 {
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 20px 0px;
}

@media (max-width: 767px) {
  .maininf__body h2 {
    font-size: calc(
 28px + 11.9 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .maininf__body h2 {
    font-size: calc(28px + 7 * (100vw / 1180));
  }
}

.maininf__body h1 {
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 20px 0px;
}

@media (max-width: 767px) {
  .maininf__body h1 {
    font-size: calc(
 28px + 20.4 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .maininf__body h1 {
    font-size: calc(28px + 12 * (100vw / 1180));
  }
}

table p {
  text-align: left;
  margin: 0px 0px 14px 0px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 767px) {
  table p {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  table p {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

table th {
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(270deg, transparent, #cf2026);
     border-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#cf2026));
     border-image: linear-gradient(270deg, transparent, #cf2026);
  border-image-slice: 1;
}

.column1 {
  width: 80px;
  vertical-align: top;
}

.column2 {
  vertical-align: top;
}

.textinfo,
.textinfo2 {
  padding: 22px 22px 10px 22px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
  text-indent: 25px;
}

@media (max-width: 767px) {
  .textinfo,
  .textinfo2 {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .textinfo,
  .textinfo2 {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

.ps {
  padding: 22px 22px 10px 22px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
  text-align: end;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ps {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .ps {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

.ps._active p {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.ps._active p:nth-child(1) {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.ps._active p:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.ps._active p:nth-child(3) {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.ps._active p:nth-child(4) {
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.ps p {
  margin: 0px 0px 5px 0px;
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.titleinfo {
  text-align: center;
}

.column1 {
  overflow: hidden;
}

.column1._active p {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.column1 p {
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.column2 {
  overflow: hidden;
}

.column2._active p {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.8s ease 0.2s;
  transition: 0.8s ease 0.2s;
}

.column2 p {
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.textinfo p {
  padding: 0px 20px 0px 0px;
}

.infoimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  position: relative;
  overflow: hidden;
}

.infoimg._active img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.infoimg img {
  border: 2px solid #414e5b;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1000px) {
  .informm .infoimg {
    position: relative;
    min-height: 320px;
  }
  .informm .textinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .informm .infoimg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .informm .paragr {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 768px) {
  .textinfo {
    padding: 0px 0px 0px 0px;
  }
  .content {
    margin: 0px;
  }
  .titleinfo h1 {
    margin: 20px 0px 20px;
  }
  .maininf {
    margin: 0;
  }
}

.blockcont {
  background-color: #414e5b;
  padding: 10px 10px 10px 10px;
}

.mainserv {
  background-color: #fff;
}

.mainserv__body {
  padding: 0px;
  margin: 100px 0px 0px 0px;
  background-color: #fff;
}

.mainserv__title {
  text-align: center;
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 20px 0px;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 767px) {
  .mainserv__title {
    font-size: calc(
 28px + 17 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .mainserv__title {
    font-size: calc(28px + 10 * (100vw / 1180));
  }
}

.mainserv__title._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

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

.mainserv__item {
  padding: 20px 10px 20px 10px;
  width: 33.333%;
  overflow: hidden;
}

.mainserv__item._active .mainserv__img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.mainserv__item._active .mainserv__label {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.mainserv__item._active .underline {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.mainserv__item._active .mainserv__text {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.mainserv__img {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 40% 0px;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
}

.mainserv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.mainserv__label {
  padding: 22px 22px 10px 22px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
  text-align: center;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
}

@media (max-width: 767px) {
  .mainserv__label {
    font-size: calc(
 18px + 10.2 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .mainserv__label {
    font-size: calc(18px + 6 * (100vw / 1180));
  }
}

.mainserv__text {
  padding: 22px 0px 10px 0px;
  line-height: 24px;
  font-weight: 300;
  color: #222222;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
}

@media (max-width: 767px) {
  .mainserv__text {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .mainserv__text {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

.mainserv__btn {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.mainserv__btn .mbtn {
  display: inline-block;
  height: 50px;
  padding-top: 13px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 60px;
  background-color: #fff;
  color: #414e5b;
  border: 3px solid #414e5b;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mainserv__btn .mbtn:hover {
  color: #fff;
  background-color: #414e5b;
}

.mainserv__btn .mbtn:active {
  display: inline-block;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 0.9em;
  background-color: #414e5b;
  color: #fff;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border: 3px solid #cf4a4f;
}

.underline {
  margin: 15px 0px 0px 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#cf2026));
  background: linear-gradient(270deg, transparent, #cf2026);
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
  opacity: 0;
}

.secserv__title1 {
  text-align: center;
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 20px 0px;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 767px) {
  .secserv__title1 {
    font-size: calc(
 28px + 11.9 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .secserv__title1 {
    font-size: calc(28px + 7 * (100vw / 1180));
  }
}

.secserv__title1._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

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

.secserv__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 18% 0px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.secserv__img img {
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.secserv .secserv__item {
  overflow: hidden;
}

.secserv .secserv__item._active .secserv__title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.secserv .secserv__item._active .secserv__img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.secserv .secserv__item._active .secserv__text {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.secserv .secserv__title {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
  text-align: center;
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 20px 0px;
}

@media (max-width: 767px) {
  .secserv .secserv__title {
    font-size: calc(
 28px + 11.9 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .secserv .secserv__title {
    font-size: calc(28px + 7 * (100vw / 1180));
  }
}

.secserv__text {
  opacity: 0;
  -webkit-transform: translate(120%, 0px);
          transform: translate(120%, 0px);
}

.secserv__text p {
  padding: 0px 10px 0px 15px;
  margin: 0px 0px 14px 0px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 767px) {
  .secserv__text p {
    font-size: calc(
 14px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .secserv__text p {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

@media (max-width: 768px) {
  .mainserv__colomns {
    justify-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainserv__item {
    width: 100%;
  }
  .mainserv__img {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 25% 0px;
  }
  .mainserv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mainserv__body {
    margin: 0px 0px 0px 0px;
  }
  .mainserv__title {
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .secserv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .secserv__img {
    padding: 0px 0px 38% 0px;
  }
}

.mainourw {
  background-color: #fff;
}

.mainourw__title {
  text-align: center;
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0px 20px 0px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (max-width: 767px) {
  .mainourw__title {
    font-size: calc(
 28px + 20.4 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .mainourw__title {
    font-size: calc(28px + 12 * (100vw / 1180));
  }
}

.mainourw__title._active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.gall__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gall__container figure {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.gall__container._active figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.gall__container._active figure:nth-child(1) {
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}

.gall__container._active figure:nth-child(2) {
  -webkit-transition: -webkit-transform 0.8s ease 0.4s;
  transition: -webkit-transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

.gall__container._active figure:nth-child(3) {
  -webkit-transition: -webkit-transform 0.8s ease 0.6s;
  transition: -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}

.gall__container._active figure:nth-child(4) {
  -webkit-transition: -webkit-transform 0.8s ease 0.8s;
  transition: -webkit-transform 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
}

.gall__container._active figure:nth-child(5) {
  -webkit-transition: -webkit-transform 0.8s ease 1s;
  transition: -webkit-transform 0.8s ease 1s;
  transition: transform 0.8s ease 1s;
  transition: transform 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
}

.gall__container._active figure:nth-child(6) {
  -webkit-transition: -webkit-transform 0.8s ease 1.2s;
  transition: -webkit-transform 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
}

.gall__container._active figure:nth-child(7) {
  -webkit-transition: -webkit-transform 0.8s ease 1.4s;
  transition: -webkit-transform 0.8s ease 1.4s;
  transition: transform 0.8s ease 1.4s;
  transition: transform 0.8s ease 1.4s, -webkit-transform 0.8s ease 1.4s;
}

.gall__container._active figure:nth-child(8) {
  -webkit-transition: -webkit-transform 0.8s ease 1.6s;
  transition: -webkit-transform 0.8s ease 1.6s;
  transition: transform 0.8s ease 1.6s;
  transition: transform 0.8s ease 1.6s, -webkit-transform 0.8s ease 1.6s;
}

.gall__container._active figure:nth-child(9) {
  -webkit-transition: -webkit-transform 0.8s ease 1.8s;
  transition: -webkit-transform 0.8s ease 1.8s;
  transition: transform 0.8s ease 1.8s;
  transition: transform 0.8s ease 1.8s, -webkit-transform 0.8s ease 1.8s;
}

.gall__container._active figure:nth-child(10) {
  -webkit-transition: -webkit-transform 0.8s ease 2s;
  transition: -webkit-transform 0.8s ease 2s;
  transition: transform 0.8s ease 2s;
  transition: transform 0.8s ease 2s, -webkit-transform 0.8s ease 2s;
}

.gall__container._active figure:nth-child(11) {
  -webkit-transition: -webkit-transform 0.8s ease 2.2s;
  transition: -webkit-transform 0.8s ease 2.2s;
  transition: transform 0.8s ease 2.2s;
  transition: transform 0.8s ease 2.2s, -webkit-transform 0.8s ease 2.2s;
}

.gall__container._active figure:nth-child(12) {
  -webkit-transition: -webkit-transform 0.8s ease 2.4s;
  transition: -webkit-transform 0.8s ease 2.4s;
  transition: transform 0.8s ease 2.4s;
  transition: transform 0.8s ease 2.4s, -webkit-transform 0.8s ease 2.4s;
}

.gall__container._active figure:nth-child(13) {
  -webkit-transition: -webkit-transform 0.8s ease 2.6s;
  transition: -webkit-transform 0.8s ease 2.6s;
  transition: transform 0.8s ease 2.6s;
  transition: transform 0.8s ease 2.6s, -webkit-transform 0.8s ease 2.6s;
}

.gall__container._active figure:nth-child(14) {
  -webkit-transition: -webkit-transform 0.8s ease 2.8s;
  transition: -webkit-transform 0.8s ease 2.8s;
  transition: transform 0.8s ease 2.8s;
  transition: transform 0.8s ease 2.8s, -webkit-transform 0.8s ease 2.8s;
}

.gall__container._active figure:nth-child(15) {
  -webkit-transition: -webkit-transform 0.8s ease 3s;
  transition: -webkit-transform 0.8s ease 3s;
  transition: transform 0.8s ease 3s;
  transition: transform 0.8s ease 3s, -webkit-transform 0.8s ease 3s;
}

.gall__container._active figure:nth-child(16) {
  -webkit-transition: -webkit-transform 0.8s ease 3.2s;
  transition: -webkit-transform 0.8s ease 3.2s;
  transition: transform 0.8s ease 3.2s;
  transition: transform 0.8s ease 3.2s, -webkit-transform 0.8s ease 3.2s;
}

.gall__container._active figure:nth-child(17) {
  -webkit-transition: -webkit-transform 0.8s ease 3.4s;
  transition: -webkit-transform 0.8s ease 3.4s;
  transition: transform 0.8s ease 3.4s;
  transition: transform 0.8s ease 3.4s, -webkit-transform 0.8s ease 3.4s;
}

.gall__container._active figure:nth-child(18) {
  -webkit-transition: -webkit-transform 0.8s ease 3.6s;
  transition: -webkit-transform 0.8s ease 3.6s;
  transition: transform 0.8s ease 3.6s;
  transition: transform 0.8s ease 3.6s, -webkit-transform 0.8s ease 3.6s;
}

.gall__container._active figure:nth-child(19) {
  -webkit-transition: -webkit-transform 0.8s ease 3.8s;
  transition: -webkit-transform 0.8s ease 3.8s;
  transition: transform 0.8s ease 3.8s;
  transition: transform 0.8s ease 3.8s, -webkit-transform 0.8s ease 3.8s;
}

.gall__container._active figure:nth-child(20) {
  -webkit-transition: -webkit-transform 0.8s ease 4s;
  transition: -webkit-transform 0.8s ease 4s;
  transition: transform 0.8s ease 4s;
  transition: transform 0.8s ease 4s, -webkit-transform 0.8s ease 4s;
}

.gall__container._active figure:nth-child(21) {
  -webkit-transition: -webkit-transform 0.8s ease 4.2s;
  transition: -webkit-transform 0.8s ease 4.2s;
  transition: transform 0.8s ease 4.2s;
  transition: transform 0.8s ease 4.2s, -webkit-transform 0.8s ease 4.2s;
}

.gall__container._active figure:nth-child(22) {
  -webkit-transition: -webkit-transform 0.8s ease 4.4s;
  transition: -webkit-transform 0.8s ease 4.4s;
  transition: transform 0.8s ease 4.4s;
  transition: transform 0.8s ease 4.4s, -webkit-transform 0.8s ease 4.4s;
}

.gall__container._active figure:nth-child(23) {
  -webkit-transition: -webkit-transform 0.8s ease 4.6s;
  transition: -webkit-transform 0.8s ease 4.6s;
  transition: transform 0.8s ease 4.6s;
  transition: transform 0.8s ease 4.6s, -webkit-transform 0.8s ease 4.6s;
}

.gall__container._active figure:nth-child(24) {
  -webkit-transition: -webkit-transform 0.8s ease 4.8s;
  transition: -webkit-transform 0.8s ease 4.8s;
  transition: transform 0.8s ease 4.8s;
  transition: transform 0.8s ease 4.8s, -webkit-transform 0.8s ease 4.8s;
}

.gall__container._active figure:nth-child(25) {
  -webkit-transition: -webkit-transform 0.8s ease 5s;
  transition: -webkit-transform 0.8s ease 5s;
  transition: transform 0.8s ease 5s;
  transition: transform 0.8s ease 5s, -webkit-transform 0.8s ease 5s;
}

.gall__container._active figure:nth-child(26) {
  -webkit-transition: -webkit-transform 0.8s ease 5.2s;
  transition: -webkit-transform 0.8s ease 5.2s;
  transition: transform 0.8s ease 5.2s;
  transition: transform 0.8s ease 5.2s, -webkit-transform 0.8s ease 5.2s;
}

.gall__container._active figure:nth-child(27) {
  -webkit-transition: -webkit-transform 0.8s ease 5.4s;
  transition: -webkit-transform 0.8s ease 5.4s;
  transition: transform 0.8s ease 5.4s;
  transition: transform 0.8s ease 5.4s, -webkit-transform 0.8s ease 5.4s;
}

.gall__container._active figure:nth-child(28) {
  -webkit-transition: -webkit-transform 0.8s ease 5.6s;
  transition: -webkit-transform 0.8s ease 5.6s;
  transition: transform 0.8s ease 5.6s;
  transition: transform 0.8s ease 5.6s, -webkit-transform 0.8s ease 5.6s;
}

.gall__container._active figure:nth-child(29) {
  -webkit-transition: -webkit-transform 0.8s ease 5.8s;
  transition: -webkit-transform 0.8s ease 5.8s;
  transition: transform 0.8s ease 5.8s;
  transition: transform 0.8s ease 5.8s, -webkit-transform 0.8s ease 5.8s;
}

.gall__container._active figure:nth-child(30) {
  -webkit-transition: -webkit-transform 0.8s ease 6s;
  transition: -webkit-transform 0.8s ease 6s;
  transition: transform 0.8s ease 6s;
  transition: transform 0.8s ease 6s, -webkit-transform 0.8s ease 6s;
}

.gall__container._active figure:nth-child(31) {
  -webkit-transition: -webkit-transform 0.8s ease 6.2s;
  transition: -webkit-transform 0.8s ease 6.2s;
  transition: transform 0.8s ease 6.2s;
  transition: transform 0.8s ease 6.2s, -webkit-transform 0.8s ease 6.2s;
}

.gall {
  text-decoration: none;
  color: #222222;
}

.gall__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gall__container figure {
  max-width: 250px;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-perspective: 400px;
          perspective: 400px;
}

.gall__container figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.item__label {
  text-align: center;
  padding: 0px 10px 0px 15px;
  margin: 15px 0px 14px 0px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 767px) {
  .item__label {
    font-size: calc(
 12px + 6.8 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .item__label {
    font-size: calc(12px + 4 * (100vw / 1180));
  }
}

.img,
.bgtext {
  background-color: #fff;
  border: 4px double #cf4a4f;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.bgtext {
  width: 110%;
  height: 110%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 16px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.rotate {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 3s;
  transition: 3s;
}

.pd {
  padding: 8px;
}

.gall:hover .rotate {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.gall:hover .infimg {
  vertical-align: middle;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gall:hover .bgtext {
  top: -9px;
  left: -12px;
}

.infimg {
  border: 2px solid #cf4a4f;
}

.content {
  margin: 0px 0px 0px 0px;
}

.maincont {
    background-color: white;
  overflow: hidden;
}

.maincont__body {
  margin: 100px 10px 40px 10px;
}

.maincont__title {
  text-align: center;
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0px 0px 20px 0px;
  opacity: 0;
  -webkit-transform: translate(0px, -120%);
          transform: translate(0px, -120%);
}

@media (max-width: 767px) {
  .maincont__title {
    font-size: calc(
 28px + 11.9 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .maincont__title {
    font-size: calc(28px + 7 * (100vw / 1180));
  }
}

.maincont__title._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.maincont__inf {
  margin: 15px 10px 30px 10px;
  overflow: hidden;
}

.maincont__inf._active h2 {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.maincont__inf._active p {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
}

.maincont__inf h2 {
  color: #222222;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0px 0px 20px 0px;
  opacity: 0;
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
}

@media (max-width: 767px) {
  .maincont__inf h2 {
    font-size: calc(
 22px + 3.4 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .maincont__inf h2 {
    font-size: calc(22px + 2 * (100vw / 1180));
  }
}

.maincont__inf p {
  padding: 4px 22px 10px 0px;
  line-height: 27px;
  font-weight: 300;
  color: #222222;
  text-align: start;
  opacity: 0;
  -webkit-transform: translate(-120%, 0px);
          transform: translate(-120%, 0px);
}

@media (max-width: 767px) {
  .maincont__inf p {
    font-size: calc(
 18px + 0 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .maincont__inf p {
    font-size: calc(18px + 0 * (100vw / 1180));
  }
}

.maincont__map {
  width: 100%;
  height: 500px;
}

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

.map {
  height: 100%;
  width: 100%;
  border: 5px solid #414e5b;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.map._active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.map__hint {
  padding: 20px;
  min-height: 55px;
  min-width: 195px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #573bf8;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#414e5b), color-stop(48%, #573bf8), color-stop(74%, #573bf8), to(#414e5b));
  background-image: linear-gradient(to top, #414e5b 0%, #573bf8 48%, #573bf8 74%, #414e5b 100%);
  border-radius: 20px;
}

.map__balloon {
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #573bf9;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#414e5b), color-stop(48%, #573bf8), color-stop(74%, #573bf7), to(#414e5b));
  background-image: linear-gradient(to top, #414e5b 0%, #573bf8 48%, #573bf7 74%, #414e5b 100%);
  border-radius: 20px;
}

.map__mwlogo-img {
  float: right;
  height: 100px;
  width: 100px;
}

.mainform {
  background-color: #414e5b;
}

.box1 {
  width: 100%;
  max-width: 400px;
}

.box {
  width: 100%;
  max-width: 400px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.box._active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.form-group {
  color: #fff;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
  width: calc(100% - 24px);
  font-size: 16px;
  padding: 6px 12px;
  background-color: #849fba;
  color:#414e5b;
}

.form-group textarea {
  resize: none;
}

.control-file {
  margin-bottom: 20px;
  color: #fff;
}

/* .control-file input[type="file"] {
  font-size: 16px;
  display: block;
  margin-top: 7px;
  color: #fff;
} */

.formimg {
  margin: 0px 5px 20px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.formimg._active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
}

.formimg img {
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.box button {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #fff;
  padding: 6px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #849fba;
}

.box button:hover {
  background-color: #414e5b;
  color: #fff;
}

.box button:focus {
  outline: none;
}

.box1 button {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #fff;
  padding: 6px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box1 button:hover {
  background-color: #414e5b;
  color: #fff;
}

.box1 button:focus {
  outline: none;
}

@media (max-width: 480px) {
  .maincont__map {
    height: 300px;
  }
  .maincont__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formimg {
    margin: 15px 0 0 0;
    padding: 0px 0px 50% 0px;
  }
}

@media (max-width: 940px) {
  .maincont__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin: 15px 0 0 20px;
    padding: 0px 0px 30% 0px;
  }
}

@media (max-width: 760px) {
  .box {
    margin: 0 auto;
  }
  .box1 {
    margin: 0 auto;
  }
  .maincont__map {
    height: 500px;
  }
  .maincont__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 0px 0px;
    justify-items: center;
  }
  .formimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin: 15px 0 0 0px;
    padding: 0px 0px 60% 0px;
  }
}
.mainourw__body {
    margin-top: 100px;
  }

@media (max-width: 768px) {
  .mainourw__body {
    margin: 0px;
  }
  .mainourw__title {
    margin: 20px 0px 20px 0px;
  }
  .maincont__body {
    margin-top: 25px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 50;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  background-color: #414e5b;
  color: #000;
  max-width: 800px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.popup__title {
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
  .popup__title {
    font-size: calc(
 22px + 3.4 * ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .popup__title {
    font-size: calc(22px + 2 * (100vw / 1180));
  }
}

@media (hover: none) {
  .button {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-box-shadow: 0 0 10px #cf2026, 0 0 40px #cf2026, 0 0 80px #cf2026;
            box-shadow: 0 0 10px #cf2026, 0 0 40px #cf2026, 0 0 80px #cf2026;
    background-color: #cf2026;
    color: #fff;
  }
}

@media (max-width: 390px) {
  .box {
    width: 100%;
    max-width: 250px;
  }
  .box1 {
    width: 100%;
    max-width: 250px;
  }
}

._anim-show {
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._anim-show._active,
._active ._anim-show {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.main_input_file {
    display: none;
}

.control-file div {
	width: 100px;
	height: 32px;
	background: #3498db;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-family: arial;
	font-size:14px;
	display: inline-block;
	vertical-align: top;
}

.control-file div:hover {
	background: #2980b9;
	cursor: pointer;
}

#f_name {
	background: transparent;
	border: 0;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	padding: 0 8px;
	width: 150px;
	color:#fff;
}
