/* стили для контейнера */
.btn-sub-wraper {
  z-index: 120;
}
.btn-conten-edi {
  z-index: 119;
  width: 80px;
  position: absolute;
  padding: 10px;
  margin-top: 12%;
  margin-left: 5px;
}
.btn-wraper {
  margin: 3px;
}
/* btn dtyle */
.btneditors {
  color: #fff;
}
#overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 150;
}
.modal-form {
  margin: auto;
  width: 40%;
  height-min: 100px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  z-index: 155;
  top: 20%;
  display: none;
  padding: 10px;
}
/* */
.tooltips span {
  display: none;
  padding: 2px 3px;
  margin-left: 8px;
  width: 130px;
}
.tooltips:hover span {
  display: inline;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  color: #6c6c6c;
}
/* */
.tooltip {
  outline: none;
}
.tooltip strong {
  line-height: 30px;
}
.tooltip:hover {
  text-decoration: none;
}
.tooltip span {
  z-index: 100;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  line-height: 16px;
  border-radius: 10px;
}
.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}
.callouts {
  z-index: 115;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
.editwraper {
  border: dotted 1px !important;
  border-color: #009dcd !important;
  height-min: 100px !important;
}

/* loader */
section {
	display: flex;
	align-items: center;
	justify-content: center;
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: #1E88E5;
}

/* LOADER */

span.load {
	display: flex;
	
	position: relative;
	
	animation: rotateLoad infinite linear 1s;
}
span.load.mini{ width: 15px; height: 15px; }
span.load.little { width: 25px; height: 25px; }
span.load { width: 60px; height: 60px; }
span.load:before,
span.load:after {
	display: flex;
	
	position: absolute;
	
	content: '';
	background: #fff;
	border-radius: 50%;
	width: 55%;
	height: 55%;
}
span.load:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
span.load:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
span.load.dark:before,
span.load.dark:after { background: #222; }
span.load.mini:after { border-width: 2px; }
span.load.little:after { border-width: 3px; }
span.load:after { border-width: 8px; }

@keyframes rotateLoad {
	0%		{ transform: rotate(0deg); }
	100%	{ transform: rotate(360deg); }
}
@keyframes scaleChange_1 {
	0%		{ transform: scale(1); }
	50%		{ transform: scale(0); }
	100%	{ transform: scale(1); }
}
@keyframes scaleChange_2 {
	0%		{ transform: scale(0); }
	50%		{ transform: scale(1); }
	100%	{ transform: scale(0); }
}
/* -- */
/* styl media */
@media only screen and (max-device-width: 480px) {
  .mobilha {
    visibility: hidden;
    display: none;
  }
  .mobilvi {
    display: flex;
  }
}
/*Стили только для планшетов*/
@media only screen and (min-device-width: 481px) {
  .mobilha {
    visibility: hidden;
    display: none;
  }
  .mobilvi {
    display: flex;
  }
    .globtitle {

        font-size: 35px;
    }

}
/*Стили только для десктопов*/
@media only screen and (min-width: 769px) {
  .mobilha {
    visibility: visible;
    display: flex;
  }
  .mobilvi {
    display: none;
  }
    .globtitle {
        font-size: 330%;
    }

}


/*Стили для таблицы*/
@media screen and (max-width: 1024px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }

  table td.mino {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #a0a0a0;
  }
  table td {
    display: block;
    text-align: right;
/*  font-size: 16px; */
    border: 0;
    border-bottom: 1px dotted #a0a0a0;
    width: 100%;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 0 8px;
    background: #eee;
  }
}

/*   стили для проекта  */
.building-block-preview {
    background-color: #E6E8EB;
    height:  350px;
    padding-top: 50px;
}

.building-block-iframe-wrapper {
   width: 350px;
    margin: auto;
}

/* people-2608316_1920 bg.jpg*/
.hero-section-tw {
    background: url("../images/people-2608316_1920-min.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
  /*  text-align: center;
    background: url("../images/biznes-immigratsiya-v-ssha.jpg");

    height: 580px;
  */
       }

.hero-section-tw .hero-section-text-tw {
   padding-top: 20%;
    color: #fefefe;
    text-shadow: 1px 1px 2px #0a0a0a;

    /* padding-top: 20%; */
}



.logInfo{
    width: 950px;
    margin: auto;
    height:200px;
    font-size: 24px;
    padding-top: 10px;
  /*  overflow-y:scroll;  */
}
.logInfo-a{
    width: 950px;
    margin: auto;
    height:200px;
     padding-top: 10px;
    /*  overflow-y:scroll;  */
}

.building-block-preview-a {
    background-color: #E6E8EB;
    padding-top: 50px;
    height: 100vh;
}
.torg-a{
    width: 250px;
    margin: auto;

}
.disabled {
    pointer-events: none;
}

.top-menu{
    width: 1100px;
    margin: auto;

}

.show-password {
    width: 100%;
}

.show-password label {
    position: absolute;
    left: -9999px;
    text-indent: -9999px;
}

.password-wrapper {
    position: relative;
}

.password + .unmask {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background: #aaa;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}

.password + .unmask:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 17px;
    height: 17px;
    background: #e3e3e3;
    z-index: 1;
    border-radius: 50%;
}

.password[type="text"] + .unmask:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    background: #aaa;
    z-index: 2;
    border-radius: 50%;
}

.show-form-login {

    width: 300px;
    text-align: center;
    margin: auto;
}

.show-form-registr {

    width: 300px;
    text-align: center;
    margin: auto;
}


form .form-icons h4 {
    margin-bottom: 1rem;
}

form .form-icons .input-group-label {
    background-color: #1779ba;
    border-color: #1779ba;
}

form .form-icons .input-group-field {
    border-color: #1779ba;
}

form .form-icons .fa {
    color: white;
    width: 1rem;
}

/*  navigater   */
.topbar-responsive {
    background: #1779BA;
    padding: 1rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo {
    color: #fefefe;
    vertical-align: middle;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.topbar-responsive .menu {
    background: #1779BA;
}

.topbar-responsive .menu li:last-of-type {
    margin-right: 0;
}

.topbar-responsive .menu a {
    color: #fefefe;
    transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
    color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu a {
        padding: 0.875rem 0;
    }
}

.topbar-responsive .menu .topbar-responsive-button {
    color: #fefefe;
    border-color: #fefefe;
    border-radius: 5000px;
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
    color: #c6d1d8;
    border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu .topbar-responsive-button {
        width: 100%;
        margin: 0.875rem 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive {
        padding: 0.75rem;
    }
    .topbar-responsive .top-bar-title {
        position: relative;
        width: 100%;
    }
    .topbar-responsive .top-bar-title span {
        position: absolute;
        right: 0;
        border: 1px solid #fefefe;
        border-radius: 5px;
        padding: 0.25rem 0.45rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .topbar-responsive .top-bar-title span .menu-icon {
        margin-bottom: 4px;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}



/**/
.hero-section {
    background: url("../images/balloons-1980878_1280.jpg") 30% no-repeat;
    background-size: cover;
    height: 60vh;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.hero-section .hero-section-text {
    color: #fefefe;
    text-shadow: 1px 1px 2px #0a0a0a;
}

.hero-section-a{
    min-height: 150px;
    align-items: center;
    padding-top: 20px;

}
.hero-section-text-a{
    width: 500px;
    margin: auto;

}

a.regi:hover {color:  #cc4b37}


/* Profile */

.holy-grail-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr ;
    grid-template-columns: 1fr 4fr ;
    -ms-grid-rows: 1fr 8fr 1fr;
    grid-template-rows: 1fr 8fr 1fr;
    grid-gap: 20px;
    height: 100vh;
}

@media screen and (max-width: 60em) {
    .holy-grail-grid {
        -ms-grid-rows: 2fr 1fr 5fr 1fr;
        grid-template-rows: 2fr 1fr 5fr 1fr;
    }
}

.holy-grail-header,
.holy-grail-left,
.holy-grail-middle,
.holy-grail-right,
.holy-grail-footer {
    padding: 1rem;
    border: 1px solid #E6E8EB;
    background-color: #E6E8EB;
}

.holy-grail-header {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

@media screen and (max-width: 60em) {
    .holy-grail-left {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

@media screen and (max-width: 60em) {
    .holy-grail-middle {
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

@media screen and (max-width: 60em) {
    .right-nav {
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

.holy-grail-footer {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
}
/* Gravatar */
.imGravatar{
    margin-right: 10px;
    float: left;
    vertical-align: top;
    border-radius: 50%;
}
/* */
.mlink{
    font-size: 80%;
    margin-right: 30px;
}

/* styl */


/* */
.swcotoo {
  border: 1px solid;
}
/* авторизация */
.hero-section-tw-q {
  background: url("../images/nature-2531761_1920.jpg");
  background-size: cover;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.hero-section-tw-q .hero-section-text-tw-q {
  padding-top: 20%;
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}
/* */
.bodySlyde-oo {
  min-height: 65vh;
  max-height: 65vh;
  border: 1px solid #000; /* Параметры границы */
  padding: 2% 19% 1% 19%;
}
.bodySlyde-o {
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
  min-height: 60vh;
  max-height: 60vh;
}
.tableAdd {
  background-color: #5da423;
}
/* кнопки в редакторе слайда*/
.btn-edit-slide {
  width: 50px;
}
.clu {
  width: 300px;
}
.show-form-registr {
/* margin-top: 8% */
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
  padding: 1%;
  background: #f0f0f0;
}
.show-form-login {
  margin-top: 5%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
  padding: 1%;
  background: #f0f0f0;
}
legend a {
  color: #770b12;
  text-decoration: underline;
}
legend a:hover {
  color: #770b12;
  text-decoration: none;
}
.miniature {
    width: 290px;
     height: 220px;
     background-size: contain;
     background-repeat: no-repeat;
     padding: 10px;
     margin: 5px;
 }
.miniatures {
    width: 215px;
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    margin: 5px;
}
.clearfixpass {
  height: 45px;
}
.callout_inf {
  display: none;
  margin: auto;
  width: 70%;
}
.callout_login_err {
  margin: auto;
  width: 40%;
}
.picturee {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat; /* Отменяем повторение фона */
  background-size: cover;
}
.pictures {
  width: 100%;
  height: 500px;
/*
 height 500px;
 background-position: top center; Положение фона */
  background-repeat: no-repeat; /* Отменяем повторение фона */
  background-size: cover;
}
.picoso {
  margin-top: 100px;
}
.maskoos {
  background: rgba(0,0,0,0.4);
  height: 500px;
  padding-top: 20px;
}
.closemobil {
  display: block;
  width: 100%;
}
.menumobils {
  display: block;
  margin: 10px 0 0 10px;
}
.indexnavigater {
  baground-color: #1a3771;
}
.page-header {
  margin: auto;
  padding: 10% 20% 10% 20%;
  color: #fff;
}
/*
  background-color #000;
  opacity 0.4;
  */
.cursive {
  font-style: italic;
}
.dpublic {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*
.tooltip {outline:none; }
.tooltip strong {line-height:30px;}
.tooltip:hover {text-decoration:none;}
.tooltip span {
  z-index:100;display:none; padding:14px 20px;
  margin-top:-30px; margin-left:28px;
  width:300px; line-height:16px;
}
.tooltip:hover span{
  display:inline; position:absolute; color:#111;
  border:1px solid #DCA; background:#fffAF0;}
.callouts {z-index:115;position:absolute;top:30px;border:0;left:-12px;}
*/
.round {
  display: inline-block;
  width: 10em;
  height: 10em;
  border: 8px solid #1779ba;
  border-radius: 50%;
/*  line-height: 12em;   подробнее про line-height */
  text-align: center; /* выравнять текст по середине по горизонтали */
/*  background: #d1d1d1; */
  margin: 4px;
}
/* цвет для логина */
.lor {
  background-color: #ffe; /* Цвет фона */
  color: #930; /* Цвет текста */
}
input.lor::-webkit-input-placeholder {
  color: #c0392b;
}
input.lor::-moz-placeholder {
  color: #c0392b;
}
/* Firefox 19+ */
input.lor:-moz-placeholder {
  color: #c0392b;
}
/* Firefox 18- */
input.lor:-ms-input-placeholder {
  color: #c0392b;
}
/* таблица статистики */
.buttons-copy {
  border: 1px solid;
  width: 70px;
  height: 40px;
  margin: 2px;
}
.buttons-csv {
  border: 1px solid;
  width: 70px;
  height: 40px;
  margin: 2px;
}
.buttons-excel {
  border: 1px solid;
  width: 70px;
  height: 40px;
  margin: 2px;
}
.buttons-pdf {
  border: 1px solid;
  width: 70px;
  height: 40px;
  margin: 2px;
}
.buttons-print {
  border: 1px solid;
  width: 70px;
  height: 40px;
  margin: 2px;
}
/* */
table.dataTable thead .sorting {
  background-image: url("/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/images/sort_desc_disabled.png");
}
.globtitle {
  color: #fff;
    /*
  font-size: 330%;
  */
}
.inglo {
  padding: 5%;
}
/* бордюры */
/* hover */
.card-product-hover-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.card-product-hover {
  position: relative;
  line-height: 1.2rem;
  transition: all 0.35s ease;
}
.card-product-hover-details {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-product-hover-details > :last-child {
  margin-bottom: 0;
}
.card-product-hover-price {
  margin: 0.5rem 0;
  font-weight: 700;
  color: #1779ba;
  font-size: #1779ba;
}
.card-product-hover-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.card-product-hover-icons a i {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  background-color: #fefefe;
  text-align: center;
  color: #0a0a0a;
}
.card-product-hover-icons a i:hover {
  background-color: #8a8a8a;
  color: #fefefe;
  cursor: pointer;
}
.card-product-hover-icons a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.35s ease;
}
.card-product-hover:hover a,
.card-product-hover.hover a {
  transition: all 0.35s ease;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.card-product-hover:hover a:nth-child(2),
.card-product-hover.hover a:nth-child(2) {
  transition-delay: 0.1s;
}
.card-product-hover:hover a:nth-child(3),
.card-product-hover.hover a:nth-child(3) {
  transition-delay: 0.2s;
}
.inbtn {
  border-radius: 10px;
/*
  background-color #1f3d7b;
    */
}
.in-btn {
  width: 45%;
}
.mkle {
  height: 30px;
}
/* glavnaya текст с кнопкой */
.gltk {
  padding: 3%;
}

/* social button */
/*



*/
.social a{
    text-align:center;
    width:50px;
    height:50px;
    background:#fff;
    float: left;
    border:1px solid #ccc;
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:46px;
    margin:0 10px 10px 0;
    padding:6px;
    color:#000;
}

@media screen and (max-width: 1024px) {
  .profilehide {
        display: none;
    }
}

/* profile card */

.card-user-container {
    margin-bottom: 1rem;
    background-color: #fefefe;
    color: #0a0a0a;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
}

.card-user-container .card-user-avatar .user-image {
/*  width: 11.875rem;
    height: 11.875rem; */
    display: block;
    margin: auto;
    border-radius: 50%;

    padding: 0.9375rem;
}

/*
.card-user-container .card-user-avatar .user-image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
*/
.card-user-container .card-user-bio {
    padding: 1rem;
    text-align: center;
}

.card-user-container .card-user-bio .location {
    display: inline-block;
    margin: 0 0.9375rem;
    color: #767676;
    font-size: 0.875rem;
}

.card-user-container .card-user-bio .location-icon,
.card-user-container .card-user-bio .location-text {
    display: inline-block;
    padding: 0 0.3125rem;
}

.card-user-container .card-user-social {
    /*
    background: #e6e6e6;
    */

    padding: 1rem;
    text-align: center;
}

.card-user-container .card-user-social ul {
    display: inline-block;
}

.card-user-container .card-user-social ul li {
    margin: 0 10px;
    font-size: 1.2em;
    cursor: pointer;
}

.card-user-container .card-user-social ul li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card-user-container .card-user-button {
    text-align: center;
    padding: 1rem;

}


.inner {
    position: relative;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    /*

     background: rgba(97, 70, 150, 0.3);
    */
    color: #fff;
    z-index: 2;



}

/* карточки автор*/
.card__section {
    position:relative;
    width: 100%;
}

.card__section__Author {
    position:absolute;
    bottom:0;
    right:5px;
}

.sort_slide{
    height: 32px;
}
.msort-desc:before{
    margin-left: -9px ;
}
.msort:hover {
    color: #2f66de;
    cursor: pointer;
}

.sort_color {
    color: #2ba6cb;
}

.cursorde {
    cursor: pointer;
}

/*
label focus
*/

#fileZone:hover {
    background-color:#2ba6cb;

}

