@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Roboto", sans-serif;
font-family: "Inter Tight", sans-serif;
*/

*, *:before, *:after {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #12161a;
  color: #fff;
}
*::-moz-selection {
  background: #12161a;
  color: #fff;
}
*::-webkit-selection{
  background: #12161a;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #7b7b7b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #7b7b7b;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #7b7b7b;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #E6E6E6;
}
::-webkit-scrollbar-track:hover{
  background-color: #E6E6E6;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #E6E6E6;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  color: #485151;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
}
body.is-show-popup{
  overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

.logo,
.btn,
.button,
.block .bl-subtitle,
.block .bl-title,
.swiper-pagination,
#block-menu,
.bl-gallery .bl-gallery-navs .nav,
#block-about .view-nums{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  padding-top: 89px;
  overflow: hidden;
}
.error404 #page{
  padding: 0;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-line-mg{
  margin-bottom: 125px;
}
.wrap-grid{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.wrap-grid-sm{
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 840px;
}
#header .wrap-grid{
  max-width: 1400px;
}
svg,
svg *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

#main{
  padding: 65px 0 80px;
}

.over-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  text-decoration: none;
  outline: none;
  display: block;
  opacity: 0;
}

.form-item .form-item-label{
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 3px;
  display: block;
  font-weight: 600;
  text-align: left;
  color: #2B3434;
}
.form-item input,
.form-item select,
.form-item textarea{
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E0E6F0;
  background: #fff;
  padding: 15px 15px;
  color: #1F2937;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
}
.form-item textarea{
  color: #1F2937;
  line-height: 1.2;
  padding: 10px 15px;
  resize: none;
  height: 165px;
}
.form-item input.error,
.form-item select.error,
.form-item textarea.error{
  border-color: #e63946 !important;
  background: #fff5f5 !important;
}
.form-item input:focus,
.form-item textarea:focus{
  border-color: #83A0CA !important;
}
.form .btn-form{
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #2B3434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 25px;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: radial-gradient(138.6% 157.02% at 50% 0%, #1D72DF 0%, #103E79 100%);
}
.form .btn-form:hover {
  background: #103E79;
  background: radial-gradient(396.75% 218.7% at 12.7% 132.05%, #1D72DF 0%, #103E79 100%);
}
.iti{
  font-size: 16px;
}
.iti .iti__selected-dial-code{
  font-size: 18px;
}
.form-style-line .form-items{
  flex: 1;
  display: flex;
  gap: 12px;
}
.form-style-line .form-items .form-item{
  width: 100%;
  flex: 1;
}
.form-style-line .form-btns{
  flex: 0 0 1;
}
.form-style-vertical .form-item{
  margin: 0 0 16px;
}
.form-style-vertical .form-item-group{
  width: 100%;
  display: flex;
  gap: 16px;
}
.form-style-vertical .form-item-group .form-item{
  flex: 1;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.block .bl-title{
  color: #2B3434;
  font-size: 64px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.block .bl-subtitle{
  margin: 0 0 24px;
}
.block .bl-subtitle span{
  display: inline-block;
  color: #485151;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 11px 15px;
  text-align: center;
  min-width: 142px;
  border-radius: 4px;
  background: #EBEFF5;
}
.block .bl-content{
  margin-top: 60px;
}

.text-format{
  text-align: left;
}
.text-format hr{
  opacity: 0;
  height: 1px;
  width: 100%;
  clear: both;
}
.text-format p {
  margin: 1em 0;
}
.text-format ol{
  margin: 1em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 1em 0;
  list-style: none;
}
.text-format ul li{
  display: block;
  width: 100%;
  padding: 0 0 0 1em;
  margin: 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2B3434;
}
.text-format ol{
  padding: 0;
  list-style: none;
  display: block;
  margin: 0.65em 0;
  counter-reset: olCounter;
}
.text-format ol li{
  list-style: none;
}
.text-format ol li:before {
  counter-increment: olCounter;
  content: counter(olCounter) ". ";
  color: #2B3434;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  margin: 0;
  min-width: 30px;
}
.text-format ol li,
.text-format ul li{
  margin: 0;
}
.text-format li h1,
.text-format li h2, 
.text-format li h3,
.text-format li h4,
.text-format li h5,
.text-format li h6{
  display: inline;
}
.text-format b,
.text-format strong{
  font-weight: 700;
  color: #2B3434;
}
.text-format ul li:nth-child(1),
.text-format ol li:nth-child(1),
.text-format ul:nth-child(1),
.text-format ol:nth-child(1),
.text-format p:nth-child(1){
  margin-top: 0;
}
.text-format ul li:last-child,
.text-format ol li:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format p:last-child{
  margin-bottom: 0;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
  font-weight: 600;
  margin: 1.5em 0 .5em;
  line-height: 1.2;
  color: #1F2937;
}
.text-format h1 *,
.text-format h2 *,
.text-format h3 *,
.text-format h4 *,
.text-format h5 *,
.text-format h6 *{
  color: #685758;
}
.text-format h1{
  font-size: 1.8em;
}
.text-format h2{
  font-size: 1.5em;
}
.text-format h3{
  font-size: 1.3em;
}
.text-format h4{
  font-size: 1.2em;
}
.text-format h5{
  font-size: 1.1em;
}
.text-format h6{
  font-size: 1em;
}
.text-format h1 + p,
.text-format h1 + ul,
.text-format h1 + ol,
.text-format h2 + p,
.text-format h2 + ul,
.text-format h2 + ol,
.text-format h3 + p,
.text-format h3 + ul,
.text-format h3 + ol,
.text-format h4 + p,
.text-format h4 + ul,
.text-format h4 + ol{
  margin-top: 0.5em;
}
.text-format a,
.text-format p a{
  text-decoration: underline;
  color: #2B3434;
}
.text-format a:hover,
.text-format p a:hover{
  color: #1D72DF;
  text-decoration: none;
}
.text-format *:first-child{
  margin-top: 0;
}
.text-format img{
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.text-format img.aligncenter{
  display: block;
  margin: 1em auto;
}
.text-format img.alignleft{
  float: left;
  max-width: 50%;
  margin: 1em 20px 1em 0;
}
.text-format img.alignright{
  float: right;
  max-width: 50%;
  margin: 1em 0 1em 20px;
}
.text-format img:first-child{
  margin-top: 1em;
}
.text-format img:last-child{
  margin-bottom: 1em;
}
.text-format a{
  color: #685758;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
  color: #685758;
}
.text-format blockquote{
  color: #485C75;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  margin: 1.5em 0;
  padding: 0 0 0 36px;
  position: relative;
  display: block;
}
.text-format blockquote:before{
  content: "“";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #2B3434;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.text-format table{
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 0.85em;
  line-height: 1.2;
  border: none;
  border-bottom: 3px solid #e0f1e1;
  text-align: left;
  color: #212121;
}
.text-format table tbody,
.text-format table thead{
    background: none;
    border: none;
    text-align: left;
}
.text-format table td{
    background: none;
    border: none;
    padding: 10px 10px;
    text-align: left;
}
.text-format table tr{
    background: #fff;
    border: none;
    text-align: left;
}
.text-format table tr:nth-child(2n+1){
    background: #e0f1e1;
}
.text-format table th{
    background: none;
    border: none;
    background: #53678d;
    color: #fff;
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}
.text-format table td:nth-child(1),
.text-format table th:nth-child(1){
  padding-left: 20px;
}
.text-format table,
.text-format table tr,
.text-format table td,
.text-format table th{
  vertical-align: top;
}
.text-format table ul li:before{
  top: 6px;
}

#menu-triger{
  display: none;
  float: left;
  padding: 10px 0;
  margin-top: 3px;
}
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: left;
}
.hamburger,.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2B3434;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#menu-close{
  display: none;
  position: fixed;
  z-index: 331;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#page.open-menu #menu-close{
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0
}
.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 8px
}
.hamburger span:nth-child(4) {
  top: 16px
}
#page.open-menu .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#page.open-menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#fade-menu{
  display: none;
  z-index: 991;
  background: rgba(25, 25, 25, 0.73);
  left: 0;
  top: 75px;
  right: 0;
  bottom: 0;
  position: fixed;
}
.open-menu #fade-menu{
  display: block;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 199;
  background: #fff;
  padding: 30px 0;
  height: 90px;
}
#header .header-line1{
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #E0E6F0;
  position: relative;
  z-index: 9;
}
#header .header-line2{
  padding: 12px 0;
  background: #fff;
  border-bottom: 1px solid #E0E6F0;
  position: relative;
  z-index: 6;
}
.scrolled #header{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.admin-bar #header{
  top: 30px;
}

