/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

::-webkit-scrollbar { width: 3px; height: 1px;}

::-webkit-scrollbar-track {  background-color: #e64b4b;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb {  background-color: #e64b4b; }
::-webkit-scrollbar-corner { background-color: #e64b4b;}}
::-webkit-resizer { background-color: #e64b4b;}




article{border:0px!important;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;}
.home .wrapper {
    padding: 0 0 0px ;
}
body .wrapper {
    padding: 0px 0;
    background-color: #fff;
}
.ri.animated {
    -webkit-animation-duration:  2s!important;
    animation-duration: 2s!important;
    -webkit-animation-fill-mode:  forwards!important;
    animation-fill-mode: forwards!important;
}
#wrapper-footer .container {
    width: 100% !important;
}

.collapse.navbar-collapse .navbar-nav {
    flex-direction: inherit;
    justify-content: center;
}

.heder-vc .col-3{
   justify-content: flex-end;
   display: flex;

}

h1, h2, h3, p, a, li{
  font-family: 'Montserrat', sans-serif!important;
}
.entry-title, .entry-footer {display:none;}
body{

  font-family: 'Montserrat', sans-serif;
}
.img-fluid:hover{
transition: .3s ease-in-out;
}
.img-fluid:hover{

filter: grayscale(100%) brightness(50%);

}

.navbar.navbar-expand-md .container {
    width: 100% !important;
}
 body .navbar {
   background: #FFFFFF;
box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.1);
width: 100%;
position: fixed;
top:0;
left:0;
z-index: 1000;
padding: .7rem 2rem;
 }
.navbar-expand-md .navbar-collapse {
    width: 100%!important;
}
  .navbar  .collapse{
	display:block;
}

.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  display: flex;
  width: 140px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transition: border-color 0.66s ease-out, font-size 0.3s ease-out;
  }


.navbar-nav .current-menu-item .nav-link, .navbar-nav .nav-link:hover{
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}

.menu-item{
  position: relative;
  z-index: 0;
}




.try{
  font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 27px;
      background: linear-gradient(
  95.82deg
  , #E24848 1.4%, #FF6060 99.79%);
      box-shadow: 0px 0px 20px rgb(229 73 73 / 40%);
      border-radius: 115px;
      width: 240px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 0px;
      color: #fff;
      transition: .3s ease-in-out;
}

.try:hover, .try:active, .try:focus{
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgb(229 73 73 / 40%);
  background: linear-gradient( 95.82deg, #bd0303 1.4%, #FF6060 99.79%);

}


.site-main .container {
    width: 100% !important;
    max-width: 1420px !important;
}
.search .site-main {
    width: 100% !important;
    max-width: 1420px !important;
  padding-top: 81px
}

body .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #828282;
    background-color: #fff0;
    border: 0px solid #ddd;
    font-size: 18px;
}

.pagination {

    justify-content: center;

}


body  .page-item.active .page-link, body .page-link:hover {
    z-index: 2;
    font-weight: 600;
    color: #050505;
    background-color: #fff0;
    border-color: #00a9e0;
}


.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 40px 0;
}

.search .page-title{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bolder;
font-size: 28px;
line-height: 34px;
color: #000;
margin-bottom: 25px;
}
.home1{
  background: #FBFBFB;
  box-shadow: 0px 11px 57px rgb(0 0 0 / 19%);
  width: 100%;
  position: relative;
  padding-top: 88px;
}

.light-text{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
color: #828282;
margin-bottom: 25px;
}
.home1-bottom {
    background: url(/wp-content/uploads/2021/04/home-b.svg);
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    background-size: contain;
    align-items: center;
    height: 388px;
    margin-top: 50px;
    background-position: bottom;
}
.bold-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 76px;
    color: #333333;
    margin: 0px auto 20px;
}


.top-homm{
  margin-top: 30px;
}

.home-titles img{
margin-top: 40px
}


.show button {
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    display: block;
    width: max-content;
    display: flex !important;
    align-items: center;
    height: 56px;
    margin: 35px auto 0;
    color: #828282 !important;
    z-index: 31;
    cursor: pointer;
    text-indent: 0;
    border: 2px solid #E54949;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(229 73 73 / 40%);
    border-radius: 115px;
    padding: 0px 30px 0px 60px;
    position: relative;
    transition: .3s ease-in-out;
    overflow: hidden;
    background: #fff;
}
.show button::before {
    content: url(/wp-content/uploads/2021/04/show-1.svg);
    left: 15px;
    top: 8px;
    z-index: 10;
    position: absolute;
}
.show button:hover, .show button:active, .show button:focus{
  text-decoration: none;
    color: #fff !important;
    border: 2px solid #E54949;
    background:#fff;
    box-shadow: 0px 0px 10px rgba(229, 73, 73, 0.4);
}
.show button:hover::before {
    filter: grayscale(100%) brightness(265%);
}
.show button:hover::after {
  left: 0%;
  right: auto;
  width: 100%;
}
.show button::after {
  display: block;
  position: absolute;
  border-radius: 115px;
  top: 0px;
  left: 0%;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';

  color: #fff !important;
  background: linear-gradient(
95.82deg
, #E24848 1.4%, #FF6060 99.79%);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

}


.h2-b3{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 34px;
text-align: center;
color: #333333;
margin-bottom: 26px;
}



.home1_1 {
    position: absolute !important;
    bottom: 30px;
    left: calc(50% - 25px);
}

.circular-arrow {
      width: 58px;
      height: 33px;
      position: relative;
      animation: down 1.5s infinite;
      box-sizing: border-box;

}
.circular-arrow img{
  opacity: .3;
}
@keyframes down {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateY(15px);
  }
  40% {
  transform: translate(0);
  }
}


.home2 {
  padding-top: 108px ;
  padding-bottom: 80px;
}

.home2 p{

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  color: #828282;
}


/* .home2 p br{
display: none;
} */

