@charset "utf-8";
/* CSS Document */

.vps_plans{
	padding: 50px 0;
}
.main-plan_block{
	margin: 40px 0;
	position: relative;
}
.main-plan_block .img_container{
	padding-left: 35px;
	cursor: pointer;
}
.main-plan_block .img_container .text h1{
	font-size: 23px;
	line-height: 24px;
	color: #1c0e31;
	margin-top: 15px;
}
.main-plan_block .img_container .text h1 span{
	font-size: 15px;
	color: #5c6d73;
	display: block;
}
.main-plan_block .img_container img{
	max-width: 90%;
}
.vps_plans .price_table .plan_block{
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	background-color: rgb(252, 252, 252);
	overflow: hidden;
	transition: all .4s;
}
.vps_plans .price_table .plan_block:hover{
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.price-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .1s linear;
}
.price-table__row--sort{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.price-table-row__col {
    text-align: center;
    -ms-flex-preferred-size: 8%;
    flex-basis: 16.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
    padding: 15px 0;
    position: relative;
    z-index: 999;
    transition: all .5s;
}
.price-table-row__col--sort {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16.66%;
    background-color: #fff;
}
.price-table-row-col__text{
    color: #1c0e31;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.price-table-row-col__text img{
  padding-left: 10px;
  max-height: 32px;
}
.price-table__sorting-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    color: #5c6d73 !important;
}

.price-table-row__col--button {
    background-color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 16px;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    text-align: center;
    color: #1c0e31 !important;
}


.price {
    width: 100%;
    height: 210px;
    position: relative;
    margin: 0 auto;
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin-top: -142px;
}
.menu-button {
    opacity: 0;
    z-index: -1;
}
.menu-button.show_opacity{
	opacity: 1;
	z-index: 9999;
}
.menu-button {
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #1c0e31 !important;
    font-size: 16px;
    margin: 37px 0 0 0;
    border-radius: 0;
    background: #fff;
    background-size: 100%;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
}

.menu-vps {
    width: 220px;
    height: 55px;
    position: absolute;
    left: 45%;
    line-height: 5px;
    top: 70%;
    margin: 0;
    padding: 0 5px;
    border-radius: 10px;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    transition: all .5s;
}

.menu-vps:hover{
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}
.menu-vps a {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 52px;
    text-align: center;
}

.price.myshow>.menu-vps:nth-child(6) {
    transform: rotate(60deg) translate(-28px, -85px) rotate(300deg);
    transition-delay: 0s;
    z-index: 999;
}

.price.myshow>.menu-vps:nth-child(5) {
    transform: rotate(20deg) translate(7px, -150px) rotate(-20deg);
    transition-delay: 0.1s;
    z-index: 999;
}

.price.myshow>.menu-vps:nth-child(3) {
    transform: rotate(-20deg) translate(-120px, -192px) rotate(20deg);
    transition-delay: 0.2s;
    z-index: 999;
}

.price.myshow>.menu-vps:nth-child(4) {
    transform: rotate(-60deg) translate(-31px, -188px) rotate(60deg);
    transition-delay: 0.3s;
    z-index: 999;
}

.opacity0{
	opacity: 0;
}
.opacity1{
	opacity: 1;
}

.price_table{
	position: relative;
}
.price_table:before {
    content: "";
    width: 4px;
    height: 102%;
    box-shadow: 0px 0px 4px 0px rgba(102, 72, 254, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: rgb(252, 252, 252);
    position: absolute;
    top: -1%;
    left: 0;
}
.price_table .circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(102, 72, 254, 0.24);
    position: absolute;
    top: 4%;
    left: -9px;
    transition: all .6s;
}


.about_img{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.about_img .img_container img.rotateme {
	max-width: 93%;
    margin: 0 auto;
    display: table;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 2.5s;
}
.about_img .img_container img.main_img {
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-name: zoomIn;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
.period{
    text-align: center;
}
.period .btn {
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: transparent;
    color: #5c6d73;
    margin: 5px 10px;
    outline: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: all .3s;
    background-image: none;
    border: 1px solid transparent;
    user-select: none;
}
.period .btn.active{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.myToggle{
  text-align: center;
  float: right;
  margin-left: 10px;
}
.myToggle .toggle, .myToggle .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.myToggle .toggler {
    transition: .2s;
    font-weight: bold;
}

.myToggle .toggle {
    position: relative;
    width: 90px;
    height: 30px;
    border-radius: 100px;

    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.myToggle .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}
.myToggle .switch {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    left: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: right, left;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
}
.myToggle .check:checked~.switch {
    left: 2px;
    right: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: right, left;
    transition-delay: .08s, 0s;
}
.hide {
    display: none!important;
}
