* {
  box-sizing: border-box;
}
body {
  background-color: #1a1a1a;
  color: #fefefe;
  font-family: 'Ubuntu';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.3em;
  line-height: 2;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  text-align: center;
  margin: 0;
}
a {
    text-decoration: none;
	color: #f71080;
}
h1 {
    font-size: 32px;
    font-weight: 400;
    padding: 0px 0 20px 0;
    margin: 0;
}
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
    width: 100%;
    height: 50px;
    border: 1px solid #f71080;
    background: none;
}
textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #f71080;
    background: none;
}
button {
    width: 100%;
    height: 50px;
    background: #f71080;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: unset;
}
label {
    display: block;
    text-align: left;
}
i.fa {
    font-size: 36px;
    inline-size: 36px;
}
.more {
    color: #fff;
    padding: 10px 25px;
}
.more[href=about] {
    border:1px solid #fff;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.white,.black,.pink{
	position:absolute;
	border:1px solid;
	z-index: 2;
}
.white{
	border-color:#fff
}
.black{
	border-color:#1a1a1a
}
.pink{
	border-color:#f71080
}
section{
	height: 100vh;
}

section.home{
	display:flex;
	background:#fff
}
section#work {
	position: relative;
    display: flex;
    align-items: center;
}
section.home-work {
    display: flex;
    background: #fff;
    height: 100px;
}
.work {
    background: #1a1a1a;
}
.work.page {
    background: #fff;
}
#galley {
    width: 100%;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    text-align: left;
    font-size: 3.5vw;
    padding: 15px;
}
#galley h1 {
	width: 50%;
    color: #1a1a1a;
    background: #fff;
    z-index: 99;
}
section#contact {
	position: relative;
    display: flex;
    align-items: center;
}
section#about {
	display: flex;
    align-items: center;
	position: relative;
	background: #f71080
}
img.img_about {
    height: 300px;
    float: left;
    padding-right: 10px;
}
.box_about h1 {
    text-align: left;
}
.box_slider {
    width: 60%;
    padding: 0 10px;
	z-index: 3;
    background: #1a1a1a;
}
.box_slider_right {
    width: 40%;
    height: 313px;
    text-align: left;
    padding: 0 15px;
    margin-top: -20px;
	z-index: 3;
    background: #1a1a1a;
}
.box_about {
    width: 50%;
    padding: 0 0 5% 7%;
    z-index: 4;
    background: #f71080;
}
.box_about p {
    font-size: 12px;
    text-align: left;
    margin-top: -5px;
    font-style: oblique;
}
.box_about_right {
    width: 40%;
    margin: -40px 5% 5% 5%;
    height: 313px;
    text-align: left;
    padding: 0 15px;
    z-index: 3;
    background: #f71080;
	color: #1a1a1a;
}
.box_contact {
    width: 50%;
	height: 400px;
    padding-right: 30px;
    text-align: right;
}
.box_contact_right {
    width: 50%;
	height: 400px;
	padding-right: 30px;
}
.box_contact h2 {
    background: #f71080;
    padding: 10px;
    line-height: 36px;
}
.header-left,.header-right {
    width: 50%;
}
.header-left {
    background:#fff;
	color:#1a1a1a
}
.logo {
	position: relative;
    text-align: left;
    padding-bottom: 10px;
    margin: 15px;
    border-bottom: 1px solid;
    color: #f71080;
}
.slogan{
	height: 100vh;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    text-align: left;
    font-size: 3.5vw;
    padding: 15px;
}
.slogan small,.box_slider_right small  {
    display: block;
    text-align: right;
    font-size: 12px;
	background: #fff;
}
.slogan small a {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #000;
    padding: 5px;
}
.slogan small a:hover {
	background: #f71080;
}
.slogan small i {
    font-size: 12px;
    inline-size: min-content;
}
.menu {
    width: calc(50% - 30px);
    position: absolute;
    top: 0;
    text-align: right;
    padding-bottom: 10px;
    margin: 15px;
    color: #fff;
    z-index: 4;
}
.menu ul {
    margin: 0;
}
.menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
}
.menu.menu_about {
	color:#f71080;
    border-bottom: 1px solid;
}
.menu.menu_about a {
	color:#f71080;
}
.my_photo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16.6665vh;
}
.my_photo_item {
    width: calc(100% - 15px);
    z-index: 3;
}
.my_photo_item img {
    width: 100%;
}
.menu_item a {
    color: #fff;
}
.logo-big {
    height: 100vh;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url(../img/logo-big.png) center center no-repeat;
    background-size: 70%;
}
/*слайдер*/
.slider_home {
    height: 100vh;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.testimonial {
	height: 100vh;
    position: relative;
    overflow: hidden;
}
.testimonial .test {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}
.testimonial .bar {
    position: relative;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 1px;
    background: #fff;
    top: 66px;
}
.testimonial .bar .progress{
 position: absolute;
 top: 0;
 left: 0;
 height: 1px;
 width: 0;
 background: #f71080;  
}
.test img{
	height:100vh
}
/*попап*/


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index:10
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	margin: 10% auto;
    background: #fff;
    width: 80vw;
    height: 50vh;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup .content>img {
    width: 100%;
}
.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -40px;
    right: -30px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #f71080;
}
.popup .close:hover {
  opacity: 1;
}
.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}


/*стрелка вниз*/

.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 3rem;
    width: 3rem;
    background: #fff;
	color: #f71080;
    -webkit-transition: bottom .2s ease-out 0s;
	-moz-transition: bottom .2s ease-out 0s;
	-o-transition: bottom .2s ease-out 0s;
	transition: bottom .2s ease-out 0s;

    margin-left: -1.5rem;
	z-index:5
}

.arrow-down2 {
    position: absolute;
    left: 50%;
    bottom: 15px;
    display: block;
    height: 3rem;
    width: 3rem;
    -webkit-transition: bottom .2s ease-out 0s;
	-moz-transition: bottom .2s ease-out 0s;
	-o-transition: bottom .2s ease-out 0s;
	transition: bottom .2s ease-out 0s;

    margin-left: -1.5rem;
    z-index: 5;
}

.arrow-down2 i {
    color: #f71080;
    padding: 10px 0px 0 5px;
    font-size: 24px;
    font-weight: 100;
}
.arrow-down3 {
    position: fixed;
    left: 50%;
    bottom: 0;
    display: block;
    height: 4rem;
    width: 3rem;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
    background: #fff;
    margin-left: -1.5rem;
    z-index: 999;
}

.arrow-down3 i {
    color: #f71080;
    padding: 10px 0px 0 5px;
    font-size: 24px;
    font-weight: 100;
}
/*скрытие кнопки вниз при докрутки до contacts*/
.fixed-top{
  bottom: 0;
}
.fixed-bottom{
  bottom: -75px;
}
.pictures {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
.pictures > li {
	border: 1px solid #fff;
	float: left;
	width: calc(100% / 4);
}
.pictures > li > img {
	cursor: zoom-in;
	width: 100%;
}
.lang {
    position: absolute;
    margin-top: -15px;
    height: calc(100% + 15px);
    top: 0;
    right: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
	z-index: 999;
}
.lang a {
	color:#000
}