#block-menu{
  float: left;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  color: #2B3434;
  text-transform: uppercase;
}
#block-menu ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-wrap: nowrap;
}
#block-menu ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#block-menu ul li a{
  color: #2B3434;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 5px 0;
}
#block-menu ul li a:hover{
  color: #1D72DF;
}
#block-menu ul li.current-menu-item a{
  color: #1D72DF;
}

#head-phone{
  float: left;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#head-phone a{
  display: flex;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #1B69CE;
  background: #EBEFF5;
  color: #2B3434;
  line-height: normal;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  line-height: 20px;
  padding: 13px 25px;
  font-weight: 400;
  cursor: pointer;
}
#head-phone a svg{
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: #2B3434;
}
#head-phone a span{
  color: #2B3434;
  position: relative;
  top: 2px;
}
#head-phone a:hover{
  color: #fff;
  background: #1B69CE;
  background: radial-gradient(396.75% 218.7% at 12.7% 132.05%, #1D72DF 0%, #103E79 100%);
}
#head-phone a:hover svg{
  fill: #fff;
}
#head-phone a:hover span{
  color: #fff;
}

#logo{
  float: left;
  padding: 0;
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#logo a{
  text-decoration: none;
  outline: none;
  display: block;
  color: #fff;
}
#logo img{
  height: 75px;
  width: 100px;
  display: block;
}

