html,body{
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "VWHead";
  font-weight: 400;
  font-size: 18px;
  overflow-x: hidden;
}
*, *::after, *::before{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
p,h1,h2,h3,h4,h5 {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

.baner{
  margin-bottom: -4px;
}

.content{
  background-image: url(../images/background.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

.container{
  max-width:1355px;
  margin:0 auto;
}

.photo-text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 0 150px 0;
}
.photo-text:first-child{
  padding:125px 0 150px 0;
}
.photo-text:last-child{
  padding:0px 0 50px 0;
}
.photo-text__content:nth-child(odd){
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right:15px;
}
.photo-text__content:nth-child(even){
  max-width: calc(50% - 30px);
  width: 100%;
  margin-left:30px;
}
.photo-text__title{
  font-size:30px;
  font-weight: bold;
}
.photo-text__title span{
  font-weight: 200;
}
.photo-text__text{
  font-size:18px;
  font-weight: 200;
  margin:20px 0 45px 0;
}
.photo-text__button{
  display: inline-block;
  color:#ffffff;
  font-size:20px;
  text-align: center;
  background-color: #00305F;
  border-radius:43px;
  padding: 12px 61px;
  border:1px solid #00305F;
  transition: color 0.8s, background-color 0.8s;
  cursor: pointer;
  margin-top:20px;
}
.photo-text__button:hover{
  background-color: transparent;
  color:#00305F;
}
.photo-text__image{
  max-width: 50%;
  width: 100%;
}

@media(max-width:1440px){
  .container{
    margin:0 40px;
  }
  .photo-text{
    padding:0 0 100px 0;
  }
  .photo-text:first-child{
    padding:80px 0 100px 0;
  }
  .photo-text:last-child{
    padding:0px 0 50px 0;
  }
}

@media(max-width:1200px){
  .photo-text__title{
    font-size:25px;
  }
  .photo-text__text{
    font-size:16px;
    margin:20px 0 30px 0;
  }
  .photo-text__button{
    font-size:18px;
    padding: 12px 50px;
  }
}

@media(max-width:960px){
  .photo-text{
    max-width: 674px;
    margin:0 auto;
    padding:0 0 80px 0;
  }
  .photo-text:nth-child(odd){
    flex-wrap: wrap-reverse;
  }
  .photo-text:nth-child(even){
    flex-wrap: wrap;
  }
  .photo-text:first-child{
    padding:60px 0 80px 0;
  }
  .photo-text:last-child{
    padding:0px 0 50px 0;
  }
  .photo-text__content:nth-child(odd){
    max-width: 100%;
    margin:15px 0px 0 0;
  }
  .photo-text__content:nth-child(even){
    max-width: 100%;
    margin:15px 0px 0 0;
  }
  .photo-text__image{
    max-width: 100%;
  }
}

@media(max-width:768px){
  .container{
    margin:0 20px;
  }
  .photo-text__title{
    font-size:20px;
  }
}
