* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family:  Raleway,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    background-color: transparent;
    font-variant-numeric: lining-nums;
    font-variant-numeric: lining-nums;
    font-feature-settings: ‘lnum’;
    -moz-font-feature-settings: ‘lnum=1’;
    min-width: 360px;
}

.container {
    width: 100%;
   max-width: 1464px;
   margin: 0 auto;
   padding-left: 15px;
   padding-right: 15px;
   box-sizing: content-box;
}

.page .container {
    max-width: 1254px;
    box-sizing: content-box;
}

a {
    text-decoration: none;
    color: #0A4CB5;
}

a:hover {
    color: #0A3B89;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

img {
    display: block;
}

.flex {
    display: flex;
}

.flex.aic {
    align-items: center;
}

.flex.jcsb {
    justify-content: space-between;
}

.num {
    font-style: normal;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';    
}

.text-center {
    text-align: center;
}

.spacing {
    letter-spacing: .1px;
}

/* Buttons */
.btn {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 7px 18px !important;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: transform 0.1s linear;
}

.btn:hover {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

/*.btn:active {
    transform: scale(0.94);
}*/

.btn.custom {
    padding: 11px 18px !important;
}

.btn.large {
    font-size: 20px !important;
    padding: 17px 39px !important;
}

.btn.blue:disabled:active,
.btn.blue[disabled]:active,
.btn.blue.disabled:active {
    transform: scale(1);
}

.btn.blue {
    background-color: #0A4CB5;
    border-color: #0A4CB5;
    color: #ffffff;
}

.btn.blue:hover {
    color: #ffffff;
    background-color: #0A3B89;
    border-color: #0A3B89;
}


.btn.blue.trt {
    color: #0A4CB5;
    background-color: transparent;
    border-color: #0A4CB5;    
}

.btn.blue.trt:hover {
    color: #0A3B89;
    border-color: #0A3B89;
    box-shadow: inset 0 0 0 1px #0A4CB5;
    transition: .3s;
}

.btn.blue:disabled,
.btn.blue[disabled],
.btn.blue.disabled {
    background-color: #9CA5B8;
    border-color: #9CA5B8;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.part-line .btn-close {
    margin-left: 16px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.btn-close {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
   
}

.btn-close:before,
.btn-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 19px;
    width: 1.5px;
    background-color: #212529;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;   
}

.btn-close:hover:before,
.btn-close:hover:after {
    background-color: #0A4CB5;
}

.btn-close:before {
    transform: rotate(45deg);
}

.btn-close:after {
    transform: rotate(-45deg);
}
/* End Buttons 


/* Content */

.hero .main-title {
    text-align: center;
}

.hero .btn-wrap {
    text-align: center;
    margin-top: 52px;
}

.hero .btn-wrap .btn {
    font-size: 20px !important;
    padding: 19px 39px !important;
    height: auto;
}

.page .hero .btn-wrap {
    margin-top: 48px;
}

.page .hero .btn-wrap .btn {
    padding: 17px 46px !important;
}

.main-title h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 64px;
    color: #212529;
    margin: 0 0 60px;
}

.form-title {
    text-align: center;
}

.form-title,
.main-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #212529;
    margin: 0 0 40px;
}

.seaction-learn .main-title h2 {
    margin: 0 0 40px;
}

.section-trusted .main-title h2 span {
    color: #9CA5B8;
}

.form-title .mark, .main-title h2 .mark {
    color: #212529;
}

.main-title h1 strong,
.main-title h1 span,
.main-title h2 span,
.main-title h3 span {
    color: #0A4CB5;
    font-weight: 600;
}

.main-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    margin: 0 0 30px; 
}

.page .main-title h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 80px;
}

.block-faq-wrap-table {
    margin-bottom: 40px;
}

.block-faq-wrap .ptxt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.block-faq-wrap .block-faq {
    margin-right: 25px;
}

.block-faq-wrap .block-faq .quest br.it-journey {
    display: none;
}

 .product-block-bg .block-faq-wrap {
    position: relative;
 }

 .product-block-bg .block-faq-wrap:before {
    content: '';
/*    background: url(../img/server-2x.png);*/
    background: url(../img/main-server-x2.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    max-width: 564px;
    width: 100%;
    height: 236px;
    right: -41px;
    bottom: -77px;
 } 

 .home.product-block-bg .block-faq-wrap:before {
/*    bottom: -64px;*/
    bottom: -48px;
 }

.hca.product-block-bg .block-faq-wrap:before {
    bottom: -66px;
}

.hca2.product-block-bg .block-faq-wrap.hca2:before { 
    content: '';
    background: url(../img/server-hci2-2x.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    max-width: 624px;
    width: 100%;
    height: 232px;
    right: -70px;
    bottom: 57px;   
}

 .product-block-bg .img-wrap-for-mob {
    display: none;
 } 
 
.hero .block-faq-wrap .block-faq {
    max-width: 870px;
}

.hero.home.product-block-bg .block-faq-wrap,
.hero.hca.product-block-bg .block-faq-wrap {
    margin-top: 70px;
}

.hero.hca.product-block-bg .block-faq-wrap {
    margin-top: 74px;
}

.hero.product.product-block-bg .block-faq-wrap .block-faq {
    max-width: 730px
} 

.hero .block-faq-wrap {
    justify-content: space-between;
}

.hero.vsan .block-faq-wrap {
    align-items: center;
}

.hero .block-faq-wrap .img-wrap img {
    width: 100%;
    height: auto;
}

.hero .block-faq-wrap .img-wrap img {
    
    max-width: 456px;
    /*border: 0.5px solid var(--grey-20, #D6DDEC);
    box-shadow: 0px 8.571px 17.143px 0px rgba(106, 109, 112, 0.05), 0px 0.857px 13.714px 0px rgba(106, 109, 112, 0.05);*/
}

.hero.vsan .block-faq-wrap .img-wrap img {
    position: relative;
    top: 0px;
}

.hero.virtualsan .block-faq-wrap {
    align-items: center;
}

.hero.vsan .block-faq-wrap .block-faq {
    max-width: 850px;
}

.block-faq-wrap .block-faq .quest {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #212529;
    display: flex;
}

.page .hero .block-faq-wrap .block-faq .quest {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;   
}

.page .block-faq-wrap .block-faq .quest {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.block-faq-wrap .block-faq .quest:not(:last-child) {
    margin-bottom: 16px;
}

.block-faq-wrap .block-faq .quest span,
.block-faq-wrap .block-faq .quest strong { 
    color: #0A4CB5;
    font-weight: 600; 
}

.block-faq-wrap .block-faq .quest .alphabet {
    font-weight: 600;
    margin-right: 10px;
}

.badge-white .block-faq-wrap {
    
}

.section-white {
    padding: 100px 0;
}

.badge-white {
    padding: 0;
    position: relative;
}

.badge-white:before {
    content:'';
    background-color:#F9FAFF;
    position:absolute;
    height:50%;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
}

.badge-white.badge-bottom .badge {
    background-color: #ffffff;
}

.badge-white.badge-bottom:before {
    top: 0;
    bottom: auto;
}

.page .badge-white {
    padding: 64px 0 0 0;
    margin: 0;
}

.hero,
.section-reviews,
.section-white.first,
.section-ghost-white,
.section-benefits,
.seaction-learn,
.section-form,
.section-main-form,
.section-form {
    padding: 120px 0;
}

.section-reviews .main-title h2 span:first-child,
.section-trusted .main-title h2 span:first-child {
    color: #212529;
}

.hero {
    padding-bottom: 120px;
}

.section-benefits {
    padding-top: 0;
}

.page .section-white.first {
    padding: 140px 0 76px 0;
}

.badge-top {
    padding-bottom: 0;
}

.badge-top .badge {
    position: relative;
    background-color: #ffffff;
}

.badge-white .badge {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px; 
    text-align: center;
    color: #212529;
    padding: 39px 50px;
    box-shadow: 0px 1px 16px rgba(106, 109, 112, 0.05), 0px 10px 20px rgba(106, 109, 112, 0.05);
}

.page .badge-white .badge {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    padding: 34px 50px;
}

.section-ghost-white {
    background-color: #F9FAFF;
}

.page .section-ghost-white {
    background-color: #F9FAFF;
    padding: 200px 0 100px 0;
}

.seaction-text-image-shadow {
    padding: 120px 0;
}

.bg-here,
.bg-here .text-image-shadow .text-shadow {
    background-color: #F9FAFF;
}

.buttons-wrap {
    margin-top: 32px;
}

.buttons-wrap .button {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 16px 40px;
    display: inline-block;
}

.buttons-wrap .button.trt {
    background-color: transparent;
    border: 1px solid #0A4CB5;
} 

.buttons-wrap .button.trt:hover {
    border-color: #0A3B89;
    color: #0A3B89;

}

.text-image-shadow {
    display: flex;
    align-items: center;
    align-items: stretch;
}

.text-image-shadow.reverse {
    flex-direction: row-reverse;
}

.text-image-shadow .text-shadow {
    background-color: #ffffff;
    max-width: 844px;
    z-index: 1;
}

.text-image-shadow .text-shadow  p {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.text-image-shadow .text-shadow p:first-child {
    margin-top: 0;
}

.text-image-shadow .text-shadow p:last-child {
    margin-bottom: 0;
}

.text-image-shadow {
    position: relative;
}

.text-image-shadow:before {
    content: '';
    background-image: url(/v22/assets/img/device-shadow.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 1080px;
    height: 632px;
    right: -193px;
    background-position: right 6px;   
}

.text-image-shadow.second:before {
    background-image: url(/v22/assets/img/device2-shadow.png);    
    right: 0;
    height: 672px;
    background-size: auto;
}

.text-image-shadow .image-shadow {
    position: relative;
}

.text-image-shadow .image-shadow:before {
    content: '';
    background-image: url(../img/only-shadow.svg);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: -86px;
    bottom: 0;
    left: -10px;
    width: 360px;
}

.text-image-shadow.second .image-shadow:before {
    background-image: url(../img/only2-shadow.svg);
    top: -70px;
    left: -139px;
    bottom: -138px;
    background-size: 100%;
    width: 854px;

}


.text-image-shadow.third:before {
    background-image: url(/v22/assets/img/device3-shadow3.png);    
    right: auto;
    left: 0;
    top: 10px;
    background-position: left top;
    background-size: 660px;
}

.text-image-shadow.third .image-shadow:before {
    background-image: url(../img/only3-shadow.svg);
    top: -1px;
    left: auto;
    right: -42px;
    bottom: 0;
    width: 413px;
    height: 550px;
    background-position: unset;
}

.benefits {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
}

.page .benefits {
    max-width: 1250px;
}

.benefits .benefit {
    margin: 0 12px 0 12px;
    width: 100%;
    text-align: center;
    padding: 52px 10px;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px rgba(106, 109, 112, 0.05), 0px 10px 20px rgba(106, 109, 112, 0.05);
}

.benefits .benefit .title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    color: #0A4CB5;
    margin: 0 0 10px;
}

.benefits .benefit .num {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 68px;
    color: #212529;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    margin: 0 0 25px;
}

.page .benefits .benefit .num {
    margin: 0 0 10px;
}

.page .benefits .benefit .num span {
    position: relative;
}

.benefits .benefit .num svg {
    max-width: 60px;
}

.benefits .benefit .num span {
    position: relative;
    top: -4px;
    left: -8px;
}

.benefits .benefit .text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.seaction-learn .main-title {
    text-align: center;
}

.seaction-learn {
    background-color: #F9FAFF;
}

.seaction-learn .btn-wrap {
    justify-content: center;
}

.seaction-learn .btn-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.seaction-learn .btn-wrap .btn {
    margin: 0 12px;
    flex: 1;
    width: 100%;
    max-width: 450px;
}

.w-full,
.seaction-learn .btn-wrap .btn.w-full {
    max-width: 100%;
}

/* Section Reviews */

.section-reviews .reviews-slider-nav {

}

/*.title-with-more {
    max-width: 1218px;
}*/

.title-with-more .more {
    margin-top: 5px;
}

.more a,
.more span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #0A4CB5;
    text-decoration: none;
  display: inline-block;
  transition: .3s;
}

.more a:hover,
.btn-block:hover .more span {
  color: #0A3B89;
}

.more a:active,
.btn-block:active .more span {
    transform: scale(.97);
}

.more a svg,
.more span svg {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.more a svg path,
.more span svg path {
    fill: #0A4CB5;
}

/*.more a .arrow1,
.more a .arrow2,
.more span .arrow1,
.more span .arrow2 {
  transition: all 500ms ease;
}
.more a .arrow1,
.more span .arrow1 {
  opacity: 0;
  transform: translate(-100%, 5px) scale(0);
  
}
.more a:hover svg .arrow1,
.btn-block:hover .more span svg .arrow1 {
  transform: translate(0) scale(1);
  opacity: 1;
}
.more a:hover svg .arrow2,
.btn-block:hover .more span svg .arrow2 {
  transform: translate(60%, 5px) scale(.1);
  opacity: 0;
}*/

.more a:hover svg path,
.btn-block:hover .more span svg path {
  fill: #0A4CB5;
}

.main-review {
    display: flex;
    flex-direction: column;
}

.main-review .main-review-logo img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    display: block;
}

.main-review .main-review-rate {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #212529;
    position: relative;
    padding-left: 45px;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';   
}

.main-review .main-review-rate:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.reviews-block-wrap {
    margin-left: -12px;
    margin-right: -12px;
    height: 100%;
    max-height: 514px;
}

/*.reviews-block-wrap .main-review,
.reviews-block-wrap .reviews-slider-wrap {
    flex-basis: 50%;
}*/

.reviews-block-wrap .reviews-slider-wrap {
    overflow: hidden;
    padding: 12px 12px 12px 12px;
    width: 50%;
}

.reviews-block-wrap .main-review {
    padding: 52px;
/*    margin: 13px 13px 20px 13px;*/
margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
/*    max-width: 584px;*/
    width: 50%;
    transition: .3s;
    box-shadow: 0px 1px 16px rgba(106, 109, 112, 0.05), 0px 10px 20px rgba(106, 109, 112, 0.05);
}

.reviews-block-wrap .main-review .main-review-text {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #212529;
    margin-top: 40px;
}

.reviews-block-wrap .main-review .main-review-more {
    margin-top: auto;
    padding-top: 85px;
}

/* reviews slider */
.reviews-slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
}

.reviews-slider .swiper-slide {
    display: block;
    font-size: 18px;
    background: #fff;
    transition: .3s;
    height: calc((100% - 24px) / 2) !important;
    box-shadow: 0px 1px 16px rgba(106, 109, 112, 0.05), 0px 10px 20px rgba(106, 109, 112, 0.05);
}

.trusted-slider .trusted-slide:hover,
.reviews-block-wrap .main-review:hover,
.reviews-slider .swiper-slide:hover {
    box-shadow: 0px 1px 16px rgb(106 109 112 / 10%), 0px 10px 20px rgb(106 109 112 / 12%)
}

.reviews-slider .swiper-slide .review-slide-content {
    padding: 36px;
}

.reviews-slider .review-slide-logo,
.reviews-slider .review-slide-logo img {
    height: 100%;
    display: block;
    max-height: 40px;
}
.reviews-slider .review-slide-logo img {
    width: 100%;
}

.reviews-slider .review-slide-logo {
    max-width: 192px;
}

.reviews-slider .review-slide-logo.logo-g2 img {
    max-width: 28px;
}

.review-slide-rate {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #212529;
    position: relative;
    padding-left: 45px;
    white-space: nowrap;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}

.review-slide-rate:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px; 
}

.review-slide-text {
    margin: 21px 0 13px 0;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.slider-nav,
.reviews-slider-nav {
    display: flex;
    justify-content: center;
}

.reviews-slider-nav.promo-slider-nav {
    margin-top: 0;
}

.slider-nav > div,
.reviews-slider-nav > div {
    width: 48px;
    height: 48px;
    border: 1px solid #576680;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;   
}

.slider-nav > div:before,
.reviews-slider-nav > div:before {
    content: '';
    border: solid #576680;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -4px;
    width: 9px;
    height: 12px;
}

.slider-nav > div:first-child:before,
.reviews-slider-nav > div:first-child:before {
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 4px;
}

.slider-nav > div.swiper-button-disabled:before,
.slider-nav > div.swiper-button-disabled,
.slider-nav > div.swiper-button-disabled:hover,
.reviews-slider-nav > div.swiper-button-disabled:before,
.reviews-slider-nav > div.swiper-button-disabled,
.reviews-slider-nav > div.swiper-button-disabled:hover {
    border-color: #9CA5B8;
    cursor: default;
}

.slider-nav > div:not(.swiper-button-disabled):hover,
.reviews-slider-nav > div:not(.swiper-button-disabled):hover {
    border-color: #0A3B89;
    box-shadow: inset 0 0 0 1px #0A3B89;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.slider-nav > div:not(.swiper-button-disabled):hover:before, .reviews-slider-nav > div:not(.swiper-button-disabled):hover:before {
    border-color: #0A4CB5;
}

/*.slider-nav > div:not(.swiper-button-disabled):active,
.reviews-slider-nav > div:not(.swiper-button-disabled):active {
    transform: scale(0.94);
}*/

/* Trusted Slider */

.trusted-slider {
    display: flex;
    align-items: stretch;
/*    max-width: 1276px;*/
    margin-top: 14px;
    padding: 0;
    margin: 0 ;
}

.trusted-slider .swiper {
    padding: 12px 0 24px;
    z-index: 0;
}

.trusted-slider .trusted-slide {
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s;
    padding: 36px;
    box-shadow: 0px 1px 16px rgb(106 109 112 / 5%), 0px 10px 20px rgb(106 109 112 / 2%);
}

.trusted-slider .trusted-slide.slide-more {
    justify-content: center;
    align-items: center;
    padding-bottom: 111px;
}

.trusted-slider .trusted-slide.slide-more .title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #212529;
    margin: 0 0 14px;
}
.trusted-slider .trusted-slide.slide-more .sub {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #576680;
}

.trusted-slider .trusted-slide.slide-more .more {
    margin-top: 0;
    position: absolute;
    bottom: 36px;
}

.trusted-slider .trusted-slide .more {
    margin-top: auto;
}

/*.trusted-slider .trusted-slide-logo,*/
.trusted-slider .trusted-slide-logo img {
    width: auto;
    height: 48px;
    height: 48px;
}

.trusted-slider .trusted-slide-logo.logo-siemens img,
.trusted-slider .trusted-slide-logo.logo-sears img,
.trusted-slider .trusted-slide-logo.logo-auchan img,
.trusted-slider .trusted-slide-logo.logo-midway img {
    height: 48px;
}

.trusted-slider .trusted-slide-logo.logo-siemens img,
.trusted-slider .trusted-slide-logo.logo-sears img,
.trusted-slider .trusted-slide-logo.logo-auchan img {
    height: 48px;
}

.trusted-slider .trusted-slide-logo.logo-cantey img {
    height: 45px;
}

/*.trusted-slider .trusted-slide-logo.logo-auchan img {
    max-width: 97px;
}

.trusted-slider .trusted-slide-logo.logo-siemens img {
    max-width: 160px;
    max-height: 24px;
    width: auto;
}

.trusted-slider .trusted-slide-logo.logo-search img {
    max-width: 140px;
}

.trusted-slider .trusted-slide-logo.logo-sears img {
    max-width: 160px;
    width: auto;
}*/

.trusted-slider .trusted-slide-name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    margin: 20px 0 16px 0;
}