#home{

}
#home-img{
  background: #EBEFF5;
  position: relative;
  z-index: 2;
}
#home-img .img{
  display: block;
  width: 100%;
  height: 580px;
  position: relative;
}
#home-img .img span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home-img .img span.bg-desk{
  display: block;
}
#home-img .img span.bg-mob{
  display: none;
}
#home-block{
  position: relative;
  z-index: 5;
}
#block-home{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -160px;
}
#block-home .bl-wrap{
  display: flex;
  width: 100%;
  gap: 40px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(50px);
  padding: 80px 85px;
  max-width: 1240px;
  justify-content: space-between;
  border: 1px solid #D6D6D6;
}
#block-home .bl-left{

}
#block-home .bl-right{

}
#block-home .title{
  color: #2B3434;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
#block-home .text{
  color: #485151;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
#block-home .wrap-btns{
  margin-top: 25px;
}
#block-home .btn{
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #2B3434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 25px;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: radial-gradient(138.6% 157.02% at 50% 0%, #1D72DF 0%, #103E79 100%);
}
#block-home .btn:hover{
  background: #103E79;
  background: radial-gradient(396.75% 218.7% at 12.7% 132.05%, #1D72DF 0%, #103E79 100%);
}

#region-404{
  position: relative;
  background: #3e4148;
}
#region-404 + #footer{
  display: none;
}
#region-404 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-404.jpg') center no-repeat;
  background-size: cover;
}
#region-404 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
#block-404{
  position: relative;
  z-index: 9;
  padding: 120px 0 20px;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  width: 100%;
  align-items: center;
}
#block-404 .title{
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
#block-404 .bl-wrap{
  position: relative;
  width: 100%;
  color: #fff;
  padding-right: 50%;
}
#block-404 .text{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
#block-404 .text2{
  font-size: 22px;
  line-height: 1.2;
  margin-top: 7px;
}
#block-404 .wrap-buttons{
  margin-top: 40px;
}
#block-404 .btn{
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #2B3434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 25px;
  text-align: center;
  display: inline-block;
  min-width: 285px;
  max-width: 100%;
  border-radius: 10px;
  background: radial-gradient(138.6% 157.02% at 50% 0%, #1D72DF 0%, #103E79 100%);
}
#block-404 .btn:hover{
  background: #103E79;
  background: radial-gradient(396.75% 218.7% at 12.7% 132.05%, #1D72DF 0%, #103E79 100%);
}


