@media screen and (min-width: 1200px) {
header {
  position: fixed;
  width: 100%;
  height: 90px;
  border-bottom: solid var(--blue) 4px;
  transition: all .3s;
  box-shadow: none;
  z-index: 999999;
}
header nav {
  position: relative;
  max-width: 1200px;
}
header nav .logo {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 90px;
  cursor: pointer;
}
header nav .logo a {
  color: rgba(60,60,60);
}
header nav .logo img {
  width: 230px;
  height: 90px;
}
header nav .lang {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
}
header nav .lang .lang-flag {
  width: 40px;
  height: 30px;
  border-radius: 3px;
  box-shadow: 0 0 4px 2px rgba(60,60,60,.3);
  overflow: hidden;
  cursor: pointer;
}
header nav .lang .lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header nav .hamburger {
    display: none;
}
header nav ul {
    position: absolute;
    top: 30px;
    right: 110px;
    padding: 0;
    width: 630px;
    display: flex;
    line-height: 30px;
    text-align: center;
}
header nav ul li {
    position: relative;
    width: 20%;
}
header nav ul li:after {
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    width: 1px;
    height: 20px;
    background: var(--lightwayblue);
    transform: rotateZ(9deg);
}
header nav ul li a {
  color: rgba(60,60,60);
  font-weight: 500;
}

main {
  padding-top: 90px;
  width: 100%;
}
main .main-header {
  width: 100%;
  height: 700px;
  background: url('img/banner-desktop.jpg');
  background-repeat: no-reapeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #FFFF;
  border-bottom: solid var(--blue) 4px;
}
main .main-header .overlay {
    height: 700px;
}
main .main-header .text {
  padding: 130px 0 70px 0;
  width: 930px;
  text-align: center;
}
main .main-header .text h1 {
  font-size: 72px;
  text-transform: uppercase;
}
main .main-header .text h2 {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
}
main .main-header .text .button {
  margin-top: 70px;
  width: 230px;
  height: 50px;
  background: #FFFF;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3);
  transition: all .3s;
}
main .main-header .text .button:hover {
    margin-top: 60px;
}
main .main-header .text .button a {
  color: rgba(60,60,60);
  font-size: 18px;
}

main .container {
  width: 100%;
}
main .contact-today {
  padding: 70px 0;
  width: 100%;
  height: auto;
  background-color: var(--blue);
  color: #FFFF;
}
main .contact-today .wrapper {
  width: 930px;
}
main .contact-today h2 {
  line-height: 50px;
}
main .contact-today .button {
  margin-top: 0;
}
main .container .first .block {
  width: 350px;
  border-right: solid rgba(210,210,210) 1px;
}
main .container .first .block:last-child {
  border-right: none;
}
main .container .first .block h2 {
  font-size: 24px;
}
main .container .first .block p {
  font-size: 18px;
}
main .container .content {
  padding: 70px 0 130px 0;
  width: 100%;
}
main .container .header h2 {
  font-size: 72px;
}
main .container .header h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.7;
}
main .second {
    max-width: 1300px;
}
main .second .block {
  margin-top: 50px;
  width: 600px;
}
main .second .block img {
  width: 600px;
  height: 500px;
}
main .second .block .show {
  width: 600px;
  height: 90px;
  line-height: 90px;
  font-weight: 300;
}
main .second .block .show p {
  margin-left: 0;
  font-size: 24px;
  letter-spacing: 1px;
}
main .second .block .show span {
  margin-right: 0;
  width: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 90px;
}
main .second .block .show, .text {
  padding: 0 70px;
  width: 600px;
}
main .second .block .text {
  display: none;
  font-weight: 300;
}
main .second .block .text p {
  font-size: 18px;
  line-height: 1.7;
}
main .second .block .text ul {
  padding-bottom: 30px;
  width: 430px;
}
main .second .block .text ul .list {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
  list-style-type: disc;
}
main .three {
  padding: 30px 0;
  width: 100%;
  background: rgba(248,247,246);
}
main .three h2 {
  font-size: 52px;
  text-align: center;
  color: rgba(60,60,60);
  font-weight: 300;
}
main .three .wrapper {
  width: 80%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
main .three .wrapper .left {
  width: 300px;
  display: block;
}
main .three .wrapper .left ul {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
main .three .wrapper .left ul li:first-of-type {
  margin-left: 0;
  width: 70px;
  height: 70px;
  font-size: 52px;
  color: var(--blue);
  text-align: center;
}
main .three .wrapper .left ul li:last-of-type {
  margin-right: 0;
  width: 220px;
  height: auto;
}
main .three .wrapper .left ul h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }
  main .three .wrapper .left ul p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }
main .three .wrapper .center {
    margin: 70px 0 30px 0;
    width: 330px;
  }
  main .three .wrapper .center img {
    width: 330px;
    height: auto;
    object-fit: contain;
  }
main .three .wrapper .right {
  width: 300px;
  display: block;
}
main .three .wrapper .right ul {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
main .three .wrapper .right ul li:first-of-type {
  margin-left: 0;
  width: 70px;
  height: 70px;
  font-size: 52px;
  color: var(--blue);
  text-align: center;
}
main .three .wrapper .right ul li:last-of-type {
  margin-right: 0;
  width: 220px;
  height: auto;
}
main .three .wrapper .right ul h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }
  main .three .wrapper .right ul p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }
main .four {
    padding: 30px 0;
}
main .four h2 {
    font-size: 52px;
}
main .four p {
    font-size: 24px;
}
main .four .slider {
  position: relative;
  width: 700px;
}
main .four .slider .arrows {
  width: 100%;
  position: absolute;
  bottom: calc(50% + 25px);
  display: flex;
}
main .four .slider .arrows .arrow {
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.53);
  color: #FFFF;
  cursor: pointer;
}
main .four .left {
  position: absolute;
  left: 0;
}
main .four .right {
  position: absolute;
  right: 0;
}
main .four .slider .arrows .arrow span {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 52px;
}
main .four .items {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  position: relative;
  background: rgba(255,255,255,0.1);
}

main .four .item {
  margin: 30px -3px 0 0;
  width: 700px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
main .four .item img {
  margin: 0;
  width: 700px;
  height: 700px;
  object-fit: cover;
}

main .five {
    padding: 70px 0 !important;
    width: 100%;
    background: var(--blue);
  }
  main .five .wrapper {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    background: #FFFF;
  }
  main .five .wrapper .img {
    width: 600px;
    height: auto;
  }
  main .five .wrapper .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main .five .wrapper .centerer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .five .wrapper .text {
    padding: 40px;
    width: 600px;
    height: auto;
    background: #FFFF;
    box-sizing: border-box;
  }
  main .five .wrapper .text h2 {
    font-size: 28px;
    font-weight: 300;
  }
  main .five .wrapper .text p {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
  }

  main .partner h2 {
    font-size: 52px;
    font-weight: 300;
    text-align: center;
  }
  main .partner .grid {
    margin-top: 30px;
    width: 80%;
    max-width: 790px;
    display: flex;
    flex-wrap: wrap;
  }
  main .partner .grid .logo {
    margin-top: 10px;
    width: 210px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .partner .grid .logo img {
    max-width: 180px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  footer .contact {
    width: 1200px;
  }
  footer .contact h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 300;
    color: #FFFF;
  }
  footer .contact form {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .contact form input {
    margin-top: 10px;
    padding: 0 20px;
    width: 590px;
    height: 70px;
    background: #FFFF;
    border: none;
    box-sizing: border-box;
  }
  footer .contact form input:last-of-type {
    margin-left: 605px;
  }
  footer .contact form textarea {
    margin-top: -70px;
    margin-left: 5px;
    padding: 0 20px;
    width: 590px;
    height: 150px;
    background: #FFFF;
    border: none;
    box-sizing: border-box;
    line-height: 70px;
  }
  footer .contact form button {
    margin-top: 10px;
    width: 590px;
    height: 70px;
    background: #FFFF;
    border: none;
    line-height: 50px;
  }
  footer .links .size-converter {
    padding: 0 200px;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  footer .links .header {
    position: relative;
    top: 0;
  }
  footer .links .header:hover {
    top: -10px;
  }
}


@media screen and (min-width: 1400px) {
    main .three .wrapper {
        width: 1400px;
    }
    main .three .wrapper .center {
        width: 700px;
      }
      main .three .wrapper .center img {
        width: 700px;
      }
}
