/*   
Theme Name: defaults
Version: 1.0

*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');


body {
font-family: 'Raleway', sans-serif;
    background-position: 100% 0;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible !important;
    margin: 0;
    background-color: #fff;
    color: #323232;
    padding-right: 0 !important;
  font-size: 16px;
}
.compensate-for-scrollbar {
    margin-right: 0px!important;
}

.desktop{
    display: block;
  }
  .mobile{
    display: none;
  }
.menu-button{
    display: none;
  }
.mobile-header{
   display: none;
  }

 .phm{
    display: none;
  }
   .phd{
    display: block;
  }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a.tel-link small, .textwidget a small, .contact-info a small{
  opacity: 1!important;
}
.contact-info a{
color: #4F4F4F;
}

@media (min-width: 1200px){
.container {
    width: 1200px;
    max-width: 100%;
}
}


header{
    position: relative;
    padding: 31px 0px;
    z-index: 999;
    margin-bottom: 30px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    transition: all 0.2s;
}
.scroll-panel{
 border-bottom: 1px solid #ccc;
 transition: all 0.2s;
  padding: 0px 0px 15px 0px;
}
.scroll-panel .mega_menu {
  
    top: 78px;
    transition: all 0.4s;
}



.wrapper{
  margin-top: 160px;
}

.header-row{
  display: flex;
}

 header .btn{
    width: 170px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 24px;
    float: right;
       margin-top: 16px;
}


.logo img {
         vertical-align: middle;
    margin-right: 0px;

}

header .logo img {
    margin-top: 26px;
}

a.tel-link{
     font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-top: 30px;
    margin-left: 25px;
    display: inline-block;
}

p {
     font-size: 16px;
       color: #484e52;
    line-height: 1.688;
  margin-bottom: 20px;
}


h1{
   font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 125%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4F4F4F;
    margin-bottom: 45px;
}

.hentry h2{
  font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 150%;
color: #4F4F4F;
  margin-bottom: 20px;
}

h2{
    font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 150%;
color: #4F4F4F;
    margin-bottom: 20px;
}
 
.hentry h3{
  font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 150%;
color: #4F4F4F;
  margin-bottom: 20px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #000;
}

/*menu*/

.navbar-nav {
   float: left;
       margin: 10px auto 0px auto;
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
  
    list-style: none;
}

.nav>li>a {
         position: relative;
    display: inline-block;
    text-align: center;
    text-transform: none;
    margin-right: 0px;
    margin-left: 0px;
    transition: all 0.2s;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #828282;
      margin-top: 3px;
  margin-right: 6px;
   border: 3px solid #fff;
   border-radius: 20px;
   padding: 10px 5px;
  
}

.nav>li>a:hover {
   background: transparent;
  transition: all 0.2s;
   border: 3px solid #A0C2E2;
   border-radius: 20px;
   padding: 10px 5px;
   color: #828282!important;
}
.nav>li>a:focus {
   background: transparent;
  transition: all 0.2s;
   border: 3px solid #A0C2E2;
   border-radius: 20px;
   padding: 10px 5px;
   color: #828282!important;
}
.nav>li>a:active {
   background: transparent;
  transition: all 0.2s;
   border: 3px solid #A0C2E2;
   border-radius: 20px;
   padding: 10px 5px;
   color: #828282!important;
}

li.current-menu-item a{
     text-decoration: none;
      border: 3px solid #A0C2E2;
}
.navbar-nav li {
    transition: all 0.3s;
   
}
b.caret i {
 transition: all 0.3s;
      
}

.navbar-nav li:hover b.caret i{
  transform: rotate(180deg);
  transition: all 0.3s;
}
.navbar-nav li:hover + b.caret i{
  transform: rotate(180deg);
   transition: all 0.3s;
}


li.catalog-item a{
  border: 3px solid #fff;
border-radius: 20px;
    
   padding: 10px 5px;
      color: #828282!important;
}
.nav>li:last-child a{
  padding: 10px 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: max-content;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin: 0;
    text-align: left;
    list-style: none;
    background: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(177, 176, 176, 0.15);
    border-radius: 0 0 20px 20px;
    transition: opacity 0.2s ease-out, height 0.5s step-end;
    box-shadow: 0px 4.30236px 3.35131px rgba(53, 68, 88, 0.0243888), 0px 11.8955px 9.26595px rgba(53, 68, 88, 0.035), 0px 28.6397px 22.3088px rgba(53, 68, 88, 0.0456112), 0px 95px 74px rgba(53, 68, 88, 0.07);
}
.dropdown-menu li {
    transition: all 0.3s;
   background: transparent;
   padding: 15px 30px 15px 20px;
 border-bottom: 0px solid rgba(255, 255, 255, 0.24);
}

