/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
*/
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:wght@400..800&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 
*::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: 18px;
  -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 {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: 100%;
}

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

/* CSS Variables (Brand Colors from Brand Book) */
:root {
  /* Brand Colors from Brand Book */
  --white: #ffffff;
  --primary-background: #161c33;
  --secondary-background: #1e1f27;
  --primary-color: #363636;
  --primary-color-light: #d6dad7;
  --primary-blue: #161c33;
  --secondary-blue: #182c4b;
  /*--secondary-color: rgba(255, 92, 0);*/
  --secondary-color: #004796;
  --third-color: #4170a5;
  --fourth-color: #141414;
  --text-light: rgba(255, 255, 255, 0.8);
  --secondary-color-light: rgba(255, 92, 0, 0.5);
  --primary-gradient: linear-gradient(90deg, var(--secondary-color) 0%, var(--third-color) 50%, var(--secondary-color) 100%);
  
  /* Typography */
  --font-primary: "Wix Madefor Text", sans-serif;
  /* Spacing */
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --spacing-xxxl: 64px;
  /* Font sizes */
  --font-xs: 13px;
  --font-sm: 14px;
  --font-base: 16px;
  --font-md: 18px;
  --font-lg: 20px;
  --font-xl: 24px;
  --font-xxl: 32px;
  --font-xxxl: 40px;
  --font-xxxxl: 64px;
  --weight-bold: 500;
  --weight-regular: 300;
  --weight-semiBold: 600;
  --weight-extraBold: 800;
  --weight-meduim: 500;
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --grey: rgba(20, 20, 20, 0.5);
  --grey-15: rgba(20, 20, 20, 0.15);
}

body {
  background-color: var(--white);
  color: var(--primary-color);
  font-family: var(--font-primary);
  font-size: var(--font-base);
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: var(--primary-color);
}

.container{ 
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 3;
  position: relative;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 3;
  position: relative;
}

.section_title{
    font-size: var(--font-xxxl);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
}

.mobil-first-banner{
    display: none;
    position: relative; 
            background-position: center;
}
.mobil-first-banner .banner_container{ 
    width: 100%;
    height: 100%;
    position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
}


.language_switcher ul{
	display: flex;
	gap: 10px;
	margin-left:30px;
}
.language_switcher ul li a:hover,
.language_switcher ul li.current-lang a{
	color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}

.button__primary {
  background: #004796;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: var(--font-sm);
  font-weight: 600; 
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  position: relative;
}

.button__primary:hover {
  background: var(--primary-gradient);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: var(--white);
  cursor: pointer;
}



.btn-primary { 
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-primary:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}