#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
}
#popup-form.open{
  display: flex;
}
#popup-form .popup-cont{
  background: #f5f5f5;
  width: 90%;
  max-width: 500px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  z-index: 99;
  overflow: auto;
  max-height: 90%;
  border-radius: 12px;
}
#popup-form .popup-close{
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-form .popup-close:hover{
  opacity: 1;
}
#popup-form .popup-close:before,
#popup-form .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #010101;
  margin: 0 0 20px;
}
#popup-form .form-item{
  float: left;
  width: 100%;
  margin: 0 0 12px;
}
#popup-form .form-btns{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#popup-form .form-message{
  display: none;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #b42318;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 6px;
  animation: errorFade 0.3s ease;
  float: left;
  width: 100%;
}
#popup-form .form-message.show{
  display: flex;
}
#popup-form .form-message svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: #b42318;
}
#popup-form .popup-form{
  display: inline-block;
  width: 100%;
}

#popup-form-mssg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
#popup-form-mssg.open{
  display: flex;
}
#popup-form-mssg .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  border-radius: 12px;
  z-index: 9;
}
#popup-form-mssg .popup-cont-img{
  width: 80px;
  margin: 0 auto 20px;
}
#popup-form-mssg .popup-cont-img img{
  display: block;
  width: 100%;
  height: auto;
}
#popup-form-mssg .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-form-mssg .popup-close:before,
#popup-form-mssg .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form-mssg .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form-mssg .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form-mssg .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #2B3434;
}
#popup-form-mssg .popup-cont-text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.popup-fade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
.popup-fulltext{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
}
.popup-fulltext.open{
  display: flex;
}
.popup-fulltext .popup-content{
  background: #f5f5f5;
  width: 90%;
  max-width: 1440px;
  padding: 40px 50px;
  position: relative;
  z-index: 99;
  border-radius: 24px;
  border: none;
  background: #E6E6E6;
}
.popup-fulltext .popup-title{
  color: #2B3434;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.popup-fulltext .popup-text{
  color: #485151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.popup-fulltext .popup-close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  opacity: 1;
  cursor: pointer;
}
.popup-fulltext .popup-close:before,
.popup-fulltext .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #808686;
  border-radius: 3px;
}
.popup-fulltext .popup-close:hover:before,
.popup-fulltext .popup-close:hover:after{
  background: #2B3434;
}
.popup-fulltext .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-fulltext .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-fulltext .popup-text-wrap{
  max-height: calc(100vh - 220px);
  max-height: calc(100dvh - 220px);
  overflow: auto;
  margin-right: -25px;
  padding-right: 25px;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#preloader.active{
  display: block;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -40px;
  z-index: 91;
  padding: 0;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.5);
  }
}



#services{}
#block-services{}
.view-services{

}
.view-services-mob{
  display: none;
}
.view-services .items{
  max-width: 1200px;
  margin: 0 auto;
}
.view-services .item{

}
.view-services .item + .item{
  margin-top: 24px;
}
.view-services .card{
  border-radius: 24px;
  background: #EBEFF5;
  padding: 16px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 45px;
}
.view-services .card .img{
  flex: 0 0 250px;
  width: 250px;
  border-radius: 12px;
  overflow: hidden;
}
.view-services .card .img span{
  display: block;
  width: 250px;
  height: 250px;
}
.view-services .card .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-services .card .cont{
  flex: 1;
  padding: 15px 0;
}
.view-services .card .name{
  color: #2B3434;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.view-services .card .text{
  margin-top: 12px;
}


