/*
Theme Name: Neutech
Author: Neutech
Author URI: https://neutech.co/
Version: 1.0
*/
.header {
  width: 100%;
  z-index: 9500;
  padding: 17px 0;
  background: #fff;
}
.header .container {
  max-width: 1674px;
}
.header .row {
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: block;
  overflow: hidden;
  width: 135px;
  height: 60px;
}
.header .logo svg {
  width: 172px !important;
  height: 71px !important;
  margin: -8px 0 0 -35px;
}
.header .logo.white svg path,
.header .logo.white svg circle {
  fill: #fff;
}
.schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.schedule .name {
  text-align: right;
  padding-right: 9px;
  position: relative;
  overflow: hidden;
}
.schedule .name span {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #151616;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  left: 115px;
}
.schedule .name i {
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 2px;
  left: 115px;
}
.schedule .icon {
  width: 48px;
  height: 48px;
  position: relative;
  background: #fff;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(0);
}
.schedule .icon svg {
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%), #050708;
  border-radius: 32px;
  position: relative;
  z-index: 9;
}
.schedule .icon:before {
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: '';
  width: 40px;
  height: 35px;
  left: 50%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  filter: blur(25px);
  z-index: 1;
  border-radius: 32px;
}
.schedule:hover > .name i {
  padding-right: 15px;
}
.schedule:hover > .icon:before {
  visibility: visible;
  opacity: 1;
}
.schedule-animate .icon {
  transform: scale(1);
}
.schedule-animate .name span {
  left: 0;
  transition-delay: 0.8s;
}
.schedule-animate .name i {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  transition-delay: 0.8s;
}
.schedule-animate-end .name i {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.schedule-fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  padding: 7px;
  visibility: hidden;
}
.schedule-fix .name {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  visibility: hidden;
  height: 39px;
  width: 0;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.schedule-fix .icon {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.schedule-fix .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 0;
}
.schedule-fix-active {
  visibility: visible;
}
.schedule-fix-active .icon {
  transform: scale(1);
}
.schedule-fix-active .name {
  width: 140px;
  padding-right: 29px;
  padding-left: 10px;
  margin-right: -140px;
}
.schedule-fix-active .name i {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.schedule-fix-active:hover > .name {
  visibility: visible;
  margin-right: -20px;
}
.schedule-fix-active:hover > .name span,
.schedule-fix-active:hover > .name i {
  left: 0;
}
.block-line {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-line svg {
  width: 1920px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}
.block-line-2 svg {
  width: 3977px;
  height: 102px;
}
.block-line-animate {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 102px;
  transition: all 0.1s ease-in-out;
  background: url("images/line105.svg") repeat 0 0;
}
.block-line-animate-quotes {
  height: 102px;
  background: transparent;
  position: relative;
}
.block-line-animate-quotes svg {
  position: absolute;
}
.title-effect {
  position: relative;
  overflow: hidden;
}
.title-effect h2 {
  color: var(--text);
  background: var(--text) url(images/Ellipse.png) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-header {
  padding-bottom: 86px;
  overflow: hidden;
  position: relative;
}
.block-header .container {
  padding-top: 80px;
  max-width: 1230px;
  height: 680px;
  overflow: hidden;
  position: relative;
  -moz-transition: height 0.15s ease;
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
}
.block-header .container:after {
  content: '';
  height: 80px;
  width: 100%;
  background: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0.34) 100%);
  left: 0;
  bottom: 0;
  filter: blur(0);
  position: absolute;
}
.block-header h2 {
  text-align: center;
}
.block-header h3 {
  margin-bottom: 48px;
  text-align: center;
  position: relative;
}
.block-header .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  margin-top: 64px;
  text-align: center;
  margin-bottom: 64px;
}
.block-header .text p + p {
  margin-top: 48px;
}
.block-header .button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 99;
  padding: 25px 0 0 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.block-header .button-fix-not {
  position: relative;
}
.block-line-animate_head {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.block-2 {
  background: linear-gradient(182.87deg, #F2F2F2 2.8%, #FFFFFF 59.67%, #F2F2F2 98.03%);
}
.block-2 .block-line {
  position: relative;
  height: 91px;
}
.block-2 .block-line svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
}
.block-we-are-family {
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}
.block-we-are-family .container {
  max-width: 1360px;
}
.block-we-are-family p {
  margin-bottom: 32px;
}
.block-we-are-family p:last-child {
  margin-bottom: 0;
}
.block-we-are-family .col {
  width: calc(100% - 480px);
}
.block-we-are-family .col:nth-child(2) {
  width: 480px;
  position: relative;
  margin-top: -96px;
  margin-bottom: -120px;
  min-height: 867px;
}
.block-we-are-family h2 {
  margin-bottom: 48px;
}
.block-we-are-family h2 span {
  background: #151616;
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-we-are-family img {
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-we-are-family .info {
  padding-right: 70px;
}
.block-we-are-family .slider-gallery-count {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #050708;
  text-align: center;
  position: absolute;
  top: 355px;
  right: -100px;
}
.block-we-are-family .slick-arrow {
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 88;
  overflow: hidden;
}
.block-we-are-family .slick-prev {
  right: -100px;
  top: 311px;
  transform: rotate(90deg);
  padding-left: 10px;
}
.block-we-are-family .slick-prev svg {
  position: relative;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-we-are-family .slick-prev:hover svg {
  left: -10px;
}
.block-we-are-family .slick-next {
  transform: rotate(270deg);
  top: 425px;
  right: -103px;
  padding-right: 10px;
}
.block-we-are-family .slick-next svg {
  position: relative;
  right: -10px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-we-are-family .slick-next:hover svg {
  right: 0;
}
.block-we-are-family .slick-disabled.slick-next {
  cursor: default;
}
.block-we-are-family .slick-disabled.slick-next svg {
  right: -85px;
}
.block-we-are-family .slick-disabled.slick-prev {
  cursor: default;
}
.block-we-are-family .slick-disabled.slick-prev svg {
  left: 85px;
}
.block-we-are-family .slick-slide {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.block-we-are-family .slick-list {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 135px !important;
}
.block-we-are-family .slick-slide:nth-child(odd) {
  transform: scale(0.8);
}
.block-we-are-family .slick-slide:nth-child(odd) img {
  transform: rotate(6deg);
  opacity: 0.5;
}
.block-we-are-family .slick-slide:nth-child(even) {
  transform: scale(0.8);
}
.block-we-are-family .slick-slide:nth-child(even) img {
  transform: rotate(-6deg);
  opacity: 0.5;
}
.block-we-are-family .slick-center + .slick-slide {
  transform: scale(0.8);
}
.block-we-are-family .slick-center + .slick-slide img {
  opacity: 0.7;
}
.block-we-are-family .slick-slide:hover img {
  opacity: 1 !important;
}
.block-we-are-family .slick-current {
  transform: none !important;
}
.block-we-are-family .slick-current img {
  opacity: 1 !important;
  transform: none !important;
}
.block-why-us {
  padding-top: 93px;
  padding-bottom: 144px;
}
.block-why-us .container {
  max-width: 1360px;
}
.block-why-us .col:nth-child(1) {
  width: 424px;
  position: relative;
}
.block-why-us .col:nth-child(1) h3 {
  margin-top: 195px;
}
.block-why-us .col:nth-child(1) .q {
  position: absolute;
  top: -139px;
  left: 15px;
}
.block-why-us .col:nth-child(2) {
  width: calc(100% - 424px);
  position: relative;
}
.block-why-us h2 {
  text-align: left;
  display: inline-block;
  margin-bottom: 96px;
}
.block-why-us h2 span {
  background: #151616;
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-why-us .mob_h3 {
  display: none;
}
.block-why-us .item {
  max-width: 776px;
}
.block-why-us .item .text {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 48px;
}
.block-why-us .item .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-why-us .item .author .photo {
  margin-right: 48px;
  width: 96px;
  height: 96px;
}
.block-why-us .item .author .photo img {
  border-radius: 50%;
}
.block-why-us .item .author .info p {
  margin-bottom: 8px;
}
.block-why-us .item .author .info span {
  font-size: 14px;
  line-height: 20px;
  color: #B1B1B1;
}
.block-why-us .slider-gallery-count {
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 28px;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #050708;
  text-align: right;
  padding-right: 92px;
}
.block-why-us .slick-arrow {
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
  bottom: 40px;
  right: 0;
  cursor: pointer;
  z-index: 99;
  overflow: hidden;
}
.block-why-us .slick-prev {
  right: 182px;
  bottom: 36px;
  padding-left: 10px;
}
.block-why-us .slick-prev svg {
  position: relative;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-why-us .slick-prev:hover svg {
  left: -10px;
}
.block-why-us .slick-next {
  transform: rotate(180deg);
  padding-right: 10px;
}
.block-why-us .slick-next svg {
  position: relative;
  right: -10px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-why-us .slick-next:hover svg {
  right: 0;
}
.block-why-us .slick-disabled.slick-next {
  cursor: default;
}
.block-why-us .slick-disabled.slick-next svg {
  right: -85px;
}
.block-why-us .slick-disabled.slick-prev {
  cursor: default;
}
.block-why-us .slick-disabled.slick-prev svg {
  left: 85px;
}
.block-partners {
  padding: 144px 0 114px 0;
}
.block-partners .container {
  max-width: 1230px;
}
.block-partners h3 {
  margin-bottom: 96px;
  text-align: center;
}
.block-partners .col {
  width: 25%;
}
.block-partners .item {
  height: 144px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin-bottom: 30px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #B1B1B1, #B1B1B1) border-box;
  border: 1px solid transparent;
  position: relative;
}
.block-partners .item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 99;
}
.block-partners .item:after {
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  background-size: 400%;
  filter: blur(25px);
  z-index: -1;
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.block-partners .item:hover {
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #C93F9C, #FB8E70) border-box;
}
.block-partners .item:hover:after {
  opacity: 1;
}
.block-partners .item svg,
.block-partners .item svg path,
.block-partners .item svg circle,
.block-partners .item svg line {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
  text-decoration: none;
}
.block-partners .item .svg_item {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 10px;
  visibility: visible;
  max-height: 100%;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  overflow: hidden;
}
.block-partners .item:hover > .svg_item {
  opacity: 1;
  visibility: visible;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.block-partners .item:hover > img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.block-partners .slider-partners {
  display: none;
}
.block-partners .slider-partners .slick-slide {
  margin: 0 15px;
}
.block-team {
  padding-top: 108px;
  padding-bottom: 240px;
  max-width: 100%;
}
.block-team .container {
  max-width: 1230px;
}
.block-team .container .col:nth-child(1) {
  width: 252px;
}
.block-team .container .col {
  width: calc(100% - 252px);
}
.block-team .image {
  position: sticky;
  top: 120px;
  max-width: 225px;
}
.block-team .list {
  padding-left: 201px;
}
.block-team .list .item {
  position: relative;
}
.block-team .list .accordion {
  margin-bottom: 96px;
  display: none;
}
.block-team .list p {
  margin-bottom: 32px;
}
.block-team .list p:last-child {
  margin-bottom: 0;
}
.block-team .list h2 {
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 48px;
  cursor: pointer;
}
.block-team .list h2:hover {
  color: #EF3F50;
  opacity: 1 !important;
}
.block-team .list .active {
  color: #EF3F50;
  opacity: 1 !important;
}
.block-team .list .active-item {
  z-index: 9501;
}
.block-proficiencies {
  padding-top: 144px;
  padding-bottom: 144px;
  overflow: hidden;
}
.block-proficiencies .container {
  max-width: 1230px;
}
.block-proficiencies h2 {
  text-align: center;
  margin-bottom: 95px;
  display: inline-block;
}
.block-proficiencies h2 span {
  background: #151616;
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-proficiencies .row {
  justify-content: space-between;
}
.block-proficiencies .col {
  width: 382px;
}
.block-proficiencies .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.block-proficiencies .item img {
  max-width: 56px;
}
.block-proficiencies .item span {
  width: calc(100% - 80px);
  font-size: 24px;
  line-height: 40px;
}
.block-proficiencies .item.w1005 img {
  max-width: 105px;
}
.block-proficiencies .item.w1005 span {
  width: calc(100% - 129px);
}
.block-proficiencies .item + .item {
  margin-top: 74px;
}
.block-process {
  padding-top: 96px;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(182.87deg, #F2F2F2 2.8%, #FFFFFF 59.67%, #F2F2F2 98.03%);
}
.block-process .container {
  max-width: 1202px;
}
.block-process h2 {
  text-align: center;
  margin-bottom: 96px;
  display: inline-block;
}
.block-process h2 span {
  background: #151616;
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-process .list {
  position: relative;
  overflow: hidden;
  padding-bottom: 46px;
}
.block-process .block-line {
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
}
.block-process .block-line svg {
  width: 3977px;
  height: 102px;
}
.block-process .row {
  justify-content: space-between;
}
.block-process .col {
  width: 354px;
}
.block-process .col:nth-child(2) {
  margin-top: 25px;
}
.block-process .col:nth-child(3) {
  margin-top: 53px;
}
.block-process .item h3 {
  margin-bottom: 54px;
}
.block-process .item h3:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EF3F50;
  display: block;
  margin-top: 27px;
  position: relative;
  z-index: 99;
}
.block-process .button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 96px;
}
.footer {
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  padding-top: 96px;
  padding-bottom: 220px;
  background-size: 200% 200%;
  animation: gradient 10s ease infinite;
}
.footer .container {
  max-width: 1230px;
}
.footer h2 {
  color: #fff;
  margin-bottom: 16px;
  max-width: 780px;
}
.footer .contact {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer .contact a {
  color: #FFFFFF;
}
.footer .contact p {
  margin-top: 24px;
}
.footer .contact p:last-child {
  margin-top: 0;
}
.footer .contact .email {
  margin-bottom: 114px;
}
.footer .contact .email a {
  position: relative;
}
.footer .contact .email a:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -20px;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .contact .email a:hover:after {
  width: 70%;
}
.footer .row {
  justify-content: space-between;
  margin-top: 152px;
  align-items: flex-end;
}
.footer .btn {
  background: #fff;
}
.footer .btn span {
  background: linear-gradient(81.21deg, #A23FEF -36.24%, #EF3F50 47.89%, #FFA87A 106.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.footer .socials {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 43px;
}
.footer .socials a + a{
  margin-left: 60px;
}
.footer .socials a {
  display: block;
}
.footer .socials a svg{
  width: 48px;
  height: auto;
}
.footer .socials a:hover svg path{
  fill: #050708;
}


.copyright {
  background: #050708;
}
.copyright .container {
  max-width: 1230px;
}
.copyright p {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 0;
  color: #FFFFFF;
}
.modal-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(5, 7, 8, 0.7);
}
.modal-box .modal-wrapper {
  display: flex;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 20px;
  flex-wrap: wrap;
  top: 0;
  align-items: center;
  justify-content: center;
}
.modal-box .modal-content {
  width: 100%;
  max-width: 1440px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 96px 24px;
  position: relative;
}
.modal-box .modal-close {
  position: absolute;
  right: 42px;
  top: 42px;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 0;
  padding: 10px;
}
.modal-box .modal-close:hover svg path {
  stroke: #EF3F50;
}
.modal-box form {
  max-width: 936px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-box form h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 96px;
}
.modal-box form label {
  color: #B1B1B1;
  display: block;
}
.modal-box form label span {
  color: #EF3F50;
  display: inline-block;
  margin-left: 8px;
}
.modal-box form input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #B1B1B1;
  outline: none;
  padding-bottom: 4px;
}
.modal-box form input:focus {
  border-color: #151616;
}
.modal-box form .wpcf7-form-control-wrap {
  display: block;
}
.modal-box form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
  color: #EF3F50;
}
.modal-box form .wpcf7-spinner {
  display: none !important;
}
.modal-box form .wpcf7-response-output {
  margin: 30px 0 0 0;
  padding: 15px 10px;
  border: 2px solid #00a0d2;
  width: 100%;
  text-align: center;
  border-radius: 50px;
}
.modal-box form button {
  cursor: pointer;
}
.modal-box form .input {
  width: 46%;
  margin-bottom: 32px;
}
.modal-box form .input-radio {
  width: 100%;
  max-width: 100%;
  margin-top: 63px;
}
.modal-box form .input-radio .wpcf7-form-control-wrap,
.modal-box form .input-radio .wpcf7-checkbox,
.modal-box form .input-radio .wpcf7-list-item {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
.modal-box form .input-radio .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 24px;
}
.modal-box form .input-radio .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  cursor: pointer;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-box form .input-radio .wpcf7-list-item label input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.modal-box form .input-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 20px;
  color: #050708;
  position: relative;
  margin: 0;
  padding: 0 0 0 33px;
}
.modal-box form .input-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 8px rgba(177, 177, 177, 0.3);
  border-radius: 6px;
  border: 1px solid transparent;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-box form .input-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDQuNzUwMzkgN0wxIDMuNDAwMDgiIHN0cm9rZT0iIzA1MDcwOCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 10px;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.modal-box form .input-radio .wpcf7-list-item label:hover > .wpcf7-list-item-label:before {
  border-color: #EF3F50;
}
.modal-box form .input-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.modal-box form .button {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 63px;
}
.modal-overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .block-we-are-family .col {
    width: calc(100% - 580px);
  }
}
@media (min-width: 1200px) {
  .vertical-carousel {
    position: relative;
  }
  .vertical-carousel .vertical-carousel-slider {
    width: 100%;
    min-height: 100vh;
    position: relative;
  }
  .vertical-carousel .item {
    padding: 0;
    width: 100%;
    margin-right: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    opacity: 0;
    top: 0;
    visibility: hidden;
  }
  .vertical-carousel .item .item-content {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-width: 1674px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
  }
  .vertical-carousel .item .item-content .col:nth-child(1) {
    width: 652px;
    text-align: center;
  }
  .vertical-carousel .item .item-content .col:nth-child(1) img {
    max-width: 80%;
    max-height: 80%;
  }
  .vertical-carousel .item .item-content .col:nth-child(2) {
    width: calc(100% - 652px);
  }
  .vertical-carousel .item .item-number {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #8A8A8A;
  }
  .vertical-carousel .item p,
  .vertical-carousel .item ul,
  .vertical-carousel .item ol,
  .vertical-carousel .item h2,
  .vertical-carousel .item h3,
  .vertical-carousel .item h4,
  .vertical-carousel .item h5 {
    margin-bottom: 32px;
  }
  .vertical-carousel .item p:last-child {
    margin-bottom: 0;
  }
  .vertical-carousel .item .sub-row img {
    display: none;
  }
  .vertical-carousel .item.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
  .vertical-carousel .item.show .item-content {
    visibility: visible;
    opacity: 1;
  }
  .vertical-carousel .vertical-carousel-progress {
    opacity: 0;
    position: fixed;
    right: 105px;
    top: 50%;
    z-index: 9900;
    height: 100vh;
    max-height: 300px;
    width: 15px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    transform: translateY(-50%);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .vertical-carousel .vertical-carousel-progress span {
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 2px #424242 inset;
    position: relative;
  }
  .vertical-carousel .vertical-carousel-progress span i {
    opacity: 0;
    font-style: normal;
    position: absolute;
    right: 31px;
    white-space: nowrap;
    padding: 5px 20px;
    background: #161616;
    top: 50%;
    transform: translateY(-50%);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 20px;
  }
  .vertical-carousel .vertical-carousel-progress span:hover {
    box-shadow: 0 0 0 2px #1edbc5 inset;
  }
  .vertical-carousel .vertical-carousel-progress span:hover > i {
    opacity: 1;
  }
  .vertical-carousel .vertical-carousel-progress .active {
    box-shadow: none;
    background: linear-gradient(180.18deg, #37FB6E -15.2%, #0A50EB 169.12%);
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  .vertical-carousel .show-progress {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 56px;
    line-height: 86px;
  }
  .vertical-carousel-slider {
    padding: 96px 0;
  }
  .vertical-carousel-slider .item-content {
    margin: 0 -15px;
  }
  .vertical-carousel-slider .item .col:nth-child(1) {
    display: none;
  }
  .vertical-carousel-slider .item .item-number {
    display: none;
  }
  .vertical-carousel-slider .item h2 {
    margin-bottom: 48px;
  }
  .vertical-carousel-slider .item .active {
    color: #EF3F50;
  }
  .vertical-carousel-slider .item .accordion {
    display: none;
  }
  .vertical-carousel-slider .item .sub-row {
    flex-wrap: wrap;
    display: flex;
  }
  .vertical-carousel-slider .item .sub-row img {
    width: 30%;
    object-fit: cover;
    height: auto;
    margin-bottom: 48px;
  }
  .vertical-carousel-slider .item .sub-row .text {
    width: 70%;
    padding-left: 24px;
    margin-bottom: 48px;
  }
  .vertical-carousel-slider .item .sub-row .text p {
    margin-bottom: 24px;
  }
  .vertical-carousel-slider .item:nth-child(1) .accordion {
    display: block;
  }
  .block-proficiencies .col {
    width: 310px;
  }
  .block-proficiencies .item img {
    max-width: 46px;
    max-height: 60px;
  }
  .block-proficiencies .item span {
    width: calc(100% - 70px);
    font-size: 20px;
    line-height: 30px;
  }
  .block-proficiencies .item.w105 img {
    max-width: 80px;
  }
  .block-proficiencies .item.w105 span {
    width: calc(100% - 104px);
  }
  .block-proficiencies .item + .item {
    margin-top: 54px;
  }
  .block-accordion {
    display: none;
  }
  .block-process .block-line {
    height: 1px;
    background: #EF3F50;
    top: 71px;
  }
  .block-process .block-line svg {
    display: none;
  }
  .block-process .col {
    width: 33.33%;
  }
  .block-process .col:nth-child(2) {
    margin-top: 0;
  }
  .block-process .col:nth-child(3) {
    margin-top: 0;
  }
  .block-why-us h2 {
    margin-bottom: 32px;
  }
  .block-why-us h3 {
    margin-bottom: 64px;
  }
  .block-why-us .col:nth-child(1) {
    display: none;
  }
  .block-why-us .col:nth-child(2) {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .block-partners .row {
    display: none;
  }
  .block-partners .slider-partners {
    display: block;
  }
}
@media (max-width: 1024px) {
  .block-team {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .block-team .container {
    max-width: 820px;
  }
  .block-team .container .col:nth-child(1) {
    text-align: center;
    margin-bottom: 32px;
  }
  .block-team .container .col {
    width: 100% !important;
  }
  .block-team .list {
    padding-left: 0;
  }
  .block-team .list h2 {
    text-align: center;
  }
  .block-we-are-family {
    padding-bottom: 0;
  }
  .block-we-are-family .col {
    width: 100%;
  }
  .block-we-are-family .col:nth-child(2) {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    min-height: auto;
  }
  .block-we-are-family .info {
    padding-right: 0;
  }
  .block-we-are-family .slider-gallery-team {
    width: 100%;
    margin: 64px auto 0 auto;
  }
  .block-we-are-family .slider-gallery-count {
    top: 422px;
  }
}
@media (max-width: 940px) {
  .block-header .text {
    font-size: 20px;
    line-height: 30px;
  }
  .block-proficiencies .slider-proficiencies {
    margin: 0 auto;
    max-width: 680px;
  }
  .footer {
    padding-bottom: 96px;
  }
  .footer .row {
    margin-top: 64px;
    display: block;
  }
  .footer .contact {
    margin-bottom: 64px;
  }
  .footer .contact .email {
    margin-bottom: 60px;
  }
  .footer .btn {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .socials {
    margin-top: 17px;
    margin-bottom: 64px;
  }
  .footer .socials a:nth-child(1){
    margin-left: -8px;
  }
  .footer .socials a + a{
    margin-left: 40px;
  }
  .footer .socials a svg{
    width: 36px;
  }
}
@media (max-width: 768px) {
  .schedule-fix {
    bottom: 20px;
    right: 20px;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .row {
    margin: 0 -24px;
  }
  .col {
    padding: 0 24px;
  }
  .container {
    padding: 0 24px;
  }
  .header {
    padding: 15px 0;
  }
  .block-header h2 {
    background-size: 130px;
  }
  .block-header .button {
    visibility: hidden !important;
    opacity: 0;
  }
  .block-header .button-fix {
    visibility: visible !important;
    opacity: 1;
  }
  .block-proficiencies {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .block-process {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .block-process h2 {
    margin-bottom: 59px;
  }
  .block-process .item h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 55px;
  }
  .block-process .item h3:after {
    margin-top: 41px;
  }
  .block-partners {
    padding: 96px 0 56px 0;
  }
  .block-partners h3 {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 27px;
  }
  .block-partners .slick-slider {
    margin: 0 -12px;
  }
  .block-partners .col {
    padding: 0;
    margin: 0 12px;
  }
  .block-partners .item {
    height: 100px;
    margin-bottom: 24px;
    padding: 10px;
  }
  .block-partners img {
    max-height: 100%;
  }
  .block-partners .slick-dots {
    margin-top: 24px;
  }
  .block-partners .slider-partners {
    margin: 0 -12px;
  }
  .block-partners .slider-partners .slick-slide {
    margin: 0 12px;
  }
  .block-why-us {
    padding: 96px 0;
  }
  .block-why-us .item .text {
    font-size: 20px;
    line-height: 30px;
  }
  .block-why-us .item .author .photo {
    margin-right: 24px;
    width: 64px;
    height: 64px;
  }
  .block-why-us .item .author .info p {
    font-size: 16px;
    line-height: 24px;
  }
  .block-why-us .slick-arrow svg {
    width: 48px;
  }
  .block-why-us .slick-arrow {
    font-size: 22px;
    line-height: 40px;
  }
  .block-why-us .slick-next {
    bottom: 22px;
  }
  .block-why-us .slick-prev {
    bottom: 20px;
    right: 180px !important;
  }
  .block-why-us .slider-gallery-count {
    bottom: 22px;
    font-size: 22px;
  }
  .block-we-are-family {
    padding-bottom: 105px;
  }
  .block-we-are-family .slick-list {
    padding-top: 0 !important;
    margin: 0 -24px;
  }
  .block-we-are-family .slider-gallery-count {
    top: 414px;
    display: none;
    padding-right: 40px;
  }
  .block-we-are-family .slick-slide img {
    width: 100vw;
    max-width: 100%;
    display: block;
  }
  .modal-box .modal-wrapper {
    padding: 0;
  }
  .modal-box .modal-content {
    border-radius: 0;
    padding: 112px 24px 64px 24px;
    min-height: 100vh;
  }
  .modal-box form h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .footer {
    padding-top: 24px;
    padding-bottom: 64px;
  }
  .footer .contact p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 680px) {
  .block-proficiencies .title-effect {
    margin-bottom: 48px;
  }
  .block-proficiencies .slider-proficiencies {
    margin: 0 auto;
    max-width: 400px;
  }
  .block-proficiencies .slider-proficiencies .col {
    padding: 0;
  }
  .block-proficiencies .item img {
    max-width: 36px;
    max-height: 50px;
  }
  .block-proficiencies .item span {
    font-size: 20px;
    line-height: 30px;
  }
  .block-proficiencies .item + .item {
    margin-top: 32px;
  }
  .block-partners .item {
    height: 56px;
  }
  .block-partners .col {
    padding: 0 6px;
    margin: 0 !important;
  }
  .block-header .container {
    padding-top: 110px;
    height: 580px;
  }
  .block-header h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 32px;
  }
  .block-header .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 48px;
    margin-bottom: 64px;
  }
  .block-team .container .col:nth-child(1) img {
    max-width: 178px;
  }
  .block-team .list h2 {
    margin-bottom: 32px;
  }
  .block-team .list .accordion {
    margin-bottom: 64px;
  }
  .block-why-us .slick-arrow,
  .block-why-us .slider-gallery-count {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .block-line-animate {
    height: 23px;
    background: url(images/line_mob.svg) no-repeat 0 0;
    background-size: cover;
  }
}
