@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url("https://use.typekit.net/zyw6mds.css");
/************ Global style *****************/


html,
body {
  width: 100%;
  margin: 0;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  color: #11262f;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  background: #fff;
}

* {
  box-sizing: border-box;
}


a {
  color: #3d81dd;
}

a:hover {
  color: #4888d1;
  text-decoration: none;
}

a.link {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.link:hover {
  text-decoration: none;
}

select {
  border-radius: 0;
}

button:focus,
*:focus {
  outline: none !important;
}

.d-flex {
  display: flex;
  width: 100%;
  align-items: baseline;
}

.jc-center {
  justify-content: center;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.jc-end {
  justify-content: flex-end;
}

.jc-start {
  justify-content: flex-start;
}

.ai-center {
  align-items: center;
}

.ai-start {
  align-items: flex-start;
}

.ai-end {
  align-items: flex-end;
}

.main-content {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.container.wide {
  width: 100%;
  max-width: 1530px;
  margin: auto;
}


.responsive-img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.site-main {
  overflow: hidden;
  padding-top: 120px;
}
.site-main.flat-header {
  padding-top: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.col-50 {
  width: 50%;
}

.pl-15 {
  padding: 0 0 0 15px;
}

.pr-15 {
  padding: 0 15px 0 0;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-15 {
  margin-left: 15px;
}

/**** typografy  ******/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #11262f;

}

h1 {
  font-size: 42px;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-weight: normal;
}

h3 {
  font-weight: normal;
  font-size: 26px;
}

h4 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

h5 {
  font-size: 17px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

h6 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
}


/********** header ************/

header {
  background: #f7f9fa;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #d2d6da;
}

@media (min-width: 992px) {

  .btn.adv-search-trigger,
  .sort-by-selector ul li.sort-by-title,
  .search-trigger,
  .search-box > span,
 
  header.fixed-header nav.navbar {
    display: none;
  }

  header.fixed-header .questions {
    display: block;
    font-size: 20px;
    margin-left: 15px;
  }
  .header-v2.fixed-header > .container .shop-links {
      display: block;
    margin-left: 10px;
  }

}

.header-top {
  padding: 14px 0;
  justify-content: space-between;
}

.logo {
  display: block;
  min-width: 240px;
  margin-right: 30px;
}

.logo img {
  width: 238px;
  height: auto;
}

.search-form {}

.search-btn {
  background: #2aa527;
  color: #fff;
  font-size: 18px;
  border: 1px solid #2aa527;
  padding: 1px 15px;
  display: inline-block;
  vertical-align: top;
}

.search-btn:hover {
  background: #4888d1;
  border: 1px solid #4888d1;
}



.search-input {
  border: 1px solid #bebebe;
  padding-left: 35px;
  background: url(../../../../images/hdv3-img/search-icon.png) no-repeat 5px center #fff;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  height: 35px;
}

.header-tel {
  font-weight: 700;
  color: #323031;
  font-size: 24px;
  margin-right: 23px;
  margin-left: 23px;
}

.header-tel:hover {
  color: #323031;
}


.header-tel img {
  display: none;
}

.questions {
  display: none;
}


.fab-btn-wrap {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 45px;
}

.fab-btn-wrap a {
  width: 60px;
  height: 60px;
  background-color: #323031;
  border-radius: 50% 50% 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/***************language-selector****************/




.prefix-selector,
.sort-by-selector,
.language-selector {
  width: 85px;
  position: relative;
  display: block;
  border: 1px solid #bebebe;
  background: #fff;
}

/*.language-selector-mobile {
    display: none;
}*/

.sort-by-selector {
  min-width: 200px;
  margin-left: 5px;
  width: auto;
  padding-right: 10px;
}

.search-result-content {
  margin-bottom: 40px;
}

.search-result-content .search-body .content {
  width: 100%;
  margin-left: 20px;
}

.sort-by-selector span,
.language-selector > span {
  font-size: 14px;
  line-height: 34px;
  color: #323031;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
}

.language-selector > span {
  text-transform: uppercase;
}

.sort-by-selector span.sort-by-toggle {
  color: #11262f;
  font-size: 14px;
  position: relative;
  z-index: 1;

}

.sort-by-toggle,
.language-toggle {
  padding-right: 15px;
  padding-left: 8px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
}

.prefix-selector:after,
.sort-by-selector:after,
.language-selector::after {
  content: '';
  display: block;
  position: absolute;
  right: 9px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 0;
}

.prefix-selector ul,
.language-selector ul {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 40;
  right: -1px;
  top: 34px;
  background-color: #fff;
  width: 240px;
  border-bottom: 1px solid #bebebe;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
}

@media (min-width: 992px) {

  .sort-by-selector ul {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 40;
    right: -1px;
    top: 34px;
    background-color: #fff;
    width: 240px;
    border-bottom: 1px solid #bebebe;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    width: 190px;
  }

}


.sort-by-selector ul {
  padding: 0;
  margin: 0;
}



.sort-by-selector.open,
.language-selector.open {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sort-by-selector ul li,
.language-selector ul li {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0;
  border: 1px solid #bebebe;
  border-bottom: 0;
}

.sort-by-selector ul li a,
.language-selector ul li a {
  display: block;
  color: #232220;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 7px 8px;
  position: relative;
}

.sort-by-selector ul li a {
  font-size: 13px;
  padding: 6px 8px;
}

.language-selector ul li a:hover,
.language-selector ul li.active a {
  background: #d2effd;
  color: #232220;
}

.language-selector ul li.active a:after {
  content: '';
  display: block;
  position: absolute;
  right: 9px;
  top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000000;
}

.language-selector img {
  margin-right: 7px;
}

.sort-by-selector ul li.active a:after {
  content: '';
  display: block;
  position: absolute;
  right: 9px;
  top: 14px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #2aa527;
  border-bottom: 3px solid #2aa527;
  transform: rotate(-45deg);
}



/**********************/

.overlay {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}


nav.navbar {
  background: #f3f6f8;
  border-top: 1px solid #d2d6da;
  padding: 9px 0;
}

.navbar .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar .navbar-nav a {
  font-size: 18px;
  padding: 6px 19px;
  text-decoration: none;
  line-height: normal;
  color: #545454;
  position: relative;
  display: block;
}

.navbar .navbar-nav .admin a {
  color: #ff0000;
}

.navbar .navbar-nav a:hover {
  color: #000;
}

.navbar .navbar-nav a:after {
  content: '';
  display: block;
  background: #b0b2b6;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 9px;
}

.navbar .navbar-nav li:last-child a:after {
  content: none;
}

.navbar .navbar-nav li:first-child a {
  padding-left: 0;
}

/***********************/

.shop-links {
  display: flex;
  align-items: center;
}

.shop-links a {
  color: #000;
  display: block;
  padding: 0 11px;
  font-size: 15px;
  position: relative;
}

.shop-links a:hover {
  color: #4888d1;
}



.shop-links a.acc-link:before {
  content: '';
  display: block;
  background: #b0b2b6;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 5px;
}


.cart-number {
  position: absolute;
  background: #ff0000;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  line-height: 1.4;
  border: 1px solid #fff;
}


.cart-icon {
  position: relative;
  padding-right: 13px;
  padding-top: 7px;
}


.cart-icon.empty-cart {
  padding-top: 0;
}

.cart-icon.empty-cart .cart-number {
  display: none;
}

.cart-icon.empty-cart img {
  margin-bottom: 5px;
}



/*********************/

.btn {
  background-color: #2aa527;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.43;
  display: block;
  padding: 4px 15px;
  text-align: center;
  border: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:hover {
  color: #fff;
  background-color: #4888d1;
}

/********* footer *********/


#footer {
  background: #7199e2;
  padding: 65px 0 130px;
}



.footer-links h4 {
  color: #fff;
  font-weight: normal;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 3px;
}

.footer-menu a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.71;
  color: #ffffff;
  font-weight: normal;
  font-family: Arial, sans-serif;
}


.footer-menu a:hover {
  opacity: 0.9;
}

.footer-links {
  padding-bottom: 38px;
  border-bottom: 1px solid #92aee1;
  margin-bottom: 39px;
}


.badge-row {
  margin-bottom: 45px;
  padding: 0 35px;
  justify-content: space-around;
}

.badge-row > div {
  width: 200px;
}

.badge-row > div span {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  width: 120px;
  margin-left: 10px;
}

#footer .cta a,
#footer .cta {
  color: #fff;
  margin-bottom: 10px;
}

.copyright {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #fff;
}

/***********************************/

.search-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.search-title {
  padding: 23px 0;
}

.search-result {
  font-size: 18px;
}

.search-result a {}

.first-word {
  background: #fbf09e;
}

.second-word {
  background: #cbf7a0;
}

.sort-by span {
  color: #848b93;
  font-size: 13px;
}

.sort-by {
  display: flex;
  align-items: center;
}




/* search */
.third-word {
    background: #fdcef1;
}

.forth-word {
    background: #ffd59e;
}

.topContainerText {
    padding-bottom: 20px;
    padding-top: 20px;
    QQQmin-height: 310px;
    QQQborder-bottom: 1px solid #d2d6da;
	QQQborder:1px solid orange;
}
	
/* contact */
.hiddenAtLoad { display: none !important; }	

/* domain profile */	
.productWhiteGrey:nth-child(odd) { background-color:white !important; }
.productWhiteGrey:nth-child(even) { background-color:#f3f6f8 !important; }

.productGreyWhite:nth-child(even) { background-color:white !important; }
.productGreyWhite:nth-child(odd) { background-color:#f3f6f8 !important; }

.NOPEdomain-table .domain-row:nth-child(odd) {
    background: white !important;
}
.NOPEdomains-table .domain-row:nth-child(even) {
    background: white !important;
}

a.footerIconLink {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}


a.footerIconLink:hover {
    opacity: 0.9;
}
	
/*
.faq-section-trigers a:nth-child(2):after{
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #d2d6da;
  right: -12px;
  top: 4px;
}
.faq-section-trigers a:nth-child(3){
  margin-right: 0;
}
*/	
	
.paymentpay-accaunt-content-table-title-block .pa-table-right-side a {
    margin-right: 0px !important;
}
.paymentpay-accaunt-content-table-title-block .pa-table-right-side a:after {
    width: 0px !important;
    right: 0px !important;
}

	
.faq-title h1 ,
.checkout-title h1   {
	font-size:28px !important;
	color:#7199e2 !important;
}
	
.checkout-title {
  padding-top:30px !important;	
}
		
.redColorText {
  color:red !important;	
}
	
.checkout-form fieldset.phone .select {
  width: 71px; margin-right:14px;
}	
	
	
.single-checkout fieldset.phone .phone-number .phoneBase {
  width: calc(100% - 85px);
}

.paypal-confirmation-edit fieldset.phone .phone-number .phoneBase {
  width: calc(100% - 85px);
}

.checkout-form fieldset.phone .phone-number .phoneBase {
  width: calc(100% - 85px) !important;
}



.errore .phone-number .select select {
  border: 2px solid #ff0303 !important;
}


fieldset.errorePPStartTerms input {
  border: 2px solid #ff0303 !important;
  QQQpadding-left:10px !important;
}

fieldset.errorePPStartTerms label input {
  border: 2px solid #ff0303 !important;
}

div.checkout-aside fieldset.errorePPStartTerms input {
	QQQmargin-bottom:20px !important;
}

/* don't need
.enter-email-block-form.ppManageLogin form .input-row.errore::before {
	top:10px !important;
}
*/

div.contact-modal {
	overflow: hidden !important;
}

div.how-this-works-modal {
	overflow: hidden !important;
}

div.rent-to-own-modal {
	overflow: hidden !important;
	background-color: #fff !important;
}


.erroreNoInvalid {
	
}

.erroreNoInvalid::before {
	content: '' !important;	
}


.erroreNoInvalid::after {
	content: '' !important;
}

a.cart-link {
	display:none !important;
}

section.call-us {
  border-bottom: 1px solid #d2d6da;
}



/**************/

.select select {
  font-family: Arial, sans-serif;
  border: 1px solid #bebebe;
  width: 100%;
  height: 35px;
  padding-left: 13px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
}

.select {
  position: relative;
  display: inline-block;
}

.select option {
  padding: 5px;
}

.select:after {
  content: '';
  display: block;
  position: absolute;
  right: 9px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

.box-lightgrey {
  background: #f3f6f8;
  border: 1px solid #d2d6da;
  padding: 12px 15px;
  margin-bottom: 40px;
}

.search-body-aside {
  width: 250px;
}

.search-body-content {
  width: calc(100% - 265px);
  padding-bottom: 30px;
}

.domain-table {
  width: 100%;
  margin-bottom: 25px;
  border-top: 1px solid #d2d6da;
}

.exaxt-match {
  border-top: 0;
  margin-bottom: 10px;
}

.domain-table .domain-row {
  display: flex;
  align-items: center;
}

.congrat-match {
  padding: 0px 15px;
  margin-bottom: 0;
}

.domain-table .domain-row:nth-child(even) {
  background: #f3f6f8;
}

.domain-table .domain-row > span {
  padding: 7px 15px;
}

.domain-table .domain-row .buy {
  width: 122px;
}


.domain-table .domain-row .price {
  width: 105px;
  float: right;
  text-align: right;
}

.domain-table .domain-row .domain {
  width: calc(100% - 122px);
}


.domain-table .domain-row .domain a {
  font-size: 18px;
  font-weight: 700;
}


.next-link.link {
  font-size: 14px;
  width: auto;
  flex-shrink: 0;
  text-align: right;
  margin-left: 20px;
}

.prev-link.link {
  font-size: 14px;
  width: auto;
  flex-shrink: 0;
  text-align: left;
  margin-right: 20px;
}

.next-link.link:hover {
  color: #11262f;

}

.search-pages {
  width: calc(100% - 125px);
}


.guarantee {
  padding: 0 45px;
  margin-bottom: 40px;
}

.guarantee img {
  margin-bottom: 15px;
}

.guarantee .link {
  font-size: 15px;
}

.guarantee span {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}


.f_search_adv fieldset.sel label {
  color: #848b93;
  font-size: 13px;
  width: 65px;
  text-align: right;
  padding-right: 5px;
  margin: 0;
}

fieldset.sel {
  color: #848b93;
  font-size: 13px;
}


fieldset.kw input {
  width: 100%;
  padding-left: 35px;
  background: url(../../../../images/hdv3-img/search-icon.png) no-repeat 5px center #fff;
  border: 1px solid #bebebe;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  background-size: 20px;
}


fieldset.sel .select {
  width: 149px;

}

fieldset.sel input {
  width: 65px;
  height: 33px;
  border: 1px solid #bebebe;
  padding-left: 9px;
}

.f_search_adv fieldset {
  margin-bottom: 11px;
}

fieldset.check > span {
  color: #848b93;
  font-size: 13px;
  width: 65px;
  text-align: right;
  padding-right: 5px;
  margin: 0;
  display: inline-block;
}

fieldset.check div {
  width: 149px;
  float: right;
  display: flex;
}

.f_search_adv fieldset.button {
  text-align: center;
}


fieldset.check div span {
  color: #11262f;
  font-size: 13px;
}

fieldset.check div label {
  margin-right: 15px;
}

.f_search_adv *:focus {
  outline: 1px solid #d6d6d6;
}

fieldset.check {
  margin-bottom: 5px;
  line-height: 1;

}

.check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio__text {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.radio__text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #597196;
  border-radius: 50%;
  background: #FFF;
}

.radio__text:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2aa527;

  opacity: 0;
  transition: .2s;
}

.check input:checked + .radio__text:after {
  opacity: 1;
}

.search-pages .select:first-child {
  width: 200px;
}

.search-pages .select:nth-child(2) {
  width: 110px;
}

.search-pagination {
  justify-content: space-between;
}

/* Product Page*/
.bonus-presentation {
  background: #f3f6f8;

  border-bottom: 1px solid #d2d6da;
}

.small-container {
  width: 100%;
  max-width: 630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.bonus-presentation-wrap.small-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;

}

.bonus-presentation-item .bonus-presentation_icon {
  margin-bottom: 24px
}

.bonus-presentation-item .bonus-presentation_title h3 {
  font-size: 20px;
  color: #323031;
  line-height: 1.2;
}

.bonus-presentation-item .bonus-presentation_content a {
  display: inline-block;
  font-size: 15px;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bonus-presentation-item .bonus-presentation_content a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}


.testimonails {
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid #d2d6da;
}

.testimonails .block-title h2 {
  font-size: 24px;
  color: #11262f;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 25px;
}

.testimonials-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.testimonials-item .testimonials-item_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.testimonials-item .testimonials-item_image img {
  width: 100%;
}

.testimonials-item .testimonials-item_content .feedback {
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0px;
}

.testimonials-item .testimonials-item_content .feedback-owner {
  color: #85929e;
  font-size: 15px;
  line-height: 1.2;
}

.testimonails .see-more {
  display: inline-block;
  font-size: 17px;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.testimonails .see-more:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}


.video-lesson {
  background: #f3f6f8;
  border-top: 1px solid #d2d6da;
  border-bottom: 1px solid #d2d6da;
}

.video-lesson-wrap {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.video-lesson-wrap .video-block {
  margin-bottom: 25px;
}

.video-lesson-wrap .text-video {
  font-size: 17px;
  color: #323031;
  font-weight: 300;
}

.other-domains {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #d2d6da;
}

.other-domains-wrap {
  max-width: 650px;
}

.domains-table {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #d2d6da;
}

.domains-table .domain-row {
  display: flex;
  align-items: center;
}

.domains-table .domain-row:nth-child(odd) {
  background: #f3f6f8;
}

.domains-table .domain-row > span {
  padding: 8px 20px;
}

.domains-table .domain-row .buy {
  width: 122px;
}


.domains-table .domain-row .price {
  width: 105px;
  float: right;
  font-size: 17px;
  text-align: right;
}

.domains-table .domain-row .domain {
  width: 100%;
}


.domains-table .domain-row .domain a {
  font-size: 17px;
  font-weight: 400;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.domains-table .domain-row .domain a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}

.see-more-domains {
  display: inline-block;
  margin-left: 20px;
  font-size: 17px;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.see-more-domains:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}


.faq-section {
  background: #f3f6f8;
  border-bottom: 1px solid #d2d6da;
  padding-top: 30px;
  padding-bottom: 35px;
}

.faq-section-wrap {
  max-width: 647px;
}

.faq-section .faq-section-title {
  text-align: center;
}

.faq-section .faq-section-title h2 {
  font-size: 24px;
  color: #010000;
}

.faq-block {
  margin-bottom: 15px;
}

.faq-block-item {
  background-color: #7199e2;
  border-radius: 7px;
  padding: 17px 30px 0 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-bi-title a,
.faq-bi-content p {
  color: #ffffff;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 50px;
  display: block;
}

.faq-bi-title {
  margin-bottom: 17px;
  position: relative;
  cursor: pointer;
}

.faq-bi-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  display: none;
}

.faq-bi-content:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 50px);
  border-top: 1px solid #fff;
}

.faq-bi-title:before {
  content: '';
  background: #fff;
  width: 2px;
  height: 14px;
  position: absolute;
  left: 12px;
  top: 9px;
  opacity: 1;

}

.open-block.faq-bi-title:before {
  opacity: 0;

}

.faq-bi-title:after {
  content: '';
  background: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  left: 6px;
  top: 15px;

}

.see-more-faq {
  display: inline-block;
  margin-left: 20px;
  font-size: 17px;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.see-more-faq:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}


.top-container {
  padding-bottom: 40px;
  padding-top: 40px;
  min-height: 310px;
  border-bottom: 1px solid #d2d6da;
}

h1.domain-name {
  color: #2aa527;
  font-size: 48px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
}

h1.domain-name.sold {
  color: #f02126;
}

.red {
  color: #f02126;
}

.blue {
  color: #3d81dd;
}

.bn-block p {
  font-size: 24px;
}

.bn-block p span.green {
  color: #2aa527;
  font-weight: bold;
}

.bn-block a {
  width: 280px;
  min-height: 49px;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sold .search-input {
  border: 1px solid #bebebe;
  padding-left: 20px;
  background-color: #fff;
  background-image: none;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  min-width: 409px;
  margin-right: 13px;
}

.sold .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sold .search-form img {
  margin-right: 13px;
}

.min-offer .input-wrap{
  margin-right: 10px;
}

.min-offer .input-wrap input{
  min-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
}

.min-offer .input-row,
.make-offer .input-row {
  position: relative;
  margin-bottom: 10px;
}

.min-offer .input-row label,
.make-offer .input-row label {
  position: absolute;
  left: -143px;
  min-width: 130px;
  text-align: right;
}

.min-offer .input-row input,
.make-offer .input-row input {
  width: 100%;
  border: 1px solid #d3d6dc;
}

.bn-block input {
  border: 1px solid #d3d6dc;
}

.min-offer button[type="submit"],
.make-offer button[type="submit"] {
  width: 280px;
  min-height: 48px;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}

.sanks-for-ofer {
  padding-bottom: 100px;
  padding-top: 100px;
}

.sanks-for-ofer p {
  font-size: 20px;
}

.min-offer .small-container {
  max-width: 680px;
}

.min-offer .offer-form {
  margin-top: 20px;
}

.min-offer-form a {
  width: 158px;
  flex-shrink: 0;
  margin-right: 15px;
}

.min-offer-form span {
  margin-right: 15px;
}

.min-offer-form form input {
  width: 240px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.min-offer-form form button {
  width: 180px;
  min-height: 49px;
  font-size: 20px;
  border: none;
}

.payment-plan-only .small-container,
.payment-plan-buy-now .small-container {
  max-width: 760px;
}

.payment-plan-only-form {
  margin-top: 15px;
  margin-bottom: 30px;
}

.payment-plan-only-form form {
  justify-content: center;
  align-items: center;
}

.payment-plan-only-form form .select {
  width: 230px;
  margin-right: 18px;
}

.payment-plan-only-form form .select select {
  border-radius: 0;
  font-size: 15px;
}

.payment-plan-only-form form button[type="submit"] {
  width: 280px;
  min-height: 49px;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.bn-block .after-forms-paragraf {
  font-size: 17px;
}

.bn-block .after-forms-paragraf a {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 17px;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  min-height: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bn-block .after-forms-paragraf a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}

.payment-plan-buy-now-buttons {
  margin-bottom: 35px;
  margin-top: 15px;
}

.buy-or-pp .small-container,
.always-off .small-container {
  max-width: 830px;
}

.always-off-form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.always-off-form > div {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-shrink: 0;
}

.always-off-form > div .top-lab-text {
  font-size: 18px;
  color: #a3abb5;
  display: block;
  margin-bottom: 0px;
}

.always-off-form > div .top-lab-text .rem {
  text-decoration: line-through;
}

.always-off-form > div .midle-lab-text {
  font-size: 24px;
  margin-bottom: 20px;
}

.always-off-form > div .midle-lab-text span.green {
  color: #2aa527;
  font-weight: bold;
}

.payment-plan-buy-now-buttons .or,
.always-off-form .or {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
}

.buy-down-form form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.buy-down-form form .form-row {
  display: flex;
  align-items: center;

}

.input-row.absolute-label {
  position: relative;
}

.absolute-label label {
  position: absolute;
  width: 160px;
  text-align: right;
  left: -170px;
  font-size: 16px;
  margin: 0;
  top: 3px;
}

.buy-down-form form .form-row a {
  height: auto;
  max-height: none;
  min-height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 16px;
  width: auto;
  line-height: 1;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.buy-down-form form .form-row a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}

.buy-down-form form .form-row .input-row label {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
}

.buy-down-form form .form-row .input-row input {
  width: 135px;
}

.buy-down-form form .form-row .input-row select {
  width: 235px;
  border-radius: 0;

}

.buy-down-form {
  max-width: 540px;
  margin-left: 15%
}

.buy-down-form form .form-row {
  margin-bottom: 20px;
}

.buy-down-form form .form-row .input-row {
  margin-right: 10px;

}

.buy-down-form form .form-row .input-row {
  flex-shrink: 0;
}

.buy-down-form form .form-btn-row button {
  width: 280px;
  min-height: 48px;
  color: #fdfdff;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-right: 20px;
}

.buy-down-form form .form-btn-row {
  margin-bottom: 25px;
}

.form-btn-row .green {
  color: #2aa527;
}

.buy-down-form a {
  height: auto;
  max-height: none;
  min-height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 16px;
  width: auto;
  line-height: 1;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.more-w {
  text-align: center;
}

.buy-down-form a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}

.escrow-processing-fee-modal,
.rent-to-own-modal,
.contact-modal {
  max-width: 630px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: -30;
  transition: 0.3s all;
  width: 90%;
}

.rent-to-own-modal {
  max-width: 680px;
}

.escrow-processing-fee-modal .modal-header,
.how-this-works-modal .modal-header,
.rent-to-own-modal .modal-header,
.contact-modal .modal-header {
  min-height: 75px;
  background-color: #3b78e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.how-this-works-modal .modal-header .head,
.escrow-processing-fee-modal .modal-header .head,
.rent-to-own-modal .modal-header .head,
.contact-modal .modal-header .head {
  color: #ffffff;
  font-size: 21px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
}

.how-this-works-modal .modal-header .head,
.rent-to-own-modal .modal-header .head {
  width: 100%;
}

.modal-content {
  padding: 20px;
}

.escrow-processing-fee-modal .modal-content {
  padding: 20px 35px;
}


.modal-content form {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-content .label,
.modal-content label {
  width: 80px;
  text-align: right;
  flex-shrink: 0;
  margin-right: 10px;
}

.modal-content .input-row {
  display: flex;
  margin-bottom: 10px;
}

.modal-content .input-row.input-captcha-row {
  align-items: center;
}

.modal-content .input-row input {
  width: 100%;
}

.modal-content .input-row textarea {
  height: 110px;
  width: 100%;
  border: 1px solid #d3d6dc;
}

.input-captcha {
  display: flex;
  align-items: center;
}

.input-captcha a,
.input-captcha img {
  flex-shrink: 0;
}

.input-captcha input {
  margin-right: 10px;
}

.input-captcha img {
  margin-right: 10px;
}

.input-captcha input {
  max-width: 150px;
}

.input-captcha a {
  height: auto;
  max-height: none;
  min-height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 15px;
  width: auto;
  line-height: 1;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-captcha a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;

}

.btn-row {
  padding-left: 90px;
}

.btn-row button {
  width: 105px;
  min-height: 48px;
  color: #fdfdff;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.overlay-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(121, 130, 139, .7);
  z-index: 20;
  transition: .3s all;
}

.overlay-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 30;
  max-height: 100vh;
overflow: scroll;
}

.close-modal {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 20px;
  top: 30px;
}

.close-modal:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
}

.close-modal:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  top: 8px;
}

.errore-block {
  border: 1px solid #f1c54a;
  display: flex;
  margin-bottom: 20px;
}

.errore-block .block-img {
  background-color: #f1c54a;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  width: 90px;
}

.errore-block .content-errore {
  display: flex;
  align-items: center;
  background-color: #f3e4bb;
  width: 100%;
  padding: 20px;
  flex-direction: column;
}

.errore-block .content-errore p {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.content-errore p.big-text {
  font-size: 20px;

}

.content-errore p.small-text {
  font-size: 17px;

}

.errore {
  position: relative;
}

.input-row.errore:after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 10px;
  top: 6px;
}

.input-row.errore:before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 62px;
  width: 14px;
  height: 13px;
  top: 3px;
}

.input-row.errore textarea,
.input-row.errore input {
  border: 2px solid #ff0303 !important;
}

.input-captcha-row.input-row.errore:after {
  content: '';
  display: none;
}

.input-captcha-row.input-row.errore:before {
  content: '';
  display: none;
}

.input-captcha-row.input-row.errore .input-captcha {
  position: relative;
}

.input-captcha-row.input-row.errore .input-captcha:after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 18px;
  top: 9px;
}

.input-captcha-row.input-row.errore .input-captcha:before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 70px;
  width: 14px;
  height: 13px;
  top: 6px;
}

#circularG {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  display: none;
}

.circularG {
  position: absolute;
  background-color: rgb(41, 164, 39);
  width: 6px;
  height: 6px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 10px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 10px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 10px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 10px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}



@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(.3);
  }
}

.content-sanks {
  padding: 40px;
  display: none;
}

.content-sanks a {
  width: 180px;
  min-height: 48px;
  color: #fdfdff;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.input-row input {
  padding-left: 10px;
  padding-right: 10px;
}

.radiobtn-row {
  max-width: 400px;
  justify-content: space-between;
  margin: auto;
}

.period-block span,
.proce-block span {
  display: block;
  text-align: center;
}

.period-block span.price,
.proce-block span.price {
  font-size: 37px;
  color: #2aa527;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.period-block span.p-leib,
.proce-block span.p-leib {
  font-size: 17px;
}

.mible-block {
  margin-left: 20px;
  margin-right: 20px;
}

.mible-block span {
  display: block;
  font-size: 17px;
}

.price-per-period-block {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.radiobtn-row .radio-label {
  border: 3px solid #cccccc;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}

.radiobtn-row label {
  width: 19px;
  height: 19px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.radiobtn-row label input {
  display: none;
}

.radiobtn-row label input:checked + .radio-label {
  border-color: #2aa527;
  background-color: #2aa527;
}

.radiobtn-row {
  position: relative;
  margin-bottom: 15px;
}

.radiobtn-row:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
}

.radiobtn-row-label {
  max-width: 445px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
}

.radiobtn-row-label span {
  font-size: 16px;
}

.radiobtn-row-label span span {
  color: #cccccc;
}

.checkbox-row span {
  font-size: 15px;
}

.checkbox-row input {
  position: relative;
  top: -1px;
}

.checkbox-row span a {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 15px;
  width: auto;
  line-height: 1;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox-row span a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.checkbox-row {
  margin-bottom: 20px;
}

.modal-content .btn-row {
  padding: 0;
}

.modal-content .btn-row button {
  width: 280px;
  min-height: 48px;
  color: #fdfdff;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-modal .btn-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 90px;
}

.modal-footer {
  border-top: 1px solid #cccccc;
  width: 85%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  justify-content: space-between;
}

.footer-side ul {
  padding: 0;
  margin: 0;
  padding-right:
}

.footer-side ul li {
  color: #020000;
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
}

.footer-side ul li .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #2aa527;
  display: inline-block;
  margin-right: 5px;
}
.product-page-bottom-block{
  padding-top: 40px;
  padding-bottom: 40px;
  
}
.product-page-bottom-block .call-us-content-wrap{
  margin-bottom: 0;
}
.top-container.product-page-bottom-block{
  min-height: 0px;
}
.top-container.product-page-bottom-block .domain-name{
  margin-top: 0;
}
/*End Product Page*/


/*Cart Page*/
.cart-table {
  border: 1px solid #d9dce1;
  background-color: #f3f6f8;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 35px;
}

.cart-table .cart-table-row {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 35px;
  position: relative;
}

.domain-cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}

.domain-cart .domain-name {
  color: #010000;
  font-weight: bold;
  font-size: 20px;
}

.domain-cart .domain-price {
  color: #7bac29;
  font-weight: bold;
  font-size: 20px;
}

.delete-row-btn {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #b1b6c0;
  right: 0px;
  top: 27px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delete-row-btn:hover {
  background-color: #0066ff;
}

.delete-row-btn:before {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  display: block;
  top: 8px;
  position: absolute;
  left: 4px;
}

.delete-row-btn:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
}

.cart-footer {
  display: flex;
  justify-content: space-between;
}

.cart-total {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}

.cart-total .total-sum {
  color: #7bac29;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}

.btns-cart-block {
  display: flex;
  flex-direction: column;
}

.btns-cart-block span {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btns-cart-block a {
  width: 200px;
  min-height: 40px;
  color: #fdfdff;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btns-cart-block .pp-btn {
  width: 200px;
  min-height: 40px;
  background-color: #7199e2;
  margin-bottom: 10px;
}

.pp-btn:last-child {
  margin-bottom: 0;
}

.cart-side-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cc-block img {
  margin-bottom: 20px;
}

.cc-block p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
}

.bonus-presentation-wrap.container {
  display: flex;
  max-width: 700px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
}

.condic {
  padding-top: 40px;
  padding-bottom: 25px;
}

.condic p {
  font-size: 15px;
  color: #6f6f6f;
}

.list-check {
  display: inline-block;
  width: 7px;
  height: 15px;
  border-bottom: 3px solid #7199e2;
  border-right: 3px solid #7199e2;
  transform: rotate(45deg);
  margin-right: 10px;
}

.marketing-content-block ul {
  padding: 0;
  margin: 0;
}

.marketing-content {
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  justify-content: space-between;
}

.marketing-content-block ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}

.marketing-title {
  margin-bottom: 15px;
}

.marketing-massage {
  margin-bottom: 15px;
}

.cart-table-row:not(:first-child) {
  border-top: 1px solid #c4c8ce;
}

.block-coupon-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.coupon-block {
  flex-shrink: 0;
  min-width: 70%;
}

.coupon-block form {
  display: flex;
  align-items: center;
  min-height: 42px;
}

.coupon-block label {
  margin-bottom: 0;
  font-size: 16px;
  margin-right: 10px;
}

.checkout-coupon-block input,
.coupon-block input {
  width: 118px;
  min-height: 35px;
  margin-right: 10px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #d1d5d9;
}

.checkout-coupon-block button,
.coupon-block button {
  width: 80px;
  height: 35px;
  background-color: #a7abb4;
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkout-coupon-block button:hover,
.coupon-block button:hover {
  background-color: #4888d1;
}

.domain-name .small-text {
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.domain-name .small-text a {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 15px;
  width: auto;
  line-height: 1;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.domain-name .small-text a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.cart-subtotal .subtotal-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-subtotal {
  width: 275px;
  float: right;
  border-bottom: 1px solid #d1d5d9;
  margin-bottom: 10px;
}

.cart-subtotal .subtotal-row span {
  font-size: 17px;
}

/*End Cart Page*/


/* Checkout Page*/


.checkout-body {
  justify-content: space-between
}

.checkout-title {
  padding-top: 40px;
  justify-content: space-between
}

.secure-block {
  color: #323031;
  font-size: 20px;
  margin-top: 15px;
}

.secure-block img {
  margin-left: 15px;
}



.checkout-content {
  width: calc(100% - 310px);
  padding-bottom: 40px;
}

.checkout-form {
  padding-bottom: 20px;
}

.checkout-content .cart-table {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.checkout-content .domain-cart .domain-price,
.checkout-content .domain-cart .domain-name {
  font-size: 17px;
}

.checkout-content .delete-row-btn {
  top: 24px;
}

.checkout-aside {
  width: 290px;
}


.checkout-form h4 {
  color: #3b78e7;
}

.checkout-form-box {
  border: 1px solid #d9dce1;
  background-color: #f3f6f8;
  margin-bottom: 35px;
  padding: 23px 20px;
}


.checkout-form-inner:not(:last-child) {
  border-bottom: 1px solid #d9dce1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


.checkf-inner-header {
  justify-content: space-between;
}


.checkf-inner-header small {
  color: #a3abb5;
}

.checkout-form fieldset:not(.private-checkbox) label {
  width: 25%;
  text-align: right;
  padding-right: 5px;
  margin: 0;
  color: #000;
}

.checkout-form fieldset input:not(.checkbox) {
  width: 74%;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 17px;
}

.checkout-form fieldset {
  margin-bottom: 11px;
}

.checkout-form fieldset.zip input {
  width: 220px;
  vertical-align: top;
}

.checkout-form fieldset.cvv input,
.checkout-form fieldset.exp-date .select {
  width: 220px;
}


.checkout-form fieldset.country .select,
.checkout-form fieldset.state .select {
  width: 74%;
}

.check-errore input[type="checkbox"]{
  
}

.select.select-month {
  margin-right: 10px;
}

.checkout-submit .place-order-btn {
  margin-right: 20px;
}

.place-order-btn {
  width: 250px;
  height: 50px;
  font-size: 20px;
}

.select option:first-child {
  /*color: #a3abb5;*/
}

.checkout-form fieldset input.address2::-webkit-input-placeholder {
  text-align: right;
  font-size: 14px;
  color: #a3abb5;
}

.checkout-form fieldset input.address2::-moz-placeholder {
  text-align: right;
  font-size: 14px;
  color: #a3abb5;
}

.checkout-form fieldset input.address2:-ms-input-placeholder {
  text-align: right;
  font-size: 14px;
  color: #a3abb5;
}

.checkout-form fieldset input.address2:-moz-placeholder {
  text-align: right;
  font-size: 14px;
  color: #a3abb5;
}


.checkout-total .total-sum {
  color: #7bac29;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}

.checkout-aside .private-checkbox {
  border-top: 1px solid #c4c8ce;
  padding-top: 10px;
  padding-bottom: 10px;
}
.private-checkbox .checkbox{
  display: none;
}
.private-checkbox label span{
  position: relative;
}

.private-checkbox label span:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #a3abb5;
  margin-right: 10px;
  position: relative;
  top: 1px;
  border-radius: 1px;
}
.check-errore label span:before{
  border: 2px solid #ff0303;
}
.private-checkbox label .checkbox:checked + span:before{
  border-color: #3d81dd;
  background-color: #3d81dd;
}
.private-checkbox label .checkbox:checked + span:after{
  content: '';
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: rotate(45deg);
}
.private-checkbox label {
  display: inline-flex;
  align-items: flex-start;
}


.checkout-aside .box-lightgrey {
  padding: 20px;
  margin-bottom: 20px;
}

.checkout-aside .checkout-total {
  padding-bottom: 10px;
}

.checkbox-text {
  font-size: 15px;
  line-height: 1.4;
  margin-top: -4px;
  /*margin-left: 10px;*/
}

.prefix-selector ul.prefix-menu {
  left: -1px;
  list-style: none;
  right: auto;
  width: 220px;
  border: 1px solid #bebebe;
  border-top: none;
}

ul.prefix-menu li {
  padding: 2px 8px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.prefix-selector {
  height: 35px;
  display: inline-block;
  min-width: 220px;
  width: auto;
  margin-right: 15px;
}

.prefix-toggle {
  padding: 1px 8px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

ul.prefix-menu li img {
  margin-right: 6px;
}


ul.prefix-menu li span {
  margin-right: 5px;
  width: 21px;
  display: inline-block;
}

.checkout-form fieldset.phone .phone-number {
  width: 74%;
  display: inline-flex;
}

.checkout-form fieldset.phone input {
  width: calc(100% - 235px);
}

.checkout-form .select:after {
  top: 14px;
}

.checkout-coupon-block label {
  display: block;
}

.checkout-coupon-block {
  margin-bottom: 25px;
}

.checkout-subtotal .subtotal-row {
  margin-bottom: 3px;
}


.billing-info span {
  display: block;
}

.billing-info {
  margin: 10px 0 15px;
}


.underline {
  text-decoration: underline;
}



.clarifications {
  color: #636a70;
  font-size: 16px;
  background: #fff;
  border: 2px solid #636a70;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  margin-left: 15px;
}

.print-block {
  display: flex;
  align-items: center;
}

.print-block a {
  font-size: 20px;
  border: none;
  min-height: 50px;
  min-width: 180px;
  padding: 10px 12px;
}

.order-title {
  padding-top: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d6da;
  margin-bottom: 20px;
}

.order-table span.bold {
  font-weight: bold;
  font-size: 17px;
  display: block;
}

.table-title {
  margin-bottom: 20px;
  margin-top: 30px;
}

.order-table .cart-table .cart-table-row {
  padding-right: 0;
}

.order-table .cart-table .cart-table-row .domain-name,
.order-table .cart-table .cart-table-row .domain-price {
  font-size: 17px;
  color: #000;
}

.order-table .cart-total {
  font-size: 17px;
  padding-left: 35px;
  padding-right: 35px;
}

.order-table .cart-total .total-sum {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.order-table .block-coupon-total {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d6da;
}

.info-row {
  display: flex;
}

.info-row .billing-info {
  width: 380px;
}

.info-row .billing-info h3 {
  font-size: 17px;
  font-weight: bold;
}

.info-row .billing-info span {
  font-size: 17px;
}

.pdf-info {
  border: 1px solid #d2d6da;
  background-color: #f3f6f8;
  padding: 20px;
  margin-top: 10px;
}

.pdf-info h3 {
  font-size: 17px;
  font-weight: 600;
}

.pdf-info p {
  font-size: 17px;
}

.pdf-info form textarea {
  width: 100%;
  border: 1px solid #d2d6da;
  background-color: #fff;
  max-height: 150px;
  padding: 15px 20px;
  font-size: 17px;
  margin-bottom: 10px;
}

.pdf-info form select {
  width: 65px;
  margin-left: 15px;
  border-radius: 0px;
}

.pdf-info form .select-row {
  margin-bottom: 10px;
}

.pdf-info form button {
  font-size: 15px;
  color: #fff;
  background-color: #a6adb7;
  border: none;
  padding: 5px 15px;
}

.ifo-footer {
  margin-top: 35px;
  margin-bottom: 30px;
}

.order-table .cart-subtotal {
  width: auto;
  float: none;
  border-bottom: none;
  margin-bottom: 0px;
}

.order-table .cart-total-row span,
.order-table .subtotal-row span {
  width: 135px;
  text-align: right;
  flex-shrink: 0;
  margin: 0 !important;
  display: block;
  font-size: 17px;
}

.order-table .cart-total-row {
  display: flex;
}

.order-table .cart-total-row span {
  font-size: 18px;
  font-weight: bold;

}

/*contact page*/
.chat-from .form-footer p,
.contact-us .form-footer p,
.contact-us .checkout-title p {
  font-size: 15px;
}

.chat-from .form-footer p a,
.contact-us .form-footer p a,
.contact-us .checkout-title p a {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  font-size: 15px;
  width: auto;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-contactus-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f0f3f6;
  border-bottom: 1px solid #d2d6da;

  border-top: 1px solid #d2d6da;
  margin-top: 10px;
}

.contact-form-inner h4 {
  padding-left: 94px;
  margin-bottom: 15px;
  font-size: 20px;
}

.chat-from form .fieldset,
.contact-form-inner form .fieldset {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.chat-from form .fieldset {
  margin-bottom: 0px;
}

.chat-from form .fieldset label,
.contact-form-inner form .fieldset label {
  min-width: 80px;
  text-align: right;
}

.chat-from form .fieldset textarea,
.chat-from form .fieldset input,
.contact-form-inner form .fieldset textarea,
.contact-form-inner form .fieldset input {
  margin-left: 10px;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: inherit;
}

.chat-from form .fieldset textarea,
.contact-form-inner form .fieldset textarea {
  width: 90%;
  max-width: 845px;
  height: 155px;
  resize: none;
}

.chat-from form .fieldset input,
.contact-form-inner form .fieldset input {
  width: 90%;
  max-width: 365px;
}

.optional input::-webkit-input-placeholder {
  text-align: right;
  font-size: 14px;
  color: #a3abb5;
}

.chat-from form .fieldset label,
.contact-form-inner form .fieldset label {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 0;
}

.contact-form-inner form .fieldset .input-captcha {
  margin-left: 13px;
}

.contact-form-inner form .fieldset .input-captcha .label {
  margin-top: 6px;
}

.contact-form-inner form .btn-row {
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact-form-inner form .btn-row button {
  width: 147px;
}

.form-footer {
  padding-left: 89px;
}

.contact-us-metas-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.meta-inner-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
}

.meta-item {
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.meta-item:nth-child(2) {
  border-right: 1px solid #b7c0c7;
  border-left: 1px solid #b7c0c7;
}

.meta-item img {
  margin-bottom: 15px;
}

.meta-item span {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #323031;
}

.fieldset.errore:after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 10px;
  top: 6px;
}

.fieldset input {
  position: relative;
}

.fieldset.errore:before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 62px;
  width: 14px;
  height: 13px;
  top: 3px;
  z-index: 1;
}

.fieldset.errore input,
.fieldset.errore textarea {
  border: 2px solid #ff0303 !important;
}

.contact-form-inner form .input-row .fieldset {
  max-width: 455px;
}

.closed-chat-modal,
.start-chat-modal,
.chat-modal {
  max-width: 730px;
}

.closed-chat-modal .modal-content,
.start-chat-modal .modal-content,
.chat-modal .modal-content {
  background-color: #f3f5f8;
}

.chat-from form .fieldset,
.contact-form-inner form .fieldset {
  width: 100%;
}

.faq-bi-content .contact-form-inner form .fieldset {
  width: 87.5%;
}

.chat-from button.btn {
  max-width: 140px;
}

.chat-from a.btn {
  min-height: 48px;
  color: #fdfdff;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.chat-from a.btn.red {
  background-color: #e73c38;
}

.chat-from a.btn.red:hover {
  background-color: #4888d1;
}

.chat-from .btn-row {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.chat-from .form-footer {
  padding-left: 100px;
}

.chat-from a.btn.red .cross {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

.chat-from a.btn.red .cross:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
}

.chat-from a.btn.red .cross:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  top: 8px;
}

.start-chat-modal button.btn {
  max-width: 50%;
  width: auto;
}

.start-chat-modal .chat-from .btn-row {
  padding-left: 0px
}

.start-chat-modal .chat-from form .fieldset {
  flex-direction: column;
}

.start-chat-modal .chat-from form .fieldset textarea {
  width: 100%;
  height: 85px;
  margin-left: 0;
}

.start-chat-modal .modal-content form {
  padding-left: 10px;
  padding-right: 10px;
}

.start-chat-modal .chat-from form .fieldset label {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  margin-bottom: 10px;
}

.chat-from-header,
.chat-form-content {
  padding-left: 10px;
  padding-right: 10px;
}

.chat-from-header p {
  font-size: 17px;
  color: #323031;
}

.chat-form-content p {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}

.chat-form-content p .client {
  color: #2aa527;
}

.chat-form-content p .agent {
  color: #177ee6;
}

.chat-form-content p.typing {
  font-size: 17px;
  color: #b4b8bd;
  background: transparent;
  font-style: italic;
}

.chat-form-content {
  max-height: 210px;
  overflow-x: scroll;
}

.chat-from-header p.red {
  color: #e73c38;
}

.closed-chat-modal .chat-form-content p {
  background: transparent;
  padding: 0;
  font-size: 17px;
}

.closed-chat-modal .chat-form-content p a {
  border-bottom: 1px solid #0066ff;
  color: #0066ff;
}

.closed-chat-modal .btn-row {
  padding-left: 10px;
}

.start-chat-modal[data-modal="endded-chat-modal"] .chat-from .btn-row {
  padding-left: 10px;
}

/*payment-plan page*/
.account-overview {
  padding-bottom: 40px;
}

.account-overview-subheader,
.account-overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.account-overview-subheader h2,
.account-overview-header h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.accaunt-subheader-meta,
.accaunt-header-meta {
  display: flex;
  align-items: center;
}

.account-overview-header {
  border-bottom: 1px solid #d2d6da;
}

.accaunt-header-meta span {
  font-size: 15px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 15px;
  line-height: 15px;
}

.accaunt-header-meta span:first-child {
  border-right: 1px solid #d2d6da;
}

.accaunt-subheader-meta a {
  color: #0033ff;
  border-bottom: 1px solid #0033ff;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.accaunt-subheader-meta a:last-child {
  margin-right: 0;
}

.accaunt-subheader-meta a:nth-child(2):after,
.accaunt-subheader-meta a:nth-child(1):after {
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  right: -10px;
  top: 0;
  border-right: 1px solid #d2d6da;
}

.accaunt-header-meta a.logout-link {
  color: #fff;
  font-size: 15px;
  background-color: #b1b8be;
  padding: 2px 15px;
  border: none;
}

.accaunt-header-meta a.logout-link:hover {
  background: #4888d1;
  color: #fff;
}

.accaunt-subheader-meta a:hover {
  opacity: 0.8;
}

.account-overview-table {
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.account-overview-table thead tr td {
  background-color: #8c949d;
  color: #ffffff;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.account-overview-table tbody tr td {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;

}

.account-overview-table tbody tr td.paid-off {
  color: #2aa527;
}

.account-overview-table tbody tr:nth-child(even) td {
  background-color: #f3f6f8;
}

.account-overview .account-overview-select {
  margin-bottom: 20px;
}

.account-overview .account-overview-select .select {
  min-width: 220px;
}

.account-overview .account-overview-select select {
  border-radius: 0;
}

.go_btn {
  color: #fff;
  font-size: 15px;
  background-color: #b1b8be;
  padding: 4px 12px;
  border: none;
  margin-left: 5px;
}

.go_btn:hover {
  background: #4888d1;
  color: #fff;
}

.account-overview-pdf-info h3 {
  font-size: 24px;
  font-weight: 500;
  color: #3b78e7;
}

.account-overview-pdf-info form button {
  font-size: 20px;
  color: #fff;
  background-color: #2aa527;
  border: none;
  padding: 5px 15px;
}

.account-overview-pdf-info form button:hover {
  background: #4888d1;
}

.account-overview-form .checkout-form-inner {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.account-overview-form .place-order-btn.btn {
  margin-left: 25.6%;
}

.account-overview-help {
  padding-top: 20px;
}

.account-overview-help h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}

.account-overview-help h3 {
  font-size: 24px;
  color: #3b78e7;
  margin-top: 0;
  margin-bottom: 0;
}

.account-overview-help p {
  font-size: 16px;
}

.account-overview-help a.back-btn {
  color: #fff;
  font-size: 15px;
  background-color: #b1b8be;
  padding: 4px 15px;
  border: none;
}

.account-overview-help a.back-btn:hover {
  background: #4888d1;
  color: #fff;
}

/*Cart- Payment plan*/
.pp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d6da;
}

.pp-header h2 {
  margin-bottom: 0;
}

.pp-creditionals .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-creditionals {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d6da;
}

.pp-creditionals .container p {
  margin-bottom: 0;
  font-size: 15px;
}

.pp-creditionals .container p a {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pp-creditionals .container p a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.pp-creditionals .container img {
  margin-left: 10px;
}

.pp-marketing-massage {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #d2d6da;
}

.pp-marketing-massage .marketing-content {
  max-width: 820px;
  margin: auto;
}

.domain-paymentplan-list {
  padding-top: 30px;
  padding-bottom: 30px;
}

.domain-paymentplan-list ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.domain-paymentplan-list ul li {
  list-style: none;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.domain-paymentplan-list ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-right: 5px;
  background-color: #0066ff;
  border-radius: 50%;
}

.domain-paymentplan-list p {
  font-size: 15px;
}

.domain-paymentplan-list p a {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.domain-paymentplan-list p a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.pp-condic {
  padding-top: 0px;
}

.pp-condic .top-ppcondic-container {
  border-top: 1px solid #d2d6da;
  padding-top: 20px;
}

.pp-condic h2 {
  font-size: 28px;
  font-weight: bold;
  color: #010000;
  text-align: center;
  margin-bottom: 0;
}

.pp-condic .save-money-paragraf {
  text-align: center;
  font-size: 18px;
}

.pp-condic .save-money-paragraf .green {
  font-size: 24px;
  font-weight: bold;
  color: #7bac29;

}

.pp-condic a {
  width: 200px;
  height: 40px;
  font-size: 20px;
  margin: auto;
  margin-bottom: 40px;
}

.Payment-Plan-Control {
  padding-bottom: 40px;
  padding-top: 40px;
}

.table-title-paragref {
  text-align: center;
  font-size: 18px;
}

.table-title-paragref .green {
  color: #7bac29;
  font-weight: bold;
}

.Payment-Plan-Control table {
  width: 100%;
  max-width: 640px;
  margin: auto;
}

.Payment-Plan-Control table thead tr td {
  background-color: #8c959e;
  color: #fff;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Payment-Plan-Control table tbody tr td {
  font-size: 15px;
  color: #11262f;
  padding-top: 8px;
  padding-bottom: 8px;
}

.Payment-Plan-Control table thead tr td,
.Payment-Plan-Control table tbody tr td {
  min-height: 45px;
  width: 33.3%;
}

.Payment-Plan-Control table tbody tr td label {
  margin-bottom: 0 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.Payment-Plan-Control table tbody tr td label:hover {
  cursor: pointer;
}

.Payment-Plan-Control table tbody tr td label .radio-circle {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #5b7297;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(234, 236, 233, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaece9', GradientType=1);

}

.Payment-Plan-Control table tbody tr td label input:checked + .radio-circle:after {
  content: '';
  width: 9px;
  height: 9px;
  background: rgba(188, 255, 5, 1);
  background: -moz-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 255, 5, 1)), color-stop(100%, rgba(79, 127, 46, 1)));
  background: -webkit-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -o-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -ms-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: linear-gradient(to bottom, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcff05', endColorstr='#4f7f2e', GradientType=0);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 4.5px);
}

.Payment-Plan-Control table tbody tr td label input:checked + .radio-circle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #29a527;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}

.Payment-Plan-Control table tbody tr:hover .radio-circle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #29a527;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}

.Payment-Plan-Control table tbody tr td label input {
  display: none;
}

.Payment-Plan-Control table thead tr td:first-child,
.Payment-Plan-Control table tbody tr td:first-child {
  padding-left: 40px;
}

.Payment-Plan-Control table tbody tr:nth-child(even) td {
  background-color: #f3f6f8;
}

.Payment-Plan-Control table tbody tr:hover td {
  font-weight: bold;
}

.Payment-Plan-Control table {
  margin-bottom: 40px;
}

.Payment-Plan-Control a.btn {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.today-payment {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.today-payment .green {
  color: #7bac29;
  font-size: 24px;
  font-weight: bold;
}

.Payment-Plan-3-up {
  padding-top: 40px;
  padding-bottom: 40px;
}

.Payment-Plan-3-up-items-wrap {
  margin: auto;
  margin-top: 20px;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}

.Payment-Plan-3-up-items {
  width: 31.5%;
  border: 1px solid #d1d5d9;
  padding: 3%;
  max-width: 295px;
}

.Payment-Plan-3-up-items:hover {
  border: 1px solid #7bac29;
}

.Payment-Plan-3-up-item-header {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.Payment-Plan-3-up-items .month,
.Payment-Plan-3-up-items .price {
  display: block;
  font-size: 20px;
}

.Payment-Plan-3-up-items .price .green {
  font-weight: bold;
  color: #7bac29;
  font-size: 32px;
}

.Payment-Plan-3-up-items a {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.Payment-Plan-3-up-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Payment-Plan-3-up-item-footer span {
  font-size: 15px;
}

.Payment-Plan-3-up-Alternate {
  padding-top: 40px;
  padding-bottom: 40px;
}

.Payment-Plan-3-up-Alternate-wrap {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.Payment-Plan-3-up-Alternate-items {
  width: 31.5%;
}

.Payment-Plan-3-up-Alternate-items:hover {
  cursor: pointer;
}

.Payment-Plan-3-up-Alternate-items .top,
.Payment-Plan-3-up-Alternate-items .price,
.Payment-Plan-3-up-Alternate-items .month {
  display: block;
  color: #7a8389;
}

.Payment-Plan-3-up-Alternate-items .top {
  font-size: 15px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d1d5d9;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.Payment-Plan-3-up-Alternate-items .month,
.Payment-Plan-3-up-Alternate-items .price {
  font-size: 20px;
  text-align: center;
}

.Payment-Plan-3-up-Alternate-items .price .big {
  font-size: 32px;
  font-weight: bold;
}

.Payment-Plan-3-up-Alternate-items label {
  width: 100%;
}

.Payment-Plan-3-up-Alternate-items label input {
  display: none;
}

.Payment-Plan-3-up-Alternate-items .wrap-label {
  display: block;
  padding: 30px;
  border: 1px solid #d1d5d9;
  background-color: #fbfbfd;
}

.Payment-Plan-3-up-Alternate-items label .radio-circle {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #5b7297;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(234, 236, 233, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaece9', GradientType=1);

}

.Payment-Plan-3-up-Alternate-items label input:checked + .wrap-label {
  background-color: transparent;
  border: 1px solid #7bac29;
}

.Payment-Plan-3-up-Alternate-items label input:checked + .wrap-label > .top,
.Payment-Plan-3-up-Alternate-items label input:checked + .wrap-label > .month,
.Payment-Plan-3-up-Alternate-items label input:checked + .wrap-label > .price {
  color: #000000;
}

.Payment-Plan-3-up-Alternate-items label input:checked + .wrap-label > .top > .radio-circle:after {
  content: '';
  width: 9px;
  height: 9px;
  background: rgba(188, 255, 5, 1);
  background: -moz-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 255, 5, 1)), color-stop(100%, rgba(79, 127, 46, 1)));
  background: -webkit-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -o-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -ms-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: linear-gradient(to bottom, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcff05', endColorstr='#4f7f2e', GradientType=0);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 4.5px);
}

.Payment-Plan-Select-Term a.btn,
.Payment-Plan-3-up-Alternate a.btn {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.Payment-Plan-Select-Term {
  padding-bottom: 40px;
  padding-top: 40px;
}

.Payment-Plan-Select-Term-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.Payment-Plan-4-up .Payment-Plan-3-up-items-wrap {
  margin: auto;
  margin-top: 20px;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}

.Payment-Plan-4-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items {
  width: 24%;
  border: 1px solid #d1d5d9;
  padding: 2.3%;
  max-width: 225px;
}

.Payment-Plan-4-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items:hover {
  border: 1px solid #7bac29;
}

.Payment-Plan-4-up .Payment-Plan-3-up-items .month,
.Payment-Plan-4-up .Payment-Plan-3-up-items .price {
  text-align: center;
}

.DownPayment,
.Payment-Plan-4-up {
  padding-bottom: 40px;
  padding-top: 40px;
}

.DownPayment-wrap {
  background-color: #f3f6f8;
  border: 1px solid #d1d5d9;
  padding: 40px;
}

.DownPayment-wrap .Payment-Plan-3-up-items {
  width: 31.5%;
  padding: 3%;
  max-width: 100%;
  background-color: #fff;
}

.DownPayment-wrap .Payment-Plan-3-up-items-wrap {
  max-width: 100%;
}

.DownPayment-wrap .step-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.DownPayment-wrap .step-item p {
  margin-bottom: 0;
  font-size: 16px;
}

.DownPayment-wrap .step-item p .step {
  font-weight: bold;
}

.DownPayment-wrap .step-item button {
  margin-left: 10px;
  min-height: 35px;
  min-width: 35px;
}

.DownPayment-wrap .step-item input {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 120px;
}

.DownPayment-wrap .step-item button .list-check {
  display: inline-block;
  width: 7px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-right: 0px;
}

.Cart-Payment-Plan-YourChoice {
  padding-bottom: 40px;
  padding-top: 40px;
}

.Cart-Payment-Plan-YourChoice a.btn {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.Cart-Payment-Plan-YourChoice-content-wrap {
  background-color: #f3f6f8;
  border: 1px solid #d1d5d9;
  padding: 40px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-top p {
  margin-bottom: 0;
  font-size: 18px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-top {
  margin-bottom: 20px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-top button {
  margin-left: 10px;
  min-height: 35px;
  min-width: 35px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-top input {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 120px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-top button .list-check {
  display: inline-block;
  width: 7px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-right: 0px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-midle p {
  font-size: 21px;
  text-align: center;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-midle {
  margin-bottom: 30px;
}

.Cart-Payment-Plan-YourChoice-content-wrap .Cart-Payment-Plan-YourChoice-content-wrap-midle p .green {
  color: #7bac29;
  font-size: 27px;
  font-weight: bold;
}

.Cart-Payment-Plan-Dropdown .select select {
  width: 100px;
  margin-left: 10px;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items-wrap {
  max-width: 100%;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items a {
  font-size: 16px;
}

.Payment-Plan-5-up .Payment-Plan-3-up-item-footer span {
  font-size: 12px;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items {
  width: 20%;
  max-width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 25px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items:last-child {
  margin-right: 0;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items .month,
.Payment-Plan-5-up .Payment-Plan-3-up-items .price {
  font-size: 15px;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items .price .green {
  font-size: 23px;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items:hover .month,
.Payment-Plan-5-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items:hover .price {
  font-size: 16px;
}

.Payment-Plan-5-up .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items:hover {
  border: 1px solid #7bac29;
  width: 27%;
}

.scroller .Payment-Plan-3-up-items-wrap {
  margin: auto;
  margin-top: 20px;
  max-width: 860px;
  display: block;
  white-space: nowrap;
  width: 90%;
}

.scroller .Payment-Plan-3-up-items-wrap {
  -webkit-overflow-scrolling: touch;

  &::-webkit-scrollbar {
    display: none;
  }
}

.scroller .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items {
  border: 1px solid #d1d5d9;
  padding: 2.3%;
  width: 225px;
  display: block;
  margin-right: 15px;
  flex: 0 0 auto;
}

.scroller .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items.active {
  border: 1px solid #7bac29;
}

.scroller .Payment-Plan-3-up-items-wrap .Payment-Plan-3-up-items:last-child {
  margin-right: 0;
}

#frame > div {
  display: flex;
  flex-wrap: nowrap;
}

.scroller-wrap {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: auto;

}

.scroller-btn {
  position: absolute;
  top: calc(50% + -25px);
  width: 26px;
  height: 52px;
  display: block;
  cursor: pointer;
}

.scroller-btn.prev {
  left: 0;
}

.scroller-btn.next {
  right: 0;
}

.how-this-works-modal {
  max-width: 680px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: -30;
  transition: 0.3s all;
  width: 90%;
}

.how-this-works-modal .modal-content {
  padding: 30px;
  max-height: 50vh;
  overflow-y: scroll;
}

.how-this-works-modal .modal-content p {
  font-size: 15px;
}

.how-this-works-modal .modal-content p a {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.how-this-works-modal .modal-content p a:hover {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.search-body-aside .close-modal {
  display: none;
}

/*PatmentPlan - Account*/
.accunt-overview-link {
  margin-right: 15px;
}

.paymentpay-accaunt-aside {
  width: 250px;
}

.paymentpay-accaunt-content {
  width: calc(100% - 270px);
  padding-bottom: 30px;
}

.paymentpay-accaunt-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.side-menu-links {
  padding-left: 0;
  position: relative;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #d1d5d9;
}

.side-menu-links li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.donaim-settings-side-link,
.side-menu-links li a {
  color: #000;
  font-size: 15px;
}

.donaim-settings-side-link {
  padding-left: 20px;
  display: flex;
  align-items: center;

}

.donaim-settings-side-link img {
  margin-left: 10px;
}

.side-menu-links li.active a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7198e2;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}

.side-menu-links li:hover a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7198e2;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}

.paymentpay-accaunt-content {
  padding-top: 20px;
}

.block-paymentpay-accaunt-content-meta {
  background-color: #f0f3f6;
  border: 1px solid #d1d5d9;
  margin-bottom: 20px;
}

.block-paymentpay-accaunt-content-meta-item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.block-paymentpay-accaunt-content-meta-item:after {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  height: 15px;
  border-right: 1px solid #d1d5d9;
  bottom: 0;
  right: 0;
}

.block-paymentpay-accaunt-content-meta-item:last-child:after {
  border: none;
}

.block-paymentpay-accaunt-content-meta-item span {
  display: block;
  text-align: center;
}

.block-paymentpay-accaunt-content-meta-item span.item-label {
  color: #90969b;
  font-size: 15px;
}

.block-paymentpay-accaunt-content-meta-item span.item-value {
  font-size: 22px;
  color: #000;
}

.block-paymentpay-accaunt-content-links-wrap {
  padding: 0;
  margin: 0;
}

.block-paymentpay-accaunt-content-links-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-paymentpay-accaunt-content-links-wrap li {
  list-style: none;
  width: 49%;
  margin-bottom: 20px;
}

.block-paymentpay-accaunt-content-links-items a {
  display: flex;
  width: 100%;
}

.block-paymentpay-accaunt-content-links-items a .icon {
  background-color: #7199e2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 75px;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.block-paymentpay-accaunt-content-links-items a:hover .icon {
  background-color: #e14f00;
}

.block-paymentpay-accaunt-content-links-items a .icon-text {
  background-color: #f0f3f6;
  border-top: 1px solid #d1d5d9;
  border-right: 1px solid #d1d5d9;
  border-bottom: 1px solid #d1d5d9;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
}

.block-paymentpay-accaunt-content-links-items a .icon-text img {
  margin-left: 10px;
}

.block-paymentpay-accaunt-content-billing-info {
  background-color: #f0f3f6;
  border: 1px solid #d1d5d9;
  padding: 20px;
}

.paymentpay-accaunt-content-title h3 {
  font-size: 18px;
}

.block-paymentpay-accaunt-content-billing-info h4 {
  font-size: 15px;
  color: #90969b;
}

.block-paymentpay-accaunt-content-billing-info .billing-info-row {
  display: flex;
}

.block-paymentpay-accaunt-content-billing-info .billing-info-row .billing-info {
  width: 280px;
}

.block-paymentpay-accaunt-content-billing-info .billing-info-row .billing-info a,
.block-paymentpay-accaunt-content-billing-info .billing-info-row .billing-info span {
  display: block;
  font-size: 15px;
}

.block-paymentpay-accaunt-content-billing-info .billing-info-row .billing-info .span-password {
  margin-top: 25px;
}

.block-paymentpay-accaunt-content-billing-info {
  margin-bottom: 30px;
}

.pp-a-footer {
  font-size: 14px;
}

.paymentpay-accaunt-content-cancel-block {
  background-color: #f0f3f6;
  border: 1px solid #d1d5d9;
  padding: 20px;
}

.paymentpay-accaunt-content-cancel-block h3 {
  font-size: 24px;
  color: #3b78e7;
}

.paymentpay-accaunt-content-cancel-block ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}

.paymentpay-accaunt-content-cancel-block p,
.paymentpay-accaunt-content-cancel-block li,
.paymentpay-accaunt-content-cancel-block span {
  font-size: 15px;
}

.paymentpay-accaunt-content-cancel-block li {
  color: #6087cd;
}

.paymentpay-accaunt-content-cancel-block li span {
  color: #000;
}

.paymentpay-accaunt-content-cancel-block a {
  min-width: 180px;
  display: inline-block;
  font-size: 20px;
  height: 40px;
}

.paymentpay-accaunt-content-cancel-block .select-row {
  margin-bottom: 30px;
}

.paymentpay-accaunt-content-cancel-block .select-row span {
  font-size: 16px;
}

.paymentpay-accaunt-content-cancel-block .select-row .select {
  width: 120px;
}

.btn-paymentpay-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.btn-paymentpay-row span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-paymentpay-row .pp-btn {
  width: 200px;
  min-height: 40px;
  background-color: #7199e2;
  margin-bottom: 10px;
}

.remaining-block-wrap {
  margin-bottom: 30px;
}

.remaining-block-wrap > span {
  display: block;
}

.remaining-block-wrap > span span:first-child {
  width: 230px;
  display: inline-block;
}

.Success-block {
  padding: 17px 25px;
  background-color: #7199e2;
}

.Success-block span {
  color: #fff;
  font-size: 18px;
}

.content-errore {
  position: relative;
}

.content-errore-btn {
  background-color: #000000;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 40px;
  top: calc(50% - 15px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content-errore-btn:hover {
  color: #fff;
  background-color: #7199e2;
}

.paymentpay-accaunt-content-btn {
  width: auto;
  margin-left: 25.6%;
  margin-top: 20px;
  height: 40px;
  font-size: 20px;
}

.paymentpay-accaunt-content .checkf-inner-header {
  margin-bottom: 10px;
}

.reciep-item-wrap {
  padding: 25px;
  background-color: #f0f3f6;
  border: 1px solid #d1d5d9;
}

.reciep-title-block {
  display: flex;
  justify-content: space-between;
}

.reciep-title-block-left-side h2 {
  margin-bottom: 15px;
}

.reciep-title-block-right-side a {
  font-size: 20px;
}

.reciep-table-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  border-bottom: 1px solid #d1d5d9;
  border-top: 1px solid #d1d5d9;
}

.reciep-item-wrap .reciep-table-row.last-block {
  justify-content: flex-end;
  border-top: none;
}

.reciep-info {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d5d9;
}

.reciep-info .ri-item {
  width: 50%;
}

.reciep-info .ri-item span {
  display: block;
}

.reciep-item-wrap .pdf-info {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-bottom: 20px;
  padding-top: 20px;
}

.paymentpay-accaunt-content-table {
  background-color: #f0f3f6;
  border: 1px solid #d1d5d9;
  padding: 20px;
}

.paymentpay-accaunt-content-table-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.paymentpay-accaunt-content-table-title-block .pa-table-left-side h3 {
  font-size: 24px;
  color: #3b78e7;
}

.paymentpay-accaunt-content-table-title-block .pa-table-right-side {
  display: flex;
  align-items: center;
}

.paymentpay-accaunt-content-table-title-block .pa-table-right-side a {
  font-size: 14px;
  margin-right: 15px;
  position: relative;
}

.paymentpay-accaunt-content-table-title-block .pa-table-right-side a:after {
  content: '';
  height: 19px;
  width: 1px;
  background-color: #d2d6da;
  position: absolute;
  top: 0px;
  right: -15px;
}

.paymentpay-accaunt-content-table-title-block .pa-table-right-side .table-sort-block {
  margin-left: 15px;
}

.paymentpay-accaunt-content-table table {
  width: 100%;
}

.paymentpay-accaunt-content-table table thead tr th {
  background-color: #8c949d;
  color: #fff;
  font-weight: normal;
  padding: 7px 25px;
  font-size: 15px;
  color: #fff;
}

.paymentpay-accaunt-content-table table tbody tr td:nth-child(4),
.paymentpay-accaunt-content-table table tbody tr td:nth-child(3),
.paymentpay-accaunt-content-table table thead tr th:nth-child(4),
.paymentpay-accaunt-content-table table thead tr th:nth-child(3) {
  text-align: center;
}

.paymentpay-accaunt-content-table table tbody tr td {
  padding: 7px 25px;
  font-size: 15px;
  white-space: nowrap;
}

.paymentpay-accaunt-content-table table tbody tr td a {
  font-size: 14px;
}

.paymentpay-accaunt-content-table table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.paymentpay-accaunt-content-table table tbody tr td .paid.text {
  text-transform: uppercase;
  color: #2aa527;
  width: auto;
  height: auto;
  border: none;
  transform: none;
}

.agrement-cont {
  padding: 0;
}

.agrement-cont h3 {
  font-size: 24px;
  color: #3b78e7;
}

.agrement-cont p {
  font-size: 15px;
}

.search-pagination-mobile {
  display: none;
  margin-bottom: 20px;
}

.search-pagination-mobile a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #a5afb9;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}

.search-pagination-mobile a.prev-serch-link:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-right: 8px;
}

.search-pagination-mobile a.next-serch-link:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 8px;
}

.search-pagination-mobile a.more-results-search {
  padding-left: 45px;
  padding-right: 45px;
  width: 90%;
  max-width: 300px;

}

.search-pagination-mobile a.more-results-search:before {

  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.one-page-left {
  justify-content: center;
}

.domain-table {

  border-bottom: 1px solid #d2d6da;
}

.exaxt-match {
  border-bottom: none;
}

/*faq page*/
.faq-title {
  padding-top: 30px;
  /*padding-bottom: 20px;
  border-bottom: 1px solid #cfd0d3;*/
  flex-direction: column;
}

.faq-title h1 {
  font-size: 36px;
}

.faq-title p {
  font-size: 15px;
}

.mobile {
  display: none;
}

.faq-title > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.faq-title > div > a {
  margin-left: 20px;
  position: relative;
  font-size: 15px;
}

.faq-title > div > a:before {
  content: '';
  position: absolute;
  height: 17px;
  width: 1px;
  background-color: #d2d6da;
  left: -12px;
  top: 4px;
}

.faq-section-block-items-wrap .faq-block-item {
  background-color: #f3f6f8;
  border: 1px solid #d2d6da;
  border-radius: 7px;
  padding: 17px 30px 0 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-section-block-items-wrap .faq-bi-title a,
.faq-section-block-items-wrap .faq-bi-content p {
  color: #000000;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 50px;
  display: block;
}

.faq-section-block-items-wrap .faq-bi-title a {
  display: flex;
  justify-content: space-between;
}

.faq-section-block-items-wrap .faq-bi-content p {
  margin-bottom: 20px;
}

.faq-section-block-items-wrap .faq-bi-content p:last-child {
  margin-bottom: 0;
}

.faq-section-block-items-wrap .faq-bi-content:before {

  border-top: 1px solid #d2d6da;
}

.faq-section-block-items-wrap .faq-bi-content:after {
  content: '';
  position: absolute;
  height: calc(100% - 63px);
  width: 2px;
  background-color: #000;
  left: 12px;
  top: 28px;
}

.faq-section-block-items-wrap .faq-bi-title:before {
  background: #000000;
}

.faq-section-block-items-wrap .faq-bi-title:after {
  background: #000000;
}

.faq-section-block .faq-section-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 26px;
}

.faq-bi-title span {
  flex-shrink: 0;
  margin-left: 10px;
}

.faq-section-name h3 {
  color: #3b77e7;
  font-size: 20px;
  margin-bottom: 0;
}

.faq-section-trigers a {
  font-size: 15px;
  margin-right: 0px;
  position: relative;
}

/*.faq-section-trigers a:first-child:after{
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #d2d6da;
  right: -12px;
  top: 4px;
}*/
/*
.faq-section-trigers a:last-child {
  margin-right: 0;
}
*/

.faq-section-block-items-wrap .width-form:after {
  width: 2px;
}

.width-form .contact-form-inner {
  padding-left: 50px;
}

.width-form .contact-form-inner p {
  padding-left: 0;
}

.width-form .form-footer p {
  font-size: 15px;
}

.have-a-quest-block {
  padding-bottom: 25px;
  padding-top: 25px;
}

.have-a-quest-block h3 {
  color: #3b77e7;
  font-size: 24px;
}

/*end faq page*/
.admin-panel {
  background-color: #ea7517;
  padding-top: 20px;
  padding-bottom: 20px;
}

.admin-wrapp {
  display: flex;
  align-items: center;
}

.acc-content-block {
  margin-left: 20px;
}

.acc-content-block .accaunt-content-row a,
.acc-content-block .accaunt-content-row span {
  color: #fff;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  font-size: 15px;
}

.acc-content-block .accaunt-content-row a:after,
.acc-content-block .accaunt-content-row span:after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #a15518;
  display: block;
  position: absolute;
  right: -11px;
  top: 7px;
}

.acc-content-block .accaunt-content-row span:last-child {
  margin-right: 0;
}

.acc-content-block .accaunt-content-row span:last-child:after {
  display: none;
}

.submit-offer-modal .modal-content .label,
.submit-offer-modal .modal-content label {
  width: 120px;
  margin-bottom: 0;
}

.input-width-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.input-width-label .input-row {
  width: 100%;
  margin-bottom: 0;
}

.input-width-label span {
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
}

.submit-offer-modal .modal-content form {
  padding-left: 0px;
  padding-right: 30px;
}

.submit-offer-modal.contact-modal .btn-row {
  padding-left: 130px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.submit-offer-modal .modal-content .btn-row button {
  width: 180px;
}

.contact-modal form p {
  padding-left: 130px;
  font-size: 16px;
}

.botom-logo-about ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}

.botom-logo-about ul li {
  list-style: none;
}

.about-page-content img {
  max-width: 100%;
  margin-bottom: 20px;
}

hr {
  border: none;
  border-bottom: 1px solid #d9dce1;
}

.content-image {
  margin-left: 20px;

  /*margin-bottom: 30px;
  margin-top: 30px;*/
}

.side-about-menu {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.side-about-menu li {
  list-style: none;
  padding: 5px 10px 5px 34px;
  position: relative;
}

.side-about-menu li.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7198e2;
  position: absolute;
  left: 15px;
  top: calc(50% - 5px);
}

.side-about-menu li:hover a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7198e2;
  position: absolute;
  left: 15px;
  top: calc(50% - 5px);
}

.side-about-menu li:first-child {
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
}

.side-about-menu li a {
  font-size: 15px;
  color: #000;
}

.about-page-content {
  padding-top: 30px;
}

.about-page-content p {
  font-size: 15px;
}

.about-page-content h2 {
  color: #7199e2;
  font-size: 28px;
  margin-bottom: 5px;
}

.quick-stats {
  margin-bottom: 20px;
  margin-top: 10px;
}

.quick-stats span {
  font-size: 15px;
}

.quick-stats .stats-row {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;

}

.quick-stats .stats-row .stats-row-item {
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
  padding: 15px 25px;
  width: 32%;
}

.quick-stats .stats-row .stats-row-item span {
  display: block;
  text-align: center;
}

.quick-stats .stats-row .stats-row-item span.stats-row-item-title {
  color: #000000;
  font-size: 32px;
}

.quick-stats .stats-row .stats-row-item span.stats-row-item-tetx {
  font-size: 15px;
}

.testimonial-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  list-style: none;
  padding: 18px 20px;
}

.testimonial-item .testimonials-item_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.testimonial-item .testimonials-item_image img {
  width: 100%;
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
}

.testimonial-item .testimonials-item_content .feedback {
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0px;
}

.testimonial-item .testimonials-item_content .feedback-owner {
  color: #85929e;
  font-size: 15px;
  line-height: 1.2;
}

.testimonial-wrap li:nth-child(odd) {
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
}

.testimonial-wrap {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.img-placeholder {
  width: 60px;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.img-placeholder.grey {
  background-color: #999d9f;
}

.img-placeholder.orange {
  background-color: #f7a60f;
}

.img-placeholder.green {
  background-color: #188a8d;
}

.img-placeholder.lightblue {
  background-color: #7199e2;
}

.img-placeholder.darkblue {
  background-color: #212b54;
}

.testimonials-abaut-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials-abaut-nav a {
  font-size: 14px;
}

.testimonials-abaut-nav .disabled {
  text-decoration: none;
  color: #85929e;
  pointer-events: none;
}

.about-page-content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.about-page-content ul li {
  font-size: 15px;
  list-style: none;
  padding-left: 16px;
  position: relative;
}

.about-page-content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #7199e2;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: 12px;
}

.about-page-content .checkout-form fieldset:not(.private-checkbox) label {
  width: 20%;
  text-align: right;
  padding-right: 5px;
  margin: 0;
  color: #000;
  font-size: 15px;
}

.about-page-content ul.testimonial-wrap li:before {
  display: none;
}

.about-page-content .checkout-form fieldset input:not(.checkbox) {
  width: 80%;
  max-width: 465px;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 15px;
}

.privacy-paragraf,
.about-page-content .checkout-form .paymentpay-accaunt-content-btn {
  margin-left: 20.5%;
  margin-bottom: 10px;
}

.about-page-content ul.dif-list li {
  padding-left: 40px;
}

.about-page-content ul.dif-list li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 15px;
  border-bottom: 3px solid #7199e2;
  border-right: 3px solid #7199e2;
  transform: rotate(45deg);
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  position: absolute;
  left: 0px;
  top: 4px;
}

.about-page-content .fieldset .label,
.about-page-content .textarea-row label {
  width: 20%;
  text-align: right;
  padding-right: 5px;
  margin: 0;
  color: #000;
  font-size: 15px;
  display: inline-block;
}

.about-page-content .textarea-row textarea {
  width: 80%;
  /*max-width: 465px;*/
  height: 115px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 15px;
  margin-left: 5px;
}

.about-page-content .input-captcha {
  width: 80%;
  margin-left: 5px;
}

.about-page-content .textarea-row {
  margin-bottom: 11px;
}

.about-page-content .textarea-row .fieldset {
  display: flex;
}

.about-page-content .capcha-row {
  display: flex;
  align-items: center;
}

.about-page-content .fieldset input {
  margin-left: 10px;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 14px;
}

.about-page-content .capcha-row img {
  margin-bottom: 0;
}

.about-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-gallery > a {}

.about-gallery > a > img {
  width: 100%;
}

.about-page-content .botom-logo-about ul li {
  padding-left: 0px;
}

.about-page-content .botom-logo-about ul li::before {
  display: none;
}

.how-to-choose .quick-stats .stats-row .stats-row-item {
  padding: 25px 25px;
  width: 49%;
}

.buingguide-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.buingguide-nav-item {
  font-size: 15px;
}

.next-buingguide:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #aaaaaf;
  content: '';
  display: inline-block;
  margin-left: 5px;
}

.prev-buingguide:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #aaaaaf transparent transparent;
  content: '';
  display: inline-block;
  margin-right: 5px;
}

.table-content {
  width: 100%;
  border-bottom: 1px solid #dbdbdd;
  margin-bottom: 30px;
}

.table-content thead tr th {
  background-color: #8c959e;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 20px;
}

.table-content tbody tr td {
  font-weight: normal;
  padding: 10px 20px;
  font-size: 15px;
}

.table-content tbody tr:nth-child(odd) td {
  background-color: #f3f6f8;
}

.table-content tbody tr:nth-child(even) td {
  background-color: #fff;
}

.checkout-content.full-width-container {
  width: 100%;
}

.buinge-guide-section-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.buinge-guide-section-nav-item {
  border: 1px solid #dbdbdd;
  width: 32.1%;
  background-color: #f3f6f8;
  margin-bottom: 20px;
}

.buinge-guide-section-nav-item img {
  max-width: 100%;
  width: 100%;
}

.bgsni-content {
  padding: 20px;
}

.buinge-guide-section-nav-item .bgsni-title {
  font-size: 14px;
  color: #7199e2;
  text-decoration: none;
  display: block;
  text-align: center;
}

.buinge-guide-section-nav-item .bgsni-subtitle {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  display: block;
  text-align: center;
}

table.paymentplantable {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: 1px solid #d9dce1;
}

table.paymentplantable thead tr td {
  background-color: #8c959e;
  color: #fff;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.paymentplantable tbody tr td {
  font-size: 15px;
  color: #11262f;
  padding-top: 8px;
  padding-bottom: 8px;
}

table.paymentplantable thead tr td,
table.paymentplantable tbody tr td {
  min-height: 45px;
  width: 33.3%;
}

table.paymentplantable tbody tr td label {
  margin-bottom: 0 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

table.paymentplantable tbody tr td label:hover {
  cursor: pointer;
}

table.paymentplantable tbody tr td label .radio-circle {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #5b7297;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(234, 236, 233, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaece9', GradientType=1);

}

table.paymentplantable tbody tr td label input:checked + .radio-circle:after {
  content: '';
  width: 9px;
  height: 9px;
  background: rgba(188, 255, 5, 1);
  background: -moz-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 255, 5, 1)), color-stop(100%, rgba(79, 127, 46, 1)));
  background: -webkit-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -o-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -ms-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: linear-gradient(to bottom, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcff05', endColorstr='#4f7f2e', GradientType=0);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 4.5px);
}

table.paymentplantable tbody tr td label input:checked + .radio-circle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #29a527;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}

table.paymentplantable tbody tr:hover .radio-circle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #29a527;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}

table.paymentplantable tbody tr td label input {
  display: none;
}

table.paymentplantable thead tr td:first-child,
table.paymentplantable tbody tr td:first-child {
  padding-left: 40px;
}

table.paymentplantable tbody tr:nth-child(even) td {
  background-color: #f3f6f8;
}

table.paymentplantable tbody tr:hover td {
  font-weight: bold;
}

table.paymentplantable {
  margin-bottom: 30px;
}

.simple-btn {
  font-size: 20px;
  color: #fff;
  background-color: #2aa527;
  border: none;
  padding: 5px 15px;
  min-width: 250px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

/*ppp*/
.ppermutations {
  padding-bottom: 80px;
}

.ppermutations .offer-form {
  max-width: 500px;
  margin-left: 180px;
  margin-bottom: 70px;
}

.ppermutations.min-offer .offer-form .input-row label,
.ppermutations.make-offer .offer-form .input-row label {
  position: absolute;
  left: -180px;
  min-width: 175px;
  text-align: right;
}

.sub-title-price-block {
  color: #323031;
  font-size: 20px;
}

.sub-title-price-block .price-block {
  font-size: 26px;
}

.p-check label span.checkbox-text {
  font-size: 17px;
}

.p-check label {
  margin-bottom: 1rem;
}

/*Seller*/
.accaunt-content-row-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
}

.sellers-inner-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sellers-inner-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.sellers-inner-menu ul li {
  list-style: none;
  margin-right: 18px;
  font-size: 15px;
  position: relative;
}

.sellers-inner-menu ul li:after {
  content: '';
  height: 15px;
  width: 2px;
  background-color: #c7c8cb;
  display: block;
  position: absolute;
  right: -10px;
  top: 7px;
}

.sellers-inner-menu ul li:last-child {
  margin-right: 0;
}

.sellers-inner-menu ul li:last-child:after {
  display: none;
}

.sellers-inner-menu ul li a {
  font-size: 15px;
}

a.admin-link {
  text-decoration: none;
}

.sellers-inner-menu ul li.active {
  border-bottom: 3px solid #545454;
}

.sellers-inner-menu ul li.active a {
  text-decoration: none;
}

.sellers-admin-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sellers-admin-stats-item {
  background-color: #f0f3f6;
  border: 1px solid #d2d6da;
  width: 49%;
  padding: 16px 25px;
  align-items: flex-start;
}

.sellers-admin-stats-item > .right-s > span,
.sellers-admin-stats-item > .left-s > span,
.sellers-admin-stats-item > span {
  display: flex;
}

.sellers-admin-stats-item .right-s {
  max-width: 150px;
  padding: 17px;
  border-left: 1px solid #d2d6da;
}

.sellers-admin-stats-item .right-s span,
.sellers-admin-stats-item .right-s a {
  font-size: 12px;
}

.sellers-admin-stats-item > .left-s > span:first-child,
.sellers-admin-stats-item > span:first-child {
  font-size: 15px;
}

.sellers-admin-stats-item > .left-s > span:nth-child(2),
.sellers-admin-stats-item > span:nth-child(2) {
  font-size: 42px;
  line-height: 1.4;
}

.sellers-admin-stats-item > .left-s > span:nth-child(3),
.sellers-admin-stats-item > span:nth-child(3) {
  font-size: 15px;
}

.pp > span {
  color: #90969b;
  display: inline-block;
  margin-left: 3px;
}

.pp > a {
  margin-left: 18px;
  position: relative;
}

.pp > a:before {
  content: '';
  height: 15px;
  width: 2px;
  background-color: #c7c8cb;
  display: block;
  position: absolute;
  left: -10px;
  top: 7px;
}

.last-table-block p {
  font-size: 15px;
}

.last-table-block-table {
  width: 100%;
  margin-bottom: 30px;
}

.last-table-block-table thead tr th {
  background-color: #8c959e;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 20px 10px 20px;
  text-align: center;
  white-space: nowrap;
}

.last-table-block-table tbody tr td {
  font-weight: normal;
  padding: 10px 20px 10px 20px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.last-table-block-table tbody tr:nth-child(even) td {
  background-color: #f3f6f8;
}

.last-table-block-table tbody tr td.mail,
.last-table-block-table thead tr th.mail,
.last-table-block-table tbody tr td:first-child,
.last-table-block-table thead tr th:first-child {
  text-align: left;
  padding: 10px 35px 10px 20px;
}

.overflow-table-scroll {
  overflow-x: scroll;
}

.seller-account-information {
  padding: 20px;
  background-color: #f0f3f6;
  border: 1px solid #d2d6da;
  margin-bottom: 25px;
}

.seller-account-information .account-information-title span {
  font-size: 15px;
  color: #90969b;
}

.seller-account-information .billing-info-row {
  display: flex;
}

.seller-account-information .billing-info-row .billing-info {
  width: 280px;
}

.seller-account-information .billing-info-row .billing-info a,
.seller-account-information .billing-info-row .billing-info span {
  display: block;
  font-size: 15px;
}

.seller-account-information .billing-info-row .billing-info .span-password {
  margin-top: 25px;
}

.seller-account-information .billing-info-row .billing-info span img {
  margin-left: 10px;
}

.seller-account-information .billing-info-row .billing-info span.span-mail.account {
  display: flex;
  align-items: baseline;
}

.hdadmin .bpacma-title {
  padding-left: 30px;
  padding-top: 30px;
}

.hdadmin .bpacma-title span {
  font-size: 15px;
}

.hdadmin .block-paymentpay-accaunt-content-meta {}

.hdadmin .block-paymentpay-accaunt-content-meta-item {
  padding: 10px 30px 30px 30px;
}

.hdadmin .block-paymentpay-accaunt-content-meta-item span {
  text-align: left;
  font-size: 15px;
}

.hdadmin .block-paymentpay-accaunt-content-meta-item span.item-value {
  font-size: 30px;
}

.hdadmin .block-paymentpay-accaunt-content-meta-item span.small {
  display: inline;
  font-size: 15px;
  color: #90969b;
}

.shart-nav-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.shart-nav-block .select {
  margin-left: 10px;
}

.shart-nav-block .select select {
  padding-right: 30px;
  min-width: 100px;
}

.shart-nav-block .title-shart-block {
  font-size: 18px;
}

#chart-container {
  margin-bottom: 30px;
}

.btn.disabled {
  pointer-events: none;
  background-color: #b1b8be;
}

.sort-side,
.dash-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-filter {
  background-color: #f0f3f6;
  border: 1px solid #d2d6da;
  padding: 20px;
  margin-bottom: 20px;
}

.sort-side .select {
  margin-right: 10px;
}

.sort-side .update-btn {
  margin-right: 10px;
  padding: 6px 12px;
}

.sort-side .reset-link {
  font-size: 14px;
}

.sort-side .select select {
  padding-right: 30px;
  min-width: 100px;
}

.sort-side span {
  color: #848c93;
  font-size: 13px;
  margin-right: 10px;
}

.paid {
  display: inline-block;
  width: 7px;
  height: 15px;
  border-bottom: 3px solid #7199e2;
  border-right: 3px solid #7199e2;
  transform: rotate(45deg);
}

.hdadmin .search-pagination {
  margin-bottom: 30px;
}

.hdadmin-content p {
  font-size: 15px;
}

.hdadmin .checkf-inner-header {
  justify-content: flex-end;
}

.hdadmin-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hdadmin-breadcrumbs a {
  font-size: 14px;
}

.blue-title {
  font-size: 24px;
  color: #3b78e7;
}

.hdadmin .title {
  font-size: 24px;
}

.place-order-btn {
  min-width: 250px;
  width: auto;
}

.hdadmin .checkf-inner-header {
  margin-bottom: 15px;
}

.hdadmin .checkout-form fieldset:not(.private-checkbox) label {
  width: 30%;
}

.hdadmin .checkout-form fieldset.phone .phone-number,
.hdadmin .checkout-form fieldset.country .select,
.hdadmin .checkout-form fieldset.state .select,
.hdadmin .checkout-form fieldset input:not(.checkbox) {
  width: 69%;
}

.hdadmin .account-overview-form .place-order-btn.btn {
  margin-left: 30.6%;
}

.payment-info {
  margin-bottom: 20px;
}

.payment-info table tr td {
  font-size: 15px;
}

.payment-info table tr td:first-child {
  padding-right: 40px;
}

.hdadmin-breadcrumbs.width-print {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.hdadmin-breadcrumbs.width-print .print-block {
  margin: 0;
}

.hdadmin-breadcrumbs.width-print .print-block .btn {
  font-size: 20px;
  min-width: 90px;
  min-height: 40px;
  padding: 7px 12px;
}

.login-block .account-overview-form .checkout-form-inner {
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
}

.hdadmin.login-block .checkout-form fieldset:not(.private-checkbox) label {
  width: 20%;
  min-width: 100px;
}

.hdadmin.login-block .checkout-form fieldset.phone .phone-number,
.hdadmin.login-block .checkout-form fieldset.country .select,
.hdadmin.login-block .checkout-form fieldset.state .select,
.hdadmin.login-block .checkout-form fieldset input:not(.checkbox) {
  width: 56%;
}

.hdadmin.login-block .reset-password {
  font-size: 15px;
  margin-left: 20px;
}

.hdadmin.login-block .account-overview-form .place-order-btn.btn {
  margin-left: 20.6%;
}

/*home page*/
.findOutlink{
  margin-top: 15px;
  display: block;
}
.findOutlink:after{
  content: '';
  background-image: url('../../../../images/hdv3-img/link-arrow.png');
  width: 17px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.arrow-to-buttom{
  cursor: pointer;
}
.home-page .cart-icon {
  position: relative;
  padding-right: 0px;
  padding-top: 0px;
}

.header-tel {
  font-weight: normal;
  color: #000000;
  font-size: 15px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  padding: 0 11px;
}
.header-tel-2{
  font-size: 20px;
}
.home-page a.header-tel:before {
  content: '';
  display: block;
  background: #b0b2b6;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 5px;
}
.header-v2 > .container .shop-links{
  display: none;
}
.home-page .navBurger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #3e3c3d;
  box-sizing: border-box;
  background-clip: content-box;
  width: 25px;
  height: 16px;
  border-top: 7px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  z-index: 6;
  top: 2px;
  left: 0;

}

.home-page .burger-wrap {
  margin-right: 20px;
  padding: 8px 13px;

}

.locked .home-page .burger-wrap {
  background: #4888d1;
}

.home-page .overlayMenu {
  flex-direction: column;
}

.home-page .navBurger:before,
.home-page .navBurger:after {
  content: "";
  position: absolute;
  background: #3e3c3d;
  height: 3px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.home-page .navBurger:before {
  top: -6px;
}

.home-page .navBurger:after {
  bottom: -6px;
  width: 100%;
}

.home-page nav.navbar {
  background: #4888d1;
  border-top: none;
  padding: 0;
  position: absolute;
  top: 59px;
  display: none;
}

.locked .home-page nav.navbar {
  display: block;
}

.home-page .overlay {
  width: 270px;
  max-width: 270px;
  margin: auto;
  padding: 40px 15px;
}

.home-page .navbar .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.home-page .navbar .navbar-nav a {
  font-size: 17px;
  padding: 6px 0px;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  position: relative;
  display: block;
}

.home-page .navbar .navbar-nav a:after {

  display: none;

}

.home-page .language-selector {
  margin-top: 35px;
}

.home-page .navBurger.active {
  background: transparent;
  background-clip: content-box;

}

.home-page .navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #fff;
  width: 110%;
}

.home-page .navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff;
  width: 110%;
}

.home-page-main {
  padding-top: 74px;
}

section.banner {
  background-color: #f3f6f8;
  min-height: 545px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #d2d6da;
  position: relative;
}

section.banner h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}

.banner-search form {
  max-width: 740px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.banner-search form .input-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.banner-search form .input-row input {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d2d6da;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 26px;
}
.banner-search form .input-row label:before {
  content: '';
  display: none;
  position: absolute;
    left: 16px;
    top: 18px;
    width: 1px;
    height: 24px;
  background: #000;
  opacity: 1;
  z-index: 3;
}

.banner-search form .input-row input:not(:focus) + label.cursor:before {
  display: inline-block;
  animation: cursor 1s infinite step-end;
}

@keyframes cursor {
  50% { background: transparent; }
}
.banner-search form button {
  width: 160px;
  height: 60px;
  font-size: 32px;
  margin-left: 20px;
}

.arrow-to-buttom {
  display: block;
  width: 13px;
  height: 13px;
  border-left: 3px solid #323031;
  border-bottom: 3px solid #323031;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.benefits {
  padding-top: 40px;
  padding-bottom: 20px;
}

.benefits h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.benefits-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}

.benefits-wrap .benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-wrap .benefits-item .benefits-ico {
  margin-bottom: 15px;
}

.benefits-wrap .benefits-item .benefits-title {
  text-align: center;
}

.test-tips {
  margin-bottom: 30px;
}

.test-tips-wrap {
  display: flex;
  justify-content: space-between;
}

.test-tips-item {
  width: 49%;
  border: 1px solid #d9dce1;
  background-color: #f3f6f8;
}

.test-tips-item .test-tips-item-img img {
  width: 100%;
}

.test-tips-item .test-tips-item-content {
  padding: 30px;
}

.test-tips-item .test-tips-item-content h3 {
  font-size: 28px;
}

.test-tips-item .test-tips-item-content p {
  font-size: 17px;
  margin-bottom: 0;
}

.fuured-domains-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fuured-domains-wrap .futured-dimain-tems {
  width: 49%;
  border: 1px solid #d9dce1;
  background-color: #f3f6f8;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.futured-domains h2 {
  display: inline;
}

.title-link {
  margin-left: 10px;
}

.fuured-domains-wrap {
  margin-top: 10px;
}

.futured-dimain-tems-bn {
  display: flex;

}

.futured-dimain-tems-domain .domain-name {
  font-size: 18px;
  color: #0033ff;
}

.futured-dimain-tems-bn .price {
  font-size: 17px;
}

.futured-dimain-tems-bn a {
  margin-left: 30px;
}

.success-stories .container {
  background-image: url('../../../../images/hdv3-img/succes-store-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
}

.ss-title-block {
  text-align: center;
  margin-bottom: 25px;
}

.ss-title-block h2 {
  color: #ffffff;
  font-size: 32px;
  display: inline;
}

.ss-title-block a {
  display: inline;
  margin-left: 10px;
  color: #fff;
}

.success-stories-slider-item .success-stories-slider-item-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
}

.success-stories-slider-item .success-stories-slider-item-icon img {
  max-width: 100%;
}

.success-stories-slider .slick-track {
  display: flex;
  align-items: center;
  padding-top: 34px;
}

.success-stories-slider .success-stories-slider-item {
  padding-left: 17px;
  padding-right: 17px;
}

.success-stories-slider-item-content-wrap {
  background-color: #fff;
  padding: 40px 10px 10px;
  text-align: center;
  position: relative;
  border: 1px solid #d9dce1;
  /*min-height: 235px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-stories-slider-item-content .item-testimonial {
  font-size: 16px;
}

.success-stories-slider-item-content .fed-author {
  display: block;
  font-size: 15px;
}

.success-stories-slider-item-content .fed-author-site {
  display: block;
  font-size: 15px;
  color: #999b9d;
}

.success-stories-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 30px;
  padding: 0;
}

.success-stories-slider .slick-dots li {
  list-style: none;
}

.success-stories-slider .slick-dots li button {
  border: 0;
  background: transparent;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.success-stories-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.success-stories {
  margin-bottom: 30px;
}

.call-us-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.call-us-content-wrap h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.call-us-content-wrap p {
  margin-bottom: 0;
  font-size: 17px;
}

.call-us-content {
  margin-left: 40px;
}

section.partners {
  margin-top: 30px;
  margin-bottom: 35px;
}

section.partners .botom-logo-about {
  max-width: 880px;
  margin: auto;
}

.faq-bi-content .capcha-row .input-captcha.errore::after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 18px;
  top: 9px;
}

.faq-bi-content .capcha-row .input-captcha.errore::before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 70px;
  width: 14px;
  height: 13px;
  top: 6px;
  z-index: 9;
}

.faq-bi-content .capcha-row .input-captcha.errore input {
  border: 2px solid #ff0303 !important;
}

.faq-bi-content .capcha-row a {
  margin-top: 5px;
}

.howmanage-page .agrement-cont > img {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.howmanage-page .agrement-cont a {
  display: inline-flex;
  align-items: center;
  color: color: #3d81dd;
}

.howmanage-page .agrement-cont a img {
  margin-left: 10px;
}

.howmanage-page .agrement-cont a span {
  text-decoration: underline;
  color: #3d81dd;
  font-size: 15px;
}

/**/
.capcha-header {
  font-size: 20px;
  color: #7199e2;
}

.capcha-block-wrap {
  min-height: 50vh;
  padding: 20% 15px;
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.capcha-inner {
  max-width: 420px;
}

.capcha-inner .btn {
  display: inline-flex;
  min-width: 147px;
  min-height: 50px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

/**/
.cupon-block .cupon-block-title {
  font-size: 72px;
  color: #2aa527;
  line-height: 1.4;
}

.cupon-block .cupon-block-subtitle {
  font-size: 28px;
  color: #11262f;
  margin-bottom: 0;
}

.cupon-block a {
  width: 240px;
  min-height: 48px;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.cupon-block p {
  font-size: 15px;
}

.cupon-block .cupon-text {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 20px;
}

.info-title {
  font-size: 36px;
  color: #7199e2;
  display: flex;
  align-items: center;
}

.info-title img {
  margin-left: 20px;
}

.list-title {
  display: block;
  font-size: 20px;
  color: #11262f;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-section ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.info-section ul li {
  font-size: 15px;
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin-bottom: 15px;
}

.info-section ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #7199e2;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: 12px;
}

.green {
  color: #2aa527;
}

.unsubscribe-section p {
  font-size: 15px;
}

.unsubscribe-section a {
  width: 240px;
  min-height: 48px;
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.top-container {
  min-height: 400px;
}

.unsolicited-section img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.unsolicited-section p {
  font-size: 15px;
}

.unsolicited-section h2 {
  color: #7199e2;
}

.enter-email-block {
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
  padding: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.enter-email-block-form form {
  display: flex;
  align-items: center;
}

.enter-email-block-form form label {
  margin-bottom: 0;
  font-size: 20px;
  margin-right: 18px;
}

.enter-email-block-form form input {
  width: 80%;
  max-width: 425px;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 15px;
  margin-right: 18px;
}

.enter-email-block-form form button {
  height: 35px;
  font-size: 18px;
}

.enter-email-block-footer {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.enter-email-block-footer .icon-block {
  margin-right: 20px;
}

.enter-email-block-footer .icon-block img {
  margin: 0;
}

.enter-email-block-footer .text-block p {
  margin-bottom: 0;
}

.enter-email-block-form .input-row {
  display: flex;
}

.submittestimonial-block-form form input {
  width: 100%;

  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 15px;
}

.submittestimonial-input-row .input-wrap {
  position: relative;
  display: inline-block;
  min-width: 365px;
}

.submittestimonial-input-row {
  margin-bottom: 15px;
  display: flex;
}

.submittestimonial-input-row label {
  min-width: 160px;
  text-align: right;
  padding-right: 15px;
  color: #323031;
  font-size: 17px;
}

.submittestimonial-input-row.errore .input-wrap input {
  border: 2px solid #ff0303;
}

.submittestimonial-input-row.errore .select select {
  border: 2px solid #ff0303;
}

.submittestimonial-input-row.errore .input-wrap textarea {
  border: 2px solid #ff0303;
}

.submittestimonial-input-row.errore .input-wrap:before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 62px;
  width: 14px;
  height: 13px;
  top: 3px;
}

.submittestimonial-input-row.errore .input-wrap:after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 10px;
  top: 6px;
}

.submittestimonial-input-row .select {
  position: relative;
  display: inline-block;
  min-width: 365px;
}

.submittestimonial-select-row.errore .input-wrap:before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 80px;
  width: 14px;
  height: 13px;
  top: 3px;
  z-index: 2;
}

.submittestimonial-select-row.errore .input-wrap:after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 30px;
  top: 6px;
}

.submittestimonial-textarea-row .input-wrap {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.submittestimonial-textarea-row .input-wrap textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #bebebe;
  padding: 10px 15px;
  font-size: 15px;
  resize: none;
}

.remaining {
  font-size: 17px;
  color: #a5afb9;
  font-weight: 300;
  margin-left: 18px;
}

.submittestimonial-textarea-row {
  margin-bottom: 40px;
}

.submittestimonial-textarea-row .remaining {
  margin-left: 0;
}

.submittestimonial-btn-row,
.submittestimonial-file-row {
  padding-left: 160px;
}
.submittestimonial-file-row {
  display: flex;
    align-items: center;
}
.submittestimonial-file-row input {
  display: none;
}

.submittestimonial-file-row label {
  width: 148px;
  height: 50px;
  color: #fff;
  background-color: #a5afb9;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 0;
}

.submittestimonial-file-row label:hover {
  background-color: #4888d1;
}

.form-title span {
  font-size: 20px;
  padding-left: 160px;
  color: #323031;
  display: block;
  margin-bottom: 15px;
}

.submittestimonial-btn-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submittestimonial-btn-row button {
  width: 255px;
  height: 50px;
  font-size: 20px;
}

.categories-top-wrap {
  display: flex;
  justify-content: space-between;
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
  padding: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.categories-top-wrap ul li {
  font-size: 15px;
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin-bottom: 0;
}

.categories-top-wrap ul {
  margin-bottom: 0;
}

.categories-top-wrap ul li span {
  margin-left: 5px;
  display: inline-block;
}

.info-section ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: 12px;
}

.serch-category-block h2 {
  font-size: 20px;
  color: #7199e2;
}

.serch-category-block .serch-category-block-form form {
  display: flex;
}

.serch-category-block .serch-category-block-form form .input-search {
  margin-right: 18px;
}

.serch-category-block .serch-category-block-form form .input-search input {
  width: 425px;
  max-width: 100%;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 15px;
  margin-right: 0;
}

.serch-category-block .serch-category-block-form form .input-search a {
  display: block;
  text-align: right;
  font-size: 15px;
  margin-top: 10px;
}

.serch-category-block .serch-category-block-form form .btn-block button {
  height: 35px;
  font-size: 18px;
}

.categories-width-header {
  margin-top: 30px;

}

.categories-width-header .title-for-categories {
  padding: 12px 30px;
  font-size: 20px;
  color: #fff;
  background-color: #7199e2;
}

.categories-width-header .categories-top-wrap {
  margin-top: 0;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .category-accord-list-wrap-item-title a {
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  background-color: #7199e2;
  width: 100%;
  display: block;
  position: relative;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .category-accord-list-wrap-item-title a:after {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  right: 13px;
  background-color: #4b77c8;
  top: 8px;
  z-index: 1;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .category-accord-list-wrap-item-title a:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 25px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 19px;
  z-index: 2;
  transform: rotate(45deg);
}

.category-accord-list-wrap-col .category-accord-list-wrap-item.open .category-accord-list-wrap-item-title a:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 26px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 25px;
  z-index: 2;
  transform: rotate(-135deg);
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .category-accord-list-wrap-item-title a span {
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}

.category-accord-list-wrap {
  display: flex;
  justify-content: space-between;
}

.category-accord-list-wrap-col {
  margin-right: 30px;
  width: 33%;
}

.category-accord-list-wrap-col:last-child {
  margin-right: 0;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item {
  margin-bottom: 30px;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .list-top-cat {
  background-color: #f3f6f8;
  border: 1px solid #d9dce1;
  padding: 25px;
  display: none;
  margin-bottom: 0;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item.open .list-top-cat {
  display: block;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .list-top-cat li {
  font-size: 15px;
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin-bottom: 0;
}

.category-accord-list-wrap-col .category-accord-list-wrap-item .list-top-cat li span {
  margin-left: 5px;
  display: inline-block;
}

/*faq update*/
.faq-bi-content .errore-block .big-text {
  font-size: 20px;
  margin-bottom: 0;
}

.capcha-row {
  display: flex;
  align-items: center;
}

.capcha-row a {
  font-size: 15px;
  margin-top: 0;
}

/*faq update*/
/*empty cart*/
.empty-cart-block hr {
  border: none;
  border-bottom: 1px solid #caccd2;
}

/*empty cart*/
/*Sign Up accaunt*/
.wob {
  border: none !important;
}

.paymentpay-accaunt-body.creat-account {
  display: block;
  padding-top: 20px;
  min-height: 300px;
}

.paymentpay-accaunt-body.creat-account p,
.paymentpay-accaunt-body.creat-account label {
  font-size: 16px;
  margin-bottom: 1rem;
}

.paymentpay-accaunt-body.creat-account label {
  display: flex;
  align-items: center;
}

.paymentpay-accaunt-body.creat-account input {
  margin-right: 10px;
}

.paymentpay-accaunt-body.creat-account button {
  font-size: 21px;
  padding: 5px 15px;
}

/*Sign Up accaunt*/
/*Contact us 2*/
.contact-us-second .form-contactus-section {
  display: flex;
  background: transparent;
  border: none;
  align-items: center;
}

.contact-us-second .form-contactus-section .contact-form-inner {
  padding: 30px;
  background-color: #f0f3f6;
  border: 1px solid #d2d6da;
  margin-top: 10px;
  width: 100%;
}

.contact-us-second .meta-inner-wrap {
  flex-direction: column;
  max-width: 270px;
  margin-left: 30px;
  width: 270px;
}

.contact-us-second .meta-item:nth-child(2) {
  border: none;
  border-top: 1px solid #b7c0c7;
  border-bottom: 1px solid #b7c0c7;
}

.contact-us-second .meta-item {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-us-second .form-contactus-section {
  padding-top: 0;
}

.contact-us-second .success-form-block {
  background-color: #2aa528;
  color: #fff;
  font-size: 16px;
  padding: 18px 25px;
}

.contact-us-second .capcha-row .input-captcha.errore::before {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 70px;
  width: 14px;
  height: 13px;
  top: 6px;
  z-index: 9;
}

.contact-us-second .capcha-row .input-captcha.errore::after {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 18px;
  top: 9px;
}

.contact-us-second .capcha-row .input-captcha.errore input {
  border: 2px solid #ff0303 !important;
}

.contact-us-second .contact-form-inner form .fieldset {
  display: flex;
  align-items: center;
}

.contact-us-second .contact-form-inner form .fieldset a {
  font-size: 15px;
}

.contact-us-second p {
  font-size: 15px;
}

.contact-us-second .contact-form-inner form .btn-row {
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}

#circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
  display: none;
  margin-left: 20px;
}

#circularG.visib {
  display: block;
}

.circularG {
  position: absolute;
  background-color: rgb(41, 166, 39);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 13px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 13px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 13px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 13px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}



@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(.3);
  }
}

/*Contact us 2*/

/*payments update*/
.small {
  display: inline !important;
  font-size: 16px;
}

.red {
  color: #ff0000 !important;
}

.acc-content-block.ppa p {
  color: #fff;
  margin-bottom: 0;
}

.acc-content-block.ppa {
  display: flex;
}

.acc-content-block.ppa span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.download-title {
  width: 20px;
  height: 20px;
  background-color: #2aa527;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.download-title svg {
  width: 13px;
  height: 13px;
}

.title-with-btn {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.download-title svg path {
  color: #fff;
  background-color: #fff;
  fill: #fff;
}

.print-btn-row {
  display: inline-flex;
  align-items: center;
}

.print-btn-row .btn {
  display: inline-block;
  font-size: 20px;
}

.print-btn-row svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.print-btn-row svg path {
  color: #b1b8be;
  background-color: #b1b8be;
  fill: #b1b8be;
}

.phone.errore:before,
.cvv.errore:before,
.zip.errore:before/*,

.country.errore:before,
.state.errore:before*/ {
  content: url(../../../../images/hdv3-img/alert.png);
  display: inline-block;
  position: absolute;
  right: 62px;
  width: 14px;
  height: 13px;
  top: 3px;
  z-index: 2;
}

.paymentpay-accaunt-content .checkout-form fieldset:not(.private-checkbox) label {

  min-width: 215px;
}
.single-checkout .phone,
.single-checkout .cvv,
.single-checkout .zip,
.paymentpay-accaunt-content .cvv,
.paymentpay-accaunt-content .zip {
  max-width: 440px;
}
.single-checkout .phone-number input#phone {
  width: 100%;
}
.phone.errore:after,
.cvv.errore:after,
.zip.errore:after

/*.country.errore:after,
.state.errore:after*/ {
  content: 'Invalid';
  position: absolute;
  display: inline-block;
  color: #ff0303;
  font-size: 14px;
  right: 10px;
  top: 6px;
  z-index: 3;
}

.phone.errore input,
.cvv.errore input,
.zip.errore input,
.exp-date.errore select,
.country.errore select,
.state.errore select {
  border: 2px solid #ff0303 !important;
}

.iti {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.phone.errore .iti--allow-dropdown .iti__flag-container,
.phone.errore .iti--separate-dial-code .iti__flag-container {}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  width: calc(50% - 10px);
  border: 0;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  border: 1px solid #bebebe;
  height: 35px;
}

.phone.errore .iti--allow-dropdown .iti__flag-container,
.phone.errore .iti--separate-dial-code .iti__flag-container {
  border: 2px solid #ff0303 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;

}

.phone-number input#phone {
  width: calc(50% - 10px);
  padding-left: 15px !important;
}

.radio-row {
  margin-bottom: 15px;
}

.radio-row label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.radio-row label .radio-circle {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #5b7297;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(234, 236, 233, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaece9', GradientType=1);
  flex-shrink: 0;
}

.radio-row label input:checked + .radio-circle:after {
  content: '';
  width: 9px;
  height: 9px;
  background: rgba(188, 255, 5, 1);
  background: -moz-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 255, 5, 1)), color-stop(100%, rgba(79, 127, 46, 1)));
  background: -webkit-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -o-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: -ms-linear-gradient(top, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  background: linear-gradient(to bottom, rgba(188, 255, 5, 1) 0%, rgba(79, 127, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcff05', endColorstr='#4f7f2e', GradientType=0);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 4.5px);
}


.radio-row label > input[type="radio"] {
  display: none;
}

.radio-row label > input {
  margin-left: 10px;
}

.btn {
  font-size: 20px;
}

.make-a-payment-block {
  margin-bottom: 30px;
}

.pp-btn {
  width: 200px;
  min-height: 40px;
  background-color: #7199e2;
  margin-bottom: 10px;
}

/*payments update*/
/*random update*/
.img-loading{
  margin-left: 20px;
      
    align-items: center;
  display: none;
}
.img-loading.starting{
  display: flex;
}
.img-loading span{
  font-size: 17px;
}
.img-loading span.progress-bar{
  display: inline-block;
  width: 200px;
  height: 21px;
  border: 1px solid #d0d4da;
  margin-left: 20px;
  position: relative;
}
.img-loading span.progress-bar span{
  background-color: #283233;
  position: absolute;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: 101%;
}
.img-loading.starting span.progress-bar span{
  animation: shadow 3s ease-in-out;
  animation-iteration-count: 1;
}
@keyframes shadow {
  from {width: 10%;}
  50% {width: 60%;}
  to {width: 100%;}
}
.preview{
  margin-left: 20px;
  position: relative;
  display: none;
}
.preview.download{
  display: block;
}
.preview:after{
      content: '';
    height: 16px;
    width: 9px;
    border-right: 3px solid #2aa527;
    border-bottom: 3px solid #2aa527;
    display: block;
    position: absolute;
    right: -20px;
    top: calc(50% - 8px);
    transform: rotate(45deg);
}
.preview div img{
  max-width: 51px;
  max-height: 51px;
}
.file-upload-errore{
  padding-left: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.file-upload-errore.errored{
  display: block;
}
.file-upload-errore img{
  margin-right: 10px;
}
.file-upload-errore .errore-title{
  display: flex;
  align-items: center;
  color: #ff0000;
  font-size: 17px;
}
.file-upload-errore ul li{
  font-size: 17px;
}
.errore-f{
  display: none;
  margin-left: 20px;
  color: #ff0000;
}
.errore-f.shown{
  display: block;
}
/*random update*/
/*random update 2*/
.radio-testimonial-group{
  padding-left: 160px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.radio-testimonial-group input[type="text"]{
  max-width: 560px;
}
.submittestimonial-select-row.submittestimonial-input-row .input-wrap{
  min-width: 100px;
  max-width: 100px;
}
.submittestimonial-input-row .select {
    position: relative;
    display: inline-block;
    min-width: 100px;
  max-width: 100px;
}
.spec-remain{
  flex-wrap: wrap;
}
.spec-remain .remaining{
  margin: 0;
  padding-left: 160px;
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.submittestimonial-section .submittestimonial-btn-row {
  margin-top: 50px;
}
.domain-table .domain-row .buy .btn{
  font-size: 16px;
}
.domain-table .domain-row .buy {
    width: 130px;
}
.exact-domain-table .domain-row {
    display: flex;
    align-items: center;
}
.exact-domain-table .domain-row .domain {
    width: calc(100% - 122px);
}
.exact-domain-table .domain-row .domain a {
    font-size: 18px;
    font-weight: 700;
}
.exact-domain-table .domain-row .price {
    width: 105px;
    float: right;
    text-align: right;
}
.exact-domain-table .domain-row .buy {
    width: 130px;
}
.exact-domain-table .domain-row .buy .btn {
    font-size: 16px;
}
.exact-domain-table .domain-row > span {
    padding: 20px 15px;
}
.exact-domain-table{
  background-color: #fae5ba;
  border-top: 1px solid #d2d6da;
}
.cogrta-title span{
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
/*random update 2*/
.single-checkout fieldset:not(.private-checkbox) label {
    width: 150px;
    text-align: right;
    padding-right: 5px;
    margin: 0;
    color: #000;
}
.single-checkout fieldset.country .select, .single-checkout fieldset.state .select,
.single-checkout fieldset.phone .phone-number,
.single-checkout fieldset input:not(.checkbox) {
  width: calc(100% - 155px);
}
.or-block{
  display: flex;
}
.label-side{
  width: 150px;
    text-align: right;
    padding-right: 5px;
    margin: 0;
    color: #000;
}
.links-side{
  padding-left: 15px;
  width: calc(100% - 155px);
}
.links-side-row{
  margin-bottom: 13px;
}
.links-side-row a{
  min-width: 175px;
  display: inline-block;
}
/*.small-container.single-product-container{
  width: 100%;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}*/
.single-product-block{
  width: calc(100% - 375px);
}
.bonus-presentation.single-product .single-product-block{
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
}
.single-product-block .bonus-presentation-item{
  text-align: center;
}
.single-product-block p{
  margin-bottom: 0;
}
.single-product-block a{
  width: auto;
}
.bonus-presentation.single-product .single-product-block{
  max-width: 580px;
}
.ss-block-inner{
  width: 325px;
  border: 1px solid #d2d6da;
  padding: 20px 25px;
  position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(130%, 0px);
top: 155px;
  background-color: #fff;
}
.ss-block-inner > span{
  display: block;
  font-size: 21px;
}
.ss-block-inner a{
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 11px 15px;
}
.ss-block-inner > span.ssblock-footer{
  font-size: 17px;
  line-height: 1.4;
}
.ss-block-inner.fixed {
  position: fixed;
     right: 0;
    left: 0;
    margin: auto;
    transform: translate(130%, 0px);
top: 155px;
  z-index: 9;
}
.ss-block-inner > span.row-save{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}
.ss-block-inner > span.row-save span{
  font-size: 17px;
}
.ss-block-inner > span.save-footer-row{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d2d6da;
}
.ssblock-footer.center-text{
  text-align: center;
}
.ss-block-inner > span.row-save span.big-text{
  font-size: 22px;
}
.ssb-radio .radio input {
    display: none;
}
.ssb-radio .radio label {
    margin-bottom: 0 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: baseline;
  width: 100%;
}
.ssb-radio a{
  display: block;
  padding-left: 30px;
  margin: 0;
  font-size: 15px;
  
}
.ssb-radio > span{
  display: block;
  padding-left: 30px;
}
.ssb-radio .radio label .radio-circle {
    width: 17px;
    height: 17px;
    display: inline-flex;
    border: 1px solid #777777;
    border-radius: 50%;
    margin-right: 13px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(234, 236, 233, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(234, 236, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaece9', GradientType=1);
  flex-shrink: 0;
    top: 2px;
}
.ssb-radio .radio label input:checked + .radio-circle:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #777777;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 4.5px);
}
.sumary-pp .ss-block-inner > span.save-footer-row{
  border: 0;
  margin-top: 0;
  padding: 0;
}
.save-100-pp .ssb-radio{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d6da;
}
.ppplusbn ul{
  padding: 0;
}
.ppplusbn ul li{
  color: #2aa527;
  list-style-position: inside;
}
.ppplusbn ul li span{
  font-size: 16px;
  color: #020000;
}
.ppplusbn a{
  margin-top: 5px;
    margin-bottom: 0px;
}
.ppplusbn a.btn-bordered{
  border: 2px solid #2aa527;
  background-color: #fff;
  color: #2aa527;
}
.ppplusbn a.btn-bordered.btn:hover {
    color: #4888d1;
    border: 2px solid #4888d1;
}
.ppplusbn .or-block{
  font-size: 17px;
}
.row-my-payment label,
.row-my-term label{
  font-size: 15px;
  flex-shrink: 0;
  display: inline-flex;
  margin-bottom: 0;
  margin-right: 10px;
}
.bd .ss-block-inner > span.save-footer-row {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.bd .ss-block-inner > span.save-footer-row span{
  font-size: 15px;
}
.bd .ss-block-inner > span.save-footer-row span.big-text{
  font-size: 22px;
}
.row-my-payment, .row-my-term{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-my-payment{
  margin-bottom: 10px;
}
.row-my-payment input{
  width: 100%;
  display: inline-flex;
  border: 1px solid #d2d6da;
  border-radius: 0px;
  padding: 2px 5px;
  max-width: 115px;
}
.row-my-term .select{
  width: 100%;
  display: inline-flex;
  max-width: 222px;
}
.bd-footer {
  display: flex;
  justify-content: space-between;
}
.bd-footer a{
  font-size: 15px;
  padding: 0;
}
/*exp-cupon*/
.cupon-expired .cupon-block-subtitle{
  color: #b1bac3 !important;
}
.cupon-expired .cupon-block-subtitle .green{
  color: #b1bac3 !important;
}
.cupon-expired p{
  color: #b1bac3 !important;
}
.cupon-expired-block{
  margin-bottom: 40px;
  margin-top: 30px;
}
.cupon-expired-block span{
  font-size: 20px;
  color: #000000;
  display: inline-block;
  border: 1px solid #939999;
  padding: 6px 30px;
}
.cupon-block a.link{
  font-size: 17px;
  min-height: auto;
  margin-bottom: 50px;
}
.ss-block-inner a.dif-l{
  font-size: 15px;
padding: 0;
}
.ss-block-inner > span.dir-col{
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
.row-my-term span{
  margin-left: 10px;
}
.row-my-term.small-select .select{
  max-width: 100px;
}
.row-my-term.small-select{
  justify-content: flex-start;
}
.ss-block-inner > span.or{
  font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 21px;
}
.m-b-0{
  margin-bottom: 0 !important;
}
.m-t-0{
  margin-top: 0 !important;
}
.radio .row-save{
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.radio .row-save span.big-text {
    font-size: 22px;
}
.ss-block-inner > span.row-save .radio .smile{
      font-size: 15px;
}
.sidebar-paragraf{
  margin-bottom: 0;
}
.ss-block-inner .input-sidebar-row label{
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}
.ss-block-inner .input-sidebar-row input{
  width: 100%;
  border-radius: 0;
  border: 1px solid #d2d6da;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.cursive-place{
  margin-bottom: 10px;
}
.cursive-place input[placeholder]          {font-style: italic; color: #d2d6da;}
.cursive-place input::-moz-placeholder     {font-style: italic; color: #d2d6da;} 
.cursive-place input:-moz-placeholder      {font-style: italic; color: #d2d6da;} 
.cursive-placeinput:-ms-input-placeholder {font-style: italic; color: #d2d6da;}
.grey{
  color: #d2d6da;
}
.text-through{
  text-decoration: line-through;
}
.smal-row span,
.smal-row a{
  font-size: 14px;
  padding: 0 !important;
}
/**search form empty cart**/
.serchblick-cartempty{
  background-color: #f3f6f8;
  border: 1px solid #d2d6da;
  min-height: 260px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.serchblick-cartempty form{
  width: 90%;
  max-width: 590px;
  
}
.serchblick-cartempty.cartempty-second{
  min-height: auto;
  padding: 30px;
}
.serchblick-cartempty.cartempty-second form{
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.serchblick-cartempty.cartempty-second form .label{
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0px;
}
.serchblick-cartempty form .label{
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.serchblick-cartempty form .form-row{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serchblick-cartempty form .form-row button{
  width: 120px;
  margin-left: 15px;
}
.serchblick-cartempty form .form-row input {
    width: 100%;
    border: 1px solid #d3d6dc;
      padding: 3px 15px;
}

.serchblick-cartempty.cartempty-second form .form-row button{
  width: 160px;
    height: 60px;
    font-size: 32px;
    margin-left: 20px;
}
.serchblick-cartempty.cartempty-second form .form-row input {
        width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d2d6da;
    border-radius: 0;
    font-size: 26px;
}

.input-code.errore:before {
    content: url(../../../../images/hdv3-img/alert.png);
    display: inline-block;
    position: absolute;
    right: 62px;
    width: 14px;
    height: 13px;
    top: 3px;
    z-index: 2;
}
.input-code.errore:after {
    content: 'Invalid';
    position: absolute;
    display: inline-block;
    color: #ff0303;
    font-size: 14px;
    right: 10px;
    top: 6px;
    z-index: 3;
}
.input-code{
  margin-right: 10px;
}
.input-code.errore input{
  margin-right: 0;
  border: 2px solid #ff0303;
}
.checkout-code-block {
    display: flex;
    align-items: center;
    min-height: 42px;
  margin-bottom: 20px;
}
.input-code{
  width: 118px;
  margin-right: 10px;
}
.enter-code-row input {
    min-height: 35px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d1d5d9;
  width: 100%;
  box-sizing: border-box;
}
.enter-code-row button {
    width: 80px;
    height: 35px;
    background-color: #a7abb4;
    color: #fff;
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkout-submit{
  margin-bottom: 20px;
}

.btn #circularG{
	position:relative;
	width:25px;
	height:25px;
	display: inline-block;
  margin: 0;
    margin-left: 10px;
}

.btn .circularG{
	position:absolute;
	background-color:rgba(255,255,255,0.98);
	width:6px;
	height:6px;
	border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

.btn #circularG_1{
	left:0;
	top:10px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

.btn #circularG_2{
	left:3px;
	top:3px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

.btn #circularG_3{
	top:0;
	left:10px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

.btn #circularG_4{
	right:3px;
	top:3px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

.btn #circularG_5{
	right:0;
	top:10px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

.btn #circularG_6{
	right:3px;
	bottom:3px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

.btn #circularG_7{
	left:10px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

.btn #circularG_8{
	left:3px;
	bottom:3px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
.btn {
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.checkout-form .fieldset {
    margin-bottom: 11px;
}
.about-page-content .checkout-form .fieldset{
  display: flex;
align-items: center;
  max-width: 80%;
}
.about-page-content .checkout-form .textarea-row .fieldset{
  max-width: 100%;
}
.about-page-content .checkout-form .order-number .fieldset{
  max-width: 50%;
}
.about-page-content .checkout-form .fieldset:not(.private-checkbox) label {
    width: 160px;
    text-align: right;
    padding-right: 5px;
    margin: 0;
    color: #000;
    font-size: 15px;
  flex-shrink: 0;
  
}
.about-page-content .checkout-form .fieldset input:not(.checkbox) {
    width: 100%;
    height: 35px;
    border: 1px solid #bebebe;
    padding: 1px 15px;
    font-size: 15px;
    margin-left: 5px;
}
.about-page-content .checkout-form .capcha-row .label {
    width: 160px;
    text-align: right;
    padding-right: 5px;
    margin: 0;
    color: #000;
    font-size: 15px;
  flex-shrink: 0;
  
}
.about-page-content .input-captcha {
    width: 80%;
    margin-left: 5px;
    max-width: 280px;
}
.capcha-row .input-captcha.errore input{
  border: 2px solid #ff0303 !important;
}
.capcha-row .input-captcha.errore::before {
    content: url(../../../../images/hdv3-img/alert.png);
    display: inline-block;
    position: absolute;
    right: 70px;
    width: 14px;
    height: 13px;
    top: 6px;
    z-index: 9;
}
.capcha-row .input-captcha.errore::after {
    content: 'Invalid';
    position: absolute;
    display: inline-block;
    color: #ff0303;
    font-size: 14px;
    right: 18px;
    top: 9px;
}
.title-buing-guide{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-buing-guide span{
  font-size: 15px;
}
.search-noresult-topblock{
  margin-bottom: 60px;
}
.search-noresult-topblock .enter-email-block{
  padding-top: 60px;
  padding-bottom: 60px;
}
.search-noresult-topblock .enter-email-block .enetr-mail-title{
  margin-bottom: 20px;
}
.search-noresult-topblock .enter-email-block .enetr-mail-title span{
  font-size: 24px;
}

/**/
.enter-email-block-form form input {
  width: 100%;
  height: 35px;
  border: 1px solid #bebebe;
  padding: 1px 15px;
  font-size: 15px;
  margin-right: 0;
}
.enter-email-block-form form .input-row {
  width: 80%;
  max-width: 425px;
  margin-right: 18px;
}
.enter-email-block-form form .input-row.errore input{
  border: 2px solid #ff0303 !important;
}
.enter-email-block-form form .input-row.errore::before {
    content: url(../../../../images/hdv3-img/alert.png);
    display: inline-block;
    position: absolute;
    right: 70px;
    width: 14px;
    height: 13px;
    top: 3px;
    z-index: 9;
}
.enter-email-block-form form .input-row.errore::after {
    content: 'Invalid';
    position: absolute;
    display: inline-block;
    color: #ff0303;
    font-size: 14px;
    right: 18px;
    top: 6px;
}
.my-account-input-row{
  width: 100%;
  max-width: 600px;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
form .my-account-input-row label{
  width: 90px;
  text-align: right;
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 15px;
}
.account-login-section .enter-email-block-form form .input-row{
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.account-login-section .enter-email-block-form form .input-row input{
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.account-login-section form{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.my-account-btn-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 105px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  margin-top: 13px;
}
.my-account-btn-row p,
.my-account-btn-row a{
  font-size: 15px;
}
/**/
/*01.10.2020*/
.d-b{
  display: block;
}
.m-b-15{
  margin-bottom: 15px;
}
.m-b-30{
  margin-bottom: 30px;
}
.m-t-25{
  margin-top: 25px;
}
.bottom-text{
  font-size: 15px;
  font-weight: normal;
}
.order-table .cart-total-row.order-second{
  margin-bottom: 10px;
}
.order-table .cart-total-row.order-second span{
  width: 120px;
  font-weight: normal;
}
.order-table .cart-total-row.order-second span:first-child{
  width: 160px;
}
.hr-block{
  border-bottom: 1px solid #d2d6da;
  width: 300px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.order-table .cart-total.cart-total-second{
  padding: 0;
}
.span-errore-check{
  margin-left: 25.6%;
  margin-top: 20px;
}
.span-errore-check span{
  display: block;
  font-size: 15px;
  padding-left: 35px;
  margin-bottom: 5px;
  position: relative;
}
.span-errore-check span:before{
  content: '';
  display: inline-block;
  width: 9px;
  height: 17px;
  border-bottom: 3px solid #adbac0;
  border-right: 3px solid #adbac0;
  transform: rotate(45deg);
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  position: absolute;
  left: 4px;
  top: 2px;
}
.search-result-content{
  min-height: 200px;
}
.span-errore-check span.curent{
  font-weight: bold;
}
.span-errore-check span.curent:before{
  content: '';
  display: inline-block;
  width: 9px;
  height: 17px;
  border-bottom: 3px solid #2aa527;
  border-right: 3px solid #2aa527;
  transform: rotate(45deg);
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  position: absolute;
  left: 4px;
  top: 2px;
}
.log-in .checkout-form fieldset input:not(.checkbox){
  width: calc(100% - 220px);
}

.log-out h2{
  font-size: 24px;
  margin-bottom: 0;
}
.log-out .input-row{
  max-width: 700px;
}
.log-out .paymentpay-accaunt-content .checkout-form fieldset:not(.private-checkbox) label {
    min-width: 160px;
}
.log-out .paymentpay-accaunt-content-btn,
.log-out .span-errore-check {
  margin-left: 21.1%;
}
.span-errore-check p{
  font-size: 15px;
  margin-bottom: 5px;
}
.log-out  .paymentpay-accaunt-content {
  width: 100%;
}
.fs-17{
  font-size: 17px;
}
.about-page-content ul.decimal{
  padding-left: 28px;
}
.about-page-content ul.decimal li{
  list-style: decimal;
  color: #3d81dd;
  padding-left: 0;
}
.about-page-content ul.decimal li:before{
  display: none;
}
.about-page-content ul.decimal li span{
  color: #000000;
}
.about-page-content ul.decimal.disc li{
  list-style: disc;
}
/*01.10.2020*/
/*09.10.2020*/
.step-span{
  font-size: 15px;
  display: block;
  margin-top: 25px;
}
.invoice-manager p{
  font-size: 15px;
}
.invoice-manager form textarea{
  width: 100%;
  max-width: 450px;
border: 1px solid #d2d6da;
background-color: #fff;
max-height: 230px;
padding: 15px 20px;
font-size: 15px;
margin-bottom: 10px;
  resize: none;
}
.invoice-manager form .btn{
  font-size: 15px;
}
.invoice-manager form .btn.grey{
  background-color: #b1b8be;
  color: #fff;
}
.invoice-manager table.table{
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d4da;
}
.invoice-manager table.table thead tr th {
    background-color: #8c949d;
    color: #fff;
    font-weight: normal;
    padding: 7px 30px;
    font-size: 15px;
    color: #fff;

}
.invoice-manager table tbody tr td {
    padding: 7px 30px;
    font-size: 15px;
    white-space: nowrap;
}
.invoice-manager table tbody tr:nth-child(2n) td {
    background-color: #f0f3f6;
}
.spec-p{
  margin-top: 20px;
  margin-bottom: 20px;
}
.automati-check{
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.automati-check input{
  margin-right: 10px;
}
.m-t-20{
  margin-top: 20px;
}
.m-b-20{
  margin-bottom: 20px;
}
.search-result-content:not(.log-out):not(.log-in) .paymentpay-accaunt-content .checkout-form fieldset input:not(.checkbox){
  width: calc(100% - 220px);
}
.search-result-content:not(.log-out):not(.log-in) .paymentpay-accaunt-content .checkout-form fieldset.phone .phone-number,
.search-result-content:not(.log-out):not(.log-in) .paymentpay-accaunt-content .checkout-form fieldset.country .select, .search-result-content:not(.log-out):not(.log-in) .paymentpay-accaunt-content .checkout-form fieldset.state .select{
  width: calc(100% - 220px);
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: inherit !important;
}
/*09.10.2020*/

/*25.02.2021*/
.footer-mobile-block-btn{
  position: fixed;
  padding: 15px;
  background-color: #fff;
  display: none;
  left: 0;
  width: 100%;
  bottom: 0;
}
.footer-mobile-block-btn .btn{
  width: 100%;
  min-height: 50px;
  
}
.footer-mobile-block-btn .btn.bordered-btn{
  background-color: #fff;
  color: #2aa527;
  border: 3px solid #2aa527;
}
.footer-mobile-block-btn .btn.bordered-btn:hover{
  color: #fff;
background-color: #4888d1;
border: 3px solid #4888d1;
}
.footer-mobile-block-btn .or{
  display: block;
  width: 100%;
  text-align: center;
}
.domain-name-footer-fixed{
  display: block;
  color: #2aa527;
font-family: noto-sans, sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 15px;
  text-align: center;
}
/*25.02.2021*/