#about{

}
#block-about{

}
#block-about .bl-title{
  color: #2B3434;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: left;
}
#block-about .bl-text{
  margin-top: 40px;
}
#block-about .view-nums{
  margin-top: 45px;
}
#block-about .img-mob{
  display: none;
}
#block-about .bl-wrap{
  display: flex;
  width: 100%;
  gap: 60px;
}
#block-about .bl-left{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block-about .bl-right{
  flex: 0 0 40%;
  width: 40%;
}
#block-about .bl-right .img{
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#block-about .bl-right .img{
  display: block;
  width: 100%;
}
#block-about .bl-right .img img{
  display: block;
  width: 100%;
  height: auto;
}
#block-about .bl-top{
  width: 100%;
}
#block-about .bl-bottom{
  width: 100%;
}
#block-about .bl-bottom-mob{
  display: none;
}
.view-nums{}
.view-nums .items{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.view-nums .item{
  display: flex;
  width: 100%;
}
.view-nums .card{
  border-radius: 8px;
  background: #EBEFF5;
  padding: 30px 15px;
  text-align: center;
  width: 100%;
}
.view-nums .card .num{
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  background: radial-gradient(138.6% 157.02% at 50% 0%, #1D72DF 0%, #103E79 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.view-nums .card .name{
  margin-top: 12px;
  color: #485151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#career{

}
#block-career{

}
.view-career{

}
.view-career .items{

}
.view-career .item{

}
.view-career .item + .item{
  margin-top: 60px;
}
.view-career .card{

}
.view-career .card-base{
  display: flex;
  gap: 60px;
}
.view-career .card-base .card-cont{
  flex: 1;
  width: 100%;
}
.view-career .card-base .card-img{
  flex: 1;
  width: 100%;
}
.view-career .card-base .name{
  color: #2B3434;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.view-career .card-base .text{
  margin-top: 30px;

  color: #485151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.view-career .card-base .img{
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 24px;
}
.view-career .card-base .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-career .card-info{
  margin-top: 45px;
}
.view-career .card-info .wrap-bl-info{
  gap: 24px;
  display: flex;
  width: 100%;
}
.view-career .card-info .bl-info{
  border-radius: 24px;
  color: #485151;
  background: #EBEFF5;
  flex: 1;
  width: 100%;
  padding: 40px 35px;
}
.view-career .card-info .bl-info-label{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.view-career .card-info .bl-info-text{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}
.view-career .card-info .bl-info-aufgaben{

} 
.view-career .card-info .bl-info-profil{
  
} 
.view-career .card-info .bl-info-bieten{
  background: #2B3434;
  color: #EBEFF5;
} 
.view-career .card-info .bl-info-bieten ul li:before{
  background: #fff;
}
.career-form{
  margin-top: 45px;
}
.career-form .bl-wrap-form{
  display: flex;
  width: 100%;
  gap: 40px;
  align-items: flex-end;
  align-items: end;
  justify-content: space-between;
}
.career-form .bl-wrap-form .label{
  color: #2B3434;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.career-form .bl-wrap-form .text{
  color: #485151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 12px;
}
.career-form .bl-wrap-form .btn{
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #2B3434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  min-width: 372px;
  border-radius: 10px;
  background: radial-gradient(138.6% 157.02% at 50% 0%, #2ECDFD 0%, #1BB4FF 100%);
}
.career-form .bl-wrap-form .btn:hover{
  background: #0082C2;
  background: radial-gradient(324.92% 140.85% at 37.37% -12.18%, #27CBFD 0%, #0495DD 100%);
}


#contacts{}
#block-contacts{

}
#block-contacts .bl-title{
  text-align: left;
}
#block-contacts .bl-wrap{
  display: flex;
  width: 100%;
}
#block-contacts .bl-left{
  width: 50%;
  padding-right: 60px;
}
#block-contacts .bl-right{
  width: 50%;
  display: flex;
}
#block-contacts .map{
  position: relative;
  width: 100%;
  height: 100%;
}
#block-contacts .map iframe{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}
#block-contacts .contacts{
  margin-top: 45px;
}
#block-contacts .contacts .item + .item{
  margin-top: 25px;
}
#block-contacts .contacts .item-label{
  color: #2B3434;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
}
#block-contacts .contacts .item-label svg{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}
#block-contacts .contacts .item-val{
  margin-top: 10px;
  color: #485151;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