.h2-b2{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;
text-align: center;
color: #333333;
margin-bottom: 26px;
}

.widget_mc4wp_form_widget{display: none;}
.home3{
  background: url(/wp-content/uploads/2021/02/home3.svg);
min-height:760px;
background-size: 100%;
}
/* .info-block{
  margin-top: 70px;
} */
.home .info  .aio-icon-header{
  margin-top: -20px;
}
.home .info .aio-icon-title{
  font-style: normal;
font-weight: normal;
font-size:18px;
line-height: 22px;
font-family: 'Montserrat', sans-serif;
color: #F2F2F2;
}

.home .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 0px 0 0px;
}


.home4 {
    top: -124px;
    background: url(/wp-content/uploads/2021/02/home4.svg);
    padding-top: 300px;
    padding-top: 124px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home4-1 {
    padding-top: 77px;
    box-shadow: 0px 20px 32px rgb(0 0 0 / 4%);
    margin-bottom: 65px;
}
.videos {
	 top: -60px;
    margin: 0 auto 5%;
}
.home .videos {
    margin: 0 auto 5%;
}
.videos .wpb_video_widget .wpb_wrapper iframe {
    border-radius: 16px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}

.error-block{
  width: 100%;
  max-width: 1004px;
  margin: 54px auto 60px !important;
  background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.21);
border-radius: 14px;
padding-top:47px;
padding-right: 51px;
padding-bottom: 31px;
}

.list-error{
  height: 501px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.list-error::-webkit-scrollbar {
width: 20px;
height: 111px;
border-radius: 81px;
}

.list-error::-webkit-scrollbar-thumb {
    background-color: #E14848;
    border-radius: 81px;
    width: 10px;
}

.list-error::-webkit-scrollbar-track {
background: #828282;
border-radius: 100px;
border-left: 6px solid white;
border-right: 6px solid white;
}

 .list-error::-webkit-scrollbar-track-piece {
background: #828282;
border-radius: 100px;
border-left: 6px solid white;
border-right: 6px solid white;
  }

.list-error ul{
  list-style: none;
  width: 100%;
  max-width: 742px;
}
.list-error li{
  font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #828282;
      margin: 15px 0;
      display: inline-block;
}
.Download {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #FFFFFF;
    background: linear-gradient( 95.82deg, #E24848 1.4%, #FF6060 99.79%);
    box-shadow: 0px 0px 26px rgb(175 63 63 / 68%);
    border-radius: 119px;
    padding: 20px 45px;
    margin: 0px auto 25px !important;
    display: inline-block;
    width: auto;
  transition: all 0.4s ;
}
.Download:hover, .Download:active, .Download:focus{
  color: #fff !important;
  text-decoration: none;
    box-shadow: 0px 0px 0px rgb(175 63 63 / 68%);
    background: linear-gradient( 95.82deg, #bd0303 1.4%, #FF6060 99.79%);

}
 .guide{
   padding-top: 114px;
   margin: 50px 0 90px;
 }
.download1{
  padding-top: 114px;
  padding-left: 48px !important;
  margin: 50px 0 15px;
}
.h2-download{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
margin-bottom: 53px;
font-size: 64px;
line-height: 78px;
color: #000000;
}

.download1 p{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 32px;
color: #000000;
margin-bottom: 29px;
}
.but_down.home_1{
  margin: 50px auto;
width: 100%;
display: flex;
justify-content: center;

}
.but_down {
  margin-top: 30px;
  display: inline-block;
}
.but_down .wpb_wrapper{
  display: flex;
      flex-wrap: wrap;

}
.download_dow{
  overflow: hidden;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
color: #F2F2F2;
background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
box-shadow: 0px 0px 22px rgba(229, 73, 73, 0.4);
border-radius: 115px;
width: 267px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 30px;
position: relative;
z-index: 1;
transition: all 0.4s ;
}

.download_dow.hovered{
color: #E54949;
border: 2px solid #E54949;
z-index: 1;
 transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);}


.download_dow.hovered:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.download_dow:before {
  display: block;
  position: absolute;
  border-radius: 115px;
  top: 0px;
  left: 0;
  right: 0px;
  height: 100%;
  width: 0px;
  content: '';
  z-index: -1;
  color: #E54949!important;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

}


.download_dow:hover, .download_dow:active, .download_dow:focus{
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(229, 73, 73, 0.4);
  background: linear-gradient( 95.82deg, #bd0303 1.4%, #FF6060 99.79%);
}

.download_buy{
  z-index:10;
overflow: hidden;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
color: #E54949;
border: 2px solid #E54949;
width: 267px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 0px 22px rgba(229, 73, 73, 0.4);
border-radius: 115px;
position: relative;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}


.download_buy:hover {
  color: #fff !important;
  background-color: transparent;
  border-radius: 115px;
  text-decoration: none;
}
.download_buy:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.download_buy:before {
  display: block;
  position: absolute;
  border-radius: 115px;
  top: 0px;
  left: 0%;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';

  color: #000 !important;
  background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

}


.download2{
  padding-top: 87px;
padding-bottom:  72px;
  background: #FFFFFF;
box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
}
.download2_b{
  width: 100%;
  padding-left: 48px !important;
  max-width: 1340px;
  margin: auto!important;
}
.a_download2 h3{
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}
.a_download2 a{
  color: #E54949;
}
.a_download2 a:hover{
  color: #E54949;
}
.list-hide li{
  font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 43px;
letter-spacing: 0.01em;
color: #000000;
padding-left: 20px;
}
.list-hide ul{
  margin: 0;
  padding-left: 28px;
  list-style: url(/wp-content/uploads/2021/02/ellipse.svg);
}


.content_toggle {
font-style: normal;
font-weight: 500;
font-size: 22px;
padding:  15px 39px;
margin-top: 70px;
letter-spacing: 0.01em;
color: #E54949;
display: inline-block;
background: #FFFFFF;
box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.15);
border-radius: 92px;
}

.content_toggles{
font-style: normal;
font-weight: 500;
font-size: 22px;
padding:  15px 39px;
letter-spacing: 0.01em;
color: #E54949;
display: inline-block;
background: #FFFFFF;
box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.15);
border-radius: 92px;
}

.content_toggle:hover , .content_toggles:hover{
  text-decoration: none;
  color: #E54949;
    box-shadow: 0px 0px 20px rgba(229, 73, 73, 0.15);
}
.content_toggle:active, .content_toggle:focus, .content_toggles:active, .content_toggles:focus{
text-decoration: none;
color: #E54949;
}

.faq{
  padding-top: 81px;
    padding-left: 48px !important;
    margin: 50px 0 40px;
}
 .faq1{
   padding: 0!important;
 }
.faq_h2{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 67px;
  color: #333333;

}
.f-list {
  height: 863px;
    overflow-y: scroll;
  max-width: 1300px;
  margin: 0 auto 100px!important;

}

.f-list::-webkit-scrollbar {
width: 12px;
height: 111px;
border-radius: 81px;
}

.f-list::-webkit-scrollbar-thumb {
  background-color: #E14848;
  border-radius: 81px;
  width: 10px;
}

.f-list::-webkit-scrollbar-track {
background: #828282;
border-radius: 100px;
border-left: 3px solid white;
border-right: 3px solid white;
}

.f-list::-webkit-scrollbar-track-piece {
background: #828282;
border-radius: 100px;
border-left: 3px solid white;
border-right: 3px solid white;
}



.list_faq{
    max-width: 1230px;
}

.faq1  .vc_tta-panel-body p{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
color: #353535;

}
.faq1 a, .faq1 a:hover {
    color: #E54949;
}
.faq1 .vc_tta-panels-container {
  padding-top: 15px;
}
.faq1 .vc_tta-panel.vc_active {
    background: #FFFFFF;
    box-shadow: 0px 9px 16px rgb(0 0 0 / 13%);
    border-radius: 6px 14px 6px 14px !important;
    margin: -15px 0 21px;
    overflow: hidden;
    z-index: 100008;
}
 .faq1  .vc_tta-panel-heading {
   background-color: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #4F4F4F !important;
    border-radius: 0 !important;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin-bottom: 1px !important;
    padding-left: 33px ;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 100px;
}

.faq1  .vc_tta.vc_general .vc_tta-panel-title>a{
  padding: 0!important
}
.faq1  .vc_tta-panel.vc_active .vc_tta-panel-heading{
  border: 0 !important;
  border-top: 5px solid #E54949 !important;
}

.faq1  .vc_tta-panel-body{
  padding-left: 33px!important;
  padding-bottom: 45px!important;
  border: 0!important;
}

.faq1 .vc_tta-panel{
transition: all 0.4s
}

.faq1  .vc_tta-panel-title{
font-weight: 600;
font-size: 20px;
line-height:43px !important;
color: #353535;
position: relative;
}




  .faq1 .vc_tta-panel-title a::after {
    content: url(/wp-content/uploads/2021/02/arow-1.svg);
    position: absolute;
    width: 36px;
    height: 36px;
     right:-60px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
    border-radius: 100%;
    transition: 0.4s;

}

.faq1 .vc_tta-panel.vc_active .vc_tta-panel-title a::after{
    background: #343333;
    transform: rotateZ(180deg);
}


.page-id-19 .сontact1 {
    padding-top: 114px;
    padding-left: 48px !important;
    margin: 0px 0 60px;
}


.сontact1{
  padding-top: 114px;
    padding-left: 48px !important;
    margin: 90px 0 90px;
}


.сontact-h2{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
margin-bottom: 30px;
font-size:48px;
line-height:59px;
color: #000000;
}

.cont_p p{
font-size: 24px;
line-height: 29px;
color: #000000;
}


.сontact1 .wpcf7 {
    max-width: 497px !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 17%);
    border-radius: 12px;
    padding: 51px 57px 30px;
    margin: 5px 0 !important;
}
.сontact1 .wpcf7 p{margin: 0!important;}
.сontact1 .wpcf7 label{
  margin-bottom: 30px;
}
body .сontact1 .wpcf7 input, .сontact1 .wpcf7 textarea{
  border: 1px solid #000000;
box-sizing: border-box;
border-radius: 8px;
font-size: 14px;
line-height: 17px;
padding: 22px 30px;
position: relative;
}