.trusted-slider .trusted-slide-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    margin-bottom: 24px;
}

/* Main Form Section */

/*tabs main*/



.tabs-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    /*overflow: hidden;*/
    padding-bottom: 1px;
    padding: 0;
    margin: 0 1px;
    width: 100%;
     max-width: 700px;
        margin: 0 auto;
  }
  
  .tabs-ul:before {
    content: '';
    background-color: #9CA5B8;
/*    width: 100%;*/
    height: 1px;
    position: absolute;
    left: 0;
    right: 1px;
    bottom: 1px;
  }
  
  .tabs-ul > li {
    width: auto;
    height: auto;
  }
  
  .tabs-ul > li:not(.mark) {
    transition: .1s;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #576680;
    cursor: pointer;
    padding: 0 0 12px 0;
    white-space: nowrap;
    flex: 1;
  }
  
  .tabs-ul > li:not(.mark):hover {
    color: #0A4CB5;
    transition: .1s;
  }
  
  .tabs-ul .mark {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 12.5%;
    height: 2px !important;
    background: #0A4CB5;
    transition: 0.5s ease-in-out; 
  }
  
  .tabs-ul > li > span {
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #D62828;
    text-transform: uppercase;
    top: -14px;
    left: 40px;
  }
  
  .tabs-ul > li > span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -18px;
    width: 11px;
    height: 11px;
    background-color: #D62828;
  }
  
  .tabs-ul > li.current {
    font-weight: 600;
    color: #0A4CB5
  }
  
  .tabs-ul > li ~ .mark {
    width: 33.333%;
  } 

  .tabs-ul > li.current:nth-child(2) ~ .mark {
    left: 33.333%;  
  }
  
  .tabs-ul > li.current:nth-child(3) ~ .mark {
    left: 66.666%;
  }

  .tabs-ul > li.hidden {
    display: none;
  }

.tabs-ul.tabs-2 > li.current:nth-child(2) ~ .mark {
    left: 0;
}

  .tabs-ul.tabs-2 > li.current:nth-child(3) ~ .mark,
  .tabs-ul.tabs-2 > li ~ .mark {
    left: 50%;
    width: 50%;
}

/*  .tabs-ul > li:nth-child(1) ~ .mark {
    width: 42.5%;
  }
  
  .tabs-ul > li.current:nth-child(1) ~ .mark {
    width: 26%; 
  }
  
  .tabs-ul > li.current:nth-child(2) ~ .mark {
    width: 27%;
    left: 30%;  
  }
  
  .tabs-ul > li.current:nth-child(3) ~ .mark {
    width: 36%;
    left: 64%;
  }*/
  
  .one-tab .tabs-ul:before {
      content: none;
  }
  .one-tab .tabs-ul > li.current:nth-child(1) ~ .mark {
      width: 0;
  }
  .one-tab .tabs-ul > li.current {
      color: #212529;
      cursor: text;
  }
  .one-tab .tab-container-wrap {
      margin-top: 10px;
  }
  
  .one-tab .tabs-ul {
    min-width: 100%;
  }
  
  .one-tab .tabs-ul > li.current {
    background-color: transparent;
    font-size: 32px;
    line-height: 1;
    color: #212529;
    text-shadow: none;
    font-weight: 600;  
  }

  .tab-container-wrap {
    margin-top: 50px;
  }
  
  .tab-container-wrap .tab-container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
  }
  
  .tab-container-wrap .tab-container.current {
    top: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: .3s;
  }  

/*Form*/

.form-main {
    max-width: 700px;
    margin: 0 auto;
}

.form-main .col {
    flex: 1;
}

.form-main .col:first-child {
    padding-right: 20px;
}

.form-main .col:last-child {
    padding-left: 20px;
}

.form-main .row-fields:not(:last-child) {
    padding-bottom: 40px;
}

.form-main .field,

.form-main .input-field {
    position: relative;
}

.form-main .field:not(:last-child),

.select-small-wrap,
.form-main .input-field:not(:last-child) {
    margin-bottom: 22px;
}

.form-main .choices {
    margin-bottom: 0;
}

.form-main .field.select .bar {
    display: none;
}

.form-main .field input, 
.form-main .input-field input, 
.form-main .field textarea, 
.form-main .input-field textarea, 
.form-main .choices .choices__list .choices__item {
    font-family: Raleway,sans-serif;
    width: 100%;
    margin: 0;
    padding: 16px 28px;
    font-style: normal;
    font-weight: 400;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    box-sizing: border-box;
    opacity: 1;
    border-radius:0;
    -webkit-border-radius:0;
    font-variant-numeric: lining-nums;
    font-variant-numeric: lining-nums;
    font-feature-settings: ‘lnum’;
    -moz-font-feature-settings: ‘lnum=1’;
}

.form-main .choices .choices__list .choices__item {
    background-color: transparent;
}