.dropdown-menu li:hover {
    transition: all 0.3s;
   color: #333;
   background: #f2f2f2;
}
.dropdown-menu li a {
    transition: all 0.3s;
   color: #383737;
  font-size: 16px;
  border-radius: 0px;
    font-weight: 400;
    letter-spacing: 0px;
white-space: nowrap;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
color: #333;
}
.dropdown-menu li a:focus {
  text-decoration: none!important;
color: #333;
}
.dropdown-menu li a:active {
  text-decoration: none!important;
color: #333;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
color: #333;
}

.dropdown-menu  li {
    transition: all 0.3s;
    color: #000000;
    border-radius: 0px;
    width: 100%;
}

.dropdown-menu li.current-menu-item a:hover {
    text-decoration: none;
      color: #333;
}
.navbar-nav li .dropdown-menu li a {
    border-bottom: 0px solid #fff!important;
}
.dropdown-submenu {
  position: relative;
  background: #fff;
}
.dropdown-submenu li.current-menu-item a {
    text-decoration: none;
}

.dropdown-submenu>.dropdown-menu {
    padding: 0px 0px 0px 0px ;
}

.dropdown-submenu li a {
    text-decoration: none;
      color: #fff!important; 
}
.dropdown-submenu li a:hover {
    text-decoration: none;
      color: #fff!important;
   
}
.dropdown-submenu li:hover {
    text-decoration: none;
      color: #fff!important;
}
.dropdown-submenu li:hover a{
    text-decoration: none;
      color: #fff!important;
}

.dropdown-submenu>.dropdown-menu {
       top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
   background: #002147;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: "\f0da";
  font-family: Fontawesome;
  float: right;
  width: 0;
  height: 0;
  font-size: 14px;
    margin-top: 0px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
}

.dropdown-submenu.pull-left {
  float: none;
}
.caret{
      color: #8f4ec7;
}


/*dynamic*/

.page-header {
    position: relative;
}

.page-header img{
   height: auto; 
  max-width: 100%; 
      margin-top: 10px;
  float: right;
}

.page-header .btn{
     bottom: 0;
    position: relative;
    margin-top: 30px;
}

.page-header ul li{
  color: #4F4F4F!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 20px!important;
  line-height: 150%!important;
}

.page-header p{
  color: #4F4F4F!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 20px!important;
  line-height: 150%!important;
}

.section-page{
  padding: 40px 0px;
}

.section-page h2{
  margin-bottom: 0px;
}
.section-page .title_h2 h2{
  margin-bottom: 45px;
      font-weight: 700;
}

.dynamic-content .section-page:first-child{
  padding: 0px 0px 40px 0px;
}

.icon_block{
 display: flex;
  flex-wrap: wrap;
  align-items: center;
 justify-content: space-between;
}
.icon_block .item{
    margin-bottom: 30px;
  	width: 20%;
    height: 195px;
    padding: 0px 20px 0px 20px;
}

.icon_block .item .img{
 position: relative;
  height: 100px;
  text-align: center;
 
}
.icon_block .item .img img{
 width: auto;
  height: auto;
 display: block;
  margin: 0 auto;
     position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.icon_block .item h3{
 font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 150%;
text-align: center;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #4F4F4F;
  margin-top: 10px;
  transition: all 0.2s;
}
.icon_block .item:hover h3{
  color: #2e7dc7;
    transition: all 0.2s;
}
.icon_block .item .img:hover img{
  filter: hue-rotate(180deg);
   -webkit-filter: hue-rotate(180deg);
}

  

#id-1201 .icon_block .item:nth-child(3) {
   
  
 
}
#id-1202.section-page{
   
 padding-bottom: 14px;
 
}

