:root {
  --color-1: #253a7a;
  --color-2: #2563ff;
  --color-3: #253a7a;
  --color-4: #2563ff;
  --color-5: #253a7a;
}
.content h1,.content h2,.content h3,.content h2>a {
 /* делаем цветные полосы по тексту */
  background: linear-gradient(150deg, 
    var(--color-1) 19%, 
    var(--color-2) 20%,
    var(--color-2)  39%,
    var(--color-3) 40%,
    var(--color-3) 59% ,
    var(--color-4) 60%,
    var(--color-4) 79%,
    var(--color-5) 80%);
     background-clip: text;
    -webkit-background-clip: text;
     color: transparent;
}
.emoji {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: black; /* или любой другой цвет */
}
.h1, h1 {font-size: 2.1rem;}
.content h2,.content h3{
margin-top: 35px;
margin-bottom: 15px;
}

.content ol,.content ul{padding-left:20px;}

.content p,.content dl,.content dd,.content pre,.content ul,.content ol,.content blockquote,.content table,.content fieldset {
    margin-bottom: 1.5em;}
    .icotopmenu{width: 1.5em;margin-bottom: 0.25rem!important;}
    .icotopmenusub{width: 1.4em;}
  .orderform{padding: 1.5rem;}
  .orderprice{padding: 1.5rem;}
  .orderpricefull{padding: 1.5rem;}
  .orderinfo{padding: 1.5rem;}