.form-main .input-field .iti input {
    height: 57px;
}

.form-main .choices .choices__list.choices__list--dropdown .choices__item {
    border-bottom: 1px solid #F3F3F3;
}

.form-main .sub-product .choices .choices__list .choices__item {
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    padding-right: 34px !important;
    padding-top: 12px;
}

.form-main .sub-product .choices .choices__list.choices__list--single,
.form-main .sub-product .choices .choices__inner {
    height: 64px;
}

.form-main .input-field.field-mask .input-file {
    color: #0a4cb5;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 20px;
    border: 1px solid #0a4cb5;
    display: block;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: auto;
    right: 20px;
    width: 114px;
    height: 40px;
    background-color: #ffffff;
}

.form-main .input-field.field-mask .input-file:hover {
    color: #0A3B89;
    border-color: #0A3B89;
}

.form-main .input-field.field-mask:hover .input-file {
    color: #0a4cb5;
}

.form-main .input-field.field-mask #upload_file_name {
    padding: 16px 25px;
}

.form-main .input-field.field-mask .label {
    color: #576697;
}

.form-main .input-field.field-mask,
.form-main .field input, 
.form-main .field textarea,
.form-main .input-field input, 
.form-main .input-field textarea {
    outline: none;
    height: 64px;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.form-main .input-field.field-mask,
.form-main .input-field input, 
.form-main .input-field textarea,
.form-main .choices .choices__list.choices__list--single {
    border: 1px solid #D6DDEC;
}

.form-main .field.field-error textarea:focus, 
.form-main .field.field-error input:focus,
.form-main .field.field-error input, 
.form-main .field.field-error input:valid, 
.form-main .field .field-error input,
.form-main .field .field-error input:valid,
.form-main .field .field-error input:focus,
.form-main .field.field-error textarea,
.form-main .field.field-error textarea:valid,


.form-main .input-field.field-error.input-field-file,
.form-main .field-error .choices .choices__list.choices__list--single,
.form-main .input-field.field-error textarea:focus, 
.form-main .input-field.field-error input:focus,
.form-main .input-field.field-error input, 
.form-main .input-field.field-error input:valid, 
.form-main .input-field .field-error input,
.form-main .input-field .field-error input:valid,
.form-main .input-field .field-error input:focus,
.form-main .input-field.field-error textarea,
.form-main .input-field.field-error textarea:valid {
    border-color: #C90A0A;
    box-shadow: inset 0 0 0 1px #C90A0A;
}

.form-main .field.field-error:hover label,
.form-main .field.field-error input:focus + span + span + .label,
.form-main .field.field-error input:focus + span + .label,
.form-main .field.field-error input:focus + label,

.form-main .input-field.field-error:hover label,
.form-main .input-field.field-error input:focus + span + span + .label,
.form-main .input-field.field-error input:focus + span + .label,
.form-main .input-field.field-error input:focus + label {
    color: #C90A0A;
}

.field textarea,
.input-field textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 96px !important;
    max-height: 300px;
}

.form-main .field:hover input, 
.form-main .field:hover textarea,

.form-main .input-field:hover input, 
.form-main .input-field:hover textarea {
    color: #212529;
    border: 1px solid #9CA5B8;
    transition: .3s;
}

.form-main .input-field:hover label {
    color: #16161A;
}

.field.has-focus textarea, 
.field.has-value textarea, 
.field.has-value input,
.field.has-value input,
.form-main .field textarea:focus,
.form-main .field input:valid,
.form-main .field textarea:valid
.form-main .field input:focus,

.input-field.has-focus textarea, 
.input-field.has-value textarea, 
.input-field.has-value input,
.input-field.has-value input,
.form-main .input-field textarea:focus,
.form-main .input-field input:valid,
.form-main .input-field textarea:valid
.form-main .input-field input:focus {
    border-color: #D6DDEC;
/*    box-shadow: inset 0 0 0 1px #0A4CB5;*/
    transition: .2s;
}


.form-main .iti.open input {
    border-color: #0A4CB5;
}
.form-main .field textarea:focus,
.form-main .field input:focus,

.form-main .input-field textarea:focus,
.form-main .input-field input:focus {
    border-color: #0A4CB5;
    box-shadow: inset 0 0 0 .6px #0A4CB5;
/*    border-radius: 1.5px;   */
}

.form-main .field textarea:not(:focus):hover,
.form-main .field input:not(:focus):hover,

.form-main .input-field textarea:not(:focus):hover,
.form-main .input-field input:not(:focus):hover {   
    border-color: #9CA5B8;
}

.form-main .input-field label {
    position: absolute;
    top: 22px;
    left: 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #576680;
    transition: all ease-in-out 0.2s;
    cursor: text;
}

.form-request .input-field label {
    top: 25px;
}

.form-main .select-label span,
.form-main .field label span,
.form-main .input-field label span {
    color: #C90A0A;
}

.form-main .select-label {
    position: absolute;
}

.form-main .empty .select-label {
    display: none;
} 

.sub-product .select-label {
    display: none;
}

.sub-product.sub-product-selected .select-label,
.sub-product.vsan-sub-product-selected .select-label,
.sub-product.san-nas-sub-product-selected .select-label,
.sub-product.vsan-sub-product-selected .select-label {
    display: block;
}

.form-main .field input:focus + .label, 
.form-main .field input:valid + .label, 
.form-main .field textarea:focus + .label, 
.form-main .field.has-value textarea + .label, 
/*.form-main .input-field textarea:valid + .label,*/
.form-main .field input:focus + span + .label,
.form-main .field input:focus + span + span + .label,
.form-main .field input:valid + span + .label,
.form-main .field input:valid + span + span + .label,

.form-main .input-field.field-mask.file-selected .label,
.sub-product.vsan-sub-product-selected .select-label,
.form-main .iti + label,
.form-main .select-label,
.form-main .input-field input:focus + .label, 
.form-main .input-field input:valid + .label, 
.form-main .input-field textarea:focus + .label, 
.form-main .input-field.has-value textarea + .label, 
/*.form-main .input-field textarea:valid + .label,*/
.form-main .input-field input:focus + span + .label,
.form-main .input-field input:focus + span + span + .label,
.form-main .input-field input:valid + span + .label,
.form-main .input-field input:valid + span + span + .label {
    top: -7px;
    left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #576680; 
    background-color: #FFF;
    padding: 0 8px;
    z-index: 0;
}

.form-main .field.field-error input:focus + .label, 
.form-main .field.field-error input:valid + .label, 
.form-main .field.field-error textarea:focus + .label, 
.form-main .field.has-value.field-error textarea + .label, 
/*.form-main .input-field textarea:valid + .label,*/
.form-main .field.field-error input:focus + span + .label,
.form-main .field.field-error input:focus + span + span + .label,
.form-main .field.field-error input:valid + span + .label,
.form-main .field.field-error input:valid + span + span + .label,

.form-main .sub-product .field-error .select-label,
.form-main .field-error .iti + label,
.form-main .input-field.field-error input:focus + .label, 
.form-main .input-field.field-error input:valid + .label, 
.form-main .input-field.field-error textarea:focus + .label, 
.form-main .input-field.has-value.field-error textarea + .label, 
/*.form-main .input-field textarea:valid + .label,*/
.form-main .input-field.field-error input:focus + span + .label,
.form-main .input-field.field-error input:focus + span + span + .label,
.form-main .input-field.field-error input:valid + span + .label,
.form-main .input-field.field-error input:valid + span + span + .label {
    color: #C90A0A;
}

.iti.focused + label,
.form-main .choices.is-open + .select-label,
.form-main .field input:focus + .label, 
.form-main .field textarea:focus + .label,
.form-main .field input:valid + .label,
.form-main .field.has-value textarea + .label, 
.form-main .field input:valid:focus + .label,
.form-main .field input:focus + span + .label, 
.form-main .field textarea:focus + span + span + .label,

.form-main .input-field .iti.focused + label,
.form-main .choices.is-open + .select-label,
.form-main .input-field input:focus + .label, 
.form-main .input-field textarea:focus + .label,
.form-main .input-field input:valid + .label,
/*.form-main .input-field.has-value textarea + .label, */
.form-main .input-field input:valid:focus + .label,
.form-main .input-field input:focus + span + .label, 
.form-main .input-field textarea:focus + span + span + .label {
    color: #0A4CB5;
}

.form-main .field input:valid + .label,

.form-main .input-field input:valid + .label {
    color: #576680;        
}

.form-main .btn-wrap {
    margin-top: 24px;
}

.form-main .btn-wrap .btn {
    width: 100%;
    cursor: pointer;
}

.checkbox .error-checkbox,
.form-main .error {
    color: #C90A0A;
    position: relative;
    font-weight: 500;
    margin: 7px 0 0 26px;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.checkbox .error-checkbox {
    margin: 10px 0 0 0;
}

/**/
.form-main .choices .choices__inner {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 !important;
}

.form-main .choices[data-type*=select-one] .choices__input {
    border-bottom: 0;   
}

.form-main .choices .choices__inner .choices__list.choices__list--single {
    padding: 0;
}
/*.form-main .choices .choices__list.choices__list--dropdown .choices__item.choices__placeholder {
    display: none;
}*/
.form-main .choices .choices__list .choices__item {
    padding: 15px 27px;
    height: 64px;
}

.form-main .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #FFFFFF;        
}

.form-main .choices__list--dropdown .choices__item--selectable:hover,
.form-main .choices__list--dropdown .choices__item--selectable.is-highlighted:hover {
    background-color: #F9FAFF; 
}

.form-main .empty .choices .choices__list.choices__list--single {
    border: 1px solid #636365;
    box-shadow: none;
    position: relative;
}

.form-main .choices .choices__list.choices__list--single {
    transition: .2s;
    min-height: 48px;
}

.form-main .iti__country-list.iti__country-list--dropup input {
    border: 1px solid #D6DDEC;
}

.form-main .iti__country-list.iti__country-list--dropup.iti__hide input,
.form-main .choices.is-open .choices__list.choices__list--single {
    border: 1px solid #0A4CB5;
    box-shadow: inset 0 0 0 .6px #0A4CB5;
}    

.form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 20px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #58667E;
    border: 0;
    background-color: transparent;
}

.form-main .choices .choices__list .choices__item.choices__placeholder {
    color: #58667E;
}

#download_sub_product_wrapper,
#download_sub_product_san_nas_wrapper,
#download_sub_product_san_free_wrapper {
    position: relative;
} 

/* .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder:before {
    content: '*';
    color: #C90A0A;
    position: absolute;
    z-index: 1;
    right: 4px;
} */

.form-main .choices .choices__list .choices__itemchoices__item--selectable {
    color: #16161A;
}

.form-main .choices .choices__list--dropdown .choices__input.choices__input--cloned {
    border: 0 !important;
    transition: none !important;
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
    box-shadow: inset 0 0 0 1px #0A4CB5;   
    outline: none;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    box-sizing: border-box;
    opacity: 1;
    z-index: 1; 
}

.form-main .choices .choices__list--dropdown {
    margin-top: 0;
    z-index: 2;
    border: 1px solid #9CA5B8;
    border-radius: 0;
/*    border-radius: 1.5px;*/
/*    box-shadow: 0px 0px 32px rgb(0 0 0 / 5%);*/
    filter: drop-shadow(0px 1px 16px rgba(106, 109, 112, 0.05)) drop-shadow(0px 10px 20px rgba(106, 109, 112, 0.05));
}

.form-main .choices .choices__list--dropdown.is-active {
    border-top: 0;
}

.form-main .choices.is-flipped .choices__list--dropdown.is-active {
    border-top: 1px solid #9CA5B8;
}

.form-main .choices.is-flipped .choices__list--dropdown.is-active {
    margin-top: auto;
    margin-bottom: 0;
    border-bottom: 0;
}

.form-main .choices__list--dropdown .choices__item--selectable.is-selected {
    position: relative;
}

.form-main .choices__list--dropdown .choices__item--selectable.is-selected:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #0A4CB5;;
}

.form-main .js-choice {
    display: none;
}
.form-main .choices[data-type*=select-one]:after {
    content: '';
    width: 18px;
    height: 10px;
    background-image: url(../img/select.svg);
    background-size: 18px 9px;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
    transition: .2s;
    transform: rotate(180deg);
}