body .сontact1 .wpcf7 input[type=text]:active,
 body .сontact1 .wpcf7 input[type=email]:active,
body .сontact1 .wpcf7 textarea:active {
    border-color:  #B4B4B4!important;
}
body .сontact1 .wpcf7 input[type=text]:focus,
 body .сontact1 .wpcf7 input[type=email]:focus,
body .сontact1 .wpcf7 textarea:focus {
    border-color:  #B4B4B4!important;
}
.wpcf7 .your-email, .wpcf7 .your-name, .wpcf7 .your-message{
  display: block;
  position: relative;
}
.wpcf7 .your-email::before , .wpcf7 .your-name::before, .wpcf7 .your-message::before{
    content: '*';
    left: 15px;
    font-size: 30px;
    top: 10px;
    position: absolute;
    z-index: 10;
}
body .сontact1 .wpcf7 input::placeholder, .сontact1 .wpcf7 textarea::placeholder{
  color: #B4B4B4
}

body .сontact1 .wpcf7 input[type=submit] {
    padding: 11px 68px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    margin: auto;
    display: block;
    width: auto;
    line-height: 21px;
    border: 0;
    color: #F2F2F2;
    background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
    box-shadow: 0px 0px 22px rgb(229 73 73 / 40%);
    border-radius: 115px;
    overflow: hidden;
     transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

body .сontact1 .wpcf7 input[type=submit]:hover{
background: linear-gradient(95.82deg, #FF6060 1.4%,   #E24848 99.79%);
  box-shadow: 0px 0px 12px rgb(229 73 73 / 40%)!important;
 transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}


.сontact2 {
  margin-top: 70px;
    padding: 67px 85px!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px rgb(0 0 0 / 10%);
}
.сontact2 iframe {
    border-radius: 14px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 21%);
}

.сontact2 .h3{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #000000;
}
.cont-p p{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
margin-bottom: 42px;
color: #000000;
}
.cont-p a{
  color: #000000;
  font-weight: bold;
}
.cont-p a:hover {
    color: #ee5252;
    font-weight: bold;
    text-decoration: none;
}

.border{
  position: relative;
  padding-bottom: 110px
}
.border::after{
  bottom: 0;
  content: '';
  position: absolute;
width: 324px;
height: 18px;
left: 0;
background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
border-radius: 63px;}




.order{
  background: url(/wp-content/uploads/2021/02/order.svg);
    background-size: cover;
  padding-top: 113px;
}

.title-order{
  margin-top: 70px;
}


.title-order h2{
  font-style: normal;
font-weight:bold;
font-size: 48px;
line-height: 59px;
color: #000000;
margin-bottom: 0;
}


.title-order p{
font-size: 28px;
line-height: 34px;
color: #000000;
}


.orders > .wpb_column > .vc_column-inner > .wpb_wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.orders-cont{
width: 100%;
max-width: 341px;
background: #FFFFFF;
box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.15);
border-radius: 10px;
padding: 27px 33px ;
margin: 30px !important;
height: fit-content;
}