.icon_block2{
 display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.icon_block2 .item{
    margin-bottom: 30px;
  flex-basis: min-content;
}

.icon_block2 .item .img{
 position: relative;
  text-align: center;
 
}
.icon_block2 .item .img img{
 width: auto;
  height: auto;
 display: block;
  margin: 0 auto;
  max-width: 250px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.icon_block2 .item h3{
 font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 150%;
text-align: center;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #4F4F4F;
  margin-top: 10px;
   transition: all 0.2s;
      min-height: 60px;
}

#owl-cert p{
      color: #4F4F4F;
}

.icon_block2 .item:hover a h3{
  color: #2e7dc7;
    transition: all 0.2s;
}

.wpcf7 form.invalid .wpcf7-response-output{
  display: none;
}

.ib2 h2{
  margin-bottom: 60px!important;
}

#owl-cert .item-slaid img{
  border: 15px solid #A0C2E2;
border-radius: 10px;
  width: 200px;
  transition: all 0.2s;
}
#owl-cert .item-slaid img:hover {
    border: 15px solid #a0c2e2c2;
     transition: all 0.2s;
}


.cert-container{
  max-width: 940px;
  margin: 0 auto;
}
#owl-cert .item-slaid .text{
 padding-left: 70px;
}
#owl-cert .owl-nav {

    bottom: 70px;
   
}

#owl-work .item-slaid .text p:first-child{
  font-weight: 600;
font-size: 32px;
line-height: 48px;
color: #4F4F4F;
  margin-bottom: 40px;
}

#owl-work .item-slaid .video-wrap{
margin-top: 50px;
}

#owl-work .owl-nav {
    bottom: -80px;
  position: absolute;
}

.why-container .icon_block .item h3 {
    font-size: 16px;
}
 .why-container {  max-width: 810px;
    margin: 0 auto;
}

.faq {
 
}
.faq .section__title {
  margin-bottom: 90px;
}

.faq__item {
  margin-bottom: 50px;
}
.faq__item:last-child {
  margin-bottom: 0;
}

.faq__question {
 background: #A0C2E2;
    border-radius: 20px;
    cursor: pointer;
    padding: 22px 30px 22px 80px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #4F4F4F;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.faq__question:before, .faq__question:after {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 26px;
  background: url(/wp-content/themes/defaults/img/arrow.svg)no-repeat;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: 24px;
  left: 40px;
  
}


.faq__question:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq__question.active {
  background: #a0c2e2;
}
.faq__question.active:before, .faq__question.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__answer {
  display: none;
  padding: 30px 100px 0px 100px;
}
.faq__answer p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}

.partners-container{
  margin-top: 15px;
}


#owl-complect p.name{
  font-style: normal;
font-weight: 600;
font-size: 36px;
color: #4F4F4F;
  line-height: 22px;
    margin-bottom: 50px;
}

#owl-complect .text-block p:nth-child(odd){
font-weight: 400;
font-size: 20px;
line-height: 150%;
color: #828282;
  margin-bottom: 10px;
}
#owl-complect .text-block p:nth-child(even){
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #4F4F4F;;
    margin-bottom: 40px;
}

#owl-complect .price-block{
 
}
#owl-complect .price-block p{
 font-weight: 600;
font-size: 26px;
line-height: 60px;
color: #4F4F4F;
      margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#owl-complect .price-block p span{
 font-weight: 400;
font-size: 24px;
line-height: 60px;
color: #828282;
}

#owl-complect .btn{
position: absolute;
    bottom: 20px;
    font-size: 18px;
    padding: 20px 10px 20px 10px;
}

#owl-complect .owl-nav {
    bottom: 70px;
}


#owl-partners .owl-item img {
   display: block;
    width: auto;
    max-width: 188px;
    margin: 0 auto;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#owl-partners .item-slaid {
    height: 90px;
position: relative;
}
#owl-partners .owl-nav {
      bottom: -100px;
    position: absolute;
   
}

#owl-respond .item-slaid img{
  border: 10px solid #A0C2E2;
border-radius: 10px;
}

#owl-respond .item-slaid .text{
 padding-left: 70px;
}
#owl-respond p.info{
  font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 150%;
text-align: center;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #828282;
  margin-top: 16px;
}

#owl-respond p.respond-text{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #4F4F4F;
transform: matrix(1, 0, 0, 1, 0, 0);
}

.contact-container{
  max-width: 680px;
  margin: 0 auto;
}
.contact-container .contact-form{
 margin-top: 90px;
}

.quiz-container{
     background: #FFFFFF;
    border-radius: 20px;
    padding: 100px 100px 50px 100px;
    max-width: 900px;
    margin: 0 auto;
      height: 653px;
}

.mega_menu{
opacity: 0;
    visibility: hidden;
    background: #ffffff;
    border-top: 0;
    left: 0;
    padding: 40px 0px 40px 0px;
    position: absolute;
    right: 0;
    z-index: 99;
    width: 100%;
    top: 120px;
  transition: all 0.4s;
}

.mega-menu-container{
 
}

.mega_menu.vis{
   opacity: 1;
  visibility: visible;
      z-index: 999;
}



.mega_menu ul.menu li a {
    text-decoration: none;
  font-weight: 400;
font-size: 16px;
line-height: 150%;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #828282;
  margin-bottom: 14px;
 display: block;
      padding-left: 30px;
  border: 0;
}
.mega_menu ul.menu li a:hover, .mega_menu ul.menu li a:focus, .mega_menu ul.menu li a:active{
    color: #333;
}

.mega_menu li {
    list-style-type: none!important;
    padding-left: 0!important;
}

.mega_menu ul {
    list-style-type: none!important;
    padding-left: 0!important;
}

li.first-item-menu a{
  font-weight: 700!important;
font-size: 18px!important;
line-height: 32px!important;
color: #828282!important;
  margin-bottom: 25px;
      padding-left: 0px!important;
}

li.catalog-item.act a{
     border: 3px solid #A0C2E2;
    background: #ffffff;
    color: #828282!important;
}

/*footer*/

footer{
   padding: 30px 0px 20px 0px;
  background: #133647;
      margin-top: 40px;
}

.widgettitle {
margin: 0px 0px 20px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #828282;
}

.textwidget p{
  font-weight: 500;
font-size: 14px;
line-height: 21px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #FFFFFF;
      margin-bottom: 10px;
}
.textwidget p a{

color: #FFFFFF;
      
}
.textwidget p a:hover{
opacity: 0.7;
color: #FFFFFF;
      
}

footer ul.menu{
  list-style: none;
  padding-left: 0;
}
footer ul.menu a {
         color: #fbfbfb;
    font-size: 14px;
}
footer ul.menu a:hover {
         color: #fbfbfb;
opacity: 0.8;
}

footer ul.menu li{
     margin-bottom: 10px;
}

.footbtn .btn{
 display: block;
  margin-bottom: 20px;
}

.about-txt p {
   font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #828282;
    margin-top: 10px;
}

p.footer_text{
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #828282;
}


footer ul.menu li.email_menu {
    margin-bottom: 0px;
  margin-top: 20px;
}
footer ul.menu li.email_menu a{
    font-weight: 500;
    color: #8f4ec7;
}


.modal-open {
    padding-right: 0 !important;
}