.form-main .choices.is-open[data-type*=select-one]:after {
    transform: rotate(360deg);
    transition: .2s;

}

.form-main .btn {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 17px 18px !important;
}

.thank-you-text,
.form-done .hero-meta,
.thank-you-message,
.form-done .form-title-wrap,
.form-done .form-main {
    display: none;
}
.form-done .thank-you-text,
.form-done .thank-you-message {
    display: block;
}

.form-done .iti--separate-dial-code .iti__selected-flag {   
    background-color: transparent;
}

.thank-you-message .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #16161A;
    margin: 0 0 20px;
}

.thank-you-message .title span {
    color: #0A4CB5;
}

.thank-you-message .text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #636365;
}

/*checkbox*/
.checkbox-wrap {
    position: relative;
    z-index: 0;
  }
  .checkbox-wrap .checkbox label {
      cursor: pointer;
      padding-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .checkbox-wrap .checkbox label.error {
    margin: 0;
  }
  
  .checkbox-wrap .checkbox input[type=checkbox] {
      opacity: 0;
      position: absolute;
      margin: 0;
      z-index: -1;
      width: 0;
      height: 0;
      overflow: hidden;
      left: 0;
      pointer-events: none;
  }
  
  .checkbox-wrap .checkbox .checkbox-main {
      position: relative;
      margin-right: 20px;
      margin-top: 4px;
  }
  
  .checkbox-wrap .checkbox .checkbox-main .check {
      border: 1px solid #576680;
      position: relative;
      display: inline-block;
      width: 24px;
      height: 24px;
      overflow: hidden;
      z-index: 1;
      transition: .3s;
  }

  .checkbox-wrap:hover .checkbox .checkbox-main .check {
    border-color: #0A4CB5;
    box-shadow: inset 0 0 0 1px #0A4CB5;
  }
  
  .checkbox-wrap .checkbox .checkbox-main .check:after {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      right: 1px;
      background-color: #ffffff;
  }
  
  .checkbox-wrap .checkbox input[type=checkbox]:checked+.checkbox-main .check:after {
      left: 26px;
  }

  .checkbox-wrap .checkbox input[type=checkbox]:checked+.checkbox-main .check {
    border: 1px solid #0A4CB5;
    background-color: #0A4CB5;
  }
  
  .checkbox-wrap .checkbox input[type=checkbox]+.checkbox-main .check:before {
      content: '';
      background: url(../../assets/img/checkmark.svg) no-repeat;
      width: 14px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
  
  }
  
  .checkbox-wrap .checkbox-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
  }

  .checkbox-wrap .checkbox-text .text-title {
    font-weight: 600;
    margin-bottom: 4px;
  }

  .hero-request-call .checkbox-wrap .checkbox-text {
    padding-right: 0;
  }
  
  .checkbox-wrap .checkbox input[type=checkbox]:checked+.checkbox-main+ .checkbox-text {
      transition: .3s;
      color: #16161A;
  }
  
  .checkbox-wrap .checkbox-text a {
    color: #0A4CB5;
  }
  
  .checkbox-wrap .checkbox-text a:hover {
    color: #0A3B89;
    text-decoration: underline;
    transition: .3s;
  }
  
/*  .checkbox-wrap .checkbox .error {
    margin: 0;
    font-size: 0;
    line-height: 0;
  }*/
  
/*  .checkbox-wrap .error .checkbox-text,
  .checkbox-wrap .checkbox .error .checkbox-main .check {
    color: #C90A0A;
  }*/
  
  /*/checkmark*/

/*/Form*/  

.form-main .iti {
    width: 100%;
}

.form-main .iti--allow-dropdown .iti__flag-container {
    padding: 2px;
}

.form-main .iti--separate-dial-code .iti__flag-container {
    padding: 1px;
}

 
.form-main .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.form-main .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    height: 54px;
}

.form-main .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border: solid black;
    border-width: 0;
    display: inline-block;
    padding: 0;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    width: 18px;
    height: 10px;
    background-image: url(../img/select.svg);
    background-size: 18px 9px;
    transition: .2s;
}

.form-main .iti__arrow.iti__arrow--up {
    transition: .2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);    
}

.form-main .iti__selected-flag {
    padding: 0 6px 0 28px;
}

.form-main .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 46px; 
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #212529;
}

.choices.is-open.is-flipped + .select-label {
    display: none;
}
 
.form-main .iti__arrow {
    position: absolute;
    left: 59px;  
}

.thank-you-text {
    text-align: center;
}

.thank-you-text .message-wrap {
    padding-top: 52px;
}

.thank-text {
    text-align: center;
}

.thank-text .title
.thank-you-text .title {
    font-size: 28px;
    line-height: 44px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 12px;
}

.thank-text .text,
.thank-you-text .text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.thank-text .text p {
    margin: 0 0 10px;
}

.thank-text .text p:last-child {
    margin-bottom: 0;
}

.thank-you-text .btn-wrap {
    margin-top: 40px;
    display: none;
    opacity: 0;
    visibility: hidden;
}


/* End Main Form Section */

.hero.hero-request-call .main-title {
    text-align: left;
}

.hero.hero-request-call .main-title h1,
.hero.hero-request-call .main-title h2{
    margin: 0 0 18px;
}

.form-request-desc {
    margin: 0;
    letter-spacing: 0.1px;
}

.form-request-wrap {
    max-width: 700px;
    margin: 0 auto;
}

.hero-meta {
    margin-bottom: 35px;
}

.block-shadow {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px rgba(106, 109, 112, 0.05), 0px 10px 20px rgba(106, 109, 112, 0.05);
}

.block-shadow:not(:last-child) {
    margin-bottom: 24px;
}

.block-shadow .main-title h3 {
    margin: 0 0 16px 0;
}

.block-shadow .text {
    max-width: 1046px;
    margin: 0 auto 24px auto;
}

.width-1024-show {
    display: none !important;
}

.sub-product .choices__list--dropdown .choices__list {
    max-height: 100%;
}

/*@media screen and (max-width: 920px) {
    .flex.reviews-block-wrap {
        flex-direction: column;
    }
    .reviews-slider .swiper-slide {
        height: auto !important;
    }
    .reviews-block-wrap {
        max-height: 100%;
    }
    .reviews-slider.swiper-grid-column>.swiper-wrapper {
        flex-wrap: unset;
        display: flex;
        flex-direction: inherit;
    }
    .tabs-ul > li:not(.mark) {
        font-size: 22px;
        line-height: 28px;
    }
}*/

