body {
	margin: 0;
}
h1,h2 {

    color: #000000;
    font-family: Verdana;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.2px;
}
h2 {
	font-size: 22px;
}

nav h2 {
	font-family: "Times New Roman";
	font-weight: 700;
}

.wrapper {
	width: 1140px;
	margin: 0 auto;
}

.wrapper .header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	justify-content: space-between;
}

.wrapper .logo {
	margin-top: 25px;
}

.wrapper .main_nav {
	margin-top: 45px;
}

.wrapper .main_nav-link {
	padding-right: 15px;
	margin-right: 15px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.15px;
	border-right: 1px solid #959595;
}

.wrapper .wrap-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.wrapper .wrap-contact .phone-text {
	margin-bottom: 15px;
	text-align: right;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	line-height: 18.05px;
	letter-spacing: 0.12px;
}

.wrapper .wrap-contact .phone .phone-text-ph {
	text-align: right;
	color: #000000;
	font-family: Verdana;
	font-size: 30px;
	font-weight: 400;
	line-height: 18.05px;
	letter-spacing: 0.3px;
}

.wrapper .wrap-contact .header_social {
	text-align: right;
}

.wrapper .wrap-contact .header_social .link-icon {
	margin-left: 11px;
}

.wrapper .second-nav ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	list-style-type: none;
	margin-top: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	/*.level
     * display: flex
     * justify-content: space-around
     * position: relative
     * &-top
     * 	list-style-type: none
     *
     * .hostingHover	 */
}

.wrapper .second-nav ul .second_nav-link {
	position: relative;
	color: #444444;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.14px;
}

.wrapper .second-nav ul .second_nav-link::after {
	content: " ";
	margin-left: 64px;
	position: absolute;
	top: -6px;
	width: 1px;
	height: 30px;
	background-color: #cccccc;
}

.wrapper .second-nav ul .afterNone::after {
	display: none;
}