.rekorder{    position: absolute;    z-index: 1;    margin-right: 3%;    margin-top: 2%;    right: 0; font-size: 85%;}
.imgh1order{margin-bottom: 0.2em; width:1em;}
.h5order{background: #f6f8fa;border-radius: 30px;padding: 6px;font-size: 1.0rem;color: #242f51;}
.h1order{color: #242f51; font-size: 1.7em; margin-top: 1em;} 
.paybtn{cursor: pointer;border: 0;height:110px;width:220px;outline:none;}
.pvisa{background: url(/templates/v2/img/pay/94.png) no-repeat center;}
.pyamoney{background: url(/templates/v2/img/pay/45.png) no-repeat center;}
.pqiwi{background: url(/templates/v2/img/pay/63.png) no-repeat center;}
.pgpay{background: url(/templates/v2/img/pay/gpay.png) no-repeat center;}
.pappay{background: url(/templates/v2/img/pay/appay.png) no-repeat center;}
.pcash{background: url(/templates/v2/img/pay/cash.png) no-repeat center;}
.psberpay{background: url(/templates/v2/img/pay/sberpay.png) no-repeat center;}
.ptinkoff{background: url(/templates/v2/img/pay/tinkoffonline.png) no-repeat center;}
.palfa{background: url(/templates/v2/img/pay/alfabank.png) no-repeat center;}
.psbp{background: url(/templates/v2/img/pay/sbp.png) no-repeat center;}
.pcrypto{background: url(/templates/v2/img/pay/66.png) no-repeat center;}

@media  (max-width: 440px){
.paybtn{height:70px;width:140px;}
.pvisa{background: url(/templates/v2/img/pay/94m.png) no-repeat center;}
.pyamoney{background: url(/templates/v2/img/pay/45m.png) no-repeat center;}
.pqiwi{background: url(/templates/v2/img/pay/63m.png) no-repeat center;}
.pgpay{background: url(/templates/v2/img/pay/gpaym.png) no-repeat center;}
.pappay{background: url(/templates/v2/img/pay/appaym.png) no-repeat center;}
.pcash{background: url(/templates/v2/img/pay/cashm.png) no-repeat center;}
.psberpay{background: url(/templates/v2/img/pay/sberpaym.png) no-repeat center;}
.ptinkoff{background: url(/templates/v2/img/pay/tinkoffonlinem.png) no-repeat center;}
.palfa{background: url(/templates/v2/img/pay/alfabankm.png) no-repeat center;}
.psbp{background: url(/templates/v2/img/pay/sbpm.png) no-repeat center;}
    .pcrypto{background: url(/templates/v2/img/pay/66m.png) no-repeat center;}
}
    
 /*   .hleb {opacity: 0.8;}
    .hleb a{color: #242f51;}
    .hleb a:hover{opacity: 1;}*/
    .breadcrumb{background-color:unset;opacity: 0.8;font-size: 0.9em;}
    .breadcrumb a{color: #242f51;}
.icopayfooter{height: 2rem;
margin-right: 10px;
    opacity: 0.5;}
.speedbarico{width: 1.1rem;
    margin-right: 5px;
    margin-bottom: 2px;}
.content >ul {
list-style: none; 
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.content >ul li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 1em .5em 2.5em;
background: #e7ecff;
color: #242f51;
text-decoration: none;
border-radius: 0.5em;
transition: all .3s ease-out;
word-wrap: break-word;
}
.content >ul li:hover {background: #242f51; color: white;}       
.content >ul li:before {
content: '🎯';
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #242f51;
color: white;
height: 2em;
width: 2em;
text-align: center;
line-height: 2em;
font-weight: bold;
border-radius: 0.3em;
}
.content >ul li:after {
position: absolute;
content: "";
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}
.content >ul li:hover:after {
left: -.5em;
border-left-color: #242f51;
}



.content >ol {
counter-reset: li; 
list-style: none; 
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
margin-left: 1em;
}
.content >ol li {
position: relative;
    display: block;
    padding: 0.4em 0.2em 0.2em 2em;
    margin: 0.5em 0;
    background: #e7ecff;
    color: #242f51;
    text-decoration: none;
    border-radius: 0.3em;
    transition: .3s ease-out;
    word-wrap: break-word;
}
.content >ol li:hover {background: #242f51; color: white;}
.content >ol li:hover:before {transform: rotate(360deg);}
.content >ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #242f51;
    color: white;
    height: 2.5em;
    width: 2.5em;
    border: 0.3em solid white;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.content>table{display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    border:0;
    text-align: center;
  }

.content>table td {border: 1px solid #00000014 !important;
    padding: 5px;}
.dropdown-item{color: #242f51;}



.jumbotron {
   box-shadow: 0px -1px 16px 1px #00000014;
   background-color: #fcfdfe;
}
@media  (min-width: 576px){
.jumbotron {
    padding: 2rem 2rem;}
}

.show_pass{border-radius: 0 0.25rem 0.25rem 0; border-left: 0;}

/*Поддерживает hover start*/
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){
.buttonlk:hover >.dropdown-menu {
    display: block;
    margin-top: 0; 
 }
  .buttonlk:hover >.button:hover {
   background: #242f51;
    color: white;
    border: 2px solid #2563ff;
 }
 .card-custom2:hover {
    transform: scale(1.06);
    box-shadow: 0 0px 10px rgb(10 10 10 / 30%);
    transition: box-shadow 0.3s, transform 0.3s;
}
.card-custom:hover {
    transform: scale(1.06);
    box-shadow: 0 0px 10px rgb(10 10 10 / 30%);
    transition: box-shadow 0.3s, transform 0.3s;
}
}
/*Поддерживает hover end*/


.orderprice{display:none;}
 .shortstoryimg{max-width: 250px;}
}
.icotopmenu{width:25px;}
.menuico{margin-top: 0.15rem!important;}
.labelmenuico{display:none;}
.userpanel{font-size: 14px;font-weight: 400;height: 35px;text-transform: none;padding: 10px;letter-spacing: unset;}
.usermobpanel{display:none;}
.mymodal{border-radius: 0.9rem;border:0;background-color: #fffffff5;}
.tableorderprice td, th{padding:5px;border-bottom: 1px solid #efefef;}
.tableorderprice {font-size: 0.9em;}
.title-rodercard{margin-top: 5px;font-size: 1.1rem;color: #0c2c76;}
.card-text-order{margin-top: 10px;}
.user-barmenu{background: #f6f8fa;border-radius: 30px;padding: 10px;line-height: 6px;color:#0c2c76;}
.icoordercard{font-size: 3.0rem;color: #0c2c76;}
.icofdcustom{color:#2563ff;padding-right: 5px;}
.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  transform: scale(1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.card-custom2 {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  transform: scale(1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.card-title {
    margin-bottom: .75rem;
    font-size: 1.1rem;
    color: #242f51e8;
    font-weight: 500;
    text-align: center;
    min-height: 70px;
}
.card-title2 {
    margin-bottom: .75rem;
    font-size: 1.4rem;
    color: #242f51e8;
    font-weight: 400;
    text-align: center;
    min-height: 90px;
}
.card-title a, .card-title2 a, .card-title3{
   color:#242f51;
}
.card-price{
    text-align: center;
    font-size: 18px;
    color: #242f51;
    font-weight: 700;
    padding-top: 1rem !important;
}
.card-button{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}
/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0;
    color: #242f51;
    font-size: .8375rem;
    letter-spacing: .5px;
    margin: 1rem auto;
    width: 100%;
}
.divider::before {
    margin-right: 1rem;
}

.divider::after {
    margin-left: 1rem;
}
.divider::after, .divider::before {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid rgba(0,0,0,.1);
}
    /* Соц.сети */
        .soc_links {
            display: flex;
            justify-content: center;
            padding: 1px;
            margin: 13px 0 0 0;
        }
            .soc_links > a {
                display: inline-block;
                width:60px;
                -webkit-transition: all ease .1s; transition: all ease .1s;
            }
            .soc_links > a:hover { opacity: 1;  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
            .soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -3px 0 0 0; }

    
/* Теги в новости */
      .story_tags { padding-left: 30px; margin-top: 1.5em; }
      .story_tags > .icon { color: #09298f; float: left; margin: 4px 0 0 -35px; font-size: 25px;}
      #dle-content > .story:nth-child(2n) .tag_list > span > a { background-color: #fff; }

    /* Теги */
    .tag_list > span { margin: 0 2px 2px 0; }
      .tag_list > span, .tag_list > span > a { display: inline-block; }
      .tag_list > span > a {
        color: #455999;
        text-decoration: none !important;
        padding: 3px 6px;
        border-radius: 2px;
        background-color: #f4f6f7;
      }
      .tag_list > span > a:hover {
        background-color: #242f51 !important;
        color: #fff;
        position: relative;
      }
      .readmore-js-toggle, .readmore-js-section{color:#455999; }


.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}
.card-custom-avatar-si {
  margin: auto;
}
.card-custom-avatar-s {
border-radius: 50%;
    box-shadow: 0 0 15px rgb(10 10 10 / 30%);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    background-color: white;   
    width: 100px;
    height: 100px;
     text-align:center;
}
.card-custom-sovet {
  box-shadow: 0 0 3px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 15px;
  right: 1.25rem;
  padding: 5px 8px 5px 8px;
  letter-spacing: 0.5px;
}
#fullstory>p{margin-bottom: 1.5rem;}
#fullstory>ol, #fullstory>ul{
    padding-left: 25px;
    margin-bottom: 1.5em;
}
#fullstory>h2{margin-bottom: 1.0rem;
margin-top: 3rem;
 text-align: center;}
quote{
    padding: 1em 1em 1em 3em;
    border: inset #242f5105;
    background-color: #f6f6f6a1;
    font-style: italic;
    font-size: 1.0rem;
    position: relative;
    border-radius: 15px;}
.quote {
    background: #7c9cff12;
    border-top: 5px solid #a6bcff;
    border-bottom: 5px solid #a6bcff;
    color: #3A3C55;
    padding: 30px 30px 30px 90px;
    position: relative;
    margin: 1.5em 0;
}
.quote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: 20px;
top: 20px;
color: white;
background: #242f51;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1.35;
text-align: center;
}
.quote p {
margin: 0 0 16px;
letter-spacing: .05em;
line-height: 1.4;
}
.quote cite {
font-style: normal;
}
li.menu{
	padding-right: 15px;
}
.menu-main{    
    box-sizing: border-box;
}
a.menu-main{
    color:white;
}
.menu-user{
    background: #24a6d0;
    box-sizing: border-box;
}
.user-menu-a{
	color: rgba(255, 255, 255, 0.9);
}
.icomenu {
    width: 45px;
    margin-bottom: 2px;
    box-shadow: -2px 1px 5px 0px rgb(75 75 75 / 28%);
    border-radius: 25%;
    transform: scale(1);
    transition: box-shadow 0.3s, transform 0.3s;
}

.icomenu:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 2px 0px #2f47935c;
    transition: box-shadow 0.3s, transform 0.3s;
}
.uslugi_block{
	margin-left:50px;
	box-shadow: -1px 4px 20px rgba(0, 0, 0, 0.25);
}
.balance{
color: rgb(226, 255, 168);
font-size: 11pt;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
    padding-left: .8rem;
}
.button, .getbtn a.active{
    background: #242f51;
    letter-spacing: 1px;
}
.borded_bottom{
    box-shadow: 0px 20px 20px 0px rgb(237 243 250);
}
.reg_button{width: 250px;}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(139 167 255 / 7%);
}
.count_ico{font-size: 3em; color:#242f51;}
@media screen and (max-width: 600px) {
.tablemobile  table  {
    border: 0;
  }
 .tablemobile table thead {
    display: none;
  }
 .tablemobile table tr {
    margin-bottom: 10px;
    display: block;
    border: 2px solid #c0caf13d;
    box-shadow: 6px 4px 9px 0px #00000026;
    border-radius: 10px;
  }
 .tablemobile table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
    border-top: 0;
  }
 .tablemobile table td:last-child {
    border-bottom: 0;
  }
 .tablemobile table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
} 
@media (min-width: 768px)
.container {
  max-width: none; 
}
}
@media (min-width: 576px)
.container {
   max-width: none; 
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#eef4fa;
box-shadow:0px 0px 3px #bfdaff inset;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#2364bdb3;
box-shadow:0px 1px 1px #fff inset;
background-image:url('/scroll.png');
background-position:center;
background-repeat:no-repeat;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}
::-webkit-scrollbar{
width: 16px;
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
	.h5order{font-size: 0.9em;}
	.tableorderprice td, th{padding:3px;}
	.tableorderprice {font-size: 0.8em;}
	.h1order{font-size: 1.5em;} 
	.title-rodercard{margin-top: 5px;font-size: 0.9rem;}
	.card-text-order{margin-top: 10px;font-size: 0.7rem;}
	.icoordercard{font-size: 2.5rem;color: #1887bc;}
	.btn-login{font-size: 15px;}
	.userpanel{padding: unset;letter-spacing: unset;}
	h1{font-size:1.8rem }
	h2{font-size:1.7rem }
	h3{font-size:1.6rem } 
	}

@media (max-width: 991px) {
.h1order{font-size: 1.3em;} 
.dblockadapt{display: block;}
.dnoneadapt{display: none;}
.icopayfooter{height: 1.2rem;}
.dropdown, .dropleft, .dropright, .dropup {position: unset;}
}
@media (min-width: 992px) {	

.dblockadapt{display: revert;}
.dnoneadapt{display: table-cell;}
.dropdown:hover >.dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.dropdown-menu .dropdown-menu {
    top: auto;
    left: 100%;
    transform: translateY(-3.3rem);
}
.dropdown-item + .dropdown-menu {
    display: none;
}
.dropdown-item.submenu::after {
    content: '▸';
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
}
@media (max-width: 991px) {
	h1{font-size:1.6rem }
	h2{font-size:1.4rem }
	h3{font-size:1.2rem }
	.h5order{font-size: 1.0em;}
	.dropdown >.dropdown-menu{display: contents;}
	.dropdown >.dropdown-menu>.dropdown-menu {
	display: block;
	width:90%;
	margin-top:-15px;
    margin-left: 5px;
    position: unset;
	border:unset;
    border-bottom: 1px solid #608fd026;
    border-radius: unset;}	
	#menu li a{padding: 4% 2%;line-height: 20px;}
	#menu>.nav-item{text-align:left;}
	.menu-uslug{border:unset;display: block;}
	.menuico{margin-top: 0.35rem!important;border-bottom: 1px solid #242f5114;}
	.labelmenuico{display:inline;}
	.icomenu{width: 2em;}
	.btn-login{position: absolute;right: 0; margin-right: 6px;}
	.title-rodercard{margin-top: 0px;font-size: 0.8rem;}
	.card-text-order{margin-top: 0px;font-size: 0.5rem;}
	.icoordercard{font-size: 2.2rem;color: #1887bc;}
    .navbar{display:none;}
    header{box-shadow: 0px 5px 15px 0px rgb(237 243 250);}
	#menu {
		position: fixed;
		height: 100%;
		width: 40%;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: -1;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}
	.header_container {
		position: relative;
	}
	#menu.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding-left: 5%;
		top:70px;
		overflow-y: auto;
		z-index: 1;
         height: 88%;
  		-webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
	}		

	#menu.openr .hamburger-menu {position: absolute;right:150px;}


	#menu li {
		display: block;
		text-align: center;
		max-width: 720px;
		margin: 0 auto;
		line-height: 40px;
	}
	#menu li a.nav-link {
		padding: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hamburger-menu {
		display: block;
	}
	.try_btn {
	display: block;
	cursor: pointer;
    position: absolute;
    right: -268px;
    z-index: 999;
    top: -70px;
	}
	.home_box {
		margin-top: 60px;
	}
	.home_img {
		margin-top: 30px;
	}
	.round2 {
		left: 22px;
	}
	.section_padd {
		padding: 15px 0 45px 0;
	}
	.appfeature_head p,
	.app_item,
	.footer_box img,
	.footer_box ul li a,
	.footer_icon a {
		margin-bottom: 30px;
	}
	.smartjack_subhead p {
		height: auto;
		padding-left: 0px;
		border: none;
	}
	.smartjact_item,
	.ultimate_btn,
	.download_box a img,
	.friendcustomize_box,
	.meet_man {
		margin-top: 30px;
	}
	.chooseourapp_head p,
	.getfe_head p,
	.frequently_head p {
		padding-bottom: 0;
	}
	.ultimate_ab,
	.meetimg_ab {
		position: relative;
		right: auto;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-align: center;
	}
	.download_ab {
		position: relative;
		margin-top: 30px;
		right: auto;
	}
	.smartjack_head h2 {
		max-width: 560px;
	}
	.smartjack_subhead p,
	.ultimate_box h2 {
		max-width: 571px;
	}
	.ultimate_box p {
		max-width: 489px;
	}
		.home_box h1 {
		font-size: 30px;
    line-height: 35px;
	}
	.mfiltr{width:100%;text-align:center;}
}

@media (max-width: 910px) {
		.try_btn {
		right: -230px;
	}

}
@media (max-width: 825px) {
		.try_btn {
		right: -190px;
	}
}


/*Medium devices (tablets, 767px and down)*/

@media (max-width: 767px) {
	body {font-size: 15px;}
	.orderform{padding: 0;}
	.orderprice{padding: 0;margin-top: 1em; display: block;}
	.orderpricefull{display: none;}
	.orderinfo{padding: 0;margin-top: 3em;}	
	.tableorderprice td, th{padding:2px;}
    .tableorderprice {font-size:1em;}
    .textprice .collapsed {padding: 200px;}

.content>table{display:block;}



	.hleborderlast{display: none;}
	#menu {width: 55%};
	.logo{max-width: 120px;}
	.home_box {
		margin-top: 35px;
	}
	.home_box p{font-size: 14px;}
	.home_box h1 {
		font-size: 30px;
	}
    .home_box h3 {
		font-size: 30px;
	}
	.smartjack_wrapper .sub_title {
		line-height: 30px;
	}
	.title_head {
		font-size: 32px;
	}
	.getfe_head h2 {
		max-width: 386px;
	}
	.meet_head h2 {
		max-width: 394px;
	}
	.frequently_head h2 {
		max-width: 470px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.frequently_head p {
		max-width: 474px;
	}
	.accordion .card button {
		padding: 12px 25px 12px 25px;
		line-height: 28px;
		font-size: 18px;
	}
	.appfeature_head h2 {
		max-width: 412px;
	}
	.designbuild_box h2 {
		max-width: 400px;
	}
	.ultimate_box h2 {
		max-width: 511px;
	}
	.ultimate_box p {
		max-width: 458px;
	}
	.try_btn {
		right: -504px;
	}
	.media{display: block;}
	.shortstoryimg{max-width: 100%;}
    .uslugi-card{padding-right: 10px; padding-left: 10px;}
}


@media (max-width: 651px) {
		.try_btn {
		right: -440px;
	}
}


/*Small devices (landscape phones, 575px and down)*/

@media (max-width: 575px) {
	h1{font-size:1.4rem }
	h2{font-size:1.3rem }
	h3{font-size:1.1rem }
	.icopayfooter{height: 1.0rem;}
	.usermobpanel{display: block;}
	.userpanel{display: none;}
	.title-rodercard{margin-top: 0px;font-size: 0.6rem;}
	.card-text-order{margin-top: 0px;font-size: 0.5rem;}
	.icoordercard{font-size: 1.6rem;color: #1887bc;}
	#menu {width: 60%;}
	.breadcrumb{font-size:12px;}
	body {
		font-size: 14px;
	}
	.homefirst_txt img {
		padding: 7px;
	}

.hamburger-menu {
		margin-left: 20px;
	}
		.try_btn {
		right: -440px;
	}

	.homefirst_txt p {
		font-size: 13px !important;
		padding: 0 50px 0 10px;
	}
	.home_box h1 {
		font-size: 32px;
		line-height: 40px;
		max-width: 100%;
	}
	.home_box p {
		font-size: 15px;
		max-width: 287px;
	}
	.round1 {
		top: 87px;
		right: 259px;
	}
	.round2 {
		left: 4px;
	}
	.round3 {
		right: 27px;
	}
	.round_4 {
		left: 30px;
	}
	.round_5 {
		left: 246px;
	}
	.watch_btn {
		font-size: 14px;
		margin-left: 10px;
	}
	
	.watch_btn {
		font-size: 14px;
		margin-left: 10px;
	}
	.frequently_wrapper .sub_title {
		font-size: 11px;
	}
	.app_subitem {
		margin-left: 15px;
	}
	.accordion .card button {
		padding: 15px;
		font-size: 17px;
	}
	.accordion .card button br {
		display: block;
	}
	.accordion .card-body {
		padding: 0 15px 15px 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.testi_slide .owl-nav .owl-prev {
		right: 45px !important;
	}
	.testi_slide .owl-nav .owl-prev,
	.testi_slide .owl-nav .owl-next {
		height: 35px;
		width: 35px;
		font-size: 14px;
	}
	.testi_slide .owl-nav .owl-prev,
	.testi_slide .owl-nav .owl-next {
		bottom: -34px;
	}
	.download_box .mr_30 {
		margin-right: 10px;
	}
	.footer_box ul li {
		margin: 0 3px;
	}
	.footer_box ul li a {
		font-size: 12px;
	}
	.title_head {
		font-size: 28px;
		line-height: 38px;
	}
	.getbtn a,
	.getbtn a.active {
		font-size: 14px;
		min-width: 122px;
	}
	.home_img img{display:none;}
	#menu {width: 68%;}
    .card-custom-img{height:auto; min-height: auto;}
    .card-custom-img::after {top: 27%;border-top-width: 40px;}
    .card-custom {min-height:auto;}
    .uslugi-ico{padding: 4% 0px 0px 0px; font-size: 50px;}
    .card-custom-avatar-s {top: 15%; width: 72px;  height: 72px;}
    .button-uslugi {margin-top: auto; margin-bottom: auto; font-size: 14px;min-width: auto; height: 40px;}
    .name-usluga-card{font-size: 16px; line-height: 0px;}
    .card-price {padding-top: 0 !important; font-size: 14px; margin-bottom: 10px !important;}
    .card-body {padding: 1.00rem; margin-top:-10px; min-height: 260px;}
    .card-title{ margin-bottom: .5rem !important; z-index: 999; position: relative;}
}
@media (max-width: 534px) {
	.h1order{font-size: 1.2em;} 
		.try_btn {
		right: -360px;
	}
	.watch_btn{display: none;}
	#menu {width: 73%};
      .card-custom-img::after {top: 24%;}
}
@media (max-width: 475px) {
       .card-custom-img::after {top: 22%;}
        .card-custom-avatar-s { top: 14%; width: 60px; height: 60px;}
        .uslugi-ico {padding: 4% 0 0 0; font-size: 42px;}
    
}

@media (max-width: 450px) {
	h1{font-size:1.2rem;}
	h2{font-size:1.1rem;}
	h3{font-size:1.0rem;}
	.logo{max-width: 100px;}
	.buttonlogin{min-width: 150px;height: 40px;font-weight: 400;font-size: 15px;}
	#menu {width: 77%;}
	.hleborderfist {display: none;}
	.breadcrumb-item+.breadcrumb-item.hlebordertwo::before {
    display: none;}
    .hlebordertwo{padding-left:0;}
    .card-custom-img::after {top: 19%;}
    .card-custom-avatar-s {top: 13%;width: 50px;height: 50px;}
    .uslugi-ico {padding: 4% 0 0 0;font-size: 34px;}
    .name-usluga-card{font-size: 15px; line-height: 0px;}
}

@media (max-width: 374px) {
	h1{font-size:14px;}
	.h1order{font-size: 1.1em;} 
	#menu.open{padding-left:5%;}
	#menu {width: 85%;}
	#menu li a {font-size:14px;}
	.btn-login{font-size: 12px;}
	.logo{margin-left:-10px;max-width: 90px;}
	.buttonlogin{min-width: 120px;}
	.home_box h1 {font-size: 25px;line-height: 35px;}
	.mt_35{margin-top: 18px;}
	.home_box {margin-top: 18px;}
	.accordion .card button {
		font-size: 14px;
		line-height: 20px;}
	.reg_button{width: 100%;}
}
@media (max-width: 320px) {
	.buttonlogin{min-width: 100px;height: 30px;font-weight: 200;font-size: 12px;}
	header{height: 50px; line-height: 50px;}
	.home_wrapper{padding-top:50px;}
}