#block-contacts .contacts .item-val a{
  color: #485151;
  text-decoration: none;
  outline: none;
}
#block-contacts .contacts .item-val a:hover{
  color: #2196f3;
}
#block-contacts .wrap-buttons{
  margin-top: 45px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px 20px;
}
#block-contacts .btn{
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #2B3434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 25px;
  text-align: center;
  min-width: 372px;
  display: block;
  border-radius: 10px;
  background: radial-gradient(138.6% 157.02% at 50% 0%, #2ECDFD 0%, #1BB4FF 100%);
}
#block-contacts .btn:hover{
  background: radial-gradient(324.92% 140.85% at 37.37% -12.18%, #27CBFD 0%, #0495DD 100%);
}
#block-contacts .btn.btn-whatsapp{
  background: #46F16F;
  background: radial-gradient(138.6% 157.02% at 50% 0%, #46F16F 0%, #09BA2E 100%);
}
#block-contacts .btn.btn-whatsapp:hover{
  background: linear-gradient(90deg, #27D44E 0%, #009624 100%);
}


#footer{
  padding: 45px 0;
  background: #EBEFF5;
}


#footer-navs{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
#footer-navs .btn{
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  background: #2B3434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 25px;
  text-align: center;
  min-width: 340px;
}
#footer-navs .btn:hover{
  background: #2ECDFD;
  background: radial-gradient(396.75% 218.7% at 12.7% 132.05%, #1D72DF 0%, #103E79 100%);
}