@media (min-width: 2560px) {
    .main-title h3 {
        text-align:center;
        display:block;
        font-size: 32px;
        line-height: 40px;
    }

    .main-title h5 {
        font-size: 32px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1464px) {
    .container {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .container-menu, .section-reviews .container, .section-trusted .container, .section-form .container, .section-main-form .container, .container {
        max-width: 630px;
    }
    .flex.block-faq-wrap {
        flex-direction: column-reverse;
    }
    .hero.vsan .block-faq-wrap .block-faq {
        max-width: 100%;
        margin-right: 0;
    }
    .block-shadow .text br,
    .hero.vsan .block-faq-wrap .block-faq br.xm {
        display: none;
    }
    .block-faq-wrap .block-faq {
        margin-right: 0;
        max-width: 100%;
    }
    .hero .block-faq-wrap .img-wrap img {
        margin: 50px auto 0 auto;
    }
    .badge-white .badge {
        padding: 20px;
    }
    .block-faq-wrap .block-faq .quest, .badge-white .badge, .main-title h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .seaction-learn .btn-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .seaction-learn .btn-wrap .btn {
        font-size: 14px !important;
        margin: 0;
        max-width: 370px;
        width: 100%;
    }

    .benefits {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    .benefits .benefit {
        margin: 0 0 18px;
    }
    .benefits .benefit .text br {
        display: none;
    }
    .title-with-more .more {
        margin-top: 0;
    }
    .title-with-more .more a {
        font-size: 14px;
        line-height: 20px;
    }
    .more a svg {
        max-width: 22px;
        top: 0px;
        position: relative;
    }
    .main-title h2,
    .form-title {
        margin: 0 0 30px;
    }

    .form-main .btn {
        font-size: 16px !important;
    }
    .block-faq-wrap .block-faq .quest:not(:last-child) {
        margin-bottom: 4px;
    }
}

/*scrollbar  */
.choices__list::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track {
  border-radius: 4px;
  width: 6px;
  background-color: #EDF2FC;
}

.choices__list::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.choices__list::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 72px;
  background-color: #ADBBD9;
}

.swiper.promoSlider {
    overflow: visible;
}
.reviews-wrapper {
    display: flex;
}

.review-promo {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 52px;
    margin-bottom: 24px;
}

.promo-slider {
    width: 50%;
    padding: 12px 12px 24px 24px;
    margin-top: -12px;
    margin-right: -12px;
    overflow: hidden;
    box-sizing: content-box;
}

.promo-slider.laptop {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.promo-slider.laptop .swiper {
    margin: 0 -12px;
    padding: 12px 12px 24px 12px;
}

.review-promo,
.promo-slide-part {
    box-shadow: 0px 1px 16px rgba(106, 109, 112, 0.05), 0px 10px 20px rgba(106, 109, 112, 0.05);   
    transition: all .3s ease-in-out;
}

.promo-slide-part:hover,
.review-promo:hover {
    box-shadow: 0px 1px 16px rgb(106 109 112 / 10%), 0px 10px 20px rgb(106 109 112 / 12%);
    transition: all .3s ease-in-out;
}

.promo-slider.laptop .promo-slide-part {

}

.promo-head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.promo-logo {
    max-width: 250px;
    width: 100%;
}



.promo-logo.logo-gart img {
    max-width: 124px;
}

.promo-logo.logo-sw img {
    max-width: 174px; 
}

.promo-logo.logo-tr img {
    max-width: 176px; 
}

.promo-logo.logo-g2 img {
    max-width: 28px; 
}

.promo-logo.logo-thq img {
    max-width: 100px; 
}  

.promo-logo.logo-ps img {
    max-width: 138px; 
}  

.promo-logo.logo-sr img {
    max-width: 214px; 
} 


.promo-stars {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #212529;
    position: relative;
    padding-left: 47px;
}
.promo-stars:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url(https://www.starwindsoftware.com/v22/assets/img/star.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
.promo-text {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #212529;
    margin: 38px 0;
}

.promo-text strong {
    font-weight: 600;
} 

.main-review-more.more {
    margin-top: auto;
}

.promo-slide-part:hover svg .arrow1,
.review-promo:hover svg .arrow1 {
    transform: translate(0) scale(1);
    opacity: 1;
}

.promo-slide-part:hover svg .arrow2,
.review-promo:hover svg .arrow2 {
    transform: translate(60%, 5px) scale(.1);
    opacity: 0;
}

.promo-slide-part:nth-child(odd) {
    margin-bottom: 24px;
}
.promo-slide-part {
    padding: 36px;
    display: flex;
    flex-direction: column;
}

.promo-slide-part .more {
    margin-top: auto;
}

.promo-slide-head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.promo-slide-part .promo-text {
    margin: 21px 0 12px 0;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.review-promo {
    margin-bottom: 0;
    margin-right: 12px;
}
.slide-parts .slides-part {
    margin-left: 12px;
}
.promo-slider {
    width: 100%;
    padding: 12px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 24px;
}
.slide-parts {
    display: flex;
}

.slide-parts .review-promo,
.slide-parts .slides-part {
    width: 50%;
}

.promo-slider .swiper-slide {
    height: auto;
}


/**/
.overlay_loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 53, 134, 0.4);
    top: 0;
    left: 0;
    z-index: 10005;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.preloader .overlay_loader {
    display: flex;
}

.overlay_loader .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    animation: 2s infinite rotateAnim;
    -webkit-animation: 2s infinite rotateAnim;
}
.overlay_loader .loader div {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #0A4CB5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: 2s infinite translateAnim;
    -webkit-animation: 2s infinite translateAnim;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.overlay_loader .loader div:first-child {
    top: -25px;
    animation-name: translateAnimTop;
    -webkit-animation-name: translateAnimTop;
}
.overlay_loader .loader div:nth-child(2) {
    left: 25px;
    animation-name: translateAnimRight;
    -webkit-animation-name: translateAnimRight;
}
.overlay_loader .loader div:nth-child(3) {
    top: 25px;
    animation-name: translateAnimBottom;
    -webkit-animation-name: translateAnimBottom;
}
.overlay_loader .loader div:nth-child(4) {
    left: -25px;
    animation-name: translateAnimLeft;
    -webkit-animation-name: translateAnimLeft;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes color-to-color {
    0%,
    100.0% {
        background-color: #0A4CB5;
    }
    50.0% {
        background-color: #125dd3;
    }
}
@keyframes color-to-color {
    0%,
    100.0% {
        background-color: #0A4CB5;
    }
    50.0% {
        background-color: #125dd3;
    }
}
@-webkit-keyframes showM {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@keyframes showM {
    0% {
        opacity: 0;
    }
    100.0% {
        opacity: 1;
    }
}
@-webkit-keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}
@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}
@-webkit-keyframes checkbox-off {
    0%,
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    }
}
@keyframes checkbox-off {
    0%,
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    }
}
@-webkit-keyframes rippleOn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}
@keyframes rippleOn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}
@-webkit-keyframes rippleOff {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}
@keyframes rippleOff {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}
@keyframes rotateAnim {
    0% {
        transform: rotate(0);
    }
    25%,
    50% {
        transform: rotate(90deg);
    }
    100%,
    75% {
        transform: rotate(180deg);
    }
}
@-webkit-keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(0);
    }
    25%,
    50% {
        -webkit-transform: rotate(90deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(180deg);
    }
}
@keyframes translateAnimTop {
    0%,
    100%,
    25% {
        transform: translateY(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        transform: translateY(-20px);
        background: 0 0;
    }
}
@-webkit-keyframes translateAnimTop {
    0%,
    100%,
    25% {
        -webkit-transform: translateY(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        -webkit-transform: translateY(-20px);
        background: 0 0;
    }
}
@keyframes translateAnimBottom {
    0%,
    100%,
    25% {
        transform: translateY(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        transform: translateY(20px);
        background: 0 0;
    }
}
@-webkit-keyframes translateAnimBottom {
    0%,
    100%,
    25% {
        -webkit-transform: translateY(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        -webkit-transform: translateY(20px);
        background: 0 0;
    }
}
@keyframes translateAnimLeft {
    0%,
    100%,
    25% {
        transform: translateX(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        transform: translateX(-20px);
        background: 0 0;
    }
}
@-webkit-keyframes translateAnimLeft {
    0%,
    100%,
    25% {
        -webkit-transform: translateX(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        -webkit-transform: translateX(-20px);
        background: 0 0;
    }
}
@keyframes translateAnimRight {
    0%,
    100%,
    25% {
        transform: translateX(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        transform: translateX(20px);
        background: 0 0;
    }
}
@-webkit-keyframes translateAnimRight {
    0%,
    100%,
    25% {
        -webkit-transform: translateX(0);
        background: #0A4CB5;
    }
    50%,
    75% {
        -webkit-transform: translateX(20px);
        background: 0 0;
    }
}

.checkbox-wrap .checkbox-text .br {
    display: block;
    margin-top: 12px;
}

.hero .block-faq-wrap .img-wrap img {
    box-shadow: 0px 10px 20px 0px rgba(106, 109, 112, 0.05), 0px 1px 16px 0px rgba(106, 109, 112, 0.05);
}

.sl,
.ml,
.main-title h1 br {display: none}

/*Legacy product*/

  /*selected*/
    .form-main .choices .choices__list .choices__item[data-value="ram_disk"]:after,
    .form-main .choices .choices__list .choices__item[data-value="StarWind Storage Appliance"]:after,
    .form-main .choices .choices__list .choices__item[data-value="StarWind SAN & NAS"]:after,
    .form-main .choices .choices__list .choices__item[data-value="san-nas-trial"]:after,
    .form-main .choices .choices__list .choices__item[data-value="san-nas-free"]:after,
  /*option*/ 
    .form-main .choices__list--dropdown .choices__item[data-value="ram_disk"]:after,

    .form-main .choices__list--dropdown .choices__item[data-value="san-nas-trial"]:after,
    .form-main .choices__list--dropdown .choices__item[data-value="StarWind SAN & NAS"]:after,

    .form-main .choices__list--dropdown .choices__item[data-value="san-nas-free"]:after {
        content: 'Legacy product';
        opacity: 1;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);

        white-space: nowrap;
        background-color: #F9FAFF;
        border: 1px solid #D6DDEC;
        color: #576680;
        font-size: 14px;
        line-height: 20px;
        font-style: normal;
        font-weight: 500;
        padding: 5px 4px;
        width: 128px;
        text-align: center;
    }

    .form-main .choices .choices__list.choices__list--single .choices__item[data-value="ram_disk"]:after,
    .form-main .choices .choices__list.choices__list--single .choices__item[data-value="StarWind Storage Appliance"]:after,
    .form-main .choices .choices__list.choices__list--single .choices__item[data-value="StarWind SAN & NAS"]:after,
    .form-main .choices .choices__list.choices__list--single .choices__item[data-value="san-nas-trial"]:after,
    .form-main .choices .choices__list.choices__list--single .choices__item[data-value="san-nas-free"]:after {
        right: 64px;
    }

    @media screen and (max-width: 767px) {
      /*selected*/
        .form-main .choices .choices__list .choices__item[data-value="ram_disk"]:after,
        .form-main .choices .choices__list .choices__item[data-value="StarWind Storage Appliance"]:after,
        .form-main .choices .choices__list .choices__item[data-value="StarWind SAN & NAS"]:after,
        .form-main .choices .choices__list .choices__item[data-value="san-nas-trial"]:after,
        .form-main .choices .choices__list .choices__item[data-value="san-nas-free"]:after,
      /*option*/ 
        .form-main .choices__list--dropdown .choices__item[data-value="ram_disk"]:after,

        .form-main .choices__list--dropdown .choices__item[data-value="san-nas-trial"]:after,
        .form-main .choices__list--dropdown .choices__item[data-value="StarWind SAN & NAS"]:after,

        .form-main .choices__list--dropdown .choices__item[data-value="san-nas-free"]:after {
            font-size: 12px;
            padding: 1px 4px;
            width: 113px;
        }

        .form-main .choices .choices__list.choices__list--single .choices__item[data-value="ram_disk"]:after,
        .form-main .choices .choices__list.choices__list--single .choices__item[data-value="StarWind Storage Appliance"]:after,
        .form-main .choices .choices__list.choices__list--single .choices__item[data-value="StarWind SAN & NAS"]:after,
        .form-main .choices .choices__list.choices__list--single .choices__item[data-value="san-nas-trial"]:after,
        .form-main .choices .choices__list.choices__list--single .choices__item[data-value="san-nas-free"]:after {
            right: 48px;
        }

    }

/*/ Legacy product */

/**/  
@media (min-width: 1920px) and (max-width: 2559px) {

    .hero .block-faq-wrap .img-wrap img {
        max-width: 428px;
    }

    body {
        font-family: Raleway,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
    }

    .container {
        max-width: 1464px;
    }

    .main-title h1 {
        font-size: 40px;
        line-height: 52px;
        font-weight: 600;
    }
    .form-title,
    .main-title h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
    }

    .block-faq-wrap .block-faq .quest {
        font-size: 32px;
        line-height: 44px;
        font-weight: 400;
    }

    .btn.large,
    .hero .btn-wrap .btn {
        font-size: 20px !important;
        padding: 19px 39px !important;
        font-weight: 600;
    }

/*    .btn.large {
        padding: 17px 39px !important;
    } */  

    .badge-white .badge {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
    }

    .benefits .benefit .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    .benefits .benefit .num {
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
    }
    .benefits .benefit .text {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    .main-title h3 {
        font-size: 28px; 
    }

    .hero .block-faq-wrap .block-faq {
        max-width: 777px;
    }
 
}

@media screen and (min-width: 1360px) {
    .btn {
        height: 64px;
    }
}

.screen-1919 {
    display: none;
}

.screen-1920 {
    display: block;
}


@media (min-width: 1360px) and (max-width: 1919px) {

    .screen-1919 {
        display: block;
    }

    .screen-1920 {
        display: none;
    }


    .hero.virtualsan .block-faq-wrap .img-wrap img,
    .hero.vsan .block-faq-wrap .img-wrap img {
        max-width: 428px;
    }


    .main-title h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 52px; 
    }

    .main-title h3 {
        font-size: 24px;
        line-height: 38px
    }

    .container,
    .container-menu {
        max-width: 1224px;
    }
    .hero.vsan .block-faq-wrap .block-faq {
        max-width: 738px;
    }

    .hero .btn-wrap {
        margin-top: 56px;
    }

    .hero.vsan .main-title h1 br {
        display: block;
    }

    .block-faq-wrap .block-faq .quest {
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
    }

    .badge-white .badge {
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        padding: 32px 50px;
    }

    .section-white.first,
    .section-ghost-white.vsan {
        padding: 100px 0;
    }

    .benefits .benefit {
        padding: 44px 5px;
    }

    .benefits .benefit .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    .benefits .benefit .num {
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
    }

    .block-shadow .text,
    .benefits .benefit .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .form-title, .main-title h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 40px;
    }

    .seaction-learn .btn-wrap .btn {
        font-weight: 600;
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .more a, .more span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .more a svg, .more span svg {
        top: -1px;
    }

    .promo-text,
    .reviews-block-wrap .main-review .main-review-text {
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
    }

    .promo-slide-part .promo-text,
    .review-slide-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .review-slide-rate {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .main-review .main-review-rate {
        font-size: 28px;
        line-height: 40px;
    }

    .review-slide-rate:before {
        top: 0;
    }

    .trusted-slider .trusted-slide-name {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0 12px 0;
    }

    .trusted-slider .trusted-slide-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .section-form,
    .section-form.section5 {
        padding: 130px 0;
    }

    .tab-container-wrap {
        margin-top: 35px;
    }    

    .checkbox-wrap .checkbox-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .checkbox-wrap {
        margin-top: 26px;
    }

    .section-form, .section-form.section5 {
        padding: 90px 0;
    }
    
    .form-main .input-field.field-mask #upload_file_name,
    .form-main .iti__country-name,
    .form-main .iti__flag-box,
    .form-main .iti__dial-code, 
    .form-main .input-field label,
    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder,
    .form-main .iti--separate-dial-code .iti__selected-dial-code,
    .form-main .field input, .form-main .input-field input, .form-main .field textarea, .form-main .input-field textarea, .form-main .choices .choices__list .choices__item {
        font-size: 16px;
    }

    .form-main .btn,
    .form-main .btn-wrap .btn {
        font-size: 16px !important;
    }

    .form-main .input-field label, {
        left: 20px;
    }
    .form-main .input-field.field-mask #upload_file_nameб
    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder,
    .form-main .field input, .form-main .input-field input, .form-main .field textarea, .form-main .input-field textarea, .form-main .choices .choices__list .choices__item {
        padding: 16px 20px;
     }


     .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder {
        display: flex;
        align-items: center;
     }
     .form-main .field input:focus + .label, .form-main .field input:valid + .label, .form-main .field textarea:focus + .label, .form-main .field.has-value textarea + .label, .form-main .field input:focus + span + .label, .form-main .field input:focus + span + span + .label, .form-main .field input:valid + span + .label, .form-main .field input:valid + span + span + .label, .sub-product.vsan-sub-product-selected .select-label, .form-main .iti + label, .form-main .select-label, .form-main .input-field input:focus + .label, .form-main .input-field input:valid + .label, .form-main .input-field textarea:focus + .label, .form-main .input-field.has-value textarea + .label, .form-main .input-field input:focus + span + .label, .form-main .input-field input:focus + span + span + .label, .form-main .input-field input:valid + span + .label, .form-main .input-field input:valid + span + span + .label {
        left: 12px;
        font-size: 12px;
     }

     .footer-nav .footer-col {
        width: 25%;
     }

    .text-image-shadow .image-shadow:before {
        top: -32px;
    }

    .text-image-shadow:before {
        background-size: 1023px;
        background-position: right 12px; 
        height: 692px;  
    }

    .text-image-shadow .text-shadow {
        max-width: 704px;
    }

    .text-image-shadow.second .image-shadow:before {
        left: -166px;
    }

    .text-image-shadow .text-shadow p {
        font-size: 24px;
        line-height: 36px;
    }

    .buttons-wrap .button {
        font-size: 16px;
        line-height: 24px;
    }

}

.desktop-view {
    display: block;
}

.laptop-view {
    display: none;
}

@media screen and (max-width: 1919px) {

    .hero .btn-wrap .btn {
        padding: 17px 39px !important
    }

    .form-main .input-field:not(.phone-flag) label {
        top: 19px;
    }

    .form-main .input-field.field-mask,
    .form-main .input-field input {
        height: 56px;
    }

/*    .form-main .input-field label {
        top: 18px;
    }*/
    .form-main .sub-product .choices .choices__list.choices__list--single,
    .form-main .choices .choices__list .choices__item {
        height: 56px;
    }

    .hero.home.product-block-bg .block-faq-wrap {
        margin-top: 0;
    }

    .hero.hca.product-block-bg .block-faq-wrap {
        margin-top: 65px;
    }    

    .product-block-bg .block-faq-wrap:before {
        max-width: 528px;
        height: 221px;
        right: -38px;
        bottom: -70px;
    }

    .hero .block-faq-wrap .block-faq {
        max-width: 600px;
    }

    .hero.home .block-faq-wrap .block-faq {
        max-width: 684px;
    }

    .product-block-bg.hero .btn-wrap {
        margin-top: 56px;
    }

    .hca2.product-block-bg .block-faq-wrap.hca2:before {
        max-width: 572px;
        height: 212px;
        right: -65px;
        bottom: 87px;
    }
    .block-faq-wrap .ptxt {
        font-size: 14px;
        line-height: 20px;
    }

    .text-image-shadow .image-shadow:before {
        top: -32px;
    }

    .text-image-shadow:before {
        background-size: 1023px;
        background-position: right 12px; 
        height: 692px;  
    }

    .text-image-shadow .text-shadow {
        max-width: 704px;
    }

    .text-image-shadow.second .image-shadow:before {
        left: -166px;
    }

    .text-image-shadow .text-shadow p {
        font-size: 24px;
        line-height: 36px;
    }

    .buttons-wrap .button {
        font-size: 16px;
        line-height: 24px;
    }    
}


@media (max-width: 1359px) {

    .screen-1919 {
        display: block;
    }

    .screen-1920 {
        display: none;
    }

    .home.product-block-bg .block-faq-wrap:before {
        bottom: -10px;
    }

    .hero .block-faq-wrap .block-faq {
        max-width: 391px !important;
    }

    .hero.hca.product-block-bg .block-faq-wrap {
        margin-top: 0;
    }  

    .product-block-bg .block-faq-wrap:before {
        max-width: 365px;
        height: 152px;
        bottom: -30px;
        right: -26px;
    }

    .hca.product-block-bg .block-faq-wrap:before {
        bottom: -47px;
    }

    .hca2.product-block-bg .block-faq-wrap.hca2:before {
        max-width: 444px;
        height: 164px;
        right: -51px;
        bottom: 146px;
    }    

    .section-reviews .main-title span,
    .section-trusted .jcsb .main-title span {
        display: none;
    }

    .form-main .sub-product .choices .choices__list .choices__item {
        padding-top: 15px;
    }

    .desktop-view {
        display: none;
    }

    .laptop-view {
        display: block;
    }

    .trusted-slider .swiper,
    .promo-slider {
        width: 100%;
        margin: 0 -12px;
        padding: 12px 12px 24px;
    }

    .trusted-slider .swiper {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }



    .promo-slide-part {
        height: auto !important;
    }

    .promo-slide-part:nth-child(odd) {
        margin-bottom: 0;
    }


 .reviews-block-wrap .main-review {
        display: none;
    }
    .reviews-slider .swiper-slide {
        height: auto !important;
        margin-top: 0 !important;
    }
    .reviews-block-wrap .reviews-slider-wrap {
        flex-basis: 100%;
    }
    .reviews-block-wrap .swiper-grid-column>.swiper-wrapper {
        flex-wrap: unset;
        flex-direction: unset;
    }

    .section-reviews .main-title h2 {
        margin: 0 0 18px;
    }

    .reviews-slider .review-slide-logo.logo-gartner-slider img {
        max-width: 110px;
    }
    .reviews-slider .swiper-slide .review-slide-content {
        padding: 26px 24px;
    } 
    .reviews-block-wrap .reviews-slider-wrap {
        width: 100%;
    }

    .form-main .btn {
        font-size: 16px !important;
        padding: 15px 18px !important;
    }
    .benefits .benefit:not(:last-child) {
        margin: 0 0 20px;
    }

    .seaction-learn.v2 .block-shadow .text br {
        display: none;
    }
    .block-shadow {
        padding: 50px 20px;
    }

    .benefits .benefit,
    .promo-slide-part,
    .trusted-slider .trusted-slide {
        padding: 32px;
    }

    .text-image-shadow .image-shadow:before {
        top: -10px;
        bottom: -74px;
    }

    .text-image-shadow:before {
        background-size: 822px;
        background-position: right 10px;
        height: 692px;
        right: -148px; 
    }

    .text-image-shadow .text-shadow {
        max-width: 520px;
    }

    .text-image-shadow .text-shadow p {
        font-size: 20px;
        line-height: 28px;
    }

    .seaction-text-image-shadow {
        padding: 62px 0;
    }

    .text-image-shadow.second .image-shadow:before {
        left: -218px;
    }

    .text-image-shadow.third:before {
        background-size: 497px;
    }

}

@media (min-width: 1440px) and (max-width: 1359px) {
    .hero .btn-wrap .btn {
        font-size: 16px !important;
        padding: 15px 39px !important;
    }
}



@media (min-width: 1024px) and (max-width: 1359px) {

    .section-white.first:last-child {
        padding-bottom: 20px!important;
    }

    .width-1024-show {
        display: block !important;
    } 

    .hero {
        padding-top: 134px;
        padding-bottom: 4px;
    }

    .section-reviews .container,
    .section-trusted .container,
    .section-form .container,
    .section-main-form .container {
        max-width: 808px;
    }

    .hero-request-call .container {
        max-width: 600px;
    }
    .block-faq-wrap {
        margin: 0 auto;
    }

    .hero .block-faq-wrap {
        max-width: 100%;
    }

    .block-faq-wrap .block-faq .quest:not(:last-child) {
        margin-bottom: 4px;
    }
    .hero .block-faq-wrap .block-faq {
        max-width: 383px!important;
    }
    .hero .block-faq-wrap .img-wrap img {
        max-width: 350px;
    }
    .hero .btn-wrap {
        margin-top: 23px;
    }
    .badge-white.badge-top {
        bottom: 0;
        position: relative;
    }
    .badge-white .badge {
        padding: 25px 30px;
        font-size: 24px;
        line-height: 37px;
    }
    .badge-above {
        padding-top: 120px;
    }
    .block-faq-wrap .block-faq {
        margin-right: 0;
    }

    .benefits .benefit {
        margin: 0;
        padding: 30px 15px;
    }
    .benefits .benefit:not(:last-child) {
        margin: 0 0 20px;
    }
    .section-benefits {
        padding: 15px 0 60px;
    }
    .benefits .benefit .num {
        font-size: 44px;
        line-height: 1;
        margin-top: 20px;
        margin-bottom: 18px;
    }

    .main-title h2,
    .main-title h3,
    .form-title {
        font-size: 24px;
        line-height: 38px;
    }

   
    .review-slide-text {
        margin: 20px 0 16px 0;
    }

    .block-shadow .text,
    .review-slide-text,
    .trusted-slider .trusted-slide-name, 
    .trusted-slider .trusted-slide-text {
        font-size: 16px;
        line-height: 24px;
    } 

    .section-trusted .main-title h2 {
        margin: 0 0 12px;
    }  

    .trusted-slider .trusted-slide {
        padding: 36px;
    }
/*    .trusted-slider .trusted-slide-logo.logo-auchan img {
        max-width: 104px;
    }*/
    .trusted-slider .trusted-slide-name {
        margin: 22px 0 8px;
    }
    .trusted-slider .trusted-slide-text {
        margin-bottom: 18px;
    }
    .hero .btn-wrap .btn,
   .btn.large {
        font-size: 16px !important;
        padding: 15px !important;
    } 
    .seaction-learn .btn-wrap .btn {
        max-width: 296px;
    }
    .hero .btn-wrap .btn {
        width: 100%;
        max-width: 224px;
    }
    .seaction-learn .btn-wrap .btn {
        margin: 0 8px;
    }
    .title-with-more .more {
        margin-top: 6px;
    }
    .review-slide-rate:before {
        width: 24px;
        height: 24px;
    }
    .review-slide-rate {
        font-size: 20px;
        padding-left: 32px;
    }

/*    .trusted-slider .trusted-slide-logo,
    .trusted-slider .trusted-slide-logo img {
        max-height: 24px;
    }*/
        .section-reviews .container,
    .section-trusted .container,
    .section-form .container,
    .section-main-form .container,
    .container {
        max-width: 808px;
        box-sizing: content-box;
    }

   body {
        font-style: normal;
        font-size: 20px;
        line-height: 32px;
    }

    .section-reviews .container,
    .section-trusted .container,
    .section-form .container,
    .section-main-form .container,
    .container {
        max-width: 808px;
        box-sizing: content-box;
    }

    .hero {
        padding-top: 0;
    }

    .main-title h1 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
    }

    .block-faq-wrap .block-faq .quest {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    .hero .block-faq-wrap .img-wrap img {
        max-width: 298px;
    }

  .block-faq-wrap .block-faq {
        margin-right: 20px;
    }
    .hero,
    .section-white,
    .seaction-learn,
    .section-reviews,
    .section-main-form,
    .section-form,
    .section-ghost-white,
    .section-white.first {
        padding: 60px 0;
    }
    .section-benefits {
        padding: 0 0 60px;
    }

    .block-faq-wrap .block-faq .quest,
    .badge-white .badge,
    .main-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .main-title h2 {
        margin: 0 0 30px;
    }
    .badge-white .badge {
        padding: 20px 30px;
    }

    .title-with-more .more {
        margin-top: 5px;
    }

    .product-block-bg.hero .btn-wrap,
    .hero .btn-wrap {
        margin-top: 32px;
    }

    .main-title h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
    }

    .main-title h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }    

    .main-title h3 {
        font-size: 20px;
        line-height: 32px;
    } 

    .block-faq-wrap .block-faq .quest,
    .badge-white .badge {
        font-size: 20px;
        line-height: 32px;
    }

    .block-faq-wrap .block-faq .quest br {
        display: none;
    }

    .block-faq-wrap .block-faq .quest br.it-journey {
        display: block;
    }
    
    .hero .block-faq-wrap .img-wrap img {
        max-width: 298px;
    }

    .hero.vsan .block-faq-wrap .img-wrap img {
        max-width: 312px;
    }

    .hero.virtualsan .block-faq-wrap .img-wrap img {
        max-width: 312px;
    }

    .hero.virtualsan .block-faq-wrap {
        align-items: center;
    }

    .home .section-white.first {
        padding-bottom: 0;
    }

    .section-benefits {
        padding-top: 16px;
    }

    .benefits {
        flex-direction: column;
        max-width: 392px;
    }

    .benefits .benefit {
        padding: 36px 15px;
    }

    .benefits .benefit .title {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
        margin: 0;
    }
    .benefits .benefit .num {
        font-size: 40px;
        line-height: 52px;
        margin: 8px 0;
    }

    .benefits .benefit .text {
        font-size: 16px;
        line-height: 24px;
    }

    .hero, .section-reviews, .section-white.first, .section-ghost-white, .section-benefits, .seaction-learn, .section-form, .section-main-form, .section-form {
        padding: 72px 0;        
    }

    .section-ghost-white.badge-above {
        padding-top: 72px;
    }

    .home.section-white.first {
        padding-bottom: 0;
    } 

    .section-benefits {
        padding-top: 16px;
    }
    .section-white.first {
        padding: 72px 0 20px 0;
    }
    .form-main .btn,
    .btn.large {
        font-size: 16px !important;
        padding: 15px !important;
    } 
    .seaction-learn .btn-wrap .btn {
        max-width: 296px;
    }
    .seaction-learn .block-shadow .btn-wrap .btn {
        max-width: 348px;
    }
    .seaction-learn .btn-wrap .btn {
        margin: 0 8px;
    }
    .title-with-more .more {
        margin-top: 6px;
    }
    .more a, .more span {
        font-size: 16px;
    }

    .reviews-slider .swiper-slide .review-slide-content {
        padding: 26px 24px;
    } 
    .review-slide-text {
        font-size: 16px;
        line-height: 24px;
    }
    .review-slide-rate:before {
        width: 24px;
        height: 24px;
    }
    .review-slide-rate {
        font-size: 20px;
        padding-left: 32px;
    }
    .review-slide-text {
        margin: 20px 0 16px 0;
    }
/*    .slider-nav, .reviews-slider-nav {
        margin-top: 20px;
    }*/
/*    .trusted-slider .swiper {
        padding: 12px;
    }*/
    .trusted-slider {
        margin: 0 -12px;
    }

    .reviews-slider .swiper-slide .review-slide-content {
        padding: 26px 24px;
    } 
    .review-slide-text {
        margin: 20px 0 16px 0;
    }
    .review-slide-text,
    .trusted-slider .trusted-slide-name, 
    .trusted-slider .trusted-slide-text {
        font-size: 16px;
        line-height: 24px;
    } 
/*    .trusted-slider .trusted-slide-logo,
    .trusted-slider .trusted-slide-logo img {
        max-height: 24px;
    }*/

    .section-ghost-white.badge-above {
        padding-top: 78px;
    }

    .tabs-ul,
    .form-main {
        max-width: 600px;
    }

    .form-main .input-field.field-mask.file-selected .label,
    .form-main .field input:focus + .label, .form-main .field input:valid + .label, .form-main .field textarea:focus + .label, .form-main .field.has-value textarea + .label, .form-main .field input:focus + span + .label, .form-main .field input:focus + span + span + .label, .form-main .field input:valid + span + .label, .form-main .field input:valid + span + span + .label, .sub-product.vsan-sub-product-selected .select-label, .form-main .iti + label, .form-main .select-label, .form-main .input-field input:focus + .label, .form-main .input-field input:valid + .label, .form-main .input-field textarea:focus + .label, .form-main .input-field.has-value textarea + .label, .form-main .input-field input:focus + span + .label, .form-main .input-field input:focus + span + span + .label, .form-main .input-field input:valid + span + .label, .form-main .input-field input:valid + span + span + .label {
        font-size: 12px;
    }

    .form-main .sub-product .choices .choices__inner,
    .form-main .sub-product .choices .choices__list.choices__list--single,
    .form-main .field input, .form-main .input-field input, .form-main .field textarea, .form-main .input-field textarea, .form-main .choices .choices__list .choices__item {
        height: 56px;
    }

    .form-main .input-field.field-mask #upload_file_name,
    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder,
    .form-main .input-field textarea + label,
    .form-main .iti--separate-dial-code .iti__selected-dial-code,
    .form-main .field input, .form-main .input-field input, .form-main .field textarea, .form-main .input-field textarea, .form-main .choices .choices__list .choices__item {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 20px;
    }
    .form-main .input-field label {
        font-size: 16px;
        top: 20px;
        left: 20px;
    }
    .form-main .input-field .iti + label {
        top: -7px;
        font-size: 12px;
    }
    .form-main .input-field textarea + label {
        padding: 0;
    }
    .form-main .iti--separate-dial-code .iti__selected-dial-code {
        padding-right: 0;
    }

    .field textarea, .input-field textarea {
        min-height: 80px !important;
    }
    .checkbox-wrap .checkbox-text br {
        display: none;
    }
    .checkbox-wrap .checkbox-text {
        padding-right: 20px;
    }
    .form-main .input-field .iti input {
        height: 54px;
    }
    .form-main .iti__selected-flag {
        padding-left: 20px;
        padding-right: 0;
    }
    .hero.vsan .block-faq-wrap .block-faq {
        max-width: 520px;
    }

}

.main-title h1 br.xxxl {
    display: block;
}

.text-image-shadow .device-shadow {
    display: none;
}

@media screen and (max-width: 1023px) {

/*    .hero .block-faq-wrap .block-faq {
        max-width: 100% !important;
    }*/

    .product-block-bg .img-wrap-for-mob {
        display: block;
    }

    .product-block-bg .img-wrap-for-mob img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .product-block-bg .block-faq-wrap:before {
        content: none;
    }


    .hero.vsan .block-faq-wrap .block-faq {
        max-width: 300px;
    }

    .hero.virtualsan .block-faq-wrap {
        flex-direction: column-reverse;
    }

    .hero.virtualsan .block-faq-wrap .img-wrap img {
        margin: 0 auto 30px auto;
    }    

    .part-line .btn-close {
        top: 8px;
        margin-top: 0;
    }

    .product-block-bg .block-faq-wrap:before {
        max-width: 338px;
        height: 141px;
        right: -24px;
        bottom: 13px;
    }

    .hca.product-block-bg .block-faq-wrap:before {
        bottom: -6px;
    }

    .benefits .benefit,
    .promo-slide-part,
    .trusted-slider .trusted-slide {
        padding: 24px;
    }

    .text-image-shadow:before {
        background-size: 1023px;
        background-position: right 36px; 
        height: 692px;  
    }

    .text-image-shadow .text-shadow {
        max-width: 100%;
    }

    .text-image-shadow .text-shadow p {
        font-size: 20px;
        line-height: 28px;
    }

    .buttons-wrap .button {
        padding: 8px 20px;
    }

    .text-image-shadow .device-shadow:before,
    .text-image-shadow:before {
        content: none;
    }

    .text-image-shadow .device-shadow {
        display: block;
        position: relative;
        margin-right: -130px;        
    }

    .text-image-shadow .device-shadow:before {
        content: '';
        background-image: url(../img/only-shadow.svg);
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10px;
        width: 360px;
    }

    .text-image-shadow.second .device-shadow {
        margin-bottom: 60px;
        margin-right: 0;
    }

    .text-image-shadow.second .device-shadow:before {
        background-image: url(../img/only2-shadow.svg);
    }

    .text-image-shadow.third .device-shadow {
        margin-bottom: 54px;
    }

    .text-image-shadow.third .device-shadow:before {
        content: '';
        background-image: url(../img/only3-shadow.svg);
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: -57px;
        width: 360px;
    }

    .text-image-shadow.third .device-shadow {
        margin-right: 0;
    }

    .text-image-shadow .device-shadow img {
        max-width: 100%;
        max-height: 435px;
    }

    .text-image-shadow.reverse,
    .text-image-shadow {
        flex-direction: column;
    }

}

.hide-768-1023 {
    display: block;
}

.show-768-1023 {
    display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {

    .block-faq-wrap .block-faq .quest:not(:last-child) {
        margin-bottom: 4px;
    }
    .main-title h1 br {
        display: none!important;
    }
    .hide-768-1023 {
        display: none;
    }
    .show-768-1023 {
        display: block;
    }

    .container-menu,
    .section-reviews .container, .section-trusted .container, .section-form .container, .section-main-form .container, .container {
        max-width: 630px;
    }

    .hero.product.product-block-bg .block-faq-wrap .block-faq {
        max-width: 260px;
    }

    body {
        font-style: normal;
        font-size: 20px;
        line-height: 32px;
    }

    .hero {
        padding-top: 0;
    }

    .main-title h1 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
        margin: 0 0 48px;
    }

    .block-faq-wrap .block-faq .quest {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    .hero .block-faq-wrap .img-wrap img {
        max-width: 298px;
    }

  .block-faq-wrap .block-faq {
        margin-right: 20px;
    }
    .hero,
    .section-white,
    .seaction-learn,
    .section-reviews,
    .section-main-form,
    .section-form,
    .section-ghost-white,
    .section-white.first {
        padding: 60px 0;
    }
    .section-benefits {
        padding: 0 0 60px;
    }

    .block-faq-wrap .block-faq .quest,
    .badge-white .badge,
    .main-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .main-title h2 {
        margin: 0 0 30px;
    }
    .badge-white .badge {
        padding: 20px 30px;
    }

    .title-with-more .more {
        margin-top: 5px;
    }

    .product-block-bg.hero .btn-wrap,
    .hero .btn-wrap {
        margin-top: 32px;
    }    

    .hero .btn-wrap .btn {
        font-size: 16px !important;
        padding: 15px 39px !important;
    }

    .main-title h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
    }

    .form-title,
    .main-title h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }    

    .main-title h3 {
        font-size: 20px;
        line-height: 32px;
    } 

    .block-faq-wrap .block-faq .quest,
    .badge-white .badge {
        font-size: 20px;
        line-height: 32px;
    }

    .badge-white .badge br {
        display: none;
    }

    .block-faq-wrap .block-faq .quest br {
        display: none;
    }
    
    .hero .block-faq-wrap .img-wrap img {
        max-width: 298px;
    }


    .home .section-white.first {
        padding-bottom: 0;
    }

    .section-benefits {
        padding-top: 56px;
    }

    .benefits {
        flex-direction: column;
        max-width: 392px;
    }

    .benefits .benefit {
        padding: 36px 15px;
        margin: 0;
    }

    .benefits .benefit .title {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
        margin: 0;
    }
    .benefits .benefit .num {
        font-size: 40px;
        line-height: 52px;
        margin: 8px 0;
    }

    .benefits .benefit .text {
        font-size: 16px;
        line-height: 24px;
    }

    .hero, .section-reviews, .section-white.first, .section-ghost-white, .section-benefits, .seaction-learn, .section-form, .section-main-form, .section-form {
        padding: 72px 0;        
    }

    .home.section-white.first {
        padding-bottom: 0;
    } 

    .section-benefits {
        padding-top: 56px;
    }
   .btn.large {
        font-size: 16px !important;
        padding: 15px !important;
    } 

    .seaction-learn .btn-wrap {
        margin: 0;
        flex-direction: column;
    }

    .seaction-learn .btn-wrap .btn {
        width: 100%;
        max-width: 296px;
        margin: 0 auto;
        padding: 7px 4px !important;
    }

    .seaction-learn .block-shadow .btn-wrap .btn {
        max-width: 336px;

    }

    .seaction-learn .btn-wrap .btn:not(:last-child) {
        margin-bottom: 16px;
    }

    .title-with-more .more {
        margin-top: 6px;
    }
    .more a, .more span {
        font-size: 16px;
    }

    .reviews-slider .swiper-slide .review-slide-content {
        padding: 26px 24px;
    } 
    .review-slide-text {
        font-size: 16px;
        line-height: 24px;
    }
    .review-slide-rate:before {
        width: 24px;
        height: 24px;
    }
    .review-slide-rate {
        font-size: 20px;
        padding-left: 32px;
    }
    .review-slide-text {
        margin: 20px 0 16px 0;
    }
/*    .slider-nav, .reviews-slider-nav {
        margin-top: 20px;
    }*/
/*    .trusted-slider .swiper {
        padding: 12px;
    }*/
    .trusted-slider {
        margin: 0 -12px;
    }

    .reviews-slider .swiper-slide .review-slide-content {
        padding: 26px 24px;
    } 
    .review-slide-text {
        margin: 20px 0 16px 0;
    }

    .promo-slide-part .promo-text,
    .review-slide-text,
    .trusted-slider .trusted-slide-name, 
    .trusted-slider .trusted-slide-text {
        font-size: 16px;
        line-height: 24px;
    } 
/*    .trusted-slider .trusted-slide-logo,
    .trusted-slider .trusted-slide-logo img {
        max-height: 24px;
    }*/

    .main-title h1 br.xxxl {
        display: none;
    }

    .seaction-learn.v2 .block-shadow .text br {
        display: none;
    }    
/*    .hero {
        padding-top: 0;
    }*/

    .block-shadow .text, .benefits .benefit .text {
        font-size: 16px;
        line-height: 24px;
    }

    .hero .block-faq-wrap .img-wrap img {
        max-width: 288px;
    }
    .hero .block-faq-wrap .block-faq {
        max-width: 255px;
    }

    .hero.virtualsan .block-faq-wrap .img-wrap img {
        max-width: 360px;
    }

    .hero.virtualsan .block-faq-wrap .block-faq {
        max-width: 100%;
    }

   .form-main .field input:focus + .label, .form-main .field input:valid + .label, .form-main .field textarea:focus + .label, .form-main .field.has-value textarea + .label, .form-main .field input:focus + span + .label, .form-main .field input:focus + span + span + .label, .form-main .field input:valid + span + .label, .form-main .field input:valid + span + span + .label, .sub-product.vsan-sub-product-selected .select-label, .form-main .iti + label, .form-main .select-label, .form-main .input-field input:focus + .label, .form-main .input-field input:valid + .label, .form-main .input-field textarea:focus + .label, .form-main .input-field.has-value textarea + .label, .form-main .input-field input:focus + span + .label, .form-main .input-field input:focus + span + span + .label, .form-main .input-field input:valid + span + .label, .form-main .input-field input:valid + span + span + .label {
        left: 12px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
 
    .form-main .input-field.field-mask #upload_file_name,
    .form-main .iti__country-list .iti__country-name,
    .form-main .iti-mobile .iti__country,
    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder,
    .form-main .field input, .form-main .input-field input, .form-main .field textarea, .form-main .input-field textarea, .form-main .choices .choices__list .choices__item,
    .form-main .iti--separate-dial-code .iti__selected-dial-code,
    .form-main .input-field label {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder,
    .form-main .field input, .form-main .field textarea, .form-main .input-field input, .form-main .input-field textarea,
    .form-main .choices .choices__list .choices__item {
        padding: 16px 20px;
        height: 54px;
    }  
    .form-main .iti__selected-flag {
        padding: 0 6px 0 19px;
    }    
    .form-main .choices[data-type*=select-one]:after {
        right: 19px;
    }
    .form-main .field:not(:last-child), .select-small-wrap, .form-main .input-field:not(:last-child) {
        margin-bottom: 17px;
    }
/*    body .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
        right: 0;
    }*/
    .form-main .iti__arrow {
        left: 48px;
    }
    body .iti__country-list {
        margin: -2px 0 0 -1px;
    }

    .form-main .input-field label {
        top: 14px;
        left: 20px;
    }

    .form-request-wrap .input-field label {
        top: 15px;
    }

    .form-main .input-field .iti + label {
        top: -7px;
        left: 12px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;        
    }

    .form-main .input-field .iti input {
        height: 54px;
    }    

    .checkbox-wrap .checkbox-text br {
        display: none;
    }
    .footer-nav {
        justify-content: flex-start;
    }

    .tabs-ul,
    .form-main {
        max-width: 808px;
    }

    .footer-col.nav-desc {
        margin-right: 85px;
    }

    .nav-list.hor {
        max-width: 100%;
        align-items: center;
    }
    .nav-list.hor ul.foot-partners {
        width: auto;
    }
    .section-benefits {
        padding-top: 16px;
    }
    .section-white.first {
        padding: 72px 0 20px 0;
    }

    .text-image-shadow .image-shadow:before {
        top: -10px;
        bottom: -74px;
    }

    .text-image-shadow:before {
        background-size: 1023px;
        background-position: right 36px; 
        height: 692px;  
    }

    .text-image-shadow .text-shadow {
        max-width: 100%;
    }
    .text-image-shadow.third .device-shadow {
        margin-right: 0;
    }
    .text-image-shadow.third .image-shadow:before,
    .text-image-shadow.second .image-shadow:before {
        content: none;
    }

}

@media screen and (max-width: 767px) {

/*tabs*/
    .tabs-ul {
        flex-direction: column;
        min-width: 100% !important;
    }

    .tabs-ul > li:not(.mark) {
        font-size: 16px;
        line-height: 24px;
        padding: 0 16px 4px 16px;
        margin: 0 0 12px 0;
    }

    .tabs-ul > li.current {
        font-weight: 600;
        color: #0945A6;
        border-bottom: 1px solid #0945A6;
    } 

    .tabs-ul > li#tab_download {
        margin-bottom: 0;
    }

    .tabs-ul:before {
        content: none;
    }

    .tabs-ul .mark {
        display: none;
    }
/*/tabs*/

        .section-benefits {
        padding-top: 16px;
    }
    .section-white.first {
        padding: 72px 0 20px 0;
    }
    .main-title h1 br {
        display: none!important;
    }
    .part-line .btn-close {
        right: 0;
        top: -11px;
    }
    .main-title h1 br.xxxl {
        display: none!important;
    }

    .part-line {
        font-size: 16px;
        line-height: 24px;
    }
    .part-line .part-img img {
        max-width: 72px;
    }

    .btn-close {
        height: 14px;
        width: 14px;
    }
    .btn-close:before, .btn-close:after {
        height: 16px;
    }
    .hero {
        padding-top: 0;
    }

    .hero .block-faq-wrap .img-wrap img {
        max-width: 320px;
    }

    .block-faq-wrap .block-faq .quest {
        font-size: 20px;
        line-height: 32px;
    }
    .hero .block-faq-wrap .img-wrap img {
        margin: 0 auto 30px auto;
    }    

    .main-title h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 38px;
    }

    .form-title,
    .main-title h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }
    .main-title h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .product-block-bg.hero .btn-wrap,
    .hero .btn-wrap {
        margin-top: 28px;
    }
    .hero {
        padding-bottom: 48px;
    }
    .badge-white .badge {
        padding: 24px 16px;
    }
    .badge-white .badge  br {
        display: none;
    }
    .hero, .section-reviews, .section-white.first, .section-ghost-white, .section-benefits, .seaction-learn, .section-form, .section-main-form, .section-form,
    #footer.footer {
        padding: 48px 0;
    }    

    .section-benefits {
        padding-top: 0;
    }
    .benefits .benefit {
        padding: 28px 10px;
    }
    .benefits .benefit .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 8px;
    }
    .benefits .benefit .num {
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .block-shadow .text,
    .benefits .benefit .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .seaction-learn .btn-wrap .btn {
        padding: 7px 4px !important;
        width: 100%;
/*        max-width: 231px;*/
    }

    .badge-white .badge {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    .more a, .more span {
        font-size: 16px;
    }

    .more.text-center {
        margin-top: 33px;
    }

    .more.text-center a {
        position: relative;
    }

    .more.text-center a svg {
        max-width: 44px;
        top: -1px;
    }

/*
    .trusted-slider .trusted-slide-logo img {
        max-height: 24px;
    }*/

    .trusted-slider .trusted-slide-name {
        margin: 22px 0 8px;
    }
    .trusted-slider .trusted-slide-text {
        margin-bottom: 20px;
    }

    body {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .ml {
        display: block
    } 
    .tabs-ul {
        min-width: 540px; 
    }




    .hero .btn-wrap .btn {
        width: 100%;
    }

    .benefits .benefit .text br {
        display: block;
    }
    .hero .btn-wrap .btn {
        font-size: 16px !important;
        padding: 15px !important;
    }
    .seaction-learn .btn-wrap .btn:last-child {
        margin-bottom: 15px;
    }  

    .seaction-learn .block-shadow .btn-wrap .btn:last-child {
        margin-bottom: 0;
    }

    .seaction-learn .btn-wrap {
        flex-direction: column;
        align-items: center;
    }

    .section-reviews .main-title,
    .section-trusted .main-title {
        text-align: center;
    }

    .review-slide-rate:before {
        width: 24px;
        height: 22px;
    }

    .review-slide-rate {
        padding-left: 30px;
        font-size: 20px;
    }
    .review-slide-text {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .seaction-learn .btn-wrap .btn:not(:last-child) {
        margin-bottom: 16px;
    }   



    .tab-container-wrap {
        margin-top: 29px;
    }

    .form-main .input-field.field-mask.file-selected .label,
    .form-main .field input:focus + .label, .form-main .field input:valid + .label, .form-main .field textarea:focus + .label, .form-main .field.has-value textarea + .label, .form-main .field input:focus + span + .label, .form-main .field input:focus + span + span + .label, .form-main .field input:valid + span + .label, .form-main .field input:valid + span + span + .label, .sub-product.vsan-sub-product-selected .select-label, .form-main .iti + label, .form-main .select-label, .form-main .input-field input:focus + .label, .form-main .input-field input:valid + .label, .form-main .input-field textarea:focus + .label, .form-main .input-field.has-value textarea + .label, .form-main .input-field input:focus + span + .label, .form-main .input-field input:focus + span + span + .label, .form-main .input-field input:valid + span + .label, .form-main .input-field input:valid + span + span + .label {
        left: 12px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }

    .form-main .input-field.field-mask #upload_file_name,
    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder,
    .form-main .field input, .form-main .input-field input, .form-main .field textarea, .form-main .input-field textarea, .form-main .choices .choices__list .choices__item,
    .form-main .iti--separate-dial-code .iti__selected-dial-code,
    .form-main .input-field label {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .form-main .input-field.field-mask #upload_file_name,
    .form-main .field input, .form-main .field textarea, .form-main .input-field input, .form-main .input-field textarea,
    .form-main .choices .choices__list .choices__item {
        padding: 16px 4px 16px 19px;
        height: 54px;
    }  
    .form-main .iti__selected-flag {
        padding: 0 6px 0 19px;
    }    
    .form-main .choices[data-type*=select-one]:after {
        right: 23px;
    }
    .form-main .field:not(:last-child), .select-small-wrap, .form-main .input-field:not(:last-child) {
        margin-bottom: 17px;
    }
/*    body .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
        right: 0;
    }*/
    .form-main .iti__arrow {
        left: 48px;
    }
    body .iti__country-list {
        margin: -2px 0 0 -1px;
    }

    .form-main .input-field label {
        top: 15px;
        left: 20px;
    }

    .form-main .input-field .iti + label {
        top: -7px;
        left: 12px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;        
    }

    .form-main .input-field .iti input {
        height: 56px;
    }

    .hero .block-faq-wrap .block-faq {
        max-width: 100%;
    }

    .block-faq-wrap .block-faq .quest br {
        display: none;
    }
    .main-navigation-mobi .main-logo img, .main-navigation-wrap .main-logo img {
        max-width: 102px;
    }

    .promo-slide-part .promo-text,
    .trusted-slider .trusted-slide-name,
    .trusted-slider .trusted-slide-text {
        font-size: 16px;
        line-height: 24px;
    }

    .promo-slide-head .promo-logo img {
        max-width: 124px;
        max-height: 34px;
    }

    .form-main .choices .choices__list.choices__list--single .choices__item.choices__placeholder {
        padding: 15px 20px;
    }
    .block-shadow {
        padding: 24px 20px;
    }
    .nav-list.hor {
        max-width: 100%;
    }

    .section-reviews .main-title h2,
    .seaction-learn .main-title h2,
    .section-trusted .main-title h2 {
        margin: 0 0 16px;
    }

    .text-image-shadow .device-shadow:before,
    .text-image-shadow.second .device-shadow:before,
    .text-image-shadow.third .device-shadow:before {
        top: 0;
        bottom: 0;
    }

    .text-image-shadow.second .device-shado,
    .text-image-shadow.third .device-shadow {
        margin-bottom: 36px;
    }

}

/*@media screen and (max-width: 680px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}*/

@media screen and (max-width: 650px) {
    .container-menu,
    .section-reviews .container, .section-trusted .container, .section-form .container, .section-main-form .container, .container {
        box-sizing: border-box;
    }

    .sl {
        display: block;
    }
    .xxxl {
        display: none;
    }

    .part-line-show .part-line {
        padding-right: 0;
    }
    .part-line .btn-close {
        margin-top: 0;
    }
    .block-shadow {
        padding: 24px;
    }

    .section-reviews .main-title h2,
    .seaction-learn .main-title h2,
    .section-trusted .main-title h2 {
        margin: 0 0 16px;
    }

    .seaction-learn .main-title h2 {
        margin: 0 0 32px;
    } 

}

@media screen and (max-width: 540px) {
    .text-image-shadow .device-shadow {
        display: block;
        position: relative;
        margin-right: -90px;
    }
}