.title {
  font-size: var(--font-xxxl);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.body__active {
  overflow: hidden !important;
}

.header {
  z-index: 50;
  position: relative;
  width: 100%;
  top: 0;
  background: var(--secondary-background);
}

.header.sticky {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}	

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

.header__logo {
  width: 150px;
  height: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.header__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;

}

.header__nav {
  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;
  gap: 20px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav li a{
	color: #fff;
  padding: 10px;
  position: relative;
}

.header__nav li a:hover:after,
.header__nav li a:hover:before {
  width: 50%;
}
.header__nav li a:after {
  left: 50%;
}
.header__nav li a:before {
  right: 50%;
}
.header__nav li a:after,
.header__nav li a:before {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  background: #ffffff;
  bottom: -1px;
  width: 0;
  -moz-transition: width 0.35s;
  -o-transition: width 0.35s;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}

.header__link:hover {
  color: #ffffff;
  
    -webkit-text-stroke: 1px #ffffff;
  cursor: pointer !important;
}


button.header__mobile-menu {
  font-size: 24px;
    background: none;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    z-index: 1000;
background-color: transparent;
    transition: all 0.3s ease-in-out;

}
.header__mobile-menu span{
  display: block;
    width: 24px;
    height: 2px;
    margin: 5px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
.header__mobile-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.header__mobile-menu.open span:nth-child(2) {
    opacity: 0;
}
.header__mobile-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.header__menu .header__list.active {
    right: 0;
}


@media (min-width: 768px) {
  .header__mobile-menu {display: none;}
}
@media (max-width: 767px) {

.header__menu .header__list{
  display: block;
  position: fixed;
    right: -100%;
    top: 0;
    min-width: 270px;
    height: 100vh;
    text-align: center;
    background: var(--secondary-background);
    color: white;
    padding: 100px 20px 20px 20px;
    transition: right 0.5s ease;
    z-index: 999;
  }
  .header__list li a {display: block; padding: 10px 0;font-size: 16px;font-weight: 600;}
}

.first__row {
  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;
  position: relative;
  height: 70vh;
}

.first__title {
  font-size: var(--font-xxxxl);
  text-align: left;
}

.first__text {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 0;
}

.first__button {
  font-size: var(--font-xl);
}

.first__col:first-child {
  max-width: 40%;
  position: relative;
  z-index: 3;
}

.first__col:last-child {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
}

.first__col:last-child img {
  border-radius: 0px;
  overflow: hidden;
  border: 0px solid var(--secondary-color);
}

.second__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 30px 0;
  gap: 60px;
}

.second__col {
  max-width: 50%;
  width: 100%;
}

.second__title {
  padding-bottom: 20px;
  text-align: left;
  font-size: var(--font-xl);
}

.second__list {
  padding-bottom: 20px;
}

.second__text {
  font-size: 18px;
  
  padding: 3px 0;
  padding-left: 20px;
  position: relative;
}

.second__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #004796;
  border-radius: 50%;
}

.second__video-wrapper {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  
}

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

.third__block {
  padding: 60px 0;
  min-height: 60vh;
  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;
}

.third__title {
  padding-bottom: 50px;
  text-align: center;
}

.third__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.third__item {
  border: 1px solid #bfd1e5;
  border-radius: 10px;
  padding: 20px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

.third__item-img {
  border-radius: 20px;
}
.third__item-img-link{
    position: relative;
}

.third__item-title {
  font-size: var(--font-md);
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10px;
}

.third__item-info {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0;
}

.third__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.third__item-link{
	    background: #004796;
		color: #fff;
    padding: 5px 15px;
	border: 1px solid #004796;
    border-radius: 9px;
	    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    margin-top: 10px;
}



.third__item:hover .third__item-link{
	    background: #fff;
	    color: #004796; 
}

.third__item-price {
  font-size: var(--font-base);
  font-weight: 600;
  line-height: 1.2;
}

.fourth__block {
  padding: 30px 0;
  min-height: 60vh;
  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;
}

.fourth__title {
  padding-bottom: 20px;
  text-align: center;
}

.fourth__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 50px;
}

.fourth__item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}

.fourth__item-title {
  font-size: var(--font-md);
  font-weight: 600;
  line-height: 1.2;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-bottom: 0.5px solid var(--secondary-color);
}

.fourth__item-text {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0 10px;
}

.fourth__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  padding: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.fourth__item-icon svg {
  display: inline-block;
  width: 70px;
  height: 70px;
  fill: none;
  stroke: var(--secondary-color);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/*
.contact {
  padding: 147px 0px 160px;
  position: relative;
  top: -150px;
  bottom: -175px;
}
*/
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 106px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__column {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 388px;
  text-align: center;
}

.contact__form {
  max-width: 665px;
}

.contact__form_title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
  text-align: left;
}

.contact__form_desciption {
  margin-bottom: 32px;
  color: var(--text-light);
}