.wrapper .second-nav li:hover .drop-down_menu {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.wrapper .second-nav li:hover .hire {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.wrapper .second-nav li:hover .domain-names {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.wrapper .second-nav li:hover .certificate {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.wrapper .second-nav li .hire {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	list-style-type: none;
	padding: 25px 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	top: 50px;
	left: 220px;
	z-index: 100;
}

.wrapper .second-nav li .hire .half {
	margin: 0 15px;
	list-style-type: none;
}

.wrapper .second-nav li .hire .half a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.wrapper .second-nav li .hire .half a img {
	margin-right: 12px;
}

.wrapper .second-nav li .hire .half a .wrapp-level_title {
	text-align: left;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 2px;
	text-decoration: underline;
}

.wrapper .second-nav li .hire .half a .wrapp-level_desk {
	text-align: left;
	font-weight: 400;
	color: #454545;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.wrapper .second-nav li .drop-down_menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	list-style-type: none;
	padding: 25px 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	top: 50px;
	left: 0;
	z-index: 100;
}

.wrapper .second-nav li .drop-down_menu .half {
	margin: 0 15px;
	list-style-type: none;
}

.wrapper .second-nav li .drop-down_menu .half a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.wrapper .second-nav li .drop-down_menu .half a img {
	margin-right: 12px;
}

.wrapper .second-nav li .drop-down_menu .half a .wrapp-level_title {
	text-align: left;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 2px;
	text-decoration: underline;
}

.wrapper .second-nav li .drop-down_menu .half a .wrapp-level_desk {
	text-align: left;
	font-weight: 400;
	color: #454545;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.wrapper .second-nav li .domain-names {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	position: absolute;
	top: 50px;
	left: 660px;
	width: 170px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 45px;
	padding-bottom: 15px;
	background-color: #fff;
	border: 1px solid #cccccc;
	z-index: 100;
}

.wrapper .second-nav li .domain-names_wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper .second-nav li .domain-names_elem {
	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;
}

.wrapper .second-nav li .domain-names_img {
	margin-right: 15px;
}

.wrapper .second-nav li .domain-names_text {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: underline;
	letter-spacing: 0.7px;
}

.wrapper .second-nav li .certificate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	position: absolute;
	top: 50px;
	left: 680px;
	z-index: 100;
	padding: 25px 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.wrapper .second-nav li .certificate .half {
	margin: 0 15px;
	list-style-type: none;
}

.wrapper .second-nav li .certificate .half a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.wrapper .second-nav li .certificate .half a img {
	margin-right: 12px;
}

.wrapper .second-nav li .certificate .half a .wrapp-level_title {

	text-align: left;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 2px;
	text-decoration: underline;
}

.wrapper .second-nav li .certificate .half a .wrapp-level_desk {
	text-align: left;
	font-weight: 400;
	color: #454545;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.wrapper .top-block {
	padding-top: 45px;
	padding-bottom: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper .top-block .headbot {
	height: 37px;
	position: relative;
	margin-right: 60px;
}

.wrapper .top-block .headbot .btn {
	width: 161px;
	height: 36px;
	left: 16px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	border-radius: 18px 18px;
	background-color: #23ac2f;
	z-index: -1;
	color: #ffffff;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.8px;
}

.wrapper .top-block .headbot img {
	position: absolute;
}

.wrapper .top-block .list {
	border: none;
	outline: none;
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	/* Text style for "R, U" */
	letter-spacing: 0.75px;
}

.wrapper .top-block .list .domen {
	outline: none;
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	/* Text style for "R, U" */
	letter-spacing: 0.75px;
}

.wrapper .top-block .form-text {
	margin-left: 307px;
	color: #323232;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.16px;
}

.wrapper .top-block .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.wrapper .top-block .form .appellation {
	width: 190px;
	height: 34px;
	padding-left: 24px;
	margin-left: 22px;
	outline: none;
	border-radius: 18px;
	border: 2px solid #cccccc;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	letter-spacing: 0.7px;
}

.wrapper .top-block .form .select_wrap {
	margin-left: 10px;
	width: 100px;
	height: 40px;
	background: url("../images/s_select.png") no-repeat right;
}

.wrapper .top-block .form .select_wrap .dom {
	width: 105px;
	height: 39px;
	background: transparent;
	border-radius: 18px;
	padding-left: 16px;
	outline: none;
	border: 2px solid #cccccc;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 0.7px;
}

.wrapper .top-block .form .btn_search {
	width: 38px;
	height: 38px;
	margin-left: 10px;
	-webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.31);
	box-shadow: 0 9px 24px rgba(0, 0, 0, 0.31);
	border-radius: 18px;
	background-color: #23ac2f;
	outline: none;
	border: 2px solid #23ac2f;
	cursor: pointer;
}

.wrap-gb {
	width: 100%;
	background-color: #eeeeee;
}

.wrap-gb .grayBlock {
	padding-top: 37px;
	padding-bottom: 47px;
	height: 242px;
	width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #eeeeee;
}

.wrap-gb .grayBlock_elem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrap-gb .grayBlock_elem-text {
	margin-top: 0;
	color: #000000;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
}

.wrap-gb .grayBlock_elem-p {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.wrap-gb .grayBlock_elem-btn {
	margin: 0 auto;
	width: 145px;
	height: 40px;
	border-radius: 20px;
	background-color: #23ac2f;
	outline: none;
	border: none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
}

.pricing {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pricing__switcher {
	width: 300px;
	height: 40px;
	margin: 0 auto 100px auto;
	clear: both;
	text-align: center;
	position: relative;
	background-color: #f7f8f9;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.switcher__buttons {
	width: 100%;
}

.switcher__button {
	cursor: pointer;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 888;
	transition: .3s ease-in-out;
}

.switcher__border {
	height: 40px;
	width: 50%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 555;
	margin: 0;
	border: none;
	transition: .3s ease-in-out;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	border--radius: 18px;
	-webkit-border-radius: 18px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	border-radius: 18px 18px;
	background-color: #23ac2f;
}

.switcher__button--enabled {
	color: #fff;
}

.switcher__button:nth-child(1).switcher__button--enabled~.switcher__border {
	left: 0;
}

.switcher__button:nth-child(2).switcher__button--enabled~.switcher__border {
	left: 50%;
}



.pl__switcher {
	width: 200px;
	height: 30px;
	margin: 30px auto 0px auto;
	clear: both;
	text-align: center;
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.pl__buttons {
	width: 100%;
}

.pl__button {
	cursor: pointer;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 30px;
	position: relative;
	z-index: 888;
	transition: .3s ease-in-out;
	font-size: 12px;

}

.pl__border {
	height: 30px;
	width: 50%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 555;
	margin: 0;
	border: none;
	transition: .3s ease-in-out;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	border--radius: 18px;
	-webkit-border-radius: 18px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	border-radius: 18px 18px;
	background-color: #23ac2f;
}

.pl__buttons.pl--popular .pl__button {
	color: #000;
}

.pl__button--enabled {
	color: #fff;
}

.pl__buttons.pl--popular .pl__button--enabled{
	color: #fff;
}

.pl__button:nth-child(1).pl__button--enabled~.pl__border {
	left: 0;
}

.pl__button:nth-child(2).pl__button--enabled~.pl__border {
	left: 50%;
}





.pricing__plan {
	background-color: #f7f8f9;
	width: 25%;
	padding: 40px 0;
	float: left;
	position: relative;
	-webkit-box-shadow: inset 2px 0px 0px 0px #fff;
	box-shadow: inset 2px 0px 0px 0px #fff;
	-moz-box-shadow: inset 2px 0px 0px 0px #fff;
}

.pricing__plan--popular {
	z-index: 2;
	top: -30px;
	padding: 50px 0 70px 0;
	background-color: #23ac2f;
	color: #fff;
	-moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
	box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
}

.pricing__badge-bg {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #3cce90 transparent transparent transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 333;
}

.pricing__badge-text {
	position: absolute;
	top: 28px;
	left: 3px;
	z-index: 444;
	color: #fff;
	font-size: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.pricing__title {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding: 0px 0 40px 0;
	margin: 0px;
	color: #323232;
	font-family: Tahoma;
	line-height: 26px;
}

.pricing__title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #454545;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pricing__plan--popular .pricing__title {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	letter-spacing: -1px;
	padding: 0px 0 40px 0;
}

.pricing__plan--popular .pricing__title:after {
	background: #fff;
	top: 70%;
}

.pricing__plan:hover .pricing__title:after {
	width: 80%;
}

.pricing__values {
	font-size: 28px;
	font-weight: 700;
	height: 70px;
	position: relative;
	text-align: center;
}

.pricing__value span {
	display: inline-block;
	font-size: 20px;
	margin: 0px 0 0 0;
}

var {
    font-style: normal;
}

.pricing__value b {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	bottom: -5px;
}

.pricing__value {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	color: #23ac2f;
}

.pricing__plan--popular .pricing__value {
	color: #fff;
}

.pricing__value--hidden {
	display: none;
}

.pricing__value--show {
	-webkit-animation: showToY 0.6s forwards;
	animation: showToY 0.6s forwards;
}

.pricing__value--hide {
	-webkit-animation: fadeToY 0.6s forwards;
	animation: fadeToY 0.6s forwards;
}

@keyframes fadeToY {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
	}
}

@-webkit-keyframes fadeToY {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
	}
}

@keyframes showToY {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes showToY {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.pricing__list {
	width: 80%;
	margin: 0px 0 0 10%;
	padding: 0;
	list-style: none;
}

.pricing__list li {
	padding: 3px 0 3px 12%;
	text-align: left;
	line-height: 20px;
	color: #323232;
	background: url(../images/checked-pricing.png) no-repeat 0 50%;
}

.pricing__plan--popular .pricing__list li {
	background: url(../images/checked-pricing-white.png) no-repeat 0 50%;
	color: #fff;
}

.pricing__list li.disabled {
	padding: 3px 0 3px 12%;
	text-align: left;
	line-height: 24px;
	background: none;
	text-decoration: line-through;
	opacity: 0.6;
}

.more_info {
	display: block;
	padding: 12px 0px;
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-weight: 700;
	background: none;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	font-family: Tahoma;
}

.more_info:hover {
	color: #000;
	text-decoration: none;
}

.pricing__plan--popular .more_info {
	color: #fff;
}

.pricing__signup {
	display: inline-block;
	padding: 12px 60px;
	margin: 20px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 400;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	background: none;
	color: #23ac2f;
	border: 2px #23ac2f solid;
}

.pricing__signup:hover {
	color: #fff;
	background-color: #23ac2f;
	border: 2px #23ac2f solid;
}

.pricing__plan--popular .pricing__signup {
	color: #fff;
	background-color: #3cce90;
	border: 2px #3cce90 solid;
}

.pricing__plan--popular .pricing__signup:hover {
	color: #fff;
	background: none;
}

.clearfix:after {
	content: " ";
	/* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.wrap-wb {
	width: 1140px;
	background-color: #fff;
}

.wrap-wb .whiteBlock {
	padding-top: 37px;
	padding-bottom: 47px;
	height: 242px;
	width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
}

.wrap-wb .whiteBlock_elem {
	width: 250px;
	padding: 10px;
	border-radius: 18px;
	margin-right: 15px;
	border: #23ac2f 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrap-wb .whiteBlock_elem-text {
	margin-top: 0;
	color: #000000;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
}

.wrap-wb .whiteBlock_elem-p {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.wrap-wb .whiteBlock_elem-btn {
	margin: 0 auto;
	width: 145px;
	height: 40px;
	border-radius: 20px;
	background-color: #23ac2f;
	outline: none;
	border: none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
}

.host {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-top: 43px;
}

.host .host_img {
	margin-top: 25px;
	margin-right: 68px;
}

.host .s_title {
	color: #000000;
	font-family: Verdana;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1.2px;
}

.host .s_text {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.7px;
}

.host_wrap {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.7px;
}

.cms {
	padding-top: 88px;
}

.cms .s_title {
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1.2px;
}

.cms .cms_wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms .cms_wrapp .csm_icon {
	margin: 50px;
}

.site_hosting {
	padding-top: 30px;
}

.site_hosting .s_title {
	color: #000000;
	font-family: Verdana;
	font-size: 24px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1.2px;
}

.site_hosting .s_text {
	margin-top: 30px;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.7px;
}

.advantages {
	padding-top: 70px;
}

.advantages .s_title {
	margin-bottom: 50px;
	color: #000000;
	font-family: Verdana;
	font-size: 26px;
	font-weight: 400;
	line-height: 17.98px;
	letter-spacing: 1.2px;
}

.advantages .advantages_wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.advantages .advantages_wrapp .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantages .advantages_wrapp .line .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 360px;
	margin-bottom: 48px;
}

.advantages .advantages_wrapp .line .cell .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 10px;
}

.advantages .advantages_wrapp .line .cell .column_title {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	line-height: 17.98px;
	letter-spacing: 0.6px;
}

.advantages .advantages_wrapp .line .cell .column_text {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.6px;
	position: relative;
}

.advantages .advantages_wrapp .line .cell .column_text::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background-color: #118424;
	top: -5px;
}

.pack {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pack .s_title {
	margin-bottom: 50px;
	color: #000000;
	font-family: Verdana;
	font-size: 24px;
	font-weight: 400;
	line-height: 17.98px;
	letter-spacing: 1.2px;
}

.pack .pack_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	color: #1a8c24;
}

.pack .pack_list li {
	margin-right: 100px;
}

.pack_text {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 24.04px;
	letter-spacing: 0.7px;
}

.news {
	padding-top: 84px;
}

.news .new_title {
	margin-top: 70px;
	color: #000000;
	font-family: Verdana;
	font-size: 24px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1.2px;
}

.news_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news_wrap .article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 250px;
}

.news_wrap .article .data {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
}

.news_wrap .article .news_title,
.news_wrap .article a {
	font-size: 14px;
	letter-spacing: 0.55px;
	color: #21882a;
	letter-spacing: 0.6px;
	line-height: 18px;
	text-decoration: underline;
}

.news_wrap .article .news_text {
	font-family: Verdana;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 24px;
	letter-spacing: 0.6px;
	line-height: 16px;
}

.slider {

  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: 50px auto;
  overflow: hidden;
}

.slider ul {
  width: 1000%;
  height: auto;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  -moz-animation:slide-animation 15s infinite;
  -webkit-animation:slide-animation 15s infinite;
}

.slider ul:hover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.slider li {
  width: 10%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}

@-moz-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}

.spam_wrap {
	padding-top: 77px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.spam_wrap .spamL {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 853px;
	height: 116px;
	background: #353535 url("../images/map.jpg") no-repeat;
}

.spam_wrap .spamL .spamL_text1 {
	margin-left: 30px;
	color: #ffffff;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.spam_wrap .spamL .spamL_text2 {
	margin-right: 30px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.5px;
}

.spam_wrap .spamR {
	width: 283px;
	height: 116px;
	position: relative;
	margin: 0;
	background-color: #ff7619;
}

.spam_wrap .spamR .spamR_text {
	position: absolute;
	text-align: center;
	margin: auto 0;
	color: #fefefe;
	font-family: Verdana;
	font-size: 28px;
	font-weight: 400;
	line-height: 25px;
	top: 40%;
	left: 27%;
}

.spam_wrap .spamR .spamR_text .art {
	color: #000000;
	letter-spacing: 0.56px;
	font-family: Verdana;
	font-weight: 600;
}

.technology {
	margin-top: 94px;
	padding-top: 41px;
	padding-bottom: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 3px dashed #959595;
	border-bottom: 3px dashed #959595;
}

.menu_bottom {
	padding-top: 30px;
	padding-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu_bottom-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu_bottom-title {
	margin-top: 45px;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	color: #23ac2f;
}

.menu_bottom-link {
	font-size: 16px;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
}

.menu_bottom-link:hover {
	color: #23ac2f;
}

.menu_bottom .payment_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.menu_bottom .guarantee {
	margin-top: 20px;
}

.menu_bottom .icon_wrap {
	margin-top: 20px;
}

.menu_bottom .icon_wrap .link-icon {
	margin-right: 9px;
}

.footer_end {
	padding-top: 60px;
	width: 100%;
	height: 178px;
	background-color: #252525;
	margin-bottom: 0;
}

.footer_end-text {
	width: 1140px;
	margin: 0 auto;
	color: #a1a1a1;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-variant: small-caps;
	letter-spacing: 0.7px;
}





/* domain checker */

.slide-down {
	font-family: Verdana;
    display: none;
    position: absolute;
    width: inherit;
    margin-top: 25px;
    padding: 15px;
    background: #27ba34;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  }
  .domen {
    display: flex;
  }
  .domen:not(:last-child) {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ffffff8a;
  }
  .domen .name {
    width: 70%;
    font-size: 15px;
    color: white;
  }
  .domen .name span {
    font-weight: bold;
    font-size: 18px;
  }
  .domen .status {
    font-size: 15px;
    color: white;
    text-align: right;
    width: 30%;
    margin-left: 0px;
    font-weight: 500;
  }

  .domen.not-available p {
	  color: #d6d6d6;
  }

  .slide-down .footer {
    width: 100%;
    margin-top: 10px;
  }
  .slide-down .footer .buy {
    display: inline-block;
    padding: 12px 40px;
    margin: 10px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
	white-space: nowrap;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #23ac2f;
    border: 2px #23ac2f solid;
	background: white;
  }
  .slide-down .footer .closed {
  	display: inline-block;
    padding: 12px 40px;
    margin: 10px 0 0 13px;
    font-size: 14px;
    letter-spacing: 0.5px;
	white-space: nowrap;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: white;
    border: 2px #23ac2f solid;
	background: none;
  }

  .slide-down .footer .buy:hover, .slide-down .footer .closed:hover {
	  text-decoration: none;
  }

  .slide-down .loading {
    display: flex;
  }
  .slide-down .loading img {
    margin: auto;
    height: 30px;
  }
  
