/* mixins */

@font-face {
  font-family: 'nunito_sansblack';
  src: url("../fonts/nunitosans-black-webfont.ttf") format("truetype"), url("../fonts/nunitosans-black-webfont.woff2") format("woff2"), url("../fonts/nunitosans-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans Bold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans Light';
  src: url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans Regular';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans SemiBold';
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  color: #22242c;
  overflow-x: hidden;
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: url(../../img/bosh_bg.png) repeat;
}

span.help, div.help
{
 font-size: 8pt;

 padding-left: 3px;
 padding-bottom: 3px;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover,
a:active {
  color: #191f28;
  text-decoration: none;
}

button {
  display: inline-block;
  border: 0;
  font-family: inherit;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input,
.form-control,
textarea {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 13px;
  /*padding: 15px 20px;*/
  color: #81848a;
  border: 1px solid #d9dee6;
  height: auto;
}

textarea {
  line-height: 1.5;
  resize: none;
  width: 100%;
  height: auto;
}

label {
  font-weight: 400;
  font-size: 15px;
  color: inherit;
  margin-bottom: 15px;
}

h1 {
  font-weight: 400;
  font-size: 40px;
  color: #81848a;
}

h2,
h3,
h4 {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 40px;
  color: #191f28;
}

::-moz-selection {
  color: #fff;
  background: #2265a2;
}

::selection {
  color: #fff;
  background: #2265a2;
}

.navbar-toggle {
  margin-top: 20px;
  border: 1px solid #f6f6f6;
}

.navbar-toggle .icon-bar {
  background-color: #f6f6f6;
}

/* ================================= */

/* Question_answer */

/* ================================= */

/* ================================= */

/* Contant */

/* ================================= */

/* ================================= */

/* TABLE */

/* ================================= */

/* ================================= */

/* wr-profile */

/* ================================= */

.wr-profile .header .myd-header .navbar-collapse {
  padding: 0;
}

.wr-profile .header .myd-header .navbar-collapse {
  padding-bottom: 0;
}

/* ================================= */

/* Setup */

/* ================================= */

/*========================================
	-PopUp
========================================*/

.pop_up_in .nav-pop_up {
  padding-top: 40px;
  padding-bottom: 20px;
}

.header .wr-header {
  background-color: #191f28;
  min-height: 84px;
  margin-bottom: 0;
}

.header .myd-header .navbar {
  margin: 0;
  border: 0;
}

.header .myd-header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-nav {
  margin: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.navbar-brand {
  color: #f48076;
  height: auto;
  padding: 0;
  margin-right: 40px;
  line-height: 54px;
}

.navbar-brand:hover .company > span,
.navbar-brand:active .company > span {
  color: #fff;
}

.navbar-brand .company {
  font-family: 'nunito_sansblack', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #f48076;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  left: -25px;
}

.navbar-brand .company > span {
  color: #191f28;
  position: relative;
  margin-right: 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

i.circle {
  display: inline-block;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -webkit-linear-gradient(bottom left, #f89c71 33%, #e76b6b 66%, #e76b6b);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(33%, #f89c71), color-stop(66%, #e76b6b), color-stop(66%, #e76b6b));
  background: -webkit-linear-gradient(top left, #f89c71 33%, #e76b6b 66%, #e76b6b);
  background: linear-gradient(to bottom right, #f89c71 33%, #e76b6b 66%, #e76b6b);
  position: relative;
  top: 18px;
  left: 15px;
}

.myd-nav.navbar-nav li a:not(.myd-btn) {
  font-size: 14px;
  padding: 15px 40px;
  line-height: 54px;
  color: #81848a;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.myd-nav.navbar-nav li a:not(.myd-btn):hover,
.myd-nav.navbar-nav li a:not(.myd-btn):active {
  color: #ff8f7f;
}

.myd-nav.navbar-nav .nav > li > a:focus,
.myd-nav.navbar-nav .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.myd-nav.navbar-nav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.myd-nav.navbar-nav li .li-home {
  background: url(../fonts/SVG/icon_home.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li .li-home:hover,
.myd-nav.navbar-nav li .li-home:active {
  background: url(../fonts/SVG/icon_home_hover.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li .li-question {
  background: url(../fonts/SVG/icon_question.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li .li-question:hover,
.myd-nav.navbar-nav li .li-question:active {
  background: url(../fonts/SVG/icon_question_hover.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li .li-contact {
  background: url(../fonts/SVG/icon_contacts.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li .li-contact:hover,
.myd-nav.navbar-nav li .li-contact:active {
  background: url(../fonts/SVG/icon_contacts_hover.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li.active .li-home {
  background: url(../fonts/SVG/icon_home_hover.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li.active .li-question {
  background: url(../fonts/SVG/icon_question_hover.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li.active .li-contact {
  background: url(../fonts/SVG/icon_contacts_hover.svg) no-repeat 15px 49%;
}

.myd-nav.navbar-nav li.active a {
  color: #ff8f7f;
}

.myd-nav.block-sign li a:not(.myd-btn) {
  font-size: 13px;
}

.myd-nav.block-sign li .sign-in {
  background: url(../fonts/SVG/icon_entrance.svg) no-repeat 15px 49%;
}

.myd-nav.block-sign li .sign-in:hover,
.myd-nav.block-sign li .sign-in:active {
  background: url(../fonts/SVG/icon_entrance_hover.svg) no-repeat 15px 49%;
}

.navbar-nav li a.myd-btn {
  font-size: 13px;
  color: #81848a;
  line-height: 1;
  background-color: transparent;
  padding: 12px 40px;
  border: 1px solid #81848a;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.navbar-nav li a.myd-btn:hover,
.navbar-nav li a.myd-btn:active {
  color: #ffffff;
  border-color: transparent;
  background: -webkit-linear-gradient(right, #f89c71 28%, #e76b6b 66%, #e76b6b);
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #f89c71), color-stop(66%, #e76b6b), color-stop(66%, #e76b6b));
  background: -webkit-linear-gradient(left, #f89c71 28%, #e76b6b 66%, #e76b6b);
  background: linear-gradient(left, #f89c71 28%, #e76b6b 66%, #e76b6b);
}

#home-page .main-contant section:not(.slaider) {
  padding-top: 124px;
}

.myd-btn {
  display: inline-block;
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 18px 30px;
  border: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: -webkit-linear-gradient(right, #f89c71 28%, #e76b6b 66%, #e76b6b);
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #f89c71), color-stop(66%, #e76b6b), color-stop(66%, #e76b6b));
  background: -webkit-linear-gradient(left, #f89c71 28%, #e76b6b 66%, #e76b6b);
  background: linear-gradient(left, #f89c71 28%, #e76b6b 66%, #e76b6b);
  color: #ffffff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.myd-btn:hover,
.myd-btn:active {
  background: -webkit-linear-gradient(right, #f89c71 62%, #f89c71 28%, #e76b6b);
  background: -webkit-gradient(linear, left top, right top, color-stop(62%, #f89c71), color-stop(28%, #f89c71), color-stop(28%, #e76b6b));
  background: -webkit-linear-gradient(left, #f89c71 62%, #f89c71 28%, #e76b6b);
  background: linear-gradient(left, #f89c71 62%, #f89c71 28%, #e76b6b);
  color: #81848a;
}

.body-slaider {
  background: url(../../img/slaider-top_01.jpg) no-repeat top center/cover;
  background-color: #000;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  height: -webkit-calc(100vh - 84px);
  height: calc(100vh - 84px);
  min-height: 500px;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  z-index: 10;
}

.body-slaider .container {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.body-slaider .sl-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.body-slaider .sl-contant h1 {
  font-size: 50px;
  line-height: 1.22em;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.body-slaider .wr-text {
  font-family: 'OpenSans Regular';
  font-size: 24px;
  line-height: 1.417em;
  color: #ffffff;
  margin-bottom: 2.5em;
}

.body-slaider .myd-btn {
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.wr-social-networks {
  margin-bottom: 50px;
}

.wr-social-networks li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 10px;
}

.wr-social-networks li i {
  display: block;
  width: 62px;
  height: 62px;
}

.wr-social-networks li i.soc-vk {
  background: url(../fonts/SVG/icon_VK_header.svg) no-repeat center;
}

.wr-social-networks li i.soc-vk:hover,
.wr-social-networks li i.soc-vk:active {
  background: url(../fonts/SVG/icon_VK_header_hover.svg) no-repeat center;
}

.wr-social-networks li i.ms-tele {
  background: url(../fonts/SVG/icon_T_header.svg) no-repeat center;
}

.wr-social-networks li i.ms-tele:hover,
.wr-social-networks li i.ms-tele:active {
  background: url(../fonts/SVG/icon_T_header_hover.svg) no-repeat center;
}

.wr-social-networks li i.ms-sky {
  background: url(../fonts/SVG/icon_S_header.svg) no-repeat center;
}

.wr-social-networks li i.ms-sky:hover,
.wr-social-networks li i.ms-sky:active {
  background: url(../fonts/SVG/icon_S_header_hover.svg) no-repeat center;
}

.wr-social-networks li i.soc-fb {
  background: url(../fonts/SVG/icon_F_header.svg) no-repeat center;
}

.wr-social-networks li i.soc-fb:hover,
.wr-social-networks li i.soc-fb:active {
  background: url(../fonts/SVG/icon_F_header_hover.svg) no-repeat center;
}

.wr-social-networks li i.ms-mail {
  background: url(../fonts/SVG/icon_SMS_header.svg) no-repeat center;
}

.wr-social-networks li i.ms-mail:hover,
.wr-social-networks li i.ms-mail:active {
  background: url(../fonts/SVG/icon_SMS_header_hover.svg) no-repeat center;
}

.line-drop {
  position: relative;
}

.line-drop:before {
  content: '';
  display: block;
  height: 4px;
  width: 46px;
  background-color: rgba(25, 31, 40, 0.85);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wr-header {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 40px;
  color: #191f28;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wr-text {
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 18px;
  line-height: 1.389em;
  color: #a0a4ac;
  margin-bottom: 80px;
}

.wr-text ul {
  padding-left: 43px;
  padding-top: 70px;
}

.wr-text li {
  display: block;
  margin-bottom: 1.944em;
  position: relative;
}

.how-it-works {
  background-color: #f6f6f6;
  padding-bottom: 40px;
}

.wr-itworks .wr-image {
  padding-top: 15px;
}

.wr-itworks .wr-text li {
  list-style-type: none;
}

.wr-itworks .wr-text li:before {
  content: '';
  display: block;
  background-color: #f4978f;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -43px;
}

.wr-itworks .wr-button {
  text-align: right;
}

.who-needs-it {
  background-color: #ffffff;
}

.wr-needsit ul {
  padding-left: 0;
  padding-top: 0;
}

.wr-needsit li {
  list-style-type: none;
}

.wr-needsit li:before {
  font-size: 50px;
  display: inline-block;
  color: #ffa58b;
  position: absolute;
  top: 10px;
  left: -80px;
}

.wr-needsit li.l-01:before {
  content: '01';
}

.wr-needsit li.l-02:before {
  content: '02';
}

.wr-needsit li.l-03:before {
  content: '03';
}

.wr-needsit li span {
  color: #545c68;
  font-weight: 700;
}

.moments {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.wr-cards {
  padding-top: 70px;
}

.wr-cards .card {
  height: 390px;
  padding: 30px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0 rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0 rgba(25, 31, 40, 0.04);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wr-cards .card .wr-image {
  margin-bottom: 45px;
}

.wr-cards .card .wr-image i {
  width: 160px;
  height: 160px;
  margin: auto;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
}

.wr-cards .card .wr-image .icon_number_domains {
  background-image: url(../fonts/SVG/icon_number_of_domains.svg);
}

.wr-cards .card .wr-image .icon_notification {
  background-image: url(../fonts/SVG/icon_notification.svg);
}

.wr-cards .card .wr-image .icon_free_service {
  background-image: url(../fonts/SVG/icon_free_service.svg);
}

.wr-cards .card .wr-title p {
  font-size: 21px;
  line-height: 1.238em;
  color: #545c68;
}

.personal-area {
  background-color: #ffffff;
}

.wr-personal-area .wr-text {
  padding-top: 70px;
  font-size: 18px;
  line-height: 25px;
}

.wr-personal-area .wr-text p {
  font-family: 'OpenSans Regular',sans-serif;
  font-size: 20px;
  line-height: 1.238em;
  color: #545c68;
}

.wr-personal-area .wr-text li {
  list-style-type: none;
  margin-bottom: 20px;
}

.wr-personal-area .wr-text li:before {
  content: '';
  display: block;
  background-color: #f4978f;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -43px;
}

.wr-personal-area .wr-image {
  padding-top: 40px;
}

.articles {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.wr-nav-articles .wr-space {
  height: 56px;
}

.wr-nav-articles .wr-inner {
  text-align: right;
  padding-top: 17px;
}

.all-articles,
.read-art {
  font-size: 16px;
  color: #f48076;
  line-height: 1.438em;
  border-bottom: 1px solid transparent;
}

.all-articles:hover,
.read-art:hover {
  color: #f48076;
  text-decoration: none;
  border-bottom-color: #f48076;
}

.icon_arrow {
  display: inline-block;
  height: 9px;
  width: 9px;
  background: url(../fonts/SVG/icon_arrow.svg) no-repeat center;
}

.wr-articles-card .wr-cards {
  padding-top: 70px;
}

.wr-articles-card .wr-cards .card {
  padding: 25px;
  height: 340px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wr-articles-card .wr-cards .card:hover {
  border-color: #f48076;
}

.wr-articles-card .wr-cards .card:hover .wr-inner {
  opacity: 1;
}

.wr-articles-card .wr-cards .card:hover .wr-image > img {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.wr-articles-card .wr-cards .card:hover .wr-date {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.wr-articles-card .wr-cards .wr-image,
.wr-articles-card .wr-cards .wr-date {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wr-articles-card .wr-cards .wr-image {
  position: relative;
}

.wr-articles-card .wr-cards .wr-image > img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wr-articles-card .wr-cards .wr-date {
  width: 122px;
  height: 122px;
  background-color: #ffa58b;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.wr-articles-card .wr-title h2 {
  font-size: 18px;
  line-height: 1.278em;
  color: #81848a;
}

.wr-articles-card .wr-text {
  font-family: 'OpenSans Light', sans-serif;
  line-height: normal;
  font-size: 14px;
  color: #a0a4ac;
  max-height: 4em;
  overflow: hidden;
  margin-bottom: 20px;
}

.wr-articles-card .wr-inner {
  text-align: right;
  opacity: 0;
}

.wr-date .inner {
  padding: 30px 20px;
}

.wr-date span {
  font-family: 'OpenSans Bold', sans-serif;
  font-size: 14px;
  line-height: 1.643em;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wr-date span[data="day"] {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 37px;
  line-height: 1;
  display: block;
  border-bottom: 2px solid #ffffff;
}

.in-messengers {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.wr-in-messengers .wr-text {
  padding-top: 70px;
  margin-bottom: 0;
}

.wr-in-messengers .wr-text span {
  color: #545c68;
  font-weight: 600;
}

.wr-in-messengers .wr-social-networks {
  padding-top: 70px;
  margin-bottom: 0;
}

.wr-in-messengers .wr-social-networks li i {
  width: 80px;
  height: 80px;
}

.wr-in-messengers .wr-social-networks li i.soc-vk {
  background: url(../fonts/SVG/icon_VK.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.soc-vk:hover,
.wr-in-messengers .wr-social-networks li i.soc-vk:active {
  background: url(../fonts/SVG/icon_VK_hover.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.ms-tele {
  background: url(../fonts/SVG/icon_T.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.ms-tele:hover,
.wr-in-messengers .wr-social-networks li i.ms-tele:active {
  background: url(../fonts/SVG/icon_T_hover.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.ms-sky {
  background: url(../fonts/SVG/icon_S.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.ms-sky:hover,
.wr-in-messengers .wr-social-networks li i.ms-sky:active {
  background: url(../fonts/SVG/icon_S_hover.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.soc-fb {
  background: url(../fonts/SVG/icon_F.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.soc-fb:hover,
.wr-in-messengers .wr-social-networks li i.soc-fb:active {
  background: url(../fonts/SVG/icon_F_hover.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.ms-mail {
  background: url(../fonts/SVG/icon_SMS.svg) no-repeat center;
}

.wr-in-messengers .wr-social-networks li i.ms-mail:hover,
.wr-in-messengers .wr-social-networks li i.ms-mail:active {
  background: url(../fonts/SVG/icon_SMS_hover.svg) no-repeat center;
}

i.i-domins {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../fonts/SVG/icon_domains.svg) no-repeat center;
}

i.i-tools {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../fonts/SVG/icon_settings.svg) no-repeat center;
}

.li-exit {
  background: url(../fonts/SVG/icon_exit.svg) no-repeat 0 center;
}

.li-exit:hover,
.li-exit:active {
  background: url(../fonts/SVG/icon_exit_hover.svg) no-repeat 0 center;
}

i.i-add {
  width: 42px;
  height: 42px;
  display: block;
  background: url(../fonts/SVG/icon_add.svg) no-repeat center;
}

i.i-add:hover,
i.i-add:active {
  background: url(../fonts/SVG/icon_add_hover.svg) no-repeat center;
}

i.i-download {
  width: 42px;
  height: 42px;
  display: block;
  background: url(../fonts/SVG/icon_download.svg) no-repeat center;
}

i.i-download:hover,
i.i-download:active {
  background: url(../fonts/SVG/icon_download_hover.svg) no-repeat center;
}

i.i-delete_profile {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../fonts/SVG/icon_delete_profile_settings.svg) no-repeat center;
}

i.i-delete_profile:hover,
i.i-delete_profile:active {
  background: url(../fonts/SVG/icon_delete_profile_settings_hover.svg) no-repeat center;
}

i.i-refresh_profile {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../fonts/SVG/icon_refresh_profile_settings.svg) no-repeat center;
}

i.i-refresh_profile:hover,
i.i-refresh_profile:active {
  background: url(../fonts/SVG/icon_refresh_profile_settings_hover.svg) no-repeat center;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  overflow: hidden;
  background-color: #191f28;
}

.footer .wr-footer .collapse {
  display: block;
}

.footer .wr-footer .wr-copyright {
  line-height: 80px;
  text-align: left;
}

.footer .wr-footer .wr-copyright p {
  font-size: 12px;
  line-height: 80px;
  color: #81848a;
}

.footer .wr-footer .myd-nav.navbar-nav {
  text-align: right;
}

.footer .wr-footer .myd-nav.navbar-nav li {
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
}

.footer .wr-footer .myd-nav.navbar-nav li a {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 20px;
}

.footer .wr-footer .myd-nav.navbar-nav li a:hover,
.footer .wr-footer .myd-nav.navbar-nav li a:active {
  color: #81848a;
  border-bottom-color: #81848a;
}

.footer .wr-footer .myd-nav.navbar-nav li.active a {
  color: #81848a;
  border-bottom-color: #81848a;
}

.footer .wr-footer .myd-nav.navbar-nav li .li-home {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li .li-home:hover,
.footer .wr-footer .myd-nav.navbar-nav li .li-home:active {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li .li-question {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li .li-question:hover,
.footer .wr-footer .myd-nav.navbar-nav li .li-question:active {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li .li-contact {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li .li-contact:hover,
.footer .wr-footer .myd-nav.navbar-nav li .li-contact:active {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li.active .li-home {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li.active .li-question {
  background: transparent;
}

.footer .wr-footer .myd-nav.navbar-nav li.active .li-contact {
  background: transparent;
}

#home-page,
#contants-pg,
#question-answer {
  min-height: 100%;
  margin-bottom: 80px;
}

#tabl-tools {
  overflow: hidden;
}

#question-answer,
#contants-pg {
  background-color: #f6f6f6;
}

#question-answer .main-contant section,
#contants-pg .main-contant section {
  padding: 0;
  margin-top: 15px;
}

.qa-header .wr-header,
.ct-header .wr-header,
.table-header .wr-header {
  margin: 0;
  padding: 0;
}

.qa-header h1,
.ct-header h1,
.table-header h1 {
  font-size: 36px;
  line-height: 1.556em;
  margin: 45px 0 20px 0;
}

/* ================================= */

/* Question_answer */

/* ================================= */

.qa-top-nav .wr-top-nav {
  background-color: #ffffff;
  padding: 25px 35px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
}

.qa-top-nav .wr-top-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.qa-top-nav .wr-top-nav li > a {
  font-size: 18px;
  color: #bdc3ce;
  text-transform: capitalize;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.qa-top-nav .wr-top-nav li > a:hover,
.qa-top-nav .wr-top-nav li > a:active {
  color: #545c68;
}

.qa-top-nav .wr-top-nav li.active a {
  color: #545c68;
}

.qa-top-nav .wr-top-nav li.active i.circle {
  color: #ffffff;
  background: #ffa58b;
  border-color: transparent;
}

.qa-top-nav .wr-top-nav li:hover i.circle,
.qa-top-nav .wr-top-nav li:active i.circle {
  color: #ffffff;
  background: #ffa58b;
  border-color: transparent;
}

.qa-top-nav i.circle {
  font-style: normal;
  color: #bdc3ce;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #bdc3ce;
  padding-right: 1px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.qa-accordion .panel {
  margin-bottom: 15px;
}

.qa-accordion .panel,
.qa-accordion .panel-heading {
  background-color: #ffffff;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
}

.qa-accordion .panel-heading {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.qa-accordion .panel-collapse {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
}

.qa-accordion .panel-title > a {
  display: block;
  padding: 40px 35px;
  padding-right: 85px;
  font-size: 16px;
  line-height: 1.563em;
  color: #81848a;
  text-decoration: none;
  background: url(../fonts/SVG/icon_arrow_questions.svg) no-repeat -webkit-calc(100% - 35px) center;
  background: url(../fonts/SVG/icon_arrow_questions.svg) no-repeat calc(100% - 35px) center;
}

.qa-accordion .panel-title > a:hover {
  background: url(../fonts/SVG/icon_arrow_questions_hover.svg) no-repeat -webkit-calc(100% - 35px) center;
  background: url(../fonts/SVG/icon_arrow_questions_hover.svg) no-repeat calc(100% - 35px) center;
}

.qa-accordion .panel-title > a[aria-expanded="true"] {
  background: url(../fonts/SVG/icon_arrow_questions_down.svg) no-repeat -webkit-calc(100% - 35px) center;
  background: url(../fonts/SVG/icon_arrow_questions_down.svg) no-repeat calc(100% - 35px) center;
}

.qa-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #b7bcc6;
}

.qa-accordion .panel-body {
  padding: 25px 0;
  margin-left: 35px;
  margin-right: 150px;
}

.qa-accordion .panel-body p {
  font-size: 16px;
  line-height: 1.563em;
  color: #b7bcc6;
}

.qa-page-nav {
  margin: 20px 0 30px;
}

.qa-page-nav .pagination {
  padding: 0;
  margin: 0;
  margin-right: -12px;
}

.qa-page-nav .pagination > li.active > a {
  background-color: #ffffff;
  color: #ffa58b;
}

.qa-page-nav .pagination > li.prev > a {
  background: url(../fonts/SVG/icon_arrow_prev.svg) no-repeat center/15px;
}

.qa-page-nav .pagination > li.prev > a:hover {
  background: url(../fonts/SVG/icon_arrow_prev_hover.svg) no-repeat center/15px;
}

.qa-page-nav .pagination > li.next > a {
  background: url(../fonts/SVG/icon_arrow_next.svg) no-repeat center/15px;
}

.qa-page-nav .pagination > li.next > a:hover {
  background: url(../fonts/SVG/icon_arrow.svg) no-repeat center/15px;
}

.qa-page-nav .pagination > li > a {
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #a0a4ac;
  width: 42px;
  height: 42px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  border: 0;
}

.qa-page-nav .pagination > li > a:hover {
  color: #ffa58b;
}

.wr-sidebar {
  margin-top: 15px;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.wr-sidebar .wr-header {
  padding: 25px 20px;
  line-height: 1;
  margin: 0;
}

.wr-sidebar .wr-header h2 {
  color: #545c68;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 2.438em;
}

.wr-sidebar article {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.wr-sidebar article:hover {
  border-color: #f48076;
}

.wr-sidebar article:hover .wr-date span {
  color: #f48076;
}

.wr-sidebar article:hover .wr-art:before {
  background-color: #f48076;
}

.wr-sidebar article:last-child .wr-art:before {
  display: none;
}

.wr-sidebar .wr-art:before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #a0a4ac;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wr-news .wr-art {
  padding: 25px 20px;
}

.wr-news .wr-date {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

.wr-news .wr-date .inner {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.wr-news .wr-date span {
  font-family: 'OpenSans Regular', sans-serif;
  color: #81848a;
}

.wr-news .wr-date span[data="year"] {
  display: none;
}

.wr-news .wr-date span[data="day"] {
  font-size: 24px;
}

.wr-news .wr-date span[data="month"] {
  font-size: 11px;
  text-transform: uppercase;
}

.wr-news .wr-title {
  width: 74%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.wr-news .wr-title h2 {
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 15px;
  line-height: 1.267em;
  color: #a0a4ac;
  margin: 0;
}

.wr-news .wr-inner {
  text-align: right;
}

.wr-news .read-art {
  font-size: 12px;
}

.wr-news .line {
  height: 1px;
  width: 100%;
  background-color: #a0a4ac;
}

/* ================================= */

/* Contacts */

/* ================================= */

.wr-contant-form {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
}

.wr-contant-form .title-form {
  color: #545c68;
}

.wr-contant-form .wr-text {
  color: #bdc3ce;
  margin-bottom: 20px;
}

.wr-contant-form form {
  color: #bdc3ce;
}

.wr-contant-form .wr-button {
  min-height: 190px;
  text-align: right;
  position: relative;
}

.wr-contant-form .myd-btn {
  padding: 20px 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.title-form {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
  color: #b7bcc6;
  text-transform: uppercase;
}

/* ================================= */

/* Tabel */

/* ================================= */

.table-header {
  color: #b7bcc6;
  padding-top: 50px;
}

.table-header h1 {
  font-size: 16px;
  line-height: 81px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.table-header .form-control {
  font-size: 'OpenSans Regular', sans-serif;
  color: #b7bcc6;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: unset;
}

.table-header a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.table-header a.download-domin {
  background-color: #ffffff;
}

.wr-table-tools {
  color: #b7bcc6;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.wr-table-tools .table {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.wr-table-tools .table > thead > tr > th,
.wr-table-tools .table > tbody > tr > td {
  padding: 16px 25px;
  border-top: 0;
  border-bottom: 0;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wr-table-tools .table > thead > tr > th {
  border-bottom: 2px solid #b7bcc6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wr-table-tools .table > thead > tr > th:not(.text-left) {
  text-align: center;
}

.wr-table-tools .table > tbody > tr > td:not(.domin) {
  text-align: center;
}

.wr-table-tools .table > tbody > tr > td[data-delete="delete"] {
  background: url(../fonts/SVG/icon_delete_profile_settings.svg) no-repeat center;
  cursor: pointer;
}

.wr-table-tools .table > tbody > tr > td[data-delete="delete"]:hover,
.wr-table-tools .table > tbody > tr > td[data-delete="delete"]:active {
  background: url(../fonts/SVG/icon_delete_profile_settings_hover.svg) no-repeat center;
}

.wr-table-tools .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.wr-table-tools .table-striped > tbody > tr:nth-of-type(even) {
  background: url(../../img/table-bg.png) 0 0/contain;
}

.wr-table-tools .table-striped > tbody > tr {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.wr-table-tools .table-striped > tbody > tr:hover,
.wr-table-tools .table-striped > tbody > tr:active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #f48076;
  box-shadow: inset 0px 0px 0px 1px #f48076;
}

.wr-table-tools th {
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.wr-table-tools tr > td {
  font-family: 'OpenSans SemiBold', sans-serif;
  color: #545c68;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox + label {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  padding: 0 0 0 0;
  cursor: pointer;
}

.checkbox + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d9dee6;
  background-color: transparent;
  background: url(../fonts/SVG/slash.png) no-repeat center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.checkbox:checked + label:before {
  border-color: #f48076;
  background: url(../fonts/SVG/icon_check_mark.svg) no-repeat center;
}

/* ================================= */

/* Setup */

/* ================================= */

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wr-user-info {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 50px;
}

.wr-user-info .panel-heading {
  margin-right: -15px;
  padding: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}

.wr-user-info .panel-title > a,
.wr-user-info .panel-title {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 16px;
  color: #81848a;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-decoration: none;
}

.wr-user-info .panel-title {
  margin-bottom: 30px;
}

.wr-user-info .panel-title > a {
  background: url(../fonts/SVG/arrow_down.png) no-repeat 100% center;
  line-height: 75px;
}

.wr-user-info .form-body {
  padding-left: 15px;
}

.wr-user-info .wr-image {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.wr-user-info .wr-image > img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  top: 10%;
}

.wr-user-info .user {
  overflow: hidden;
}

.wr-user-info .user .icon_delete_profile,
.wr-user-info .user .icon_refresh_profile {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0 10px;
}

.wr-user-info label {
  font-size: 15px;
  color: #b7bcc6;
}

.wr-user-info .wr-spase {
  height: 52px;
}

.wr-user-info .line {
  height: 1px;
  width: 100%;
  background-color: #b7bcc6;
  margin: 25px 0;
}

.wr-user-info .myd-btn {
  margin-top: 20px;
  padding: 15px 55px;
}

.user-domin .panel-heading {
  padding: 0;
}

.user-domin .wr-setting {
  background-color: #ffffff;
}

.user-domin .wr-title {
  font-size: 15px;
  color: #b7bcc6;
  margin-bottom: 20px;
}

.user-domin .wr-user-info .panel-title > a {
  line-height: 50px;
}

.user-domin .wr-user-info .panel-title {
  margin-bottom: 0;
}

.user-domin .form-group {
  display: inline-block;
  min-width: 120px;
  margin-right: 15px;
}

.user-domin .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.user-domin .checkbox + label {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #81848a;
  width: 20px;
  height: 20px;
  width: 100%;
  margin: 0;
  padding-left: 28px;
}

.user-domin .checkbox + label:before {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #b7bcc6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.user-domin .panel-group {
  margin-bottom: 0;
}

.user-domin .panel-body {
  padding: 0;
  padding-top: 20px;
}

.panel-default {
  border: 0;
}

.wr-sidebar {
  margin-top: 15px;
  margin-bottom: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
  box-shadow: 0px 0px 12px 0px rgba(25, 31, 40, 0.04);
}

.wr-sidebar .wr-header {
  padding: 25px 20px;
  line-height: 1;
  margin: 0;
}

.wr-sidebar .wr-header h2 {
  color: #545c68;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 2.438em;
}

.wr-sidebar article {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.wr-sidebar article:hover {
  border-color: #f48076;
}

.wr-sidebar article:hover .wr-date span {
  color: #f48076;
}

.wr-sidebar article:hover .wr-art:before {
  background-color: #f48076;
}

.wr-sidebar article:last-child .wr-art:before {
  display: none;
}

.wr-sidebar .wr-art:before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #a0a4ac;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wr-news .wr-art {
  padding: 25px 20px;
}

.wr-news .wr-date {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

.wr-news .wr-date .inner {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.wr-news .wr-date span {
  font-family: 'OpenSans Regular', sans-serif;
  color: #81848a;
}

.wr-news .wr-date span[data="year"] {
  display: none;
}

.wr-news .wr-date span[data="day"] {
  font-size: 24px;
}

.wr-news .wr-date span[data="month"] {
  font-size: 11px;
  text-transform: uppercase;
}

.wr-news .wr-title {
  width: 74%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.wr-news .wr-title h2 {
  font-family: 'OpenSans Regular', sans-serif;
  font-size: 15px;
  line-height: 1.267em;
  color: #a0a4ac;
  margin: 0;
}

.wr-news .wr-inner {
  text-align: right;
}

.wr-news .read-art {
  font-size: 12px;
}

.wr-news .line {
  height: 1px;
  width: 100%;
  background-color: #a0a4ac;
}

.wr-profile {
  min-height: 400px;
  height: 100%;
  width: 255px;
  background-color: #191f28;
  position: fixed;
  top: 0;
}

.wr-profile .wr-header {
  padding-top: 50px;
}

.wr-profile .navbar-brand {
  margin-right: 0;
  padding-bottom: 20px;
}

.wr-profile .nav-profile {
  margin: 0 -15px;
}

.wr-profile .nav-profile li {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 14px;
  color: #d4d9e2;
  line-height: 3.857em;
  position: relative;
  display: block;
  width: 100%;
}

.wr-profile .nav-profile li div {
  display: inline-block;
  vertical-align: middle;
}

.wr-profile .nav-profile li .wr-image {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}

.wr-profile .nav-profile li .wr-image > img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  top: 10%;
}

.wr-profile .nav-profile li a {
  display: block;
  color: #81848a;
  line-height: 1.6em;
  width: 100%;
  height: 100%;
  padding: 20px 15px 20px 30px;
}

.wr-profile .nav-profile li a:hover,
.wr-profile .nav-profile li a:active {
  color: #d4d9e2;
  background: -webkit-linear-gradient(right, rgba(252, 176, 140, 0.27) 28%, rgba(25, 31, 40, 0.27) 54%);
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, rgba(252, 176, 140, 0.27)), color-stop(54%, rgba(25, 31, 40, 0.27)));
  background: -webkit-linear-gradient(left, rgba(252, 176, 140, 0.27) 28%, rgba(25, 31, 40, 0.27) 54%);
  background: linear-gradient(to right, rgba(252, 176, 140, 0.27) 28%, rgba(25, 31, 40, 0.27) 54%);
  text-decoration: none;
  border-bottom-color: transparent;
}

.wr-profile .nav-profile li a.tools:hover .i-tools,
.wr-profile .nav-profile li a.tools:active .i-tools {
  background-image: url(../fonts/SVG/icon_settings_hover.svg);
}

.wr-profile .nav-profile li a.domins:hover .i-domins,
.wr-profile .nav-profile li a.domins:active .i-domins {
  background-image: url(../fonts/SVG/icon_domains_hover.svg);
}

.wr-profile .nav-profile li i {
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.wr-profile .nav-profile li.user {
  font-size: 0;
  margin-bottom: 40px;
  padding: 20px 15px 10px 30px;
}

.wr-profile .nav-profile li.user.active {
  background-color: #202630;
}

.wr-profile .nav-profile li.user .user-login {
  font-size: 13px;
  line-height: 1.5;
}

.wr-profile .footer {
  padding-bottom: 30px;
}

.wr-profile .wr-footer .myd-nav.navbar-nav li {
  display: block;
  width: 100%;
}

.wr-profile .wr-footer .myd-nav.navbar-nav li a {
  display: block;
  color: #81848a;
  width: 100%;
  height: 100%;
  padding: 20px 15px 20px 30px;
  border: 0;
  line-height: 60px;
  background-position: 0px center;
  margin: auto;
}

.wr-profile .wr-footer .myd-nav.navbar-nav li a:hover,
.wr-profile .wr-footer .myd-nav.navbar-nav li a:active {
  color: #ff8f7f;
}

.wr-profile .wr-footer .wr-copyright {
  margin: 0 -15px;
  padding: 30px 0 0;
  border-top: 1px solid #202630;
  text-align: center;
  line-height: 1;
}

.wr-profile .wr-footer .wr-copyright > p {
  margin: 0;
  line-height: 1;
}

.wr-profile .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.pop_up_in {
  display: none;
  width: 540px;
  height: 450px;
  margin: auto;
  position: fixed;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 999;
}

.pop_up_body {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.pop_up_body .shade,
.pop_up_body .nav-pop_up,
.pop_up_body .sign-in,
.pop_up_body .sign-add {
  position: absolute;
  top: 0;
  height: 450px;
  z-index: 1;
}

.pop_up_body .shade,
.pop_up_body .nav-pop_up,
.pop_up_body .sign-in {
  left: 0;
}

.pop_up_body .sign-add {
  right: 0;
}

.pop_up_body .shade,
.pop_up_body .nav-pop_up {
  z-index: 2;
  width: 20%;
  left: 0%;
  background-color: #191f28;
}

.pop_up_body .sign-in {
  width: 40%;
  left: 20%;
  background-color: #f0f1f4;
}

.pop_up_body .sign-add {
  width: 40%;
  right: 0;
  background-color: #ffffff;
}

.pop_up_body .wr-btn {
  display: block;
  /* Form show */
  height: 80px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.pop_up_body .wr-btn .header-form {
  line-height: 2;
  color: #a0a4ac;
}

.pop_up_body .wr-content-form {
  padding: 70px 40px;
  display: none;
  /* Form show */
}

.pop_up_body input {
  padding-right: 50px;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}

.pop_up_body input[name="firstname"],
.pop_up_body input[name="email"] {
  background: url(../fonts/SVG/icon_name.svg) no-repeat 92% center;
}

.pop_up_body input[name="passw"] {
  background: url(../fonts/SVG/icon_password.svg) no-repeat 92% center;
}

.pop_up_body .myd-btn {
  padding: 14px 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pop_up_body .wr-captcha {
  position: relative;
}

.nav-pop_up {
  padding-top: 80px;
  padding-bottom: 40px;
}

.nav-pop_up .wr-content-nav {
  text-align: center;
}

.nav-pop_up .wr-nav {
  display: block;
  width: 100%;
  cursor: pointer;
}

.nav-pop_up .wr-nav:hover > i,
.nav-pop_up .wr-nav:active > i {
  background: url(../fonts/SVG/icon_arrow_prev_hover.svg) no-repeat center/contain;
}

.nav-pop_up .wr-dots {
  padding-top: 60px;
}

.nav-pop_up .wr-dots li {
  margin-bottom: 20px;
}

.nav-pop_up .wr-dots li.active i {
  background-color: #f48076;
}

.sign-in,
.sign-add {
  position: relative;
}

.sign-in .footer-form,
.sign-add .footer-form {
  font-size: 0;
  text-align: left;
  line-height: 46px;
  margin: 20px 0 10px;
}

.sign-in .footer-form > a,
.sign-in .footer-form > buttom,
.sign-add .footer-form > a,
.sign-add .footer-form > buttom {
  font-family: 'OpenSans SemiBold', sans-serif;
  display: inline-block;
  font-size: 11px;
  color: #f48076;
}

.sign-in .footer-form > a,
.sign-add .footer-form > a {
  text-align: right;
  text-decoration: underline;
}

.sign-in .footer-form > a:hover,
.sign-add .footer-form > a:hover {
  text-decoration: none;
}

.header-form {
  font-family: 'OpenSans SemiBold', sans-serif;
  font-size: 13px;
  line-height: 1.923em;
  color: #545c68;
  text-align: left;
  text-transform: uppercase;
  margin: 0.5em 0;
  margin-bottom: 40px;
}

i.icon-arrow_popup {
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  background: url(../fonts/SVG/icon_arrow_prev.svg) no-repeat center/contain;
}

i.icon-arrow_popup:hover,
i.icon-arrow_popup:active {
  background: url(../fonts/SVG/icon_arrow_prev_hover.svg) no-repeat center/contain;
}

i.popup-dots {
  width: 9px;
  height: 9px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  background-color: #545c68;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*	&:hover,
	&:active{
		background-color: $c-popud-dots2;
	}*/
}

i.btn-sign-in {
  width: 27px;
  height: 18px;
  display: block;
  margin: auto;
  background: url(../fonts/SVG/icon_arrow_popup.svg) no-repeat center;
}

i.icon-sign-in {
  width: 55px;
  height: 55px;
  display: block;
  margin: auto;
  background: url(../fonts/SVG/icon_sing_in.svg) no-repeat center/contain;
}

i.icon-sign-add {
  width: 55px;
  height: 55px;
  display: block;
  margin: auto;
  background: url(../fonts/SVG/icon_sing_up.svg) no-repeat center/contain;
}

.wr-btn.small-icon {
  position: relative;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media screen and (min-width: 767px) {
  #tabl-tools .col-sm-9 {
    width: 65%;
  }

  #tabl-tools .table-header h1 {
    font-size: 13px;
  }

  #setup-page .col-sm-9 {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 760px;
  }

  .myd-nav.navbar-nav li a:not(.myd-btn) {
    line-height: 84px;
    font-size: 13px;
    padding: 0 20px;
    background-position: 0 49%;
  }

  .navbar-nav li a.myd-btn {
    padding: 12px 15px;
  }

  .wr-profile .myd-nav.navbar-nav li a {
    line-height: 60px;
    padding: 0 30px;
  }

  .wr-profile .exit-profit.navbar-nav li {
    padding: 0 15px;
  }

  .wr-profile .exit-profit.navbar-nav li a {
    text-align: left;
    border: 0;
    margin: 0;
  }

  .wr-profile .exit-profit.navbar-nav li a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .rc-anchor-normal .rc-anchor-checkbox-label {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .rc-anchor-normal .rc-anchor-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (min-width: 768px) {
  .reCAPTCHA .g-recaptcha iframe {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    right: 30px;
  }

  .reCAPTCHA .g-recaptcha > div {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .reCAPTCHA .rc-anchor-normal {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }

  .myd-nav.navbar-nav li a:not(.myd-btn) {
    padding: 0 40px;
    line-height: 84px;
    background-position: 15px 49%;
  }

  #tabl-tools .col-sm-9 {
    width: 70%;
  }

  .wr-table-tools .table > thead > tr > th,
  .wr-table-tools .table > tbody > tr > td {
    padding: 10px 20px;
  }

  .wr-profile .myd-nav.navbar-nav li a {
    line-height: 60px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1110px;
  }

  #tabl-tools.container {
    width: 1110px;
  }

  .myd-nav.navbar-nav li a:not(.myd-btn) {
    padding: 15px 40px;
    line-height: 54px;
    background-position: 15px 49%;
  }

  .navbar-nav li a.myd-btn {
    padding: 12px 20px;
  }

  .body-slaider {
    min-height: 650px;
  }

  #tabl-tools .col-sm-9 {
    width: 75%;
  }

  .wr-table-tools .table > thead > tr > th,
  .wr-table-tools .table > tbody > tr > td {
    padding: 16px 25px;
  }

  .wr-profile {
    width: 255px;
  }

  .wr-profile .myd-nav.navbar-nav li a {
    line-height: 60px;
    padding: 0 30px;
  }

  .wr-profile .footer .wr-footer .myd-nav.navbar-nav li a {
    font-size: 11px;
  }

  #setup-page .col-sm-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .myd-nav.navbar-nav li a:not(.myd-btn) {
    font-size: 14px;
    line-height: 54px;
    padding: 15px 40px;
    background-position: 15px 49%;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    width: 1440px;
  }

  .navbar-nav li a.myd-btn {
    padding: 12px 40px;
  }

  .body-slaider {
    min-height: 550px;
  }
}

@media (max-width: 1200px) {
  .wr-user-info .user .icon_delete_profile.pull-left,
  .wr-user-info .user .icon_refresh_profile.pull-right {
    float: none !important;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .myd-nav.navbar-nav li .li-question,
  .myd-nav.navbar-nav li.active .li-question {
    background-position: 0 49%;
  }

  .myd-nav.navbar-nav li .li-home,
  .myd-nav.navbar-nav li.active .li-home {
    background-position: 0 49%;
  }

  .myd-nav.navbar-nav li .li-contact,
  .myd-nav.navbar-nav li.active .li-contact {
    background-position: 0 49%;
  }

  .myd-nav.navbar-nav li .sign-in,
  .myd-nav.navbar-nav li.active .sign-in {
    background-position: 0 49%;
  }

  .navbar-brand {
    margin-right: 15px;
  }

  .navbar-brand .company {
    font-size: 13px;
    left: -23px;
  }

  .wr-in-messengers .wr-social-networks li {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .wr-in-messengers .wr-social-networks li i.soc-vk {
    width: 72px;
    height: 72px;
    background-size: cover;
  }

  .wr-in-messengers .wr-social-networks li i.ms-tele {
    width: 72px;
    height: 72px;
    background-size: cover;
  }

  .wr-in-messengers .wr-social-networks li i.ms-sky {
    width: 72px;
    height: 72px;
    background-size: cover;
  }

  .wr-in-messengers .wr-social-networks li i.soc-fb {
    width: 72px;
    height: 72px;
    background-size: cover;
  }

  .wr-in-messengers .wr-social-networks li i.ms-mail {
    width: 72px;
    height: 72px;
    background-size: cover;
  }

  .wr-profile .wr-footer .wr-copyright > p {
    font-size: 11px;
  }

  .wr-user-info .user {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .wr-profile .footer .wr-footer .myd-nav.navbar-nav li a {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .wr-cards .card {
    margin-bottom: 20px;
  }

  .wr-in-messengers .wr-social-networks {
    text-align: center;
  }

  .qa-top-nav .wr-top-nav li {
    margin-bottom: 10px;
  }

  .wr-table-tools {
    overflow: hidden;
    overflow-x: auto;
  }

  .wr-profile {
    width: 230px;
  }

  .wr-user-info .wr-spase {
    height: 74px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav li a.myd-btn {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    display: inline-block;
  }

  .body-slaider .sl-contant {
    padding: 0 30px;
  }

  .body-slaider .sl-contant h1 {
    font-size: 1em;
  }

  .body-slaider .wr-text {
    font-size: 20px;
  }

  .body-slaider .wr-social-networks {
    margin-bottom: 1.5em;
  }

  .wr-text ul {
    padding-top: 40px;
  }

  .who-needs-it .wr-text {
    padding-left: 80px;
  }

  .footer .wr-footer .myd-nav.navbar-nav li a {
    margin: 34px 14px;
  }

  .wr-contant-form {
    padding: 40px 20px;
  }

  .wr-contant-form .col-xs-12 {
    margin-top: 20px;
  }

  .wr-contant-form .wr-button {
    min-height: 90px;
  }

  .wr-contant-form .myd-btn {
    padding: 20px 40px;
  }

  .wr-user-info .wr-image {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .wr-profile .footer .wr-footer {
    padding-bottom: 0;
  }

  .wr-btn.small-icon .header-form {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .myd-nav.navbar-nav li a:not(.myd-btn) {
    display: block;
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .wr-header .navbar-collapse {
    padding: 20px 0;
  }

  .wr-profile {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    height: 80px;
    z-index: 999;
  }

  .wr-profile .wr-header {
    padding-top: 0;
  }

  .wr-profile .wr-footer .myd-nav.navbar-nav li {
    padding: 0 40px;
  }

  .wr-profile .wr-footer .myd-nav.navbar-nav li a {
    font-size: 14px;
    padding: 15px 40px;
    padding-left: 60px;
    padding-right: 0;
    border: 0;
    text-align: left;
    margin: 10px 0;
  }

  .wr-profile .wr-copyright {
    display: none;
  }

  .wr-profile .footer {
    display: none;
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  .body-slaider .sl-contant h1 {
    font-size: 0.8em;
  }

  .body-slaider .wr-text {
    font-size: 17px;
    margin-bottom: 1.8em;
  }

  .body-slaider .wr-social-networks li {
    margin-right: 10px;
  }

  #home-page .main-contant section:not(.slaider) {
    padding-top: 60px;
  }

  .wr-header {
    font-size: 32px;
  }

  .wr-text {
    margin-bottom: 20px;
  }

  .wr-text li {
    margin-bottom: 1em;
  }

  .wr-personal-area .wr-text {
    padding-top: 40px;
  }

  .articles {
    padding-bottom: 40px;
  }

  .wr-nav-articles .wr-space {
    height: 40px;
  }

  .footer .col-xs-6 {
    width: 100%;
  }

  .footer .wr-footer .navbar-nav {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .footer .col-xs-5,
  .footer .col-xs-7 {
    width: 100%;
    display: block;
  }

  .footer {
    height: 120px;
  }

  .footer .wr-footer .wr-copyright p {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  #home-page,
  #contants-pg,
  #question-answer {
    margin-bottom: 120px;
  }

  .footer .wr-footer .myd-nav.navbar-nav li {
    display: inline-block;
    text-align: center;
    line-height: 1;
  }

  .footer .wr-footer .myd-nav.navbar-nav li a {
    font-size: 12px;
    padding: 0 0;
    margin: 10px 10px;
    line-height: 24px;
  }
}

@media screen and (max-width: 510px) {
  .body-slaider .wr-social-networks li i {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .qa-page-nav .pagination {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .qa-page-nav .pagination > li > a {
    width: 36px;
    height: 36px;
  }

  .qa-top-nav .wr-top-nav li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .qa-accordion .panel-body {
    margin-right: 30px;
    margin-left: 30px;
  }

  .qa-accordion .panel-body p {
    font-size: 15px;
  }

  .qa-accordion .panel-title > a {
    font-size: 15px;
    padding-right: 90px;
  }

  .setup-header .wr-header h1 {
    font-size: 27px;
    margin: 30px 0;
  }

  .pop_up_in {
    width: 340px;
    height: 340px;
  }

  .pop_up_in .header-form {
    line-height: 1.2em;
    margin-bottom: 20px;
  }

  .pop_up_in .wr-content-form {
    padding: 20px;
  }

  .pop_up_in input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .reCAPTCHA .g-recaptcha iframe {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    position: absolute;
    right: -70px;
  }

  .sign-in .footer-form > a,
  .sign-in .footer-form > buttom,
  .sign-add .footer-form > a,
  .sign-add .footer-form > buttom {
    display: block;
  }

  .pop_up_body .shade,
  .pop_up_body .nav-pop_up,
  .pop_up_body .sign-in,
  .pop_up_body .sign-add {
    height: 340px;
  }
}

@media screen and (max-width: 380px) {
  .footer .pull-right {
    float: none !important;
  }

  .footer {
    height: 180px;
  }

  .footer .wr-footer .wr-copyright p {
    padding: 20px 0;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }

  #home-page,
  #contants-pg,
  #question-answer {
    margin-bottom: 180px;
  }

  .footer .wr-footer .myd-nav.navbar-nav li {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 360px) {
  .footer .wr-footer .myd-nav.navbar-nav li a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    margin: 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .wr-header {
    font-size: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .body-slaider .sl-contant h1 {
    font-size: 0.9em;
  }

  .body-slaider .wr-text {
    font-size: 24px;
    margin-bottom: 1.8em;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .wr-profile .nav-profile li div {
    display: block;
  }

  .wr-profile .nav-profile li.user {
    margin-bottom: 20px;
  }

  .wr-profile .nav-profile li .user-login {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  .wr-profile .nav-profile li .wr-image {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #setup-page .col-sm-9 {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .wr-user-info .myd-btn {
    display: block;
    width: 100%;
    padding: 15px 25px;
  }
}