.orders-cont .vc_column-inner{
  padding: 0 !important;
}

.orders-cont .h2{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #333333;
margin-bottom: 6px;
}
.h2.smoll{
  font-size: 24px;
}
body .orders-cont p{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #000000;
margin-bottom: 20px !important;
}


.sale{
  display: none;
}
.orders-cont p.prise{
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;
color: #333333;
}

.star {
  margin-bottom: 30px;
}


.list-order {

    width: 341px;
    margin-left: -12%;
    padding-top: 50px;
    box-shadow: inset 0 17px 17px -5px rgb(0 0 0 / 15%);
}
.list-order h3 {
    list-style: none;
    color: #e84d4d;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.list-order ul{
  list-style: none;
    padding-left: 33px;

}
.list-order li{
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #333333;
margin-bottom: 18px;
position: relative;
    display: flex;
    align-items: center;
}

.list-order li::before{
  margin-right: 20px;
  content: url(/wp-content/uploads/2021/02/ellipse2.svg);
}


.signUpButton{
font-style: normal;
font-weight: normal;
font-size: 19px;
line-height: 23px;
color: #FFFFFF;
background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
box-shadow: 0px 0px 22px rgba(255, 0, 0, 0.53);
border-radius: 176px;
padding: 16px 62px;
overflow: hidden;
display: inline-block;
position: relative;
z-index: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.signUpButton.sale{display: none;}
.signUpButton:hover {
  text-decoration: none;
color: #f5f0f0;
   box-shadow: 0px 0px 0px rgba(255, 0, 0, 0.53);
	background: linear-gradient( 95.82deg, #bd0303 1.4%, #FF6060 99.79%);
}


.switch {
    position: relative;
    display: inline-block;
margin-bottom: 0
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    width: 97px;
    height: 28.72px;
    background: #FFFFFF;
    border-radius: 64px;
}


.slider::before {
      border-radius: 50%;
      position: absolute;
      content: "";
      height: 55px;
      width: 55px;
      left: -5px;
      bottom: -12px;
      background: #333;
      transition: .4s;

}

.slider:hover::before,.slider.round.in:hover::before  {
    box-shadow: 0px 0px 22px rgb(107 5 5);
}


.slider.round.in:before {
    -webkit-transform: translateX(52px);
    -ms-transform: translateX(52px);
    transform: translateX(52px);
    background: #fff;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
}
.slider.round.in{
  background: #333;
}
 span.year {
       font-style: normal;
       font-weight: bold;
	 cursor:pointer;
       font-size: 22px;
       color: #FFFFFF;
       width: 290px;
       line-height: 27px;
       display: inline-block;
       margin: 1px 0px 0 118px;
}

.year-button {
     margin: 40px auto 90px;
    width: 100%;
    max-width: 1544px;
}

.sale.shows {
    display: flex!important;
    position: relative;
}
.signUpButton.sale.shows{
    display: inline-block!important;
}

.priss.hide {
    display: none !important;
}

.orders-cont p.prise strong{
  display: inline-block;
      text-decoration: line-through;
      color: #f85b5b!important;
      font-size: 20px !important;
      font-weight: 600;
      top: -24px !important;
      right: 0;
      position: absolute;

}

.post-type-archive-articles .site-main,
.single-articles .wrapper .site-main,  .post-template-default .wrapper .site-main{
padding-top:114px;
width: 100%;
}
.blog .site-main{
  padding-top:81px;
  width: 100%;
}
.right-blog{
  text-align: center;
}
.right-blog h3{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #F2F2F2;
margin-top: 15px;
}

.blog-cint .arch_h1{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 74px;
line-height: 90px;
color: #F2F2F2;
}
.blog-cint .taxonomy-description p{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 29px;
color: #F2F2F2;
}

.blog .posts .articles-list {
    list-style: none;
    height: 600px;
    overflow-y: scroll;
    padding: 0px;
}


.container.blog-cint{
  width: 100%;
  max-width: 1450px;
  margin: auto;
}

.char-head.blog-top {
    margin-top: 65px;
    margin-bottom: 92px;
}

.arch_h1{
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 59px;
color: #000000;
}
.taxonomy-description{
  width: 100%;
  max-width: 680px;
}
.taxonomy-description p{
  font-size: 24px;
line-height: 29px;
color: #000000;

}
  .understrap-read-more-link{
    font-family: 'Montserrat', sans-serif !important;
        font-style: normal;
        border: 0 !important;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 15px !important;
        color: #F2F2F2 !important;
        background: linear-gradient(
    95.82deg
     , #E24848 1.4%, #FF6060 99.79%);
        box-shadow: 0px 0px 26px rgb(175 63 63 / 68%);
        border-radius: 119px !important;
        padding: 15px 45px !important;
        margin-top: 25px !important;
        display: inline-block;
        width: auto;
        transition: all 0.4s !important;
}

  .understrap-read-more-link:hover,   .understrap-read-more-link:active,   .understrap-read-more-link:focus {
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0px 0px 0px rgb(175 63 63 / 68%);
    background: linear-gradient(
95.82deg
, #bd0303 1.4%, #FF6060 99.79%);
}

.char-head{
  margin-top: 118px;margin-bottom: 60px;
}
.wrapper.blog{
background: url(/wp-content/uploads/2021/03/blog.svg);
background-size: cover !important;
}

#searchform{
  width: 100%;
  max-width: 374px;
  border: 1px solid rgb(0 0 0 / 70%);
      box-sizing: border-box;
      border-radius: 8px;
      margin:30px auto;
}
.submit.btn.btn-primary {
  position: absolute;
  top: 0;
  right: 0px;
  width: 42px;
  height: 37px;
      border: none;
      background-position: center !important;
      background-repeat: no-repeat!important;
  background:  url(/wp-content/uploads/2021/03/serch.svg);
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  z-index: 1000000;
  font-size: 0;
}


.post-lists.serch-top{
  padding-top: 80px
}
.blog-serch{
  margin: 45px auto;
}

h3.old{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 46px;
    padding: 0 32px;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 39px;
color: #333333;
opacity: 0.9;
}


.serch-top{
    display: flex;
    align-items: center;
}
#text-2{
		margin-bottom:37px;
	}
.l-link{
    justify-content: center;
    text-align: center;

}
.char_h1{
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 61px;
color: #353535;}

.single-articles h3, .post-template-default h3{
font-style: normal;
font-weight: bold;
font-size: 26px;
line-height: 56px;
color: #353535;
margin-top: 47px;
}

.single-articles p, .single-articles li, .post-template-default p, .post-template-default li{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 38px;
color: #353535;
position: relative;
margin-bottom: 20px;
}

.single-articles ul, .single-post ul{
    padding: 0;
    list-style: none;
}

.single-articles .entry-content li::before, .post-template-default .entry-content li::before {
    content: url(/wp-content/uploads/2021/02/ellipse3.svg);
    position: absolute;
    left: -40px;
}

.single-articles .entry-content .a_download2 h3 , .post-template-default .entry-content .a_download2 h3  {
    font-weight: 500;
    margin: 40px 0 100px !important;

}

.single-articles .entry-content .a_download2 a,.post-template-default .entry-content .a_download2 a  {
    font-weight: bold;
}
.post-template-default .col-12 h1, .post-template-default .col-12 h2{
  font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 70px;
    color: #353535;
    font-weight: 400 !important;
}

.post-template-default strong {
    font-weight: inherit;
    font-weight: 400;
}

.post-template-default .col-12 img{
margin: 30px auto;
}

.single-articles .entry-content a{
  color: #E54949
}
.single-articles .entry-content a:hover{
  color: #E54949;
}

.posts .articles-list{
  list-style: none;
  height: 720px;
      overflow-y: scroll;
      padding:  0px;
}

.blog .post-block{

padding-top: 111px;
padding-bottom: 111px;
  background: #f7f7f9;
  box-shadow: 0px -1px 37px rgb(0 0 0 / 0%);
}


.post-block{

padding-top: 111px;
padding-bottom: 111px;
  background: #FFFFFF;
box-shadow: 0px -1px 37px rgba(0, 0, 0, 0.16);
}
.posts  .articles-list::-webkit-scrollbar {
width: 12px;
height: 156px;
border-radius: 81px;
}

.posts  .articles-list::-webkit-scrollbar-thumb {
  background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
    border-radius: 81px;
}

.posts  .articles-list::-webkit-scrollbar-track {
background: #333333;
border-radius: 100px;
border-left: 3px solid white;
border-right: 3px solid white;
}

.posts  .articles-list::-webkit-scrollbar-track-piece {
background:#333333;
border-radius: 100px;
border-left: 3px solid white;
border-right: 3px solid white;
}

.posts{
  width: 100%;
    max-width: 1134px;
    margin:  auto  !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.08);
padding-right: 32px;
padding-top: 30px;
padding-bottom: 30px;
    border-left: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
    -webkit-border-image: -webkit-linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
    border-image: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);

    border-image-slice: 1;



}

.posts ul li{
   display: flex;
   width: 100%;
   max-width: 1034px;
   border-radius: 0 100px 100px 0px;
}
.posts ul li a{
  padding: 15px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 41px;
  color: #353535;
width: 90%;
}
.posts ul li a:hover{
text-decoration: none;
}
.posts ul li:hover{
  background: linear-gradient(
  95.82deg
  , rgb(226 72 72 / 20%) 1.4%, rgb(255 96 96 / 20%) 99.79%);

}
.blog .post-lists {
    justify-content: center;
    width: 100%;
    margin: 0;
}

.serch-top .col-lg-6{
  margin-bottom: 25px;
}

.blog .list-new, .search .row.post-lists, .search .container.main-container, .search .container {
    padding: 0;
    margin: auto;
    width: 100%;
    max-width: 1300px;
}
.col-lg-6.col-xl-4.col-md-12.link-post{
  margin: 15px;
}
.post-lists{
  justify-content: space-between;
}
.link-post{
  width: 100% !important;
  max-width: 378px !important;
  /* height: 378px; */
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 0 !important;
}
.link-post article{
border-radius: 13px;
   width: 100%;
   height: 100%;
   /* padding: 0 40px !important; */
   /* display: none; */
   align-items: center;
   /* background-color: rgb(0 0 0 / 60%);
     transition: all 0.4s; */
}
/* .link-post:hover article{
  display:flex;

} */

.link-post article img.wp-post-image {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    border-top: 0;
}
.link-post article .post-ms-cat-info a img:hover{
  opacity: 0.7;
}
.post-ms-cat-date{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #333;
margin: 10px 0 0;
}

.post-ms-cat-excerpt{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #333;
}
.link-post h2 {
  line-height: 20px!important;

}
.link-post h2 a{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #333;
}

.link-post h2 a:focus, .link-post h2 a:hover {
    color: #f95b5b;
    text-decoration: none;
}


body #wrapper-footer.wrapper {
  padding: 2rem 2rem;
    background: linear-gradient(95.82deg, #E24848 1.4%, #FF6060 99.79%);
    box-shadow: 0px -4px 47px rgba(0, 0, 0, 0.13);
}

#wrapper-footer .col-7, #wrapper-footer .col-3{
  padding: 0
}
.navbar-nav.footer {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
}