#gallery{}
#gallery .btn-mob-filter{
  display: none;
}
#block-gallery{}
.bl-gallery{

}
.bl-gallery .mob-popup-close,
.bl-gallery .fade-mob-filter,
.bl-gallery .mob-wrap-bl-gallery-navs-title{
  display: none;
}
.bl-gallery .bl-gallery-navs{

}
.bl-gallery .bl-gallery-navs .wrap-navs{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.bl-gallery .bl-gallery-navs .nav{
  border-radius: 8px;
  background: #EBEFF5;
  display: flex;
  align-items: center;
  color: #485151;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 8px;
  cursor: pointer;
  gap: 2px;
}
.bl-gallery .bl-gallery-navs .nav .icon{
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  display: block;
}
.bl-gallery .bl-gallery-navs .nav .icon svg{
  width: 70px;
  height: 70px;
  display: block;
}
.bl-gallery .bl-gallery-navs .nav .label{
  color: #485151;
}

.bl-gallery .bl-gallery-navs .nav.active{
  color: #fff;
  background: #103E79;
  background: radial-gradient(485.27% 184.2% at 6.76% -22.06%, #103E79 0%, #1B69CE 100%);
}
.bl-gallery .bl-gallery-navs .nav.active .icon svg,
.bl-gallery .bl-gallery-navs .nav.active .icon svg path{
  fill: #fff;
}
.bl-gallery .bl-gallery-navs .nav.active .label{
  color: #fff;
}

.bl-gallery .bl-gallery-conts{
  margin-top: 50px;
}
.bl-gallery .bl-gallery-cont{
  display: none;
}
.bl-gallery .bl-gallery-cont.active{
  display: block;
}

.view-gallery{
  position: relative;
  padding: 0 100px;
}
.view-gallery .item{
  padding: 0 10px;
}
.view-gallery .card{
  border-radius: 24px;
  background: #D9D9D9;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.view-gallery .card a{
  display: block;
  color: #fff;
  width: 100%;
  outline: none;
  text-decoration: none;
}
.view-gallery .card a:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 60%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}
.view-gallery .card a:hover:before{
  opacity: 1;
}
.view-gallery .card .img{
  position: relative;
  z-index: 1;
}
.view-gallery .card .img img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-gallery .card:hover .img img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  -ms-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}
.view-gallery .card .name{
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  padding: 10px 10px 25px;
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
          transition: all .3s ease;
}
.view-gallery .card:hover .name{
  opacity: 1;
  transform: translate(0, 0);
}
.view-gallery .card .name span{

}
.view-gallery .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.view-gallery .swiper-pagination .swiper-pagination-bullet{
  opacity: 1;
  display: flex;
  width: 47px;
  height: 47px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  color: #485151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border-radius: 8px;
  background: #EBEFF5;
  margin: 0;
}
.view-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #fff;
  background: #103E79;
  background: linear-gradient(319deg, #1D72DF 0%, #103E79 109.18%);
}
.view-gallery .swiper-button-prev,
.view-gallery .swiper-button-next{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  background: #EBEFF5;
}
.view-gallery .swiper-button-prev{
  left: 0;
  right: auto;
  top: 50%;
  margin: -75px 0 0;
}
.view-gallery .swiper-button-next{
  right: 0;
  left: auto;
  top: 50%;
  margin: -75px 0 0;
}
.view-gallery .swiper-button-prev svg,
.view-gallery .swiper-button-next svg{
  width: 24px;
  height: 24px;
  flex: 0 0 34px;
  display: block;
  fill: #2B3434;
}
.view-gallery .swiper-button-prev:after,
.view-gallery .swiper-button-next:after{
  display: none;
}
.view-gallery .swiper-button-prev:hover,
.view-gallery .swiper-button-next:hover{
  color: #fff;
  background: #103E79;
  background: linear-gradient(319deg, #1D72DF 0%, #103E79 109.18%);
}
.view-gallery .swiper-button-prev:hover svg,
.view-gallery .swiper-button-next:hover svg{
  fill: #fff;
}


.view-services .services-swiper-button-prev,
.view-services .services-swiper-button-next{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  background: #EBEFF5;
  position: absolute;
  z-index: 13;
}
.view-services .services-swiper-button-prev{
  left: 0;
  right: auto;
  top: 50%;
  margin: -35px 0 0;
}
.view-services .services-swiper-button-next{
  right: 0;
  left: auto;
  top: 50%;
  margin: -35px 0 0;
}
.view-services .services-swiper-button-prev svg,
.view-services .services-swiper-button-next svg{
  width: 24px;
  height: 24px;
  flex: 0 0 34px;
  display: block;
  fill: #2B3434;
}
.view-services .services-swiper-button-prev:after,
.view-services .services-swiper-button-next:after{
  display: none;
}
.view-services .services-swiper-button-prev:hover,
.view-services .services-swiper-button-next:hover{
  color: #fff;
  background: #103E79;
  background: linear-gradient(319deg, #1D72DF 0%, #103E79 109.18%);
}
.view-services .services-swiper-button-prev:hover svg,
.view-services .services-swiper-button-next:hover svg{
  fill: #fff;
}
.view-services .swiper-slide{
  display: flex;
  height: auto;
}
.view-services .swiper-wrapper{
  display: flex;
}
.view-services .view-services-mob .items{
  margin: 0 -5px;
}
.view-services .view-services-mob .item{
  width: 100%;
  display: flex;
  padding: 0 5px;
}

.sl-overlay{
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  opacity: 1;
}
.sl-wrapper .sl-image{
  background: #EBEFF5;
}
.sl-wrapper .sl-close{
  color: #fff;
}
.sl-wrapper .sl-counter{
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev{
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  border-radius: 8px;
  background: #EBEFF5;
  padding: 15px;
}
.sl-wrapper .sl-navigation button.sl-next svg,
.sl-wrapper .sl-navigation button.sl-prev svg{
  fill: #2B3434;
  display: block;
  width: 20px;
  height: 20px;
}
.sl-wrapper .sl-navigation button.sl-prev:hover, 
.sl-wrapper .sl-navigation button.sl-next:hover{
  opacity: 1;
  color: #fff;
  background: #103E79;
  background: linear-gradient(319deg, #1D72DF 0%, #103E79 109.18%);
}
.sl-wrapper .sl-navigation button.sl-prev:hover svg,
.sl-wrapper .sl-navigation button.sl-next:hover svg{
  fill: #fff;
}

.iti--separate-dial-code .iti__selected-flag{
  background-color: #e3e3e3;
  border-radius: 8px 0 0 8px;
}