.contact__form_text {
  font-size: 24px;
  font-weight: var(--weight-semiBold); 
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contact__form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.contact__form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.contact__form_input {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(241 241 241 / 71%);
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
  .wpcf7-submit {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(241 241 241 / 71%);
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--secondary-color);
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}

form textarea {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid rgb(241 241 241 / 71%);
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form textarea:focus,
.contact__form_input:focus {
  border: 1px solid #ffffff !important;  
  background: #f1f1f1;
    color: #1f1f1f;
}

.contact__form_button {
  text-wrap: nowrap;
}

.contact__form_oferta {
  display: none;
}

.contact__column_block {
  position: relative;
}

.field_label{
  padding: 10px 0;
  font-weight: 600;
}
.wpcf7-list-item {
    display: block;
}
.wpcf7-checkbox{
  text-align: left;
}
.wpcf7-not-valid-tip { 
    margin-top: -18px;
    color: #f16e6e;
}
.wpcf7-not-valid{
  
    border: 1px solid #f16e6e;
}


input.dinamictitle{
  display: none;
}

input::placeholder,
textarea::placeholder {
    color: #f1f1f1; 
    opacity: 1; 
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: #1f1f1f;
    
}



/****************/
.review-block{
    margin: 60px auto;
}
.video-review-item{
    position: relative;
}
.video-review-item .video-play-icon{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-block .swiper-slide a{
    max-height: 440px;
    display: block;
    overflow: hidden;
}
.review-block .swiper-slide img{
height: 440px;
    width: auto;
    min-width: 100%;
    max-width: fit-content; 
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;

}
/****************/

 
.contact__column_title {
  font-size: 24px;
  font-weight: var(--weight-semiBold);
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 48px;
}

.contact__column_button {
  border-radius: 90px;
  width: 81%;
  margin: 0 auto;
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: var(--weight-semiBold);
  background: transparent;
  color: var(--primary-color);
  line-height: 125%;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact__column_button:hover {
  border: 1px solid var(--secondary-color) !important;
}

.contact__column_button img {
  width: 36px;
  height: 36px;
}

.contact__column_text {
  margin: 96px 0 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--weight-semiBold);
  line-height: 135%;
  display: block;
}

.contact__line {
  min-height: 525px;
  min-width: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
}

.contact__line:before {
  content: "";
  width: 124px;
  position: absolute;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -48px;
  left: 50%;
}

.contact__form_oferta {
  font-weight: var(--weight-semiBold);
}

.contact__form_oferta_link {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact__white {
  color: var(--fourth-color) !important;
  padding: 134px 0;
  top: 0;
}

.contact__white .contact__row {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contact__white .contact__form_title,
.contact__white .contact__form_desciption,
.contact__white .contact__form_text,
.contact__white .contact__column_title,
.contact__white .contact__column_button {
  color: var(--fourth-color) !important;
}

.contact__white .contact__column_button {
  border: 1px solid var(--fourth-color);
  color: var(--fourth-color) !important;
}

.contact__white .contact__form_input {
  border: 1px solid var(--grey);
  color: var(--fourth-color);
}

.contact__white .contact__form_oferta,
.contact__white .contact__column_text {
  color: var(--grey);
}

.contact__white .contact__line {
  background: var(--grey)-15;
}

.contact__white .contact__column_block:before {
  background: var(--grey);
}

.contact .recomendation {
  margin-top: 100px;
}

.contact__column_button {
  height: 56px;
}

.contact__column_button span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
}

.contact__column_button span svg {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
 

.contact__column_button:hover {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
 

/***contacts**********************/
.contacts{
	display: flex;
	width: 100%;
}
.contacts_left{	
	width:50%;
	padding: 60px 0;
	background: #004796;
	color: #fff;
	display: flex;
	justify-content: flex-end;
}
.contacts_right{
	display: flex;
	justify-content: flex-start;
	width: 50%;
	padding: 60px 0;
	background: #fff;
	text-align: center;
}
.contacts .contact_content{
	width: 100%;
	max-width: 720px;
	padding: 40px;
	
}
.order_form_cont .contacts_right{
	text-align: left;
}
.order_form_cont .contacts_right .contact__form_title {
    color: #363636;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: left;

}

.order_form_cont .contacts_right ol{
  margin-left: 20px;
}
.order_form_cont .contacts_right ol li,
.order_form_cont .contacts_right ul li{
	padding: 10px 0;
}
.order_form_cont .fast_order_block{
  margin-top: 30px;
}

/*************************/

.modal {
  overflow: hidden;
  position: fixed;
  left: 0px;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -50;
  opacity: 0;
  min-width: 100%;
  background: rgb(1 1 45 / 60%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal .contact__form {
  padding: 100px 50px;
  position: relative;
  right: -80vw;
  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;
  overflow: hidden;
  max-width: 800px;
  min-height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: var(--fourth-color);
}

.modal__wrapper {
  overflow-y: scroll;
  height: 100%;
  
    color: #fff;
}

.modal__wrapper::-webkit-scrollbar {
  display: none;
}

.modal__exit {
  position: absolute;
  z-index: 51;
  top: 30px;
  right: 30px;
  width: 40px;
  background: transparent;
  height: 40px;
  border-radius: 2.5rem;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__exit:hover {
  background: var(--primary-color);
}

.modal__exit:hover .modal__exit_span {
  background: var(--fourth-color);
}

.modal__exit_span {
  width: 30px;
  height: 2px;
  display: block;
  background: #666;
  position: absolute; 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__exit_span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal.active {
  opacity: 1;
  z-index: 55;
}

.modal.active .contact__form {
  right: 0;
}

.related-products{
    margin-bottom: 90px;
}

.related-products .slide__item{
    max-width: 460px;
    max-height: 460px;
}


.pageslider .swiper-button-prev,
.pageslider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.pageslider:hover .swiper-button-prev,
.pageslider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}


.pageslider .swiper-button-prev {
  left: -50px;
  transform:translateX(50px);
}

.pageslider .swiper-button-next {
  right: -50px;
  transform:translateX(-50px);
}





.product_codified{
  color: #fff;
    background: var(--secondary-color);
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
  }
  .third__item-img-link .product_codified{
    position: absolute;
    bottom: 0;
    left: 0;
}
.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 gap: 30px;
  padding: 30px 0;
}

.product__col {
  max-width: 50%;
  width: 100%;
  position: relative;
}
 

.product__swiper_imgBlock {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff);
  border: 2px solid var(--secondary-color);
}

.product__block {
  position: sticky;
  top: 100px;
}
.product__block table td{
     border: 1px solid var(--primary-color-light);
     padding: 5px;
}
.product__title {
  font-size: var(--font-xxxl);
  text-align: left;
    margin-bottom: 20px;
}
 
.product__button {
  font-size: var(--font-lg);
  font-weight: var(--weight-semiBold);
  color: #ffffff;
  display: block;
}

.product__text {
  font-size: var(--font-base);
  font-weight: var(--weight-semiBold);
  color: var(--primary-color-light);
  display: block;
  padding: 10px 0;
}

.product__table {
  padding: 30px 0;
}

.product__table_table {
  padding: 30px 0;
  max-width: 70%;
  margin: 0 auto;
  width: 100%;
}

.product__table_table_tr {
  border-bottom: 1px solid var(--primary-color-light);
  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;
  gap: 10px;
  text-align: left;
  background: #f1f1f1f1;
}

 
.product__remark{
  margin-top: 15px;
  padding: 15px; 
}

.product__table_table_th {
  padding: 15px 10px 15px 15px ;
  width:260px;
  /*height: -webkit-fill-available;*/
  color: #ffffff;
  background: var(--secondary-color);

}

.product__table_table_td {
  padding: 15px; 
  width: calc(100% - 260px);
}
@media (max-width: 767px) {
	 
.product__table_table_tr{
	flex-direction: column;
	gap:0;
}
	.product__table_table_th, 
	.product__table_table_td {
		width:100%;
	}
  
}


.footer {
  position: relative;
  background: var(--secondary-background); 
  padding-top: 40px;
  color: var(--white);
}

.social_title{
  padding: 10px 0;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer__social_link {
  text-transform: none;
  list-style-type: none;
}

.footer__social_link a {
  line-height: 1;
      transition: all 0.3s linear 0s; 
}
.footer__social_link a svg{  
    border-radius: 10px;

      transition: all 0.3s linear 0s; 
}
.footer__social_link a svg path {
  fill: var(--white);
      transition: all 0.3s linear 0s; 
}
.footer__social_link a:hover svg{ 
  background: #fff;
}
.footer__social_link a:hover svg path{
  fill: var(--secondary-color);
}

.footer__row {
  gap: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.footer__row:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color-light);
}

.footer__row:last-child {
  padding-top: 32px;
  padding-bottom: 0;
}

.footer__row:last-child::before {
  display: none;
}

.footer__row_text {
  font-size: 13px;
  color: var(--white);
}

.footer__row_text a {
  color: var(--white);
}

.footer__logoBlock {
  width: 146px;
  height: 40px;
  z-index: 20;
  display: block;
  position: relative;
}

.footer__logoBlock img {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__column {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__text {
  margin: 32px 0;
}

.footer__column_title {
  color: var(--white);
  font-size: 18px;
  font-weight: var(--weight-bold);
  line-height: 140%;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.footer__column_text {
  margin-bottom: 14px;
  color: var(--white);
  display: block;
}

.footer__column_button {
  border-radius: 90px;
  border: 1px solid var(--primary-background);
  background: var(--primary-background);
  font-size: 14px;
  color: var(--white);
  padding: 13px 28px;
  font-weight: var(--weight-bold);
  line-height: 100%;
  margin-bottom: 16px;
}

.footer__column_button:last-child {
  color: var(--primary-background);
  background: var(--white);
}

.footer__column .contacts_item { 

}
 
.footer__column .contacts_item a{
    display: flex;
    align-items: center;
    line-height: 20px;
    text-align: left;
    padding: 10px 0px;
	  color: #fff;
	}


.footer__column .contacts_item .ico,
.contacts_phone.contacts_item .ico {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.footer_mail .ico {
    background: url(../../images/mail.svg) center center / contain no-repeat;
}

.footer_phone .ico {
  background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 480.56 480.56" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z" fill="%23ffffff" data-original="%23000000" style="" class=""/><path d="M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z" fill="%23ffffff" data-original="%23000000" style="" class=""/><path d="M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z" fill="%23ffffff" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g></g></svg>');
}

.site-copy a:hover,
.footer__column .contacts_item a:hover{
	color: #8eadcf;
}


.contacts_phone.contacts_item a{
    display: flex;
    align-items: center;
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
    padding: 10px 0px; 
    font-weight: 700;
	}

.contacts_phone .ico {
  background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 480.56 480.56" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z" fill="%23363636" data-original="%23000000" style="" class=""/><path d="M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z" fill="%23363636" data-original="%23000000" style="" class=""/><path d="M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z" fill="%23363636" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g></g></svg>');
}

.contacts_phone.contacts_item a:hover{
  color: var(--secondary-color);
}
.contacts_phone.contacts_item a:hover .ico {
  background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 480.56 480.56" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z" fill="%23004796" data-original="%23000000" style="" class=""/><path d="M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z" fill="%23004796" data-original="%23000000" style="" class=""/><path d="M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z" fill="%23004796" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g></g></svg>');
}



.site-copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding: 15px 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--fourth-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--third-color);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary-color) var(--fourth-color);
  scroll-behavior: smooth;
}




/** tabs**/
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.tab {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  color: #161c33;
  background-color: #f2f2f2;
  transition: background-color 0.2s;
  z-index: 5;
}

.tab.active, .tab:hover, .tab:active, .tab:focus {
  background: #004796;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: grid;
}
/** end tabs**/
.form_a{color:#cfcfcf;}
  .mil_zmi {margin-bottom: 80px;}
.mil_video {text-align: center;}
.mil_video .title, .mil_partner .title, .mil_zmi .title, .mil_ovner h2, .our_product .title{margin-bottom: 50px;}
.mil_video_v {margin-bottom: 30px;}
.mil_video_v h3, .mil_video_v h4, .mil_video_v h2 {font-size: 20px;font-weight: 600;text-transform: uppercase;color: var(--secondary-color);}
.mil_video_wrap {padding: 30px 0;}



.mil_ovner_cont, .mil_ovner_img{padding-right: 15px;padding-left: 15px;}
.mil_ovner_cont {max-width: 50%;}
.mil_ovner_img {max-width: 50%;}
@media (max-width: 767px) {
  .mil_ovner_cont, .mil_ovner_img {max-width: 100%;}
}
.mil_ovner_position { 
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 9px;
}
.mil_ovner_title {text-align: left;position: relative;padding-bottom: 20px;  margin-bottom: 20px;}
.mil_ovner_img img{
  position: relative;
  border-radius: 20px;
  overflow: hidden; 
}
.mil_ovner_title:before{overflow: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  height: 4px;
  width: 124px;
  background: #fff;
  left: 0;
}
.mil_ovner_cont p {margin-bottom: 15px;}
.mil_ovner_cont p.mil_ovner_position{margin-bottom: 5px;}

.mil_zmi_viu img{max-height: 60px;width: auto;max-width: max-content; margin-bottom: 40px;}
.our_product_vol {margin-bottom: 25px;}
.mil_zmi_viu{padding: 40px;}
.mil_zmi_viu {
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2A7B9B;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 123, 155, 0)), color-stop(50%, rgba(46, 155, 42, 0)), to(var(--secondary-color)));
   background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(46, 155, 42, 0) 50%, var(--secondary-color) 100%);
}
.mil_zmi_viu a{margin-top: 30px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mil_zmi_viu a:hover, .mil_zmi_viu a:focus, .mil_zmi_viu a:active{color: #ffdfdf;padding-left: 5px;}

.our_product_video {text-align: center; margin-top: 40px;}
.our_product_viu{
  text-align: center;
  padding: 40px;
  margin-bottom: 25px;
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.our_product_viu>p:nth-child(1){font-size: 24px; font-weight: 900;text-transform: uppercase;}
.our_product_viu>p:nth-child(2){font-size: 20px;margin-top: 30px;font-weight: 600;}

.our_product_viu>p:nth-child(1) {color: var(--secondary-color);}


.mil_zmi>.container>.row>div,
.mil_zmi>.wrapper>.row>div {margin-bottom: 30px;}

.page main {margin-top: 30px;margin-bottom: 30px;}
.page .footer {top: auto;}
.privacy_policy {font-size: 12px; }


.page_form .contact__row{
	flex-direction: column;
}
.page_form{max-width: 1000px; margin: 0 auto;}




.page_form form{max-width: 700px;margin: auto;}
.page_form .wpcf7-form{
  background-color: #182c4b;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}
.page_form h6{font-weight: 600;margin: 15px 0;}
.page_form .wpcf7-number{max-width: 200px;}
.page_form textarea{width: 100%;}
.page_form .form_a {color: #ff6f23;}
.wpcf7-spinner {position: absolute;}

.page_form .wpcf7-acceptance{position: relative;display: block;}
.page_form .wpcf7-acceptance input {
  position: absolute;
top: 0;
left: 15px;
bottom: 0;
margin: auto;
}
.page_form .wpcf7-acceptance .wpcf7-list-item-label{
display: block;
padding: 0 0 0 25px;
}
.wpcf7-acceptance .wpcf7-list-item-label{
font-size: 14px;
color: rgba(247, 239, 239, 0.88);
line-height: 120%;
margin: 15px 0;
}
a.product__button {display: inline-block;}
.page_form .wpcf7-submit{
  font-size: var(--font-lg);
  font-weight: var(--weight-semiBold);
  color: var(--primary-color);
  display: inline-block;
  background: var(--primary-gradient);
  border-radius: 20px;
  padding: 15px 25px; 
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  position: relative;
  width: auto;
}
.page_form .wpcf7-submit:hover {
  background: var(--primary-gradient);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: var(--white);
  cursor: pointer;
}

.text-center {text-align: center;}
article ul li{margin-bottom: 25px;}
article p{margin-bottom: 15px;}
.row{
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
    .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    max-width: 33%;
  }
}

@media (max-width: 880px) {
  .contact__form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__line {
    display: none;
  }
}

@media (min-width: 992px) {
  .first_img_mob {display: none;}
}
@media (max-width: 991px) {
  .first__title {margin: 40px 0 0 0!important;}
  .first__col:first-child {max-width: 100%;}
.first__row {height: auto!important;}
  .first_img_desc {display: none!important;}
}

@media (max-width: 768px) {
    #home { 
    height: 600px;
    }
.mobil-first-banner{
    display: block;
}

.third__item-row {
    justify-content: center;
}
.third__item-title { 
    text-align: center;
    margin-bottom: 10px;
}






.about_us_advantages,
.swiper-container.home-swiper{    
    display: none;
}
#about{
margin-top: 0px;
    padding-bottom: 10px;
}

#about_md, #mil_ovner, #mil_video, .page-error-404 { 
    padding: 40px 0; 
}

.advantage_blocks,
.how_it_works_blocks,
.contacts{
  flex-direction: column;
}
.how_it_works_blocks .how_it_works_block,
.advantage_blocks .advantage_block,
.contacts_left, .contacts_right{
  width: 100%;
}
.contacts_right{
  padding: 30px 0;
}
.mil_ovner_cont {
  margin-bottom: 20px;
}

.site-copy{
  flex-direction: column-reverse;
}
.privacy_policy { 
    margin-bottom: 10px;
}






  iframe {width: 100%;}
  .prev {
    right: 50px;
  }
  .tab {font-size: 12px;}
  .third__item-row {flex-wrap: wrap;}

  .prev,
  .next {
    width: 40px;
    height: 41px;
    top: 4px;
  }
  .header__logo img {max-width: 115px;}
  .header__menu .button__primary {
    padding: 8px 8px;
    font-size: 12px;
	    display: none;
  }

  .modal .contact__form {
    max-width: 100%;
    padding: 50px 16px;
    right: -110vh;
  }

  .container {
    padding: 0 20px !important;
  }

  .title {
    margin-bottom: 16px;
    padding-top: 10px;
    font-size: var(--font-xl);
    font-style: normal;
  }

  .contact {
    padding: 90px 0 0px;
  }

  .contact__white .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }

  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 59px;
  }

  .contact__form_title {
    text-align: center;
  }

  .contact__form_desciption {
    text-align: center;
    margin-bottom: 21px;
  }

  .contact__form_desciption br {
    display: none;
  }

  .contact__form_text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .contact__form {
    text-align: center;
    max-width: 390px;
    margin: 0 auto;
  }

  .contact__form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .contact__form_button {
    width: 100%;
  }

  .contact__column_title {
    font-size: 19px;
    margin-bottom: 28px;
  }

  .contact__form_flex {
    gap: 10px;
    margin-top: 16px;
  }

  .contact__form_oferta {
    text-align: center;
  }

  .contact__form_input {
    margin-bottom: 16px;
    padding: 15px 18px;
    font-size: 15px;
  }

  .contact__column {
    position: relative;
  }

  .contact__column:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -32px;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
  }

  .contact__column_button {
    width: 101%;
    padding: 14px 36px;
    margin-bottom: 15px;
    height: 51px;
  }

  .contact__column_block:before {
    top: -29px;
    width: 100%;
  }

  .contact__column_text {
    margin: 60px 0 19px;
  }

  .contact__column_button img {
    width: 35px;
    height: 23px;
  }

  .footer {
    padding-top: 32px;
  }

  .footer__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }

  .footer__row:last-child {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .footer__row:before {
    display: none;
  }

  .footer__column_title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer__column_text:last-child {
    margin-bottom: 0;
  }

  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    /*
    padding: 10px 0;
    position: absolute;
    top: 0;*/
    m
    right: 5px;
  }

  .footer__text {
    margin: 20px 0;
  }

  .footer__logoBlock {
    width: 118px;
  }

  .footer__column {
    padding: 0px 0;
    max-width: 100%;
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column-end: 2 !important;
    -ms-grid-row: auto !important;
    grid-row-start: auto !important;
    position: relative;
  }

  .footer__column:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -17px;
    left: 0%;
    background: var(--primary-color-light);
  }

  .footer__column_button {
    width: 100%;
  }

  .footer__row_text {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  /*
  .first {
    padding-top: 20px;
  }
*/

  .first__title {
    font-weight: var(--weight-extraBold) !important;
    font-size: var(--font-xxxl);
    padding: 20px 0;
    margin-bottom: 0;
  }

  .first__text {
    padding-top: 0;
  }

  .first__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }

  .first__col {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .first__col:first-child {
    margin-bottom: 24px;
    max-width: 100%;
  }

  .first__col:last-child {
    width: 90%;
    right: 0%;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
  }

  .first__text {
    text-align: center;
  }

  .second__row {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .second__col {
    width: 100%;
    max-width: 100%;
  }

  .third__block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .third__title {
    padding-bottom: 20px;
  }

  .third__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .third__item {
    padding: 10px;
  }

  .third__item-title {
    font-size: var(--font-sm);
  }

  .fourth__grid {
    padding-top: 0px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .fourth__item-icon {
    width: 80px;
    height: 80px;
  }

  .fourth__item-icon svg {
    width: 60px;
    height: 60px;
  }

  .fourth__item {
    padding: 10px;
  }

  

  .bt-90 {
    padding: 11px 36px;
  }
 

  .footer__row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__row:last-child {
    gap: 10px;
  }

  .footer__column:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -27px;
    left: 0%;
    background: var(--primary-color-light);
  }

  .footer__column:last-child:after {
    bottom: -15px;
  }

  .product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__col {
    width: 100%;
    max-width: 100%;
  }

  .product__table_table {
    width: 100%;
    max-width: 100%;
  }
}






/* Базовый скрытый стиль */
.animate {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Активная анимация */
.animate_t {
    opacity: 1;
}

.fadeInUp.animate_t {
    animation: fadeInUp 0.8s ease-out;
}

.fadeInLeft.animate_t {
    animation: fadeInLeft 0.8s ease-out;
}

.fadeInRight.animate_t {
    animation: fadeInRight 0.8s ease-out;
}

/* Кастомные анимации через keyframes */
.fadeInUp.animate_t {
  animation: fadeIn 1.4s ease-out forwards;
}

.fadeInUp.animate_t {
  animation: fadeInUp 0.8s ease-out forwards;
}

.fadeInLeft.animate_t {
  animation: fadeInLeft 0.8s ease-out forwards;
}

.fadeInRight.animate_t {
  animation: fadeInRight 0.8s ease-out forwards;
}


.third__item.animate_t {
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
.third__item.animate_t:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    scale: 1.035;
}


/* Keyframes остаются без изменений */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


 


/*

.swiper-slide {
    min-height: 600px;
    text-align: center;
}


.product__swiper-slide.swiper-slide {
    min-height: auto;
}

.slider-container {
    padding: 100px;
}

*/


.slider-sub-title {
    font-size: 20px;
    font-weight: 600; 
    color: #ffffff;
}

.slider-title {
    font-size: 40px;
    font-weight: bold; 
    color: #ffffff;
    padding: 50px 0px;
    opacity: 1;
}




.swiper-slide {
  z-index: auto;
}

.swiper-slide-active {
  z-index: 9999;
}


.slider-buttton {
	margin-top:20px;
    font-weight: 600; 
/*    border: solid 1px #ffffff;*/
    padding: 10px 15px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    z-index: 99;
}
 
  

.slider-title { 
    line-height: 1;
    color: #FFFFFF;
    margin: 10px 0;
	opacity: 0; 
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 1s ease 1s;
}
 
.swiper-slide-active .slider-title {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
    transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .8s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
	transition: .5s .8s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
}


.slider-sub-title {
	opacity: 0;
	
	padding-bottom: 5px;
} 
.swiper-slide-active .slider-sub-title {
   opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}







.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s;
}





/**************************************************************/



.hero-slider .head_primary{
	font-size: var(--font-xxxl);
	font-weight: 700;
}


.hero-slider .head_description{
	font-size: var(--font-lg);
	font-weight: 700;
}

.hero-slider {
  width: 100%;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}
/*
.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    background: blue !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    background: blue !important;
}
*/

@media (max-width: 991px) {
  .hero-slider {
  height: 640px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
  height: 640px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 750px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 750px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}


/*
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

*/

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
 
/*
.swiper-button-prev.slide-m-prev:after,
.swiper-button-next.slide-m-next:after,
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
	content: "";
}
*/
/*
.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}
*/ 

.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#945cb4;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:center;
  position: relative !important;
  margin: 0 10px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style { 
  transition:all .4s ease;
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {


}

@media screen and (min-width: 992px) {


}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 610px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px; 
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}




/*=============================*/
.scrollTop{
	background-size: contain;
	width:40px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; 
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}
/***********************/
a.scrollTop span:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: 25%;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(2) {
	position: absolute;
	right: 42%;
	top: 10px;
	width: 1px;
	height: 60px;
	background: #ccc;
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
}
a.scrollTop span:nth-of-type(2):before {
    position: absolute;
    top: 5px;
    left: -2px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb1110 3s infinite;
    animation: sdb1110 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************/
@-webkit-keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}