.navbar-nav.footer .menu-item .nav-link {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 22px !important;
color: #FFFFFF;
display: flex;
margin: 0 20px;
width: auto;
    height: 48px;
    align-items: center;
    justify-content: center;
position: relative;

    transition: border-color 0.66s ease-out, font-size 0.3s ease-out;
}

.navbar-nav.footer .nav-link::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.navbar-nav.footer .nav-link:hover:after,.navbar-nav.footer .current-menu-item .nav-link::after{
    width: 100%;
    left: 0;
}
.navbar-nav.footer .current-menu-item .nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 26px!important;
}

.mc4wp-form-fields ,.contacttext{
  display: flex;
}
#contactform .contacttext input, #contactform .contacttext input:focus {
    border: 1px solid #0000;
    outline: 0;
    border-radius: 90px;
    padding: 0 21px 0;
    font-size: 20px;
    height: 59px;
    width: 390px;
    margin: 0 0 0 30px;
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
color: #B4B4B4;
}
.contactsend{
  position: absolute;
right: 0;
top: 0px;
}
#contactform{
    position: relative;
}
#contactform .contactsend input {
    font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
background: #333333;
border-radius: 96px;
color: #FFFFFF;

    padding: 19px 16px !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    border: 1px solid #333333;
    margin: 0 0 0 -10px;
    transition: ease .4s;
}

