/*FONTS*/
@font-face {
	font-family: "PTRootUI-Bold";
	src: url("../fonts/PTRootUIBold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/PTRootUIBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/PTRootUIBold.otf") format("opentype"), /* Open Type Font */
	url("../fonts/PTRootUIBold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/PTRootUIBold.woff") format("woff"), /* Modern Browsers */
	url("../fonts/PTRootUIBold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PTRootUI-Medium";
	src: url("../fonts/PTRootUIMedium.eot"); /* IE9 Compat Modes */
	src: url("../fonts/PTRootUIMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/PTRootUIMedium.otf") format("opentype"), /* Open Type Font */
	url("../fonts/PTRootUIMedium.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/PTRootUIMedium.woff") format("woff"), /* Modern Browsers */
	url("../fonts/PTRootUIMedium.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PTRootUI-Regular";
	src: url("../fonts/PTRootUIRegular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/PTRootUIRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/PTRootUIRegular.otf") format("opentype"), /* Open Type Font */
	url("../fonts/PTRootUIRegular.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/PTRootUIRegular.woff") format("woff"), /* Modern Browsers */
	url("../fonts/PTRootUIRegular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Stem-Bold";
	src: url("../fonts/Stem-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Stem-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/Stem-Bold.otf") format("opentype"), /* Open Type Font */
	url("../fonts/Stem-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/Stem-Bold.woff") format("woff"), /* Modern Browsers */
	url("../fonts/Stem-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Stem-Medium";
	src: url("../fonts/Stem-Medium.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Stem-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/Stem-Medium.otf") format("opentype"), /* Open Type Font */
	url("../fonts/Stem-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/Stem-Medium.woff") format("woff"), /* Modern Browsers */
	url("../fonts/Stem-Medium.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
/*Specifications*/
body {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "PTRootUI-Regular";
	background: url(../img/bg.png) no-repeat center center / cover;
}
body {
	overflow-y: visible !important;
}
div, form, input, p, a, span {
	box-sizing: border-box;
}
ul,li, p {
	display: block;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a, a:hover, button {
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s ease;
}

button:active, button:focus, input:active, input:focus {
	outline: none !important;
	text-decoration: none !important;
}
button:hover {
	cursor: pointer;
}
section, footer, header {
	overflow: hidden;
}
:focus {
	outline: none !important;
}
h1 {
	font-size: 48px;
	line-height: 62px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "Stem-Bold";
}
h2 {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "Stem-Medium";
}

.bttn {
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 55px;
	background: #F8622B;
	border-radius: 30px;
	border: 1px solid #F8622B;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 0%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	font-family: "PTRootUI-Bold";

}
.bttn:hover {
	cursor: pointer;
	background:#cc4d1e;
	border-radius: 52px;
	color: #fff;
}
/*HEADER*/
.nav__box {
	align-items: center;
	height: 113px;
}
.nav__menu{
	margin-left: auto;
}
.nav__menu li a {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #000000;

}
.nav__menu li {
	margin-left: 35px;
}
.nav__menu li a:after {
	width: 0;
	display: block;
	content: '';
	height: 2px;
	background: #F8622B;
	transition: all 0.5s ease;
}
.nav__menu li.active a:after, .nav__menu li:hover a:after {

	width: 32px;
}
.nav__menu li a img {
	margin-left: 6px;
}
.nav__lang  a {
	width: 32px;
	height: 32px;
	border: 2px solid transparent;
	padding: 2px;
	border-radius: 50%;
	margin-left: 9px;
}
.nav__lang a.active {
	border: 2px solid #F8622B;
}
.nav__lang  a img {
	width: 100%;
}
.nav__btn {
	margin-left: 18px;
}
.main__item {
	position: relative;
	height: 355px;
}
.main__slider {
	margin-top: -30px;
}
.main__left{
	padding-top: 60px;
	padding-left: 86px;
	max-width: 580px;
	position: relative;
	z-index: 2;
}
.main__date{
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 14px;
}
.main__text{
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #000000;
	margin-top: 12px;
}
.main__bg {
	right: 0;
	position: absolute;
	top: 0;
}
.main__pic {
	position: absolute;
	top: -22px;
	right: 2%;
}
.main__link {
	background: url(http://lineagetwo.ru/img/hopzone.png) no-repeat left center / cover;
	width: 122px;
	height: 31px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #676784;
	font-family: "PTRootUI-Bold";
	padding: 6px 20px;
	border-radius: 3px;
	z-index: 2;
	position: relative;
	margin-left: 12px;
	margin-top: 21px;
	display: inline-block;
}
.main__link1 {
	background: url(https://l2oops.com/logo/black_l2oops_mini.png) no-repeat left center / cover;
	width: 122px;
	height: 31px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #676784;
	font-family: "PTRootUI-Bold";
	padding: 6px 20px;
	border-radius: 3px;
	z-index: 2;
	position: relative;
	margin-left: 12px;
	margin-top: 21px;
	display: inline-block;
}
.main__right {
	margin-left: auto;
	margin-right: 25px;
}
.main__link:hover {
	color: #F8622B;
}
.main__slider .slick-list {
	padding-top: 30px;
}
.main__slider.slick-dotted {
	margin-bottom: 0;
}
.main__item {
	background: #FFFFFF;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

}
.slick-dots {
	flex-direction: column;
	left: 55px;
	top: 140px;
	display: flex;
	width: 25px;
}
.slick-dots li {
	width: 6px;
	height: 6px;
	background: #ECECF1;
	border-radius: 30px;
	margin: 4.5px 0;
}
.slick-dots li.slick-active {
	background: #F8622B;
	height: 16px;
}
.main__block{
	width: 400px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #676784;
	background: #F9F8FB;
	border-right: 1px solid #ECECF5;
	transition: all 0.5s ease;
	font-family: "PTRootUI-Bold";

}
.main__orange {
	background: #F8622B;
	color: #fff;

}
.main__block:hover {
	text-decoration: none;
	color: #676784;
}
.main__orange:hover {
	color: #fff;
}
.main__block .svg {
	margin-right: 12px;
}
.main__flex {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
.main__block:hover {
	text-decoration: underline;
	background: #F8622B;
	color: #fff;
}
.links__item:hover {
	cursor: pointer;
}
.links__open {
	display: none;
}
.links__plus.active .links__close{
	display: none;
}
.links__plus.active .links__open{
	display: block;
}
.new__item:hover {
	background: #ebebf175;
}
/*RATE*/
.rate__box {
	border-radius: 5px;
	overflow: hidden;
	background: url(../img/ratebg.png) no-repeat left center / cover;
	background-color: rgba(0, 0, 0, 0);
	background-color: #5C5C77;
	box-shadow: 0px 4px 30px #EBEBF1;
	justify-content: space-between;
}
.rate__link {
	background: #676784;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 19px;

}
.rate__right {
	margin-left: auto;
	width: 90px;
	background: #52526C;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 46px;
	z-index: 999;
	height: 100%;
	padding: 50px 10px;
}
.active .rate__link, .rate__link:hover {
	background: #FFFFFF;
}
.active .rate__link .svg path, .rate__link:hover .svg path {
	fill:  #52526C;
}
.rate__info {
	padding: 35px 0px;
	position: relative;
}
.rate__title {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	font-family: "Stem-Medium";
	width: 100%;
	display: flex;
}
.rate__server {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #676784;
    border-radius: 3px;
    height: 40px;
    width: 170px;
    padding: 7px 15px;
    margin-left: 50px;
    margin-top: -5px;
}
.rate__server a {
	color: #fff;
	font-family: "PTRootUI-Medium";
	text-decoration: none;
}
.rate__top {
	align-items: center;
	margin-bottom: 25px;
}
.rate__server img {
    margin-left: 20px;
    position: absolute;
    right: 15px;
    top: 13px;
}
.rate__table{
	width: 475px;
	border-collapse:separate;
	border-spacing:0 5px;
}
.rate__table thead th {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #FFFFFF;

}
.rate__table tbody tr {
	background: #676784;
	border-radius: 5px;
	color: #fff;
	font-family: "PTRootUI-Bold";
	overflow: hidden;
	margin-bottom: 5px;
	border-spacing: 5px;
	height: 50px;

}
.rate__table tbody th {
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}
.rate__table tbody td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}
.rate__tablebox {
	position: relative;
	transition: 0.3s;
}

.rate__tablebox:after {
	background: linear-gradient(180deg, rgba(92, 92, 119, 0) 13.04%, #5C5C77 78.8%);
	width: 478px;
	height: 126px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	content: '';
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #FFFFFF; }
::-webkit-scrollbar-track {  background-color: #676784b0;}
::-webkit-scrollbar-track-piece { background-color: #52526C;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #FFFFFF; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #676784b0;}}
::-webkit-resizer { background-color: #FFFFFF;}

.main__pic2 {
	right: 8%;
}
.menu {
	display: none;
}






/* Conditional Page */

.box_list { overflow: hidden; }
.box_list li { float: left; width: 45%; height: 100px; background: #ddd; margin: 5px; border-radius: 5px; box-shadow: 5px 5px 5px #ccc;}
.box_list li.active { background: gold;}
.box01 {
    padding: 5px;
        padding-right: 5px;
    margin: 0 0 15px;
        margin-right: 0px;
    width: 100%;
    padding-right: 80px;
}
.area_button01 { overflow: hidden; }
.area_button01 li { float: left;}
.view_list { overflow: hidden; text-align: center; height: 100px;}
.view_list li { display: inline-block; overflow: hidden; margin: 0 5px; width: 50px; height: 100px; text-align: center; }
.view_list li span { display: block; margin: 50px 0 0; width: 100%; height: 100px; background: #FFFF99;}

.list-form01 { overflow: hidden; *zoom: 1; }
.list-form01 li { float: left; position: relative; padding: 6px 0 0; width: 100px;  }
.list-form01 li .checkbox,
.list-form01 li .radio { position: absolute; visibility: hidden; }
.list-form01 li label { display: block; padding: 0 0 0 35px; height: 24px; vertical-align: middle; cursor: pointer;}
.list-form01 li span { display: block; position: absolute; left:0; top: 0; width: 30px; height: 30px; background: url(http://arthurgouveia.com/prettyCheckable/js/prettyCheckable/img/sprites-sfa68604977.png); text-indent: -999em;}
.list-form01 li span.label01 { background-position: left top; }
.list-form01 li label:hover span.label01 { background-position: -30px top;}
.list-form01 li span.label01.active { background-position: -60px top !important;}
.list-form01 li span.label02 { background-position: -180px top; }
.list-form01 li label:hover span.label02 { background-position: -210px top;}
.list-form01 li span.label02.active { background-position: -240px top !important;}

/*.select-wrap { position: relative; border: 1px solid #ccc; background: #ddd; border-radius: 5px; width: 150px; font-size: 12px; }
*/
.select-header a { display: block; line-height: 1.2em; padding: 5px 3px 5px; }
.select-body {
	display: none;
	background: #676784;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
border-radius: 5px;
position: absolute;
top: 53px;
left: 0;
width: 212px;
z-index: 10;
overflow: hidden;
}
.select-body a {
	font-size: 14px;
line-height: 150%;
letter-spacing: 0.02em;
color: #FFFFFF;
height: 57px;
display: flex;
align-items: center;
padding-left: 25px;
font-family: "PTRootUI-Medium";
}
.select-body a:hover,
.select-body a.active {
	padding-left: 34px;
background: #737390;
}

.selcon {display:none;}
.con li {display:none;}
.con li:first-child {display:block;}

.s3-tabs {
  max-width: 538px;
}
.s3-tabs-nav li {
  float: left;
  width: 50%;
}
.s3-tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.s3-tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}


.s2-tabs {
  max-width: 538px;
}
.s2-tabs-nav li {
  float: left;
  width: 50%;
}
.s2-tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.s2-tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

.tabs {
  max-width: 538px;
}
.tabs-nav li {
  float: left;
  width: 50%;
}
.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

.tab-active a {
  background: #fff;
  border-bottom-color: transparent;
  color: #2db34a;
  cursor: default;
}
.tabs-stage {
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 0px;
    position: relative;
    top: -1px;
    margin-right: 40px;
}

.s2-tabs-stage {
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 0px;
    position: relative;
    top: -1px;
    margin-right: 40px;
}

.s3-tabs-stage {
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 0px;
    position: relative;
    top: -1px;
    margin-right: 40px;
}

.rate__glad {
    width: 46%;
}

       .rate__table {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }


/*POPUP*/
.popup-rew__box {
	width: 945px;
	height: 494px;
	position: absolute;
	margin-left: -472.5px;
	top: 50%;
	left: 50%;
	margin-top: -247px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.popup-text__box {
	width: 771px;
	position: absolute;
	margin-left: -385px;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	padding: 78px 74px 80px;
	background: #FFFFFF;
	box-shadow: 0px 13px 50px rgba(56, 62, 75, 0.198822);
	border-radius: 4px;
}
.close__pic {
	width: 43px;
	height: 43px;
}
.box-modal__close:hover {
	transform: rotate(90deg);
}
.box-modal__close {
	position: absolute;
	top: -21px;
	right: -22px;
	transition: all 0.5s ease;
}
.box-modal {
	position: relative;
}
.popup__title {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "Stem-Medium";

}
.popup__problems {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #000000;

}
.popup__top {
	height: 90px;
	background: #F9F8FB;
	padding: 34px 50px;
	justify-content: space-between;
	font-family: "PTRootUI-Medium";
	border-radius: 5px 5px 0px 0px;
}
.popup__left {
	padding: 40px 50px;
	border-right: 1px solid #ECECF5;
}
.popup__server{
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "PTRootUI-Medium";
	margin-bottom: 15px;
}
.popup__text{
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 33px;
	max-width: 367px;
}
.popup__btn{
	display: flex;
	width: 364px;
	height: 69px;
	background: #F8622B;
	border-radius: 3px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	font-family: "PTRootUI-Medium";
	padding: 23px 34px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 11px;
}
.popup__btn:hover {
	color: #fff;
	background: #EB5720;
}
.popup__main{
	display: flex;
}
.popup__torrent {
	width: 248px;
	height: 51px;
	background: #F9F8FB;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "PTRootUI-Medium";
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 35px;
}
.popup__imgtor{
	margin-right: 6px;
}
.popup__torrent:hover {
	color: #000;
	background: #dbd9de;
}
.popup__pathch {
	width: 364px;
	height: 69px;
	background: #F9F8FB;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 34px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "PTRootUI-Medium";
	margin-bottom: 11px;
}
.popup__pathch:hover {
	color: #FFFFFF;
	background: #F8622B;
}
.popup__pathch .svg path {
	transition: all 0.5s ease;
}
.popup__pathch:hover .svg path {
	stroke: white;
}
.popup__right  {
	padding: 40px 52px;
}
/*VAN*/
.van__box {
	padding: 13.5px 0 14.5px;
	justify-content: space-between;
}
.van__item {
	width: 380px;
	height: 365px;
	background: #fff;
	box-shadow: 0px 4px 30px #EBEBF1;
	border-radius: 5px;
}
.van__top {
	padding: 44px 47px 13px 43px;
	height: 249px;
}
.van__line h4 {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "Stem-Medium";
}
.van__ora {
	width: 43px;
	height: 21px;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	font-family: "PTRootUI-Medium";
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8622B;
	border-radius: 3px;
	margin-left: 12px;
}
.van__line {
	align-items: center;
}
.van__text {
	margin-top: 14px;
	margin-bottom: 10px;
}
.van__num {
	font-size: 64px;
	line-height: 83px;
	color: #F8622B;
	font-family: "Stem-Bold";
}
.van__flex {
	align-items: center;
}
.van__info {
	font-size: 18px;
	line-height: 23px;
	color: #F8622B;
	font-family: "Stem-Medium";
	margin-left: 19px;
}
.van__bottom {
	background: #F9F8FB;
	padding: 26px 38px 30px 43px;
	border-radius: 0px 0px 5px 5px;
	align-items: center;
}
.van__off {
	font-size: 64px;
	font-family: "Stem-Bold";
	color: #DEE0EA;
	margin-top: 10px;
	margin-bottom: 13px;
	display: block;
	line-height: 83px;
	text-align: center;
}
.van__open p {
	font-family: "PTRootUI-Medium";
	line-height: 150%;
	margin-bottom: 1px;
	margin-right: 16px;
}
.van__open {
	border-right: 1px solid #F0EEF3;
}
.van__what {
	margin-left: 16px;
}
.van__what p {
	line-height: 150%;
	margin-bottom: 1px;
}
.van__btn {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #DEE0EA;
	margin-left: auto;
}
.van__btn:hover {
	background: #F8622B;
}
/*LINKS*/
.links {
	padding: 22px 0 30px;
}
.links__box {
	justify-content: space-between;
}
.links__item {
	width: 380px;
	height: 74px;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: 0 22px 0 37px;
}
.links__item:nth-child(1) {
	background: #4680C2;
}
.links__item:nth-child(2) {
	background: #37AEE2;
}
.links__item:nth-child(3) {
	background: #7289DA;
}
.links__block {
	align-items: center;
}
.links__block p {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Stem-Medium";
	margin-left: 19px;
}
/*FOOTER*/
.footer {
	margin-top: 28px;
}
.footer__box {
	background: #52526C;
	box-shadow: 0px 4px 30px #EBEBF1;
	border-radius: 5px;
	padding: 47px 49px 42px;
}
.footer p {
	line-height: 150%;
	color: #FFFFFF;
}
/*NEW*/
.new {
	padding-top: 30px;
}
.new__block {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.new__box {
	background: #FFFFFF;
	height: 381px;
	box-shadow: 0px 4px 30px #EBEBF1;
	border-radius: 5px;
	padding: 51px 54px 52px 49px;
}
.new__item {
	width: 365px;
	align-items: center;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 114px;
	padding-left: 50px;
}
.new__content {
	margin-left: 19px;
}
.new__content h4 {
	line-height: 150%;
	font-size: 14px;
	color: #000000;
	font-family: "PTRootUI-Bold";
	margin-bottom: 9px;
}
.new__content p {
	font-size: 12px;
	color: #000000;
}
.new__name {
	font-size: 18px;
	line-height: 23px;
	font-family: "Stem-Medium";
	margin-bottom: 49px;
}
.new__item:nth-child(1), .new__item:nth-child(4) {
	padding-left: 0px;
	border-left: 0;
}
.new__item:nth-child(4), .new__item:nth-child(5), .new__item:nth-child(6) {
	border-bottom: none;
}
.van__btn .svg path {
	transition: all 0.5s ease;
}
.van__btn:hover .svg path {
	stroke: white;
}
/*INFO*/
.info {
	padding: 0px 0 30px;
}
.info__box {
	justify-content: space-between;
	width: 100%;
	height: 230px;
	background: #FFFFFF;
	border-radius: 5px;
	align-items: center;
	padding: 28px 29px 26px 29px;
}
.info__content {
	width: 206px;
	margin-left: 28px;
	margin-right: 26px;
}
.info__content h4 {
	font-size: 18px;
	line-height: 23px;
	font-family: "Stem-Medium";
}
.info__content p {
	margin: 9px 0 14px;
}
.info__content img {
	margin-bottom: 3px;
}
.info__item {
	width: 343px;
	height: 176px;
	background: #F9F8FB;
	padding: 27px 33px;
	border-radius: 3px;
}
.info__item_two {
	background: #F1EEF7;
}
.info__item h5 {
	font-size: 18px;
	line-height: 23px;
	font-family: "Stem-Medium";
	margin-bottom: 16px;
}
.header {
	margin-bottom: 15px;
}
.main__block .svg path, .main__block .svg circle {
	transition: all 0.5s ease
}
.main__block:hover .svg path, .main__block:hover .svg circle {
	fill: #fff;

}
.rate__dropdown {
	background: #676784;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: absolute;
	top: 53px;
	left: 0;
	width: 212px;
	z-index: 10;
	overflow: hidden;
}
.rate__dropdown a {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	height: 57px;
	display: flex;
	align-items: center;
	padding-left: 25px;
	font-family: "PTRootUI-Medium";
}
.server-nav-button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.rate__dropdown a:hover, .rate__dropdown a.active {
	padding-left: 34px;
	background: #737390;
}
.rate__server {
	position: relative;
	cursor: pointer;
}
.nav__dropdown{
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10;
	width: 380px;
	overflow: hidden;
}
.nav__drop{
	position: relative;
}
.nav__dropdown a {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: "Stem-Medium";
	height: 79px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 33px;

}
.nav__dropdown a:hover, .nav__dropdown a.active {
	background: #F8622B;
	padding-left: 48px;
	padding-right: 21px;
	color: #fff;
}
.nav__dropdown a .svg path {
	transition: all 0.5s ease;
}
.nav__dropdown a:hover .svg path , .nav__dropdown a.active .svg path {
	stroke: #fff;
}
.nav__dropdown li {
	margin-left: 0;
}
.nav__dropdown li a img{
	margin-left: auto;
}
.nav__dropdown li a:after {
	display: none;
}

.slick-dots li button:before {
	display: none;
}
/*MEDIA*/
@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
}


@media screen and (max-width: 1199px) {
	.main__pic {
		right: -13%;
	}
	.main__left{
		max-width: 460px;
		padding-top: 35px;
	}
	.rate__glad {
		width: 40%;
	}
	.nav__logo img {
		max-width: 200px;
	}
	.van__box {
		flex-direction: column;
		align-items: center;
	}
	.van__item {
		margin-bottom: 24px;
	}
	.links__item {
		width: 303px;
	}
	.new__box {
		height: auto;
	}
	.new__item {
		width: 50%;
	}
	.new__item:nth-child(1), .new__item:nth-child(4) {
		padding-left: 50px;
	}
	.new__item:nth-child(3), .new__item:nth-child(5) {
		border-left: 0;

	}
	.new__item:nth-child(4) {
		border-left:  1px solid rgba(0, 0, 0, 0.1);
		border-bottom:  1px solid rgba(0, 0, 0, 0.1);
	}
	.info__box {
		flex-direction: column;
		align-items: center;
		max-width: 500px;
		height: auto;
		margin: 0 auto;
	}
	.info__item {
		margin-top: 20px;
	}
	.info__content {
		margin: 20px auto;
	}
	.rate__glad_img{
		display: none;
	}
	.rate__glad {
		width: 0;
	}
	.rate__info{
		margin-left: 35px;
		padding-bottom: 35px;
	}
	.rate__right{
		margin-left: auto;
	}
}
@media screen and (max-width: 991px) {
	.menu {
		display: flex;
		z-index: 10;
		position: relative;
		margin-left: 24px;
	}
	.menu .button {
		position: relative;
		width: 20px;
		height: 30px;
		display: block;
	}

	.menu .button span {
		width: 20px;
		position: absolute;
		top: calc(50% - 1px);
		background-color: #000;
		height: 1px;
		transition: .3s all ease-in-out;
	}

	.menu .button span::before {
		content: '';
		width: 20px;
		position: absolute;
		top: -7px;
		background-color: #000;
		height: 1px;
		transition: .3s all ease-in-out;
	}

	.menu .button span::after {
		content: '';
		width: 20px;
		position: absolute;
		bottom: -7px;
		background-color: #000;
		height: 1px;
		transition: .3s all ease-in-out;
	}
	.menu .button.active span {
		background-color: transparent;
	}
	.menu .button.active span::before {
		content: '';
		top: calc(50% - 1px);
		transform: rotate(45deg);
		background: #000;
	}

	.menu .button.active span::after {
		content: '';
		bottom: calc(50% - 1px);
		transform: rotate(-45deg);
		background: #000;
	}
	.nav__menu {
		position: absolute;
		width: 50%;
		right: -100%;
		top: 0;
		flex-direction: column;
		background: #f9f8fb;
		transition: all 0.5s ease;
		z-index: 10;
		padding: 50px 35px;

	}
	.nav__menu.active {
		right: 0;
	}
	.header {
		position: relative;
	}
	.nav__menu li {
		margin: 10px 0;
	}
	.nav__lang {
		margin-left: auto;
	}
	.main__pic {
		display: none !important;
	}
	.main__left {
		max-width: 450px;
	}
	.rate__glad img {
		display: none;
	}
	.rate__glad {
		width: 0;
	}
	.rate__info {
		margin-left: 0px;
	}
.server-nav-button {
    position: absolute;
    bottom: 0px;
    top: auto;
}
	.rate__right{
		margin-left: auto;
	}
	.main__item {
		overflow: hidden;
	}
	.popup-rew__box {
		width: 500px;
		height: auto;
		margin-left: -250px;
		margin-top: -420px;
	}
	.popup__main{
		flex-direction: column;
	}
	.popup__left {
		border-right: none;
		border-bottom: 1px solid #ECECF5;
	}
	.links__box {
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	.links__item {
		margin-bottom: 12px;
		width: 366px;
	}
	.new__block {
		align-items: center;
		justify-content: center;
	}
	.nav__dropdown {
		top: 10px;
		width: 100%;
		left: -35px;
		position: relative;
		background: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.nav__dropdown li a {
		height: auto;
		padding: 10px 30px;
		margin: 0;
	}
	.nav__dropdown a:hover, .nav__dropdown a.active {
		padding-left: 70px;
	}
	.nav__dropdown li a {
		padding-left: 50px;
	}
	.nav__dropdown li {
		margin: 0;
	}


}
@media screen and (max-width: 767px) {
	.main__link {
		display: none;
	}
	.main__left {
		max-width: 100%;
		padding-left: 45px;
	}
	.slick-dots {
		left: 21px;
		top: 108px
	}
	.main__bg2 {
		right: -90%;
		left: auto;
	}
	.main__flex {
		flex-direction: column;
	}
	.main__block{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ECECF5;
	}
	.rate__box {
		flex-direction: column-reverse;
	}
	.rate__right {
		flex-direction: row;
		width: 100%;
		height: 109px;
		padding-top: 0;
		align-items: center;
		padding-left: 35px;
	}
	.rate__link {
		margin-right: 22px;
		margin-bottom: 0;
	}
	.rate__table {
		width: 440px;
	}
	.new__item {
		width: 100%;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.new__item:nth-child(4){
		border-left: 0;
	}
	.new__item:nth-child(5) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.item-tab-pos {
		flex-wrap: wrap;
	}
	.server-nav-button {
		width: 100%;
		height: auto;
	}
	.rate__right {
		display: inline-flex;
		justify-content: center;
		height: auto;
		padding: 10px;
	}
}
@media screen and (max-width: 575px) {
	.nav__box {
		flex-wrap: wrap;
		height: auto;
		padding-top: 10px;
	}
	.nav__logo {
		order: 5;
		margin: 30px auto;
	}
	.nav__logo img {
		max-width: 332px;
		width: 100%;
	}
	.nav__btn {
		width: 154px;
		height: 50px;
		margin-left: 0;
		order: 1;
		font-size: 12px;
	}
	.menu {
		order: 3;
	}
	.nav__lang {
		order: 2;
	}
	.main__left{
		padding-left: 30px;
		padding-top: 25px;
	}
	h1 {
		font-size: 36px;
		line-height: 46px;
	}
	h1 br {
		display: none;
	}
	.slick-dots{
		left: 12px;
	}
	.main__item{
		height: auto;
	}
	.main__text {
		padding-bottom: 20px;
	}
	.rate__title{
		font-size: 14px;
		line-height: 18px;
		margin-right: 10px;
	}
.box01 {
    padding-right: 0px;
}
	.rate__server{
		width: 140px;
		padding-left: 10px;
	}
	.rate__server img {
		margin-left: 10px;
	}
	.rate__table thead th:nth-child(3) {
		display: none;
	}
	.rate__table tbody tr td:nth-child(3) {
		display: none;
	}
	.rate__tablewrap {
		padding-right: 20px;
	}
	.popup-rew__box{
		width: 280px;
		margin-left: -140px;
	}
	.popup__top{
		padding: 20px;
		height: auto;
		flex-direction: column;
	}
	.popup__problems {
		margin-top: 15px;
	}
	.popup__left {
		padding: 20px;
	}
	.popup__btn{
		width: 100%;
		padding: 15px;
		font-size: 16px;
	}
	.popup__right{
		padding: 20px;
	}
	.popup__pathch{
		width: 100%;
		padding: 20px;
		font-size: 16px;
	}
	.popup-rew__box{
		margin-top: -255px;
	}
	.van__item {
		width: 100%;
		max-width: 366px;
		margin-bottom: 40px;
	}
	.van__top {
		padding: 44px 20px 13px 19px;
		height: auto;
	}
	.van__text {
		margin-bottom: 0;
	}
	.van__bottom {
		padding: 26px 20px 30px 31px;
	}
	.links__item {
		width: 100%;
		max-width: 366px;
	}
	.footer__box {
		padding: 47px 17px 42px;
	}
	.van__bottom {
		padding: 26px 20px 30px 20px;
	}
	.van__open p {
		margin-right: 11px;
	}
	.van__what {
		margin-left: 11px;
	}
	.footer p br {
		display: none;
	}
	.van__off {
		font-size: 58px;
	}
	.new__box {
		padding: 32px 22px 40px 22px;
	}
	.new__name {
		margin-bottom: 20px;
	}
	.new__item {
		padding-left: 0 !important;
	}
	.info__item {
		width: 100%;
		height: auto;
	}
	.rate__dropdown {
		width: 140px;
	}
	.rate__dropdown a:hover, .rate__dropdown a.active{
		padding-left: 22px;
	}
	.rate__dropdown a{
		padding-left: 15px;
	}
	.nav__menu{
		width: 280px;
		padding-right: 0;
	}
	.nav__dropdown {
		width: 115%;
	}
	.rate__table {
		width: 320px;
		margin: 0 auto;
	}
	.server-info-content {
		width: 100%;
	}
	.rate__info {
		padding: 35px 20px;
		left: 0px;
	}
}

/**/

.fade {
	display: none;
}
.fade.in {
	display: block;
	padding: 0px 5px;
}
.item-tab-pos{
	justify-content: space-between;
}

