@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px); }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px); }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); } }
@keyframes bounce20 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  75% {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
@-webkit-keyframes bounce20 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  75% {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
@keyframes windows {
  0% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); }
  80% {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
@-webkit-keyframes windows {
  0% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); }
  80% {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
.body-with-admin-bar .navbar-custom-class {
  top: 32px; }

@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-custom-class {
    top: 46px; } }
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }
@font-face {
  font-family: MontserratMedium;
  src: url("../../fonts/Montserrat-Medium.otf") format("opentype"); }
@font-face {
  font-family: MontserratMediumItalic;
  src: url("../../fonts/Montserrat-MediumItalic.otf") format("opentype"); }
@font-face {
  font-family: MontserratBold;
  src: url("../../fonts/Montserrat-Bold.otf") format("opentype"); }
@font-face {
  font-family: MontserratRegular;
  src: url("../../fonts/Montserrat-Regular.otf") format("opentype"); }
@font-face {
  font-family: MontserratSemiBold;
  src: url("../../fonts/Montserrat-SemiBold.otf") format("opentype"); }
@font-face {
  font-family: PoppinsRegular;
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype"); }
@font-face {
  font-family: JustAnotherHand;
  src: url("../../fonts/justanotherhand-regular.ttf") format("truetype"); }
body {
  padding-top: 110px;
  color: #646464;
  font-size: 14px;
  font-family: MontserratMedium;
  overflow-x: hidden; }
  body::-webkit-scrollbar {
    width: 15px; }
  body::-webkit-scrollbar-track {
    background-color: #fff; }
  body::-webkit-scrollbar-thumb {
    background-color: #e3000f;
    border-radius: 10px; }

.min-1025 {
  display: block !important; }

.max-1024 {
  display: none !important; }

strong, b {
  font-family: MontserratBold; }

i, em {
  font-family: MontserratMediumItalic; }

.warning-validation-text {
  color: #e3000f !important; }

.warning-validation {
  border: 1px solid #e3000f !important; }

a {
  transition: all .2s linear; }
  a:hover {
    transition: all .2s linear;
    text-decoration: none; }
  a:focus {
    outline: none; }
  a:before, a:after {
    transition: all .2s linear; }

input, textarea, button {
  transition: all .2s linear; }
  input:hover, textarea:hover, button:hover {
    transition: all .2s linear; }
  input:focus, textarea:focus, button:focus {
    transition: all .2s linear;
    outline: none; }

input[type=submit], button {
  cursor: pointer; }

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

.main-container {
  margin: auto;
  max-width: 1330px;
  padding: 0 15px; }

.main-title {
  color: #202228;
  font-size: 26px;
  margin-bottom: 30px;
  font-family: MontserratRegular;
  line-height: 1.2; }

.default-page-wrapper {
  padding: 45px 0; }

.wysiwyg-styles > img {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  margin-bottom: 40px; }
.wysiwyg-styles p {
  line-height: 28px;
  margin-bottom: 30px; }
  .wysiwyg-styles p a {
    color: #e3000f; }
    .wysiwyg-styles p a:hover {
      opacity: 0.8; }
  .wysiwyg-styles p img {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: cover;
    margin-bottom: 10px; }
  .wysiwyg-styles p strong, .wysiwyg-styles p b {
    font-family: MontserratBold; }
  .wysiwyg-styles p i, .wysiwyg-styles p em {
    font-family: MontserratMediumItalic; }
.wysiwyg-styles ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0; }
  .wysiwyg-styles ul li {
    padding-left: 30px;
    background-image: url("../../images/dot.svg");
    background-repeat: no-repeat;
    background-position: 0 9px;
    background-size: 10px 10px;
    margin-bottom: 5px;
    line-height: 28px; }
    .wysiwyg-styles ul li a {
      color: #e3000f; }
      .wysiwyg-styles ul li a:hover {
        opacity: 0.8; }
    .wysiwyg-styles ul li strong, .wysiwyg-styles ul li b {
      font-family: MontserratBold; }
    .wysiwyg-styles ul li i, .wysiwyg-styles ul li em {
      font-family: MontserratMediumItalic; }
.wysiwyg-styles h2 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #202228; }
.wysiwyg-styles table {
  margin: 0 0 30px; }
  .wysiwyg-styles table td {
    padding: 7px 15px;
    border: 1px solid #cdcdcd; }

.video-wysiwyg {
  position: relative;
  margin-bottom: 35px; }
  .video-wysiwyg:before {
    content: "";
    display: block;
    padding-top: 35%; }
  .video-wysiwyg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.success-submit-wrapper {
  text-align: center; }
  .success-submit-wrapper .success-image {
    margin-bottom: 15px; }
    .success-submit-wrapper .success-image img {
      max-width: 300px;
      max-height: 300px; }
  .success-submit-wrapper .success-title {
    font-size: 50px;
    font-family: MontserratBold;
    margin-bottom: 10px; }
  .success-submit-wrapper .success-subtext {
    font-family: MontserratBold; }

.preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: 15px;
  right: -40px;
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite; }

.wysiwyg-gallery {
  margin-bottom: 50px; }
  .wysiwyg-gallery .single-gallery-element {
    transition: all .2s linear;
    position: relative;
    width: calc((100% - 48px)/4);
    margin: 0 8px 16px; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
      margin: 0 0 16px 8px; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(4n+1) {
      margin: 0 8px 16px 0; }
    .wysiwyg-gallery .single-gallery-element:before {
      content: "";
      display: block;
      padding-top: 70%; }
    .wysiwyg-gallery .single-gallery-element .darkness-effect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(46, 120, 188, 0.72); }
    .wysiwyg-gallery .single-gallery-element .number-additional {
      position: absolute;
      bottom: 15px;
      right: 15px;
      font-family: MontserratMedium;
      font-size: 47px;
      color: #fff; }
    .wysiwyg-gallery .single-gallery-element:hover {
      transition: all .2s linear;
      transform: translateY(-5px); }

.hide-filter-close.collapsed {
  display: none !important; }

.hide-filter-open:not(.collapsed) {
  display: none !important; }

.hide-filter-button {
  display: none; }

.checkbox-single {
  margin: 0 0 45px 0; }
  .checkbox-single input {
    position: absolute;
    left: -9999px; }
    .checkbox-single input:checked ~ .checkbox-label-class .checkbox-radio-back .checkbox-radio-checkmark {
      opacity: 1;
      transition: all .1s linear; }
  .checkbox-single .checkbox-label-class {
    margin: 0; }
  .checkbox-single .checkbox-title {
    cursor: pointer; }
    .checkbox-single .checkbox-title a {
      color: #646464; }
      .checkbox-single .checkbox-title a:hover {
        color: #e3000f; }
  .checkbox-single .checkbox-radio-back {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    margin-right: 14px;
    transition: all .1s linear;
    font-size: 13px; }
    .checkbox-single .checkbox-radio-back .checkbox-radio-checkmark {
      color: #e3000f;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .1s linear;
      opacity: 0; }

.shortcode-button {
  margin-bottom: 30px; }
  .shortcode-button a {
    color: #fff;
    font-family: MontserratSemiBold;
    background-color: #0000ff;
    padding: 20px 25px; }
    .shortcode-button a:hover {
      background-color: rgba(0, 0, 255, 0.8); }
      .shortcode-button a:hover .arrow-submit {
        -webkit-animation: bounce20 .5s linear infinite;
        /* Safari 4.0 - 8.0 */
        animation: bounce20 .5s linear infinite; }
    .shortcode-button a .arrow-submit {
      max-width: 13px;
      margin-left: 10px; }

@media screen and (min-width: 1025px) {
  .dont-collapse-class {
    display: block !important;
    height: auto !important;
    visibility: visible !important; } }
@media screen and (max-width: 1024px) {
  body {
    padding-top: 190px; }

  .hide-filter-button {
    display: block;
    border: none;
    background-color: transparent;
    color: #e3000f;
    font-family: MontserratBold;
    padding: 0;
    cursor: pointer;
    margin: 0 0 15px auto; }
    .hide-filter-button:hover {
      opacity: 0.8; }

  .min-1025 {
    display: none !important; }

  .max-1024 {
    display: block !important; }

  .video-wysiwyg:before {
    padding-top: 60% !important; }

  .default-page-wrapper {
    padding: 30px 0; } }
@media screen and (max-width: 767px) {
  .wysiwyg-styles > img {
    margin-bottom: 20px; }
  .wysiwyg-styles p {
    margin-bottom: 20px; }
    .wysiwyg-styles p img {
      margin-bottom: 0; }
  .wysiwyg-styles ul {
    margin-bottom: 30px; }
    .wysiwyg-styles ul li {
      padding-left: 20px; }
  .wysiwyg-styles h2 {
    margin-bottom: 15px; }

  .video-wysiwyg {
    margin-bottom: 20px; }

  .success-submit-wrapper .success-image {
    margin-bottom: 10px; }
  .success-submit-wrapper .success-title {
    font-size: 30px;
    margin-bottom: 10px; }

  .main-title {
    font-size: 21px;
    margin-bottom: 15px; }

  .checkbox-single {
    margin: 0 0 30px 0; }

  .wysiwyg-gallery {
    margin-bottom: 30px !important;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .wysiwyg-gallery .single-gallery-element {
      width: calc((100% - 16px)/2);
      margin: 0 0 16px !important; }
      .wysiwyg-gallery .single-gallery-element .number-additional {
        bottom: 10px;
        right: 10px;
        font-size: 30px !important; } }
@media screen and (max-width: 500px) {
  body {
    padding-top: 175px; } }
.navbar-custom-class {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 30px -10px lightgrey; }
  .navbar-custom-class .logo-mobile {
    display: none; }
  .navbar-custom-class .header-content {
    padding: 0 100px;
    min-height: 110px; }
    .navbar-custom-class .header-content .main-logo img {
      max-width: 200px;
      max-height: 80px; }
    .navbar-custom-class .header-content .header-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .navbar-custom-class .header-content .header-menu ul li {
        margin-right: 15px; }
        .navbar-custom-class .header-content .header-menu ul li a {
          padding: 0 15px;
          font-family: MontserratSemiBold;
          font-size: 15px;
          color: #202228;
          text-transform: uppercase;
          min-height: 110px;
          display: inline-flex;
          display: -webkit-inline-flex;
          align-items: center;
          -webkit-align-items: center;
          position: relative; }
          .navbar-custom-class .header-content .header-menu ul li a:before {
            content: "";
            height: 5px;
            width: 100%;
            background-color: #e3000f;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .2s linear; }
          .navbar-custom-class .header-content .header-menu ul li a:hover:before {
            opacity: 1;
            transition: all .2s linear; }
        .navbar-custom-class .header-content .header-menu ul li:nth-last-of-type(1) {
          margin-right: 0; }
      .navbar-custom-class .header-content .header-menu ul .current-menu-item a:before {
        opacity: 1;
        transition: all .2s linear; }
    .navbar-custom-class .header-content .additional-header .languages {
      width: 50px;
      margin-right: 75px; }
      .navbar-custom-class .header-content .additional-header .languages .selectric-wrapper {
        height: 25px; }
      .navbar-custom-class .header-content .additional-header .languages .selectric {
        padding: 0 17px 0 5px;
        height: 100%;
        border: none;
        background-color: transparent;
        background-image: url("../../images/triangle.svg");
        background-repeat: no-repeat;
        background-size: 7px auto;
        background-position: calc(100% - 5px) 50%;
        transition: all .2s linear; }
        .navbar-custom-class .header-content .additional-header .languages .selectric .label {
          height: 100%;
          margin: 0;
          font-size: 15px;
          font-family: MontserratSemiBold;
          line-height: normal;
          color: #2d2222;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          -webkit-align-items: center;
          transition: all .2s linear; }
        .navbar-custom-class .header-content .additional-header .languages .selectric .button {
          display: none; }
      .navbar-custom-class .header-content .additional-header .languages .selectric-items {
        max-width: 100%;
        background-color: #fff;
        border: none; }
        .navbar-custom-class .header-content .additional-header .languages .selectric-items li {
          font-size: 15px;
          font-family: MontserratSemiBold;
          line-height: normal;
          min-height: 25px;
          padding: 0 5px;
          color: #2d2222;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          -webkit-align-items: center;
          justify-content: center;
          -webkit-justify-content: center; }
          .navbar-custom-class .header-content .additional-header .languages .selectric-items li:hover {
            color: #fff;
            background-color: #e3000f; }
        .navbar-custom-class .header-content .additional-header .languages .selectric-items li.highlighted {
          display: none; }
    .navbar-custom-class .header-content .additional-header .contacts a {
      color: #fff;
      font-family: MontserratSemiBold;
      background-color: #e3000f;
      padding: 20px 25px; }
      .navbar-custom-class .header-content .additional-header .contacts a:hover {
        background-color: rgba(227, 0, 15, 0.8); }
        .navbar-custom-class .header-content .additional-header .contacts a:hover img {
          -webkit-animation: bounce20 .5s linear infinite;
          /* Safari 4.0 - 8.0 */
          animation: bounce20 .5s linear infinite; }
      .navbar-custom-class .header-content .additional-header .contacts a img {
        max-width: 13px;
        margin-left: 10px; }

@media screen and (max-width: 1700px) {
  .navbar-custom-class .header-content .additional-header .languages {
    margin-right: 25px; } }
@media screen and (max-width: 1600px) {
  .navbar-custom-class .header-content {
    padding: 0 15px; } }
@media screen and (min-width: 1401px) {
  .header-wrapper {
    display: block !important; }

  .burger-button {
    display: none !important; }

  .home-body-class {
    padding-top: 0 !important; }
    .home-body-class .navbar-home-class-styles {
      background-color: transparent;
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.24);
      transition: all .2s linear; }
      .home-body-class .navbar-home-class-styles .header-content .main-logo .top-0 {
        display: inline !important;
        visibility: visible !important;
        opacity: 1 !important; }
      .home-body-class .navbar-home-class-styles .header-content .main-logo .top-more-than-0 {
        display: none !important;
        visibility: hidden;
        opacity: 0; }
      .home-body-class .navbar-home-class-styles .header-content .header-menu ul li a {
        color: #fff; }
      .home-body-class .navbar-home-class-styles .header-content .additional-header .languages .selectric {
        background-image: url("../../images/triangle-white.svg");
        transition: all .2s linear; }
        .home-body-class .navbar-home-class-styles .header-content .additional-header .languages .selectric .label {
          color: #fff;
          transition: all .2s linear; } }
@media screen and (max-width: 1400px) {
  .navbar-custom-class {
    padding: 0 !important; }
    .navbar-custom-class .collapsed .burger-span {
      position: static !important; }
      .navbar-custom-class .collapsed .burger-span:nth-child(1) {
        transform: rotate(0deg) !important;
        transition: all .2s linear !important; }
      .navbar-custom-class .collapsed .burger-span:nth-child(3) {
        transform: rotate(0deg) !important;
        transition: all .2s linear !important; }
      .navbar-custom-class .collapsed .burger-span:nth-child(2) {
        width: 25px !important;
        transition: all .2s linear !important;
        margin: 0 auto 5px !important; }
    .navbar-custom-class .burger-button {
      display: block !important;
      padding: 0;
      margin: 0 15px 0 auto;
      border: none;
      height: 110px; }
      .navbar-custom-class .burger-button .burger-wrapper {
        position: relative;
        width: 25px; }
        .navbar-custom-class .burger-button .burger-wrapper .burger-span {
          position: absolute;
          top: 0;
          height: 3px;
          width: 25px;
          margin-bottom: 5px;
          background-color: #e3000f;
          display: block; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(1) {
            transform: rotate(135deg);
            transition: all .2s linear; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(3) {
            transform: rotate(-135deg);
            transition: all .2s linear; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(2) {
            width: 0;
            margin: 0 auto 5px; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:last-child {
            margin-bottom: 0; }
      .navbar-custom-class .burger-button:focus {
        outline: none; }
    .navbar-custom-class .logo-mobile {
      display: block;
      margin-left: 15px; }
      .navbar-custom-class .logo-mobile img {
        max-width: 200px;
        max-height: 80px; }
    .navbar-custom-class .header-content {
      padding: 0 15px 15px;
      min-height: 0; }
      .navbar-custom-class .header-content .main-logo {
        display: none; }
      .navbar-custom-class .header-content .header-menu {
        width: 100%; }
        .navbar-custom-class .header-content .header-menu ul li {
          text-align: right;
          width: 100%;
          margin: 0 0 20px !important; }
          .navbar-custom-class .header-content .header-menu ul li a {
            min-height: 0; }
            .navbar-custom-class .header-content .header-menu ul li a:before {
              display: none; }
            .navbar-custom-class .header-content .header-menu ul li a:hover {
              color: #e3000f; }
        .navbar-custom-class .header-content .header-menu ul .current-menu-item a {
          color: #e3000f; }
      .navbar-custom-class .header-content .additional-header {
        width: 100%;
        justify-content: flex-end;
        -webkit-justify-content: flex-end; } }
@media screen and (min-width: 1025px) {
  .mobile-additional-icons {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .mobile-additional-icons {
    padding: 15px;
    background-color: #fff; }
    .mobile-additional-icons .single-mobile-icon {
      margin-right: 35px; }
      .mobile-additional-icons .single-mobile-icon a {
        font-family: MontserratSemiBold;
        font-size: 17px;
        color: #000; }
        .mobile-additional-icons .single-mobile-icon a:hover img {
          -webkit-animation: bounce20 .5s linear infinite;
          /* Safari 4.0 - 8.0 */
          animation: bounce20 .5s linear infinite; }
        .mobile-additional-icons .single-mobile-icon a img {
          margin-left: 10px;
          max-width: 50px;
          max-height: 50px; }
      .mobile-additional-icons .single-mobile-icon:nth-last-of-type(1) {
        margin-right: 0; } }
@media screen and (max-width: 500px) {
  .mobile-additional-icons .single-mobile-icon {
    margin-right: 20px; }
    .mobile-additional-icons .single-mobile-icon a {
      font-size: 13px; }
      .mobile-additional-icons .single-mobile-icon a img {
        max-width: 35px;
        max-height: 35px;
        margin-left: 5px; } }
.footer {
  padding: 85px 0 70px;
  background-color: #f1eefd;
  background-image: url("../../images/footer-background.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .footer .main-column {
    max-width: 200px; }
    .footer .main-column .footer-logo {
      margin-bottom: 20px; }
      .footer .main-column .footer-logo img {
        max-width: 200px;
        max-height: 80px; }
  .footer .copyright {
    font-size: 12px; }
  .footer .developed-by {
    margin-top: auto; }
    .footer .developed-by .developed-text {
      font-family: PoppinsRegular;
      font-size: 11px;
      color: #000; }
    .footer .developed-by .developed-logo img {
      max-width: 100px;
      transition: all .2s linear;
      filter: grayscale(1); }
    .footer .developed-by .developed-logo a:hover img {
      transition: all .2s linear;
      filter: grayscale(0); }
  .footer .services-column, .footer .menu-column, .footer .contacts-column {
    max-width: calc((100% - 200px)/3.001); }
  .footer .contacts-column .footer-socials {
    margin-top: 25px; }
    .footer .contacts-column .footer-socials .single-social {
      margin: 0 10px 0 0; }
      .footer .contacts-column .footer-socials .single-social img {
        max-height: 38px;
        max-width: 38px; }
      .footer .contacts-column .footer-socials .single-social a:hover img {
        -webkit-animation: rotating 0.5s 0.1s ease-out;
        animation: rotating 0.5s 0.1s ease-out; }
      .footer .contacts-column .footer-socials .single-social:nth-last-of-type(1) {
        margin: 0; }
  .footer .footer-title {
    font-size: 17px;
    font-family: MontserratSemiBold;
    color: #000;
    margin-bottom: 30px; }
  .footer .footer-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer .footer-list ul li {
      font-size: 12px;
      margin: 0 0 15px; }
      .footer .footer-list ul li a {
        color: #646464; }
        .footer .footer-list ul li a:hover {
          color: #e3000f; }
      .footer .footer-list ul li:nth-last-of-type(1) {
        margin: 0; }
    .footer .footer-list ul .current-menu-item a {
      color: #e3000f; }

@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0; }
    .footer .main-column {
      width: 100%;
      max-width: none;
      text-align: center; }
      .footer .main-column .footer-logo {
        margin-bottom: 30px; }
    .footer .copyright {
      margin-bottom: 10px; }
    .footer .developed-by {
      margin: 0; }
    .footer .services-column, .footer .menu-column, .footer .contacts-column {
      max-width: calc(100%/3.001); }
    .footer .mobile-swift {
      margin-top: 30px; }
    .footer .footer-title {
      margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .footer .services-column, .footer .menu-column {
    max-width: none;
    width: calc((100% - 30px)/2);
    text-align: center;
    margin-bottom: 30px; }
  .footer .contacts-column {
    text-align: center;
    max-width: none;
    width: 100%; }
    .footer .contacts-column .footer-socials {
      justify-content: center;
      -webkit-justify-content: center; } }
@media screen and (max-width: 600px) {
  .footer .services-column, .footer .menu-column {
    width: 100%; } }
.subscribe-wrapper .main-part {
  max-width: calc(100% - 275px - 15px); }
  .subscribe-wrapper .main-part .main-part-image {
    box-shadow: 0 0 20px -2px lightgrey;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px; }
    .subscribe-wrapper .main-part .main-part-image img {
      width: 30px;
      right: 3px; }
  .subscribe-wrapper .main-part .main-part-text {
    width: calc(100% - 58px - 30px);
    font-family: MontserratBold;
    color: #202228;
    font-size: 16px; }
.subscribe-wrapper .button-part {
  max-width: 275px; }
  .subscribe-wrapper .button-part .button-part-image {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e3000f;
    margin-left: 15px; }
    .subscribe-wrapper .button-part .button-part-image img {
      width: 16px; }
  .subscribe-wrapper .button-part .button-part-text {
    font-size: 24px;
    color: #b1b1b1;
    font-family: JustAnotherHand; }
.subscribe-wrapper a {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 30px;
  box-shadow: 0 0 30px -10px lightgrey; }
  .subscribe-wrapper a:hover {
    box-shadow: 0 0 30px -10px #e3000f; }
    .subscribe-wrapper a:hover .button-part .button-part-image {
      -webkit-animation: bounce 1s 0.1s linear infinite;
      animation: bounce 1s 0.1s linear infinite; }

.subscribe-modal-window .modal-dialog {
  max-width: 400px !important; }

.modal-subscribe-wrapper {
  padding: 30px;
  background-color: #fff;
  text-align: left; }
  .modal-subscribe-wrapper .single-input-wrapper {
    width: 100%;
    margin-bottom: 20px; }
    .modal-subscribe-wrapper .single-input-wrapper .input-title {
      margin-bottom: 10px; }
    .modal-subscribe-wrapper .single-input-wrapper .input-wrapper input {
      border: 1px solid #cdcdcd;
      padding: 15px; }
      .modal-subscribe-wrapper .single-input-wrapper .input-wrapper input:focus {
        border: 1px solid #e3000f; }
  .modal-subscribe-wrapper .submit-button button {
    color: #fff;
    font-family: MontserratSemiBold;
    background-color: #e3000f;
    padding: 20px 25px;
    border: none; }
    .modal-subscribe-wrapper .submit-button button:hover {
      background-color: rgba(227, 0, 15, 0.8); }
      .modal-subscribe-wrapper .submit-button button:hover .arrow-submit {
        -webkit-animation: bounce20 .5s linear infinite;
        /* Safari 4.0 - 8.0 */
        animation: bounce20 .5s linear infinite; }
    .modal-subscribe-wrapper .submit-button button .arrow-submit {
      max-width: 13px;
      margin-left: 10px; }

@media screen and (max-width: 767px) {
  .subscribe-wrapper .main-part, .subscribe-wrapper .button-part {
    max-width: none;
    width: 100%; }
  .subscribe-wrapper .main-part {
    margin-bottom: 15px;
    justify-content: center;
    -webkit-justify-content: center; }
    .subscribe-wrapper .main-part .main-part-image {
      margin-right: 15px; }
    .subscribe-wrapper .main-part .main-part-text {
      width: calc(100% - 58px - 15px);
      font-size: 14px; }
  .subscribe-wrapper .button-part {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .subscribe-wrapper a {
    padding: 12px; } }
.body-with-admin-bar .image-modal-window .modal-cross {
  top: 42px; }

@media screen and (max-width: 782px) {
  .body-with-admin-bar .image-modal-window .modal-cross {
    top: 56px; } }
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center; }
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
.image-modal-window .modal-dialog {
  display: inline-block;
  max-width: 1300px;
  background-color: transparent;
  width: 100%;
  margin: 0; }
  .image-modal-window .modal-dialog .modal-content {
    background-color: transparent;
    border: none !important;
    display: block;
    padding: 0; }
    .image-modal-window .modal-dialog .modal-content .align-modal-helper {
      height: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
    .image-modal-window .modal-dialog .modal-content img:not(.modal-cross):not(.arrow-submit):not(.preloader) {
      max-height: 90vh;
      max-width: 100%;
      padding: 7.5px;
      object-fit: contain;
      background-color: transparent; }
    .image-modal-window .modal-dialog .modal-content .carousel-inner {
      background-color: transparent !important; }
    .image-modal-window .modal-dialog .modal-content .carousel-item {
      background-color: transparent !important; }
  .image-modal-window .modal-dialog .modal-content-video .align-modal-helper {
    padding: 0 15px; }
  .image-modal-window .modal-dialog .modal-content-video iframe {
    width: 100%;
    height: 75vh; }
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  transition: all .2s linear;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #e3000f;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75; }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    transition: all .2s linear;
    opacity: 1; }
.image-modal-window .carousel-control-prev {
  margin-left: 10px; }
.image-modal-window .carousel-control-next {
  margin-right: 10px; }
.image-modal-window .modal-cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .2s linear;
  background-color: #e3000f;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff; }
  .image-modal-window .modal-cross:hover {
    transition: all .2s linear;
    opacity: 1; }
  .image-modal-window .modal-cross:focus {
    outline: none; }

@media screen and (max-width: 1400px) {
  .image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
    max-width: calc(100% - 120px); } }
@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important; } }
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .image-modal-window .modal-dialog .modal-content img:not(.modal-cross):not(.arrow-submit):not(.preloader) {
    padding: 0; }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75; }
    .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
      opacity: 0.75; }
    .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
      opacity: 0.75; }
  .image-modal-window .modal-cross {
    opacity: 1; }
    .image-modal-window .modal-cross:hover {
      opacity: 1; }
    .image-modal-window .modal-cross:focus {
      opacity: 1; } }
.services-sidebar {
  width: 350px; }
  .services-sidebar .single-service {
    margin-bottom: 20px; }
    .services-sidebar .single-service a:hover .service-icon img {
      -webkit-animation: bounce 1s 0.1s linear infinite;
      animation: bounce 1s 0.1s linear infinite; }
    .services-sidebar .single-service a:hover .service-title {
      color: #0000ff;
      transition: all .2s linear; }
    .services-sidebar .single-service .active-service .service-title {
      color: #0000ff; }
    .services-sidebar .single-service .active-service .service-icon img {
      -webkit-animation: bounce 1s 0.1s linear infinite;
      animation: bounce 1s 0.1s linear infinite; }
    .services-sidebar .single-service .service-icon {
      width: 25px;
      margin-right: 25px; }
      .services-sidebar .single-service .service-icon img {
        max-width: 100%; }
    .services-sidebar .single-service .service-title {
      max-width: calc(350px - 25px - 25px);
      color: #646464;
      transition: all .2s linear; }

@media screen and (max-width: 1024px) {
  .services-sidebar {
    width: 100%; } }
.home-page .main-block-home .mask-home-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  top: 0;
  right: 0;
  z-index: -1; }
.home-page .main-block-home .main-block-content {
  min-height: 735px;
  padding: 155px 0 75px; }
  .home-page .main-block-home .main-block-content .main-block-subtitle {
    margin-bottom: 20px;
    color: #bcbcbc;
    font-size: 15px;
    font-family: MontserratBold;
    max-width: 615px; }
  .home-page .main-block-home .main-block-content .main-block-title {
    font-family: MontserratRegular;
    font-size: 35px;
    color: #fff;
    margin-bottom: 25px;
    max-width: 615px; }
  .home-page .main-block-home .main-block-content .main-block-buttons {
    margin-bottom: 35px; }
    .home-page .main-block-home .main-block-content .main-block-buttons .simple-button a {
      color: #fff;
      font-family: MontserratSemiBold;
      background-color: #e3000f;
      padding: 20px 25px; }
      .home-page .main-block-home .main-block-content .main-block-buttons .simple-button a:hover {
        background-color: rgba(227, 0, 15, 0.8); }
        .home-page .main-block-home .main-block-content .main-block-buttons .simple-button a:hover img {
          -webkit-animation: bounce20 .5s linear infinite;
          /* Safari 4.0 - 8.0 */
          animation: bounce20 .5s linear infinite; }
      .home-page .main-block-home .main-block-content .main-block-buttons .simple-button a img {
        max-width: 13px;
        margin-left: 10px; }
    .home-page .main-block-home .main-block-content .main-block-buttons .video-button a {
      color: #fff;
      font-family: MontserratSemiBold; }
      .home-page .main-block-home .main-block-content .main-block-buttons .video-button a .play-wrapper {
        border: 1px solid #fff;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        margin-right: 12px; }
      .home-page .main-block-home .main-block-content .main-block-buttons .video-button a img {
        position: relative;
        left: 1px;
        max-width: 11px; }
      .home-page .main-block-home .main-block-content .main-block-buttons .video-button a:hover .play-wrapper {
        -webkit-animation: bounce 1s 0.1s linear infinite;
        animation: bounce 1s 0.1s linear infinite; }
    .home-page .main-block-home .main-block-content .main-block-buttons .single-button-main {
      margin: 0 25px 15px 0; }
      .home-page .main-block-home .main-block-content .main-block-buttons .single-button-main:nth-last-of-type(1) {
        margin: 0 0 15px 0; }
  .home-page .main-block-home .main-block-content .subscribe-wrapper {
    margin-top: auto; }
.home-page .about-home {
  padding-top: 30px; }
  .home-page .about-home .about-home-title {
    margin-bottom: 80px; }
    .home-page .about-home .about-home-title .title-stars {
      margin-bottom: 20px; }
      .home-page .about-home .about-home-title .title-stars img {
        max-width: 51px; }
    .home-page .about-home .about-home-title .title-about-main {
      font-size: 29px;
      font-family: MontserratRegular;
      color: #202228;
      max-width: 615px;
      margin: 0 auto; }
  .home-page .about-home .about-home-content .about-content-info {
    width: 350px;
    background-color: #e3000f;
    padding: 75px 25px; }
    .home-page .about-home .about-home-content .about-content-info .about-content-subtitle {
      color: #dca7ab;
      font-size: 15px;
      font-family: MontserratBold;
      margin-bottom: 10px; }
    .home-page .about-home .about-home-content .about-content-info .about-content-title {
      color: #fff;
      font-family: MontserratRegular;
      font-size: 31px;
      margin-bottom: 35px; }
    .home-page .about-home .about-home-content .about-content-info .about-content-subtext {
      color: #fff;
      line-height: 28px; }
    .home-page .about-home .about-home-content .about-content-info .fire-logo {
      margin-top: 140px; }
      .home-page .about-home .about-home-content .about-content-info .fire-logo img {
        max-width: 73px; }
  .home-page .about-home .about-home-content .about-content-services {
    width: calc(100% - 350px - 75px); }
    .home-page .about-home .about-home-content .about-content-services .single-service-category {
      width: calc((100% - 60px) / 3);
      margin: 0 15px 50px; }
      .home-page .about-home .about-home-content .about-content-services .single-service-category:nth-of-type(3n) {
        margin: 0 0 50px 15px; }
      .home-page .about-home .about-home-content .about-content-services .single-service-category:nth-of-type(3n+1) {
        margin: 0 15px 50px 0; }
      .home-page .about-home .about-home-content .about-content-services .single-service-category a:hover .service-logo {
        -webkit-animation: bounce 1s 0.1s linear infinite;
        animation: bounce 1s 0.1s linear infinite; }
      .home-page .about-home .about-home-content .about-content-services .single-service-category a:hover .service-name {
        color: #0000ff;
        transition: all .2s linear; }
      .home-page .about-home .about-home-content .about-content-services .single-service-category .service-logo {
        width: 157px;
        height: 157px;
        border: 2px solid #e3000f;
        border-radius: 50%;
        margin: 0 auto 20px;
        padding: 15px; }
        .home-page .about-home .about-home-content .about-content-services .single-service-category .service-logo img {
          max-width: 77px;
          max-height: 77px; }
      .home-page .about-home .about-home-content .about-content-services .single-service-category .service-name {
        font-size: 16px;
        color: #202228;
        transition: all .2s linear; }
.home-page .additional-info-home {
  padding: 100px 0; }
  .home-page .additional-info-home .single-additional {
    margin-bottom: 150px; }
    .home-page .additional-info-home .single-additional .info-content {
      width: calc(50% - 75px); }
      .home-page .additional-info-home .single-additional .info-content .subtitle-content {
        font-size: 15px;
        font-family: MontserratBold;
        color: #aca6a6;
        margin-bottom: 15px; }
      .home-page .additional-info-home .single-additional .info-content .title-content {
        margin-bottom: 20px;
        color: #202228;
        font-family: MontserratRegular;
        font-size: 26px; }
      .home-page .additional-info-home .single-additional .info-content .text-content {
        line-height: 28px;
        margin-bottom: 90px; }
      .home-page .additional-info-home .single-additional .info-content .read-more-button a {
        color: #fff;
        font-family: MontserratSemiBold;
        background-color: #e3000f;
        padding: 20px 25px; }
        .home-page .additional-info-home .single-additional .info-content .read-more-button a:hover {
          background-color: rgba(227, 0, 15, 0.8); }
          .home-page .additional-info-home .single-additional .info-content .read-more-button a:hover img {
            -webkit-animation: bounce20 .5s linear infinite;
            /* Safari 4.0 - 8.0 */
            animation: bounce20 .5s linear infinite; }
        .home-page .additional-info-home .single-additional .info-content .read-more-button a img {
          max-width: 13px;
          margin-left: 10px; }
    .home-page .additional-info-home .single-additional .image-content {
      width: 50%; }
      .home-page .additional-info-home .single-additional .image-content .main-image {
        width: 100%;
        max-width: 190px;
        left: 100px;
        top: 50%;
        transform: translateY(-50%); }
      .home-page .additional-info-home .single-additional .image-content .bg-image {
        width: 100%;
        max-width: 440px; }
    .home-page .additional-info-home .single-additional:nth-last-of-type(1) {
      margin-bottom: 0; }
  .home-page .additional-info-home .ordered-additional .image-content {
    order: 1; }
    .home-page .additional-info-home .ordered-additional .image-content .main-image {
      left: auto;
      right: 100px; }
  .home-page .additional-info-home .ordered-additional .info-content {
    order: 2; }

@media screen and (min-width: 1701px) {
  .home-page .main-block-home .mask-home-main {
    -webkit-mask: url("../../images/header-mask-min.png");
    mask: url("../../images/header-mask-min.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; } }
@media screen and (max-width: 1700px) {
  .home-page .main-block-home .main-block-content {
    min-height: 400px;
    padding: 140px 0 30px; }
    .home-page .main-block-home .main-block-content .main-block-subtitle {
      margin-bottom: 10px; }
    .home-page .main-block-home .main-block-content .main-block-title {
      font-size: 28px;
      margin-bottom: 20px; }
    .home-page .main-block-home .main-block-content .main-block-buttons {
      margin-bottom: 15px; } }
@media screen and (max-width: 1400px) {
  .home-page .main-block-home .main-block-content {
    padding: 30px 0; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .home-page .about-home .about-home-content .about-content-services .single-service-category {
    width: calc((100% - 30px) / 3);
    margin: 0 7.5px 30px; }
    .home-page .about-home .about-home-content .about-content-services .single-service-category:nth-of-type(3n) {
      margin: 0 0 30px 7.5px; }
    .home-page .about-home .about-home-content .about-content-services .single-service-category:nth-of-type(3n+1) {
      margin: 0 7.5px 30px 0; }
    .home-page .about-home .about-home-content .about-content-services .single-service-category .service-name {
      font-size: 14px; } }
@media screen and (max-width: 1200px) {
  .home-page .additional-info-home .single-additional .image-content .main-image {
    left: 0; }
  .home-page .additional-info-home .ordered-additional .image-content .main-image {
    left: auto;
    right: 0; } }
@media screen and (max-width: 1024px) {
  .home-page .about-home .about-home-title {
    margin-bottom: 30px; }
  .home-page .about-home .about-home-content .about-content-info {
    width: 100%;
    padding: 15px;
    margin-bottom: 50px; }
    .home-page .about-home .about-home-content .about-content-info .about-content-subtitle {
      margin-bottom: 5px; }
    .home-page .about-home .about-home-content .about-content-info .about-content-title {
      font-size: 27px;
      margin-bottom: 5px; }
    .home-page .about-home .about-home-content .about-content-info .fire-logo {
      text-align: right !important;
      margin-top: 15px; }
  .home-page .about-home .about-home-content .about-content-services {
    width: 100%; }
  .home-page .additional-info-home {
    padding: 30px 0; }
    .home-page .additional-info-home .single-additional {
      margin-bottom: 50px; }
      .home-page .additional-info-home .single-additional .info-content {
        width: calc(100% - 350px - 30px); }
        .home-page .additional-info-home .single-additional .info-content .title-content {
          font-size: 21px;
          margin-bottom: 15px;
          line-height: 30px; }
        .home-page .additional-info-home .single-additional .info-content .text-content {
          margin-bottom: 30px; }
      .home-page .additional-info-home .single-additional .image-content {
        width: 350px; } }
@media screen and (max-width: 767px) {
  .home-page .main-block-home .main-block-content .main-block-buttons .single-button-main {
    width: 100%;
    margin: 0 0 30px !important; }
  .home-page .about-home .about-home-title {
    margin-bottom: 20px; }
    .home-page .about-home .about-home-title .title-stars {
      margin-bottom: 10px; }
    .home-page .about-home .about-home-title .title-about-main {
      font-size: 21px; }
  .home-page .about-home .about-home-content .about-content-info {
    margin-bottom: 30px; }
  .home-page .about-home .about-home-content .about-content-services {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .home-page .about-home .about-home-content .about-content-services .single-service-category {
      width: calc((100% - 30px)/2);
      margin: 0 0 30px !important; }
  .home-page .additional-info-home .single-additional {
    margin-bottom: 30px; }
    .home-page .additional-info-home .single-additional .info-content {
      width: 100%;
      order: 1 !important;
      margin-bottom: 30px; }
      .home-page .additional-info-home .single-additional .info-content .text-content {
        margin-bottom: 20px; }
    .home-page .additional-info-home .single-additional .image-content {
      width: 100%;
      order: 2 !important;
      justify-content: center !important;
      -webkit-justify-content: center !important; }
      .home-page .additional-info-home .single-additional .image-content .main-image {
        left: 50%;
        transform: translate(-50%, -50%); } }
@media screen and (max-width: 500px) {
  .home-page .about-home .about-home-content .about-content-services .single-service-category {
    width: 100%; } }
.contacts-page .contacts-parts {
  margin-bottom: 100px; }
.contacts-page .side-part {
  width: calc((100% - 30px)/2); }
.contacts-page .single-contacts-info {
  margin: 0 0 100px; }
  .contacts-page .single-contacts-info .contacts-info-title {
    line-height: 28px;
    font-family: MontserratBold; }
  .contacts-page .single-contacts-info .contacts-info {
    line-height: 28px; }
    .contacts-page .single-contacts-info .contacts-info a {
      color: #646464; }
      .contacts-page .single-contacts-info .contacts-info a:hover {
        color: #e3000f; }
  .contacts-page .single-contacts-info:nth-last-of-type(1) {
    margin: 0; }
.contacts-page .single-input-wrapper {
  width: calc((100% - 30px)/2);
  margin: 0 0 30px; }
  .contacts-page .single-input-wrapper .input-title {
    margin-bottom: 10px; }
  .contacts-page .single-input-wrapper .input-wrapper input, .contacts-page .single-input-wrapper .input-wrapper textarea {
    border: 1px solid #cdcdcd;
    padding: 15px; }
    .contacts-page .single-input-wrapper .input-wrapper input:focus, .contacts-page .single-input-wrapper .input-wrapper textarea:focus {
      border: 1px solid #e3000f; }
  .contacts-page .single-input-wrapper .input-wrapper textarea {
    resize: none;
    min-height: 100px; }
.contacts-page .submit-button button {
  color: #fff;
  font-family: MontserratSemiBold;
  background-color: #0000ff;
  padding: 20px 25px;
  border: none; }
  .contacts-page .submit-button button:hover {
    background-color: rgba(0, 0, 255, 0.8); }
    .contacts-page .submit-button button:hover .arrow-submit {
      -webkit-animation: bounce20 .5s linear infinite;
      /* Safari 4.0 - 8.0 */
      animation: bounce20 .5s linear infinite; }
  .contacts-page .submit-button button .arrow-submit {
    max-width: 13px;
    margin-left: 10px; }

@media screen and (max-width: 1024px) {
  .contacts-page .contacts-parts {
    margin-bottom: 30px; }
  .contacts-page .side-part {
    width: 100%; }
  .contacts-page .contacts-info-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .contacts-page .single-contacts-info {
    margin: 0 60px 30px 0; }
    .contacts-page .single-contacts-info:nth-last-of-type(1) {
      margin: 0 0 30px; } }
@media screen and (max-width: 767px) {
  .contacts-page .single-contacts-info {
    width: 100%;
    margin: 0 0 30px; }
  .contacts-page .single-input-wrapper {
    width: 100%;
    margin: 0 0 20px; } }
.services-page .services-wrapper {
  width: calc(100% - 350px - 75px); }
  .services-page .services-wrapper .single-service-category {
    width: calc((100% - 60px) / 3);
    margin: 0 15px 50px; }
    .services-page .services-wrapper .single-service-category:nth-of-type(3n) {
      margin: 0 0 50px 15px; }
    .services-page .services-wrapper .single-service-category:nth-of-type(3n+1) {
      margin: 0 15px 50px 0; }
    .services-page .services-wrapper .single-service-category a:hover .service-logo {
      -webkit-animation: bounce 1s 0.1s linear infinite;
      animation: bounce 1s 0.1s linear infinite; }
    .services-page .services-wrapper .single-service-category a:hover .service-name {
      color: #0000ff;
      transition: all .2s linear; }
    .services-page .services-wrapper .single-service-category .service-logo {
      width: 157px;
      height: 157px;
      border: 2px solid #e3000f;
      border-radius: 50%;
      margin: 0 auto 20px;
      padding: 15px; }
      .services-page .services-wrapper .single-service-category .service-logo img {
        max-width: 77px;
        max-height: 77px; }
    .services-page .services-wrapper .single-service-category .service-name {
      font-size: 16px;
      color: #202228;
      transition: all .2s linear; }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .services-page .services-wrapper .single-service-category {
    width: calc((100% - 30px) / 3);
    margin: 0 7.5px 30px; }
    .services-page .services-wrapper .single-service-category:nth-of-type(3n) {
      margin: 0 0 30px 7.5px; }
    .services-page .services-wrapper .single-service-category:nth-of-type(3n+1) {
      margin: 0 7.5px 30px 0; }
    .services-page .services-wrapper .single-service-category .service-name {
      font-size: 14px; } }
@media screen and (max-width: 1024px) {
  .services-page .services-wrapper {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .services-page .services-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .services-page .services-wrapper .single-service-category {
      width: calc((100% - 30px)/2);
      margin: 0 0 30px !important; } }
@media screen and (max-width: 500px) {
  .services-page .services-wrapper .single-service-category {
    width: 100%; } }
.services-single-page .service-content {
  width: calc(100% - 350px - 75px); }
.services-single-page .wysiwyg-styles ul {
  margin-bottom: 30px; }
.services-single-page .wysiwyg-styles .video-wysiwyg:before {
  padding-top: 52%; }
.services-single-page .wysiwyg-styles .wysiwyg-gallery {
  margin-bottom: 35px; }
  .services-single-page .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 24px)/3);
    margin: 0 6px 12px !important; }
    .services-single-page .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(3n) {
      margin: 0 0 12px 6px !important; }
    .services-single-page .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(3n+1) {
      margin: 0 6px 12px 0 !important; }
    .services-single-page .wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional {
      font-size: 42px; }

@media screen and (max-width: 1024px) {
  .services-single-page .service-content {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .services-single-page .service-content .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 12px)/2);
    margin: 0 0 12px !important; }
    .services-single-page .service-content .wysiwyg-gallery .single-gallery-element:nth-of-type(3n) {
      margin: 0 0 12px !important; }
    .services-single-page .service-content .wysiwyg-gallery .single-gallery-element:nth-of-type(3n+1) {
      margin: 0 0 12px !important; } }

/*# sourceMappingURL=style.css.map */