.search.search-results{
  padding-top: 81px;
}




.mobile-header,.mobile-footer{
  display: none;
}


@media screen and (max-width:  1747px){
  #contactform .contacttext input, #contactform .contacttext input:focus {
    width: 100%;}
    .contactsend {
        right: -70px;
    }
}


@media screen and (max-width:  1632px){
  .orders-cont {
      margin: 20px !important;
  }

}

@media screen and (max-width:  1554px){

  .orders-cont {
     width: 100%;
      max-width: 310px;
      padding: 27px 14px;
  }

  .list-order {
      max-width: 310px;
      margin-left: -5%;
  }

}

@media screen and (max-width:  1550px){
  p, li, a, .home .top-icon .aio-icon-header h3.aio-icon-title {
    font-size: 1.3vw !important;
  }
  .list-error li {

      margin: 0 !important;
      line-height: 50px;
  }
  .h2-b2 {
    font-size: 40px;
    line-height: 59px;
    margin-bottom: 0;
}
.posts ul li a {
    padding: 10px 30px;
    font-size:14px!important;
}
body .сontact1 .wpcf7 input, .сontact1 .wpcf7 textarea {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px 29px;
    position: relative;
}
}


@media screen and (max-width:  1429px){

  .orders-cont {
      margin: 10px !important;
  }
  .list-order ul {
    list-style: none;
    padding-left: 12px;
}

}
@media screen and (max-width:  1349px){
  .orders > .wpb_column > .vc_column-inner > .wpb_wrapper {
      justify-content: space-between;
  }
  .orders-cont {
    margin: 0px !important;
}

.dex-foo .col-2, .dex-foo .col-3, .dex-foo .col-7{
  flex: 100%;
  max-width: 100%;
  align-items: center;
    justify-content: center;
    text-align: center;
}




.footer_menu{
  justify-content: center;
display: flex;
margin: 20px auto;
}

#contactform .contacttext input, #contactform .contacttext input:focus {
    margin: 0;
}

.widget_mc4wp_form_widget{
  justify-content: center;
display: flex;
}


}
@media screen and (max-width:  1310px){
  .h2.smoll {
    font-size: 23px;
}
  p, li, a, .home .top-icon .aio-icon-header h3.aio-icon-title {
    font-size: 1.6vw !important;
}
  .orders-cont {
    width: 100%;
    max-width: 290px;
    padding: 27px 10px;
}
.list-order {
    max-width: 290px;
    margin-left: -4%;
}
}

@media screen and (max-width:  1232px){
  .orders > .wpb_column > .vc_column-inner > .wpb_wrapper {
      justify-content: center;
  }
  .list-order {
      max-width: 341px;
      margin-left: -12%;
  }
  .orders-cont {
      width: 100%;
      max-width: 341px;
      background: #FFFFFF;
      box-shadow: 0px 0px 37px rgb(0 0 0 / 15%);
      border-radius: 10px;
      padding: 27px 33px;
      margin: 30px !important;
      height: fit-content;
  }
  .list-order ul {
      list-style: none;
      padding-left: 33px;
  }


.navbar-expand-md > .container,  .heder-vc > .container{
  padding: 0
}


}
@media screen and (max-width:  1200px){
  .home3 {
    background: url(/wp-content/uploads/2021/02/home3.svg);
    min-height: 922px;
    background-size: cover;
    background-repeat: no-repeat;
}
}