.modal-open .scroll-elem {
  overflow: hidden;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-open .modal {
 overflow-x: hidden;
    overflow-y: visible;
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(5px);
    z-index: 9999;
}
.modal-dialog {
    max-width: 680px;
    margin: 30px auto;
}

.modal .contact-container .contact-form {
    margin-top: 20px;
}


a {
    text-decoration: none;
         color: #5f93c3;
}

@media (min-width: 320px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
	z-index: 9999;
       opacity: 1;
      display: block;
      transition: opacity 0.2s ease-out, height 0.3s step-start;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.link a:focus{border: 0;}
a:focus {
    outline: 0;
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}


button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

.error404 .error-404 {
    text-align: center;
}

.error-404 .page-content {
    font-size: 14px;
    line-height: 25px;
}

.error-404 .page-title > h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.error-404 .page-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.error404-text > h1 {
     color: #525252;
    font-size: 7em;
    font-weight: 900;
    line-height: 100px;
    margin: 60px auto;
    width: 500px;
    min-height: 400px;
}


/*Table*/

table {
  background-color: #FFFFFF;
  width: 99%!important;
  text-align: left;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

tbody{
  border: 1px solid rgba(193, 187, 187, 0.69);
}
table td, table.blueTable th {
   border-right: 1px solid rgba(193, 187, 187, 0.69);
    padding: 10px 15px;
    border-left: 1px solid rgba(193, 187, 187, 0.69);
}
table tbody td {
  font-size: 14px;
  color: #333333;
}

table a {
  text-decoration:underline;
}

table tr:nth-child(even) {
        background: #f1f1f1;
    border-top: 1px solid rgba(193, 187, 187, 0.69);
    border-bottom: 1px solid rgba(193, 187, 187, 0.69);
}

  table thead {
    background: #f1f1f1;
    border-bottom: 2px dotted #777777;

}
table thead th {
         font-size: 18px;
    font-weight: 400;
    color: #0e0e0e;
    border: 1px solid rgba(193, 187, 187, 0.69);
}
table thead tr th{
 padding: 10px;
}
table thead th:first-child {

}

table thead th:last-child {
 
}

table tr td:first-child {
 
}
table tr td:last-child {
 
}

table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
} 

table tfoot td {
  font-size: 14px;
}
table tfoot .links {
  text-align: right;
}
table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
    opacity: 1;
    background: #ffa7b2;
}

/*lists*/

.hentry ul {
 list-style: none;
    padding-left: 0px !important;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 15px;
}

.hentry ul li {
    position: relative;
    padding: 0px 0 0px 0px;
   
    line-height: 22px;
    font-weight: 400;
  
}

.hentry ul li:before {
     content: "\f111";
    position: absolute;
    font-family: fontawesome;
    left: -15px;
    top: 0px;
    color: #423f55;
    font-size: 5px; 
}

.hentry ol, .cat-description ol  {
    list-style: none;
    padding: 0;
    margin: 20px 15px 20px;
    counter-reset: item;
}

.hentry ol li, .cat-description ol li {
       position: relative;
    padding-top: 3px;
    padding-left: 40px;
    display: table;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #505050;
}

.hentry ol li:before, .cat-description ol li:before {
   content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    background: #ebecec;
    width: 25px;
    text-align: center;
    height: 25px;
    padding-top: 0px;
    padding-left: 3px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #000000;
    margin-right: 8px;
}


.btn {
   display: inline-block;
    padding: 13px 30px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    text-align: center;
    text-transform: none;
    color: #4F4F4F;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    width: auto;
    background-color: #A0C2E2;
    border-radius: 20px;
    box-sizing: border-box;
}

.btn.focus, .btn:focus, .btn:hover, .btn.active, .btn:active {
            background-color: #a0c2e2a8;
     color: #4F4F4F;
    text-decoration: none;
  transition: all 0.2s;
}

.modal-title {
  margin: 0;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #4F4F4F;
}

.modal-subtitle {
          margin: 0;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #9c9c9c;
    width: 80%;
}

.modal-header {
    padding: 15px 15px 0px 15px;
    border-bottom: 0px solid #eceeef;
}
.modal .btn {
 padding: 13px 0px;
}
.modal .btn:hover {
 
}

.modal-body {
 padding: 0px 40px 30px 40px
}

.modal-content {

    border-radius: 20px;
   
}

.close {
   font-size: 28px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
   background: #a0c2e2!important;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    z-index: 999;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    margin-right: -20px;
    top: 0;
    margin-top: -20px;
    text-align: center;
    right: 0;
    transition: all 0.2s;
}
.close:hover {
    
  background: #ececec!important;
color: #67438a;
    opacity: 1;
   transition: all 0.2s;
}

.form-group {
    margin-bottom: 10px;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{transition: all 0.2s;color: #828282!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { transition: all 0.2s; color: #828282; opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }
textarea { overflow:auto; resize:none; }


.f1{
  box-sizing: border-box;
    padding: 18px 20px 18px 30px;
    width: 100%;
    transition: all 0.3s;
    background-color: #fff;
    transition: all 0.2s;
    margin-bottom: 30px;
    border: 3px solid #A0C2E2;
    border-radius: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #828282;
}
.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.wpcf7 .btn{
  width: 100%;
  color: #4F4F4F;
  font-size: 16px;
}

.modal .btn{
  width: 100%;
}

.search-form.form-inline {
  
    display: block;
}
.btn-group-sm>.btn, .btn-sm {
    right: 25px;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #9c9090;
    position: absolute;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  padding-right: 50px;
}


.totop {
    position: fixed;
    bottom: 20px;
    right: 30px;
  color: #a0c2e2;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.2s;
}
.totop:hover {
    color: #89aaca;
    transition: all 0.2s;
}


#breadcrumbs{
        color: #a2a2a2;
    font-size: 14px;
    padding-top: 20px;
    letter-spacing: 0.3px;
}
#breadcrumbs a{
      color: #7f7f7f;
}
#breadcrumbs i{
     padding: 0px 5px;
}


