.box-item-ptn {
    display: flex;
    flex-wrap: wrap;
}



a.btn-click {
    width: 200px;
    display: block;
    background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg,#361175 0%,#0565a1 99.7%);
    padding: 15px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 30px;
    min-height: 40px;
    box-shadow: inset 0px 0px 0px 1px #fff;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.t_body .text-add a {
    font-size: 15px;
}

.btn-pt {
    display: flex;
    justify-content: center;
}


.background {
    box-shadow: 3px 3px 7px 3px #d7d7d7;
    margin-bottom: 40px;
}



.title-main1 {
    font-weight: bold;
    font-size: 22px;
    color: #0809b0;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}






.title-txt {
    margin-bottom: 20px;
}

.time-work {
    margin-bottom: 20px;
        font-weight: bold;
}


a.btn-click:hover {
    background: linear-gradient(to right,#5814d0 0%,#0d82cc 99%) #969696;
}

.description-box {
    display: flex;
    flex-wrap: wrap;
}

.images-ptn {
    width: 34%;
    margin-right: 15px;
    padding: 20px;
}

.decs-item {
    margin-top: 40px;
}

.description-body {
    width: 45%;
    padding: 20px;
}

.images-ptn img {
    max-width: 100%;
    height: auto;
    box-shadow: 1px 0px 7px 2px #d7d7d7;
}

.img-icon-des img {
    background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg,#361175 0%,#0565a1 99.7%);
    width: 34px;
    height: 34px;
    border-radius: 80px;
    padding: 5px;
}

.img-icon img {
	    background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg,#361175 0%,#0565a1 99.7%);
	    width: 34px;
	    height: 34px;
	    border-radius: 80px;
	    padding: 5px;
}

.img-icon-price img {
		    background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg,#361175 0%,#0565a1 99.7%);
		    width: 34px;
		    height: 34px;
		    border-radius: 80px;
		    padding: 5px;
}

.txt-img-pt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.img-icon-des, .img-icon, .img-icon-price {
    margin-right: 10px;
}

.price-one {
    font-weight: bold;
}

@media all and (min-width: 320px) and (max-width: 925px) {
	.images-ptn, .description-body {
    	width: 100%;
    	margin: auto;
    	text-align: center;
}
}

@media all and (min-width: 320px) and (max-width: 450px) {

.txt-img-pt {
    display: inline-block;
    width: 100%;
}

.description-body {
    text-align: center;
}

}

/*Ð’Ñ‚Ð¾Ñ€Ð¾Ð¹ ÑˆÐ°Ð±Ð»Ð¾Ð½*/

.rate-blocks {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}

.rate-item {
    margin: 10px;
    margin-bottom:20px;
    text-align: center;
    background:#fff;
    color: #302d40;
    width: 380px;
    box-sizing: border-box;
    box-shadow: 3px 3px 7px 3px #d7d7d7;
        position: relative;
}

.rate-tlt {
    padding: 10px;
    font-size: 16px;
    margin: 0 0 30px;
    color: #fff;
background: -webkit-gradient(linear, 0 100%, 0 0, from(#361175), color-stop(99.7, #0565a1));
background: -webkit-linear-gradient(90deg, #361175 0%, #0565a1 99.7);
background: -moz-linear-gradient(90deg, #361175 0%, #0565a1 99.7);
background: -o-linear-gradient(90deg, #361175 0%, #0565a1 99.7);
background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg, #361175 0%, #0565a1 99.7);
}

.rate-txt {
    margin: 0 0 100px;
}

p.txt-it {
    border-bottom: 1px solid #49435821;
}

.rate-item .btn-clock a {
    background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg,#361175 0%,#0565a1 99.7%);
    font-weight: bold;
    margin-bottom: 30px;
    min-height: 40px;
    box-shadow: inset 0px 0px 0px 1px #fff;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    font-weight: bold;
    padding: 19px 20px;
    width: 78%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 11%;
}

.rate-price {
    color: #5a4b9b;
    font-size: 25px;
    font-weight: 800;
    margin: 0px 0 10px;
}

.rate-item a:hover {
    background: #5a4b9b;
}

.rate-txt {
    padding: 0px 14px;
}

.title-tarif {
    text-align: center;
    font-size: 22px;
    color: #07619f;
    font-weight: bold;
    margin-bottom: 20px;
}

.rate-txt p {
    line-height: 1.5;
}

.rate-txt b {
    color: #252d83;
}
@media all and (max-width:480px) {
	.rate-item {
		margin: 15px 0;
	}
}

/*---------------style_opn_2-----------------------*/


/*---------------style_menu-----------------------*/

* {box-sizing: border-box; margin: 0;}
.menu_right {
  padding: 20px;
  border: 5px solid #f1f1f1;
  background: #fff;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
.menu_right h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color:  #424949;
}
.menu_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 370px;*/
  width: 260px;
}
.menu_right li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 10px 10px 15px;
    margin-bottom: 25px;
}/*
.menu_right li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}*/
.menu_right a {
  display:flex;
  text-decoration: none;
  color:  #616a6b;
  width: 100%;
}
.menu_right li:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align:bottom;
  color: #dd3333; 
  margin-right: 14px;
}
/*
.menu_right li:nth-child(1):before {content:"\f1fc";}
.menu_right li:nth-child(2):before {content:"\f0d0";}
.menu_right li:nth-child(3):before {content:"\f0cd";}
.menu_right li:nth-child(4):before {content:"\f028";}
.menu_right li:nth-child(5):before {content:"\f03d";}
*/

.menu_right img {
    margin-right: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: -5px;
}

/*---------------style-content----------*/
.box_block_1 {
    display: flex;
    align-items: flex-start;
}

.body-elem-ptn {
    flex: 0 0 73.3%;
    margin-right: 20px;
}


.menu_right li.opened.active.menu-item {
	background: #f2f2f2;
    transition: all .3s;
    border-radius: 70px 0 0 70px;
}

.menu_right .opened a .menu-item-text {
	color:#203d89;
}

.menu_right li:hover {
    background: #f2f2f2;
    transition: all .3s;
    border-radius: 70px 0 0 70px;
}

.title-curs {
    float: left;
    margin-right: 20px;
}

a.bottom_1 {
    background: 0 0;
    border: 2px solid #203d89;
    padding-top: 4px;
    color: #203d89;
    padding: 5px 10px 5px;
    height: 35px;
    text-decoration: none;
    font-weight: bold;
}

a.bottom_1:hover {
    color: #fff;
    background: url(../../images/10.png) left 50% top -260px / auto auto no-repeat, linear-gradient(90deg,#361175 0%,#0565a1 99.7%);
	border: 2px solid #203d89;
}


.box_one {
    margin: 20px 0;
}

.txt-icon-pt {
    display: flex;
    align-items: center;
}

.decs-item-icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px solid #f2f2f2;
    margin: 20px 0 45px;
}

.img-icon1 img {
    width: 40px;
    height: 40px;
}

/*style-accordeon*/
.acc_text {
    display: none;
    margin-top: 20px;
}

.accordeon {
    margin-bottom: 50px;
}

.acc_tittle {
    border-bottom: 1px dashed #203d8940;
    width: 22%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #203d89;
}

.txt-icon-pt b {
    margin-left: 2px;
}


/*style nubmer-list*/

h3.title_1 {
    font-weight: bold;
}

ol.ls-number {
    padding-left: 15px;
}

ol.ls-number {
    counter-reset: item;
    list-style: none;
}

ol.ls-number li {
    margin-bottom: 10px;
}

ol.ls-number li:before {
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    color: #203d89;
    font-weight: 700;
    float: left;
    margin: 0px 20px 0px -10px;
}

ol.ls-number li>a {
    text-decoration: none;
    border-bottom: 1px solid #057dc145;
        transition: all .3s;
}

ol.ls-number li>a:hover {
    color: grey;
    border-color: rgba(153,153,153,.3);
    background: 0 0;
    border-bottom: 1px solid #666666;
}

.yotube {
    margin-bottom: 20px;
}

li.opened.active.menu-item {
    background: #0f9cca;
    transition: all .3s;
    border-radius: 70px;
}

span.menu-item-image {
    position: relative;
    padding-left: 40px;
}

.menu_right .menu-item-text {
    font-weight: bold;
    color: #203d89;
}

.menu_right .menu-item-text:hover {
	color: #203d89;
}

.description-icon b {
    font-weight: normal;
}

.description-icon {
	font-weight:bold;
	color:black;
}

@media all and (min-width: 320px) and (max-width: 1024px) {
.box_block_1 {
    flex-wrap: wrap;
}

.body-elem-ptn {
	flex: 0 0 100%;
	margin:0 auto;
}

.title-curs {
	float:none;
}

.acc_tittle {
	width: 100%;
}

.menu_right {
	    padding: 10px 0px;
}
}

.g-tooltip--info {
	display:none!important;
}

.mosaic-auth-block--u-i10fckl2d .mosaic-auth-block__drop_body {
	padding: 10px 20px 0 20px;
}

.mosaic-auth-block--u-i10fckl2d .mosaic-auth-block__remember input {
    margin-top: 4px;
    margin-right: 10px;
}

.mosaic-auth-block--u-i10fckl2d .auth-links {
    margin-top: 10px;
}

.mosaic-auth-block .user-name {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.mosaic-auth-block .mosaic-auth-block__settings a {
    background-image: linear-gradient(to right bottom, rgba(var(--color-ih8zqq1sj), 1) 0%, rgba(var(--color-i898bdrma), 1) 100%);
    background-color: rgba(var(--color-ipfixmvlb), 1);
    color: rgba(var(--color-it1gen2gw), 1);
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    border-radius: 15px;
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.5);
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
    padding: .35714em .71429em;
    text-decoration: none !important;
    max-width: 170px;
    text-align: center;
    margin: 5px auto 10px;
}

.mosaic-auth-block .mosaic-auth-block__settings a:hover {
    opacity: 0.8;
}

.mosaic-auth-block .mosaic-auth-block__settings a{
	text-decoration: none;
}

.mosaic-auth-block .user-logout {
    margin-top: 20px;
    display: block;
    text-align: center;
}

.g-form-field__title label {
    font-size: 1.1em;
}

.mosaic-wrap a {
	color: #0565a1;
}

.mosaic-wrap .ver-menu--u-i6gi6eu7s {
	display: none;
}

.mosaic-auth-block .mosaic-auth-block__settings a.user-logout {
    background-image: none;
    background-color: inherit;
    color: #000;
    box-shadow: none;
    font-family: IBM Plex Sans, sans-serif;
}

.mosaic-auth-block .mosaic-auth-block__settings a.user-logout:hover {
	opacity: 1;
}

.mosaic-s3-include--u-ir6deklq6 {
    margin-left: 0 !important;
}
.img-icon-des, .img-icon, .img-icon-price {
	flex: none;
}




.menu_right li a {
	display: flex;
	align-items: center;
}
.menu_right img {
    position: relative;
    left: 0;
    top: 0
}
span.menu-item-image {
	padding-left: 0;
	max-height: 30px;
}