@media screen and (max-width:  1500px){
  .navbar-nav.footer .menu-item .nav-link {
    font-size: 18px !important;
}
.faq {
    padding-top: 114px;
    padding-left: 48px !important;
    margin: 30px 0 30px;
}

}


@media screen and (max-width:  992px){
  .h2-download, .сontact-h2 {
      font-size: 53px;
      line-height: 78px;
  }
  .download1{padding-left: 0!important}
.single .col-8, .single .col-4{
  flex: 100%;
    max-width: 100%;
}
.single .col-4{
  justify-content: center;text-align: center;
}
.char_h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
  line-height: 40px;
    color: #353535;
}
.post-template-default .col-12 h1, .post-template-default .col-12 h2{
    font-size: 25px;
line-height: 40px;
}

}
@media screen and (max-width:  1024px){

  .single-articles ul, .single-post ul {
    padding-left:  20px;
    list-style: none;
}

  .single-articles p, .single-articles li, .post-template-default p, .post-template-default li {
      font-size: 18px;

  }

  #single-wrapper > .container {
      width: 100%;
      max-width: 100%;
  }
  .mobile-footer{
    display: flex;
  }


    .navigation_btn.open .navigation_btn-close {
        left: 246px;
        width: 37px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 25px;
    }
        .navigation_navbar1.open {
        left: 0; z-index: 10;
        transition: all 0.6s ease; }
.navbar.navbar-expand-md, .dex-foo{display: none;}
.mobile-header{
  position: fixed;
      display: flex;
      background: #FFFFFF;
    box-shadow: 0px 4px 43px rgb(0 0 0 / 10%);
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
}
.navigation_btn {
  display: flex;
  order: 3;
  justify-content: flex-end;
  width: 30px;
  margin-left: 25px;
  align-items: center;
  cursor: pointer; }
  .navigation_btn .navigation_btn-burger {
  width: 30px;
position: relative;}
  .navigation_btn .navigation_btn-burger span {
  width: 100%;
  height: 2px;
  background-color: #1c1c1c;
  display: block;
  margin-top: 7px; }



  .navigation_btn .navigation_btn-close {
  display: block;
  position: fixed;
  top: 20px;
  z-index: 11;
  left: -60px;
  transition: left 0.6s ease; }
  .navigation_btn .navigation_btn-close svg {
  width: 20px;
  height: 20px; }
  .navigation_btn .navigation_btn-close svg:hover {
  fill: #E54949!important; }

  .navigation_navbar1 {
    display: block;
    width: 285px;
    background-color: #fff !important;
    position: fixed;
    height: 100vh;
  top: 0;
  z-index: 2;
  padding-top: 60px;
  max-width: 100%;
  left: -285px;
  transition: all 0.6s ease;
  }

  #menu-mobile{
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      justify-content: center;
  }

	
.navigation_navbar1 ul li{
  margin:0 0 15px;
  text-align: center;
}
  .navigation_navbar1 ul li a{

    font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 29px;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.66s ease-out, font-size 0.3s ease-out;
    }

  .navigation_navbar1 ul li a:hover,   .navigation_navbar1  .current-menu-item a{
  font-style: normal;
    font-weight: bold;
    font-size: 26px;
    text-decoration: underline;
}

    .side.widget {
    display: flex;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.contacts.menu a{
  font-size: 19px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 2.14;
letter-spacing: normal;
text-align: left;
color: #1c1c1c;
}

#menu-menu-1{
  padding: 0;
}



      .navigation_navbar1  li{list-style: none; width: 100%;}
      .navigation_navbar1.open {
      left: 0; z-index: 10;
      transition: all 0.6s ease;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
    }
    .home .wrapper {
    padding: 60px 0 0px;
}
.textwidget.custom-html-widget{width:100%;}

.list-error {
    height: 766px;
    overflow-y: scroll;
    padding-left: 0;
    scrollbar-width: thin;
}
.home1 {
    height: auto;
}

.home1_1 {
    position: relative !important;
}

.h2-b2 {
    font-size: 34px;
    margin-bottom: 32px;
}
.home .info .aio-icon-title {
    font-size: 20px;
}
.list-error li {
    font-size: 20px;
    margin: 10px 0;
}


.Download {
    font-size: 25px;
    padding: 24px 80px;
    margin: 12px auto 12px !important;
}
.videos {
    margin: 25px auto;
}

.home4 {
    top: -120px;
    background: url(/wp-content/uploads/2021/02/home4.svg);
    padding-top: 142px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.home2 p {
    font-size: 18px;
}
.home2 p br {
    display: none;
}
.error-block {
    width: 100%;
    max-width: 1252px;
    margin: 15px auto 60px !important;

}

.char-head {
    margin-top: 18px;
    margin-bottom: 60px;
}


}



@media screen and (max-width:  767px){

.ult_modal.ult-container, .ult_modal.ult-medium, .ult_modal.ult-small {
     width: 100% !important;
}	
.ult-open>.ult_modal div.ult_modal-body>iframe {
    display: block;
    width: 100% !important;
}	
	
body .ult-overlay-close.popup-edge-top-right {
    left: auto;
	width: 40px;
    height: 40px;
    background-color: #0a0a0a!important;
    border-radius: 50%!important;
    padding: 0!important;
    box-sizing: content-box;
    top: -41px!important;
    right: 0!important;
    z-index: 100000000;
}	
	
	
	
.blog-cint .row .col-8, .blog-cint .row .col-4{
  width: 100%;
  flex:100%;
  flex: 100%;
max-width: 100%;
text-align: center;
}


  p, li, a, .home .top-icon .aio-icon-header h3.aio-icon-title {
      font-size: 18px !important;
  }

  .orders-cont p.prise {

      font-size: 35px!important;

  }


  .bold-text {
      font-size: 50px;
  }

  .light-text {
      font-size: 22px;
  }
  .home3 {
      min-height: 650px;
      background-size: 100%;
      background: #f85a5a;
	  padding-bottom: 40px;
  }
  .home .top-icon .aio-icon-header h3.aio-icon-title {
      margin: -25px 0 0px;
  }
.home4 {
      padding: 42px 0 0 !important;
      top: 0px;
      background: #ffffff;
}
.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
    width: 95% !important;
}
.h2-b2 {
    font-size: 26px;
    margin-bottom: 32px;
    line-height: 40px;
}
.list-error {
    overflow-x: hidden;

}
.error-block {
    padding-top: 56px;
    padding-right: 0px;
    padding-bottom: 31px;
}
.list-error ul {
    list-style: none;
    width: 100%;
    max-width: 742px;
    padding: 0;
}
.list-error li {
    font-size: 18px;
}
body .col-7,body .col-5, body .col-6{
  flex: 100%;
    max-width: 100%;
}
.mobile-footer{
  text-align: center;
}
.footer-logo{
  margin-bottom: 25px
}
.arch_h1 {
    margin-bottom: 40px;
}
.taxonomy-description{
    margin-bottom: 40px;
}

.posts ul li a {
    padding: 10px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #353535;
    width: 90%;
}

.mobile-footer .container{
  padding: 0;
}

#contactform .contacttext input, #contactform .contacttext input:focus{
  margin:0;
}
.side.widget {
  margin-top: 20px;
    padding: 0px;
    justify-content:center;
}
span.year {
    font-size: 19px;
    width: auto;
    display: inline-block;
    margin: 1px 0px 0 118px;
}
.year-button{
    display: flex;
    justify-content: center;
}
.order .row, .mobile-footer .row  {
    width: 100%;

}

.orders-cont.o3 .signUpButton {
    margin: 10px auto 0;
}

.order {
    background: url(/wp-content/uploads/2021/02/order.svg);
    background-size: cover;
    padding: 30px 0 0 !important;
}
.title-order h2 {
    font-size: 30px;
    line-height: 38px;
}

.title-order p, .download1 p{
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 30px!important;
}

.faq_h2, .h2-download, .сontact-h2 {
    font-size: 33px;
    line-height: 47px;
}


.images-d > .vc_column-inner > .wpb_wrapper{
  display: flex;
    align-items: center;
    justify-content: center;
}

.but_down > .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.download_dow {
  margin: 0!important
}

.a_download2 h3 {
    font-size: 19px;
}
.download2_b {
    width: 100%;
    padding-left: 0px !important;
    max-width: 1340px;
    margin: auto!important;
}
.list-hide li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    color: #000000;
    padding-left: 20px;
}
.faq {
    padding-top: 114px;
    padding-left: 48px !important;
    margin: 30px 0 30px;
}
.faq1 .vc_tta-panel-title {
    font-size: 20px;
    line-height: 33px !important;
}

.vc_tta-title-text {
    width: 91%;
    display: block;
}
.faq1 .vc_tta-panel-title a::after {
    right: -42px;
}

.сontact1 {
    padding-top: 0px;
    padding-left:0px !important;
    margin: 90px 0 90px;
}
.сontact1 .wpcf7 {
    margin: 5px 0 58px!important;
    border-radius: 12px;
    padding: 51px 14px 30px;

}
body .сontact1 .wpcf7 input, .сontact1 .wpcf7 textarea {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px 30px;
    position: relative;
}
.сontact2 {
    margin-top: 70px;
    padding: 42px 0px!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px rgb(0 0 0 / 10%);
}

.cont-p {
    font-size: 18px;
}

.border::after {
    bottom: 0;
    content: '';
    position: absolute;
    max-width: 324px;
    width: 85%;
    height: 18px;
    left: 0;
    background: linear-gradient(
95.82deg
, #E24848 1.4%, #FF6060 99.79%);
    border-radius: 63px;
}

}

@media screen and (max-width:  432px){

  .bold-text {
      font-size: 40px;
  }
  .show {
      font-size: 19px;
      width: 100%;
/*       max-width: 315px; */
      height: 70px;
      margin: 35px auto 0;
      line-height: 29px;
/*       padding: 20px 16px 20px 82px; */

  }

  .Download {
      font-size: 20px;
      padding: 20px 40px;
      margin: 12px auto 12px !important;
  }

  .mobile-footer .row {
      width: 100%;
      margin: 0;
  }

  .side.widget {
      margin-top: 20px;
      padding: 0px;
      justify-content: flex-start;
  }
 body  .mobile-footer .col-6 {
    flex: 100%;
    max-width: 100%;
    padding: 0
}
.home5{
  padding: 0!important
}
.list-error li {
    padding-right: 10px;
}
.list-error::-webkit-scrollbar {
width: 12px;
height: 111px;
border-radius: 81px;
}

.list-error::-webkit-scrollbar-thumb {
    background-color: #E14848;
    border-radius: 81px;
    width: 10px;
}

.list-error::-webkit-scrollbar-track {
background: #828282;
border-radius: 100px;
border-left: 3px solid white;
border-right: 3px solid white;
}

 .list-error::-webkit-scrollbar-track-piece {
background: #828282;
border-radius: 100px;
border-left: 3px solid white;
border-right: 3px solid white;
  }





}




 @media screen and (max-width:  400px){
   .contactsend {
       right: -24px;
   }
   .contacttext input, #contactform .contacttext input:focus {
    width: 80%;
}
#contactform .contacttext input, #contactform .contacttext input:focus {
    font-size: 18px;
    height: 55px;
}
#contactform .contactsend input {

    font-size: 18px;

}

body #wrapper-footer.wrapper {
    padding: 2rem 1rem;

}


}



@media screen and (min-width:  1921px){
  .home1-bottom {
    background: url(/wp-content/uploads/2021/04/home-b.svg);
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    background-size: cover;
    align-items: center;
    height: 520px;
    /* padding-top: 0%; */
    margin-top: 50px;
    background-position: bottom;
}
}