.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}


#accordion{
  margin-bottom: 0px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff0;
    border: 0;
    border-radius: 0;
}

.card-body {
    background: #f3f3f3;
    padding: 20px 20px 10px 20px;
      margin-top: 10px;
}
.card-body p{
   margin-bottom: 10px;
}
.card-header:first-child {
    border-radius: 0;
}

.card-header {
    padding: 0;
    margin-bottom: 0px;
    background-color: #e0e0e0;
    border-bottom: 0;
    background: #e0e0e000;
}
.card-header p{
       display: inline;
    font-size: 12px;
    color: #000;
    border-bottom: 1px dashed #000;
  transition: all 0.2s;
  cursor: pointer;
}
.card-header i{
     
    font-size: 12px;
    color: #000;
  transition: all 0.2s;
}

.card-header.active i{
     
    font-size: 12px;
       color: #2a5893;
  transition: all 0.2s;
  transform: rotate(135deg);
}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 20px;
  margin-bottom: 20px;
}

.pagination {
 display: flex;
    padding-left: 0;
    margin: 40px auto 60px auto;
    border-radius: 6px;
    padding: 0px 0px 0px 0px;
    background: transparent;
    text-align: center;
   align-items: center;
  justify-content: center;
      max-width: 1030px;
}
.pagination>li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 46px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
  text-decoration: none;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 0px;
    font-weight: 500;
}

.pagination > li > a, .pagination > li > span {
       margin-left: 5px;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: #fff0;
    border-radius: 46px;
    border: 1px solid #d8d8d8;
     color: #002147;
}

.pagination > li:before{
  display: none;
}

p.form-title{
  font-weight: 600;
font-size: 24px;
line-height: 150%;
text-align: center;
color: #4F4F4F;
  margin-bottom: 40px;
}

.contact-info{
  margin-top: 60px;
}
.contact-info p{
  font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 150%;
color: #4F4F4F;
}

.about-page{
  
}

.about-page p{
  font-size: 20px;
}

.about-page .block1{
  margin-bottom: 30px;
      
}
.about-page .block2{
     
}
.about-page .block3{
      height: 100%;
}
.about-page img{
  width: 100%;
      height: 100%;
  object-fit: cover;
      border: 12px solid #a0c2e2;
    border-radius: 15px;
}
.about-page .block3 img{
 
      height: 420px;

}

.about-page .block1 img{
 
      height: 195px;
  
}
.about-page .block2 img{
 
      height:195px;
  
}

p.quiz-title{
  font-weight: 600;
font-size: 24px;
line-height: 150%;
text-align: center;
color: #4F4F4F;
  margin-bottom: 50px;
}

.first-ekran p.quiz-title{
    max-width: 460px;
    margin: 0 auto 30px auto;
}

.first-ekran p.quiz-text{

    max-width: 460px;
    margin: 0 auto 20px auto;
}

.first-ekran p.quiz-text{
  margin-bottom: 20px;
  font-weight: 400;
font-size: 20px;
line-height: 150%;
text-align: center;
color: #4F4F4F;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 20px;
  
}
.img-quiz{
      max-height: 286px;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    font-size: 13px;
    top: 40px;
    left: 10px;
    position: absolute;
    width: 280px;
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    top: 40px;
    left: 10px;
    position: absolute;
    width: 280px;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 3px solid #a0c2e2;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #a0c2e2;
}

.cf7mls_current_fs .cf7mls-btns #cf7mls-next-btn-cf7mls_step-1 {
   width: 100%;
    float: inherit;
  
}

.wpcf7-form {
    position: relative;
    border: 0px solid #eaeaea;
    overflow: hidden;
}

.cf7mls_next.action-button {
    background-color: #A0C2E2;
    color: #656464;
    font-weight: 500;
    padding: 13px 5px;
    min-width: 100px;
    border-radius: 100px;
}
.cf7mls_back.action-button {
    background-color: #a0c2e269;
    color: #666767;
    font-weight: 500;
    border-radius: 100px;
}

.cf7mls_progress_bar_percent_wrap .cf7mls_progress_barinner, .cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_barinner {
    background: #A0C2E2!important;
  
}

/* для элемента input c type="checkbox" */
.wpcf7-checkbox .wpcf7-list-item label>input, .wpcf7-form-control .wpcf7-list-item label>input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.wpcf7-checkbox .wpcf7-list-item label>span{
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.wpcf7-checkbox .wpcf7-list-item label>span::before, 
.wpcf7-form-control .wpcf7-list-item label>span::before {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.wpcf7-checkbox .wpcf7-list-item label>input:not(:disabled):not(:checked)+span:hover::before,
.wpcf7-form-control .wpcf7-list-item label>input:not(:disabled):not(:checked)+span:hover::before
{
  border-color: #a0c2e2;
}

/* стили для активного чекбокса (при нажатии на него) */
.wpcf7-checkbox .wpcf7-list-item label>input:not(:disabled):active+span::before,
.wpcf7-form-control .wpcf7-list-item label>input:not(:disabled):active+span::before
{
  background-color: transparent;
  border-color: #3730A3;
}

/* стили для чекбокса, находящегося в фокусе */
.wpcf7-checkbox .wpcf7-list-item label>input:focus+span::before, 
.wpcf7-form-control .wpcf7-list-item label>input:focus+span::before
{
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.wpcf7-checkbox .wpcf7-list-item label>input:focus:not(:checked)+span::before,
.wpcf7-form-control .wpcf7-list-item label>input:focus:not(:checked)+span::before
{
  border-color: #3730A3;
}

/* стили для чекбокса, находящегося в состоянии checked */
.wpcf7-checkbox .wpcf7-list-item label>input:checked+span::before,
.wpcf7-form-control .wpcf7-list-item label>input:checked+span::before
{
  border-color: #a0c2e2;
    background-color: transparent;
    background-image: url(././img/cheked.svg);
    border-width: 2px;
  background-size: 15px;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.wpcf7-checkbox .wpcf7-list-item label>input:disabled+span::before,
.wpcf7-form-control .wpcf7-list-item label>input:disabled+span::before
{
  background-color: transparent;
}


/* для элемента input c type="radio" */
.wpcf7-radio .wpcf7-list-item label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.wpcf7-radio .wpcf7-list-item label>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.wpcf7-radio .wpcf7-list-item label>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.wpcf7-radio .wpcf7-list-item label>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #3730A3;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.wpcf7-radio .wpcf7-list-item label>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #3730A3;
}

/* стили для радиокнопки, находящейся в фокусе */
.wpcf7-radio .wpcf7-list-item label>input:focus+span::before {
  
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.wpcf7-radio .wpcf7-list-item label>input:focus:not(:checked)+span::before {
  border-color: #3730A3;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.wpcf7-radio .wpcf7-list-item label>input:checked+span::before {
  border-color: #3730A3;
  background-color: transparent;;
  background-image: url(././img/check-radio.svg);
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.wpcf7-radio .wpcf7-list-item label>input:disabled+span::before {
  background-color: transparent;
}

.icon_block2-thrid {
   max-width: 980px;
  margin: 0 auto;
   
}

.icon_block2-five .icon_block2 .item .img img {
   
    max-width: 160px;
}

.icon_block2-six .icon_block2 .item .img img {
    max-width: 130px;
}

.gallery-item img{
 object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    border: 5px solid #a0c2e2;
    border-radius: 15px;
  transition: all 0.2s;
}

.gallery-item img:hover{
opacity: 0.7;
  transition: all 0.2s;
}
.sds-block .page-header p {
 
font-size: 16px!important;

}
.why-container .icon_block .item:hover h3 {
   color: #4F4F4F;
}
footer li.current-menu-item a {
    text-decoration: none;
    border: 0;
}


.work-container p{
  color: #4F4F4F;
}
.mega_menu{
  position: 
}
.close-menu{
   right: 50%;
    margin-right: -500px;
    position: absolute;
    color: #a0c2e2;
    z-index: 9999;
    padding: 30px;
    cursor: pointer;
    margin-top: -30px;
    font-size: 22px;
}

/*.loading {
    background: #fff url("/wp-content/uploads/2022/07/1488-1.gif") center center no-repeat;
}

.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
       -moz-transition: opacity 500ms ease-in-out;
          -o-transition: opacity 500ms ease-in-out;
             transition: opacity 500ms ease-in-out;
               max-width: 100%;
                 opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
}*/