@font-face {
  font-family: centurygothic;
  font-display: swap;
  src: url("../fonts/centurygothic.woff2") format("woff2"), url("../fonts/centurygothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: centurygothic_bold;
  font-display: swap;
  src: url("../fonts/centurygothic_bold.woff2") format("woff2"), url("../fonts/centurygothic_bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CormorantInfant;
  font-display: swap;
  src: url("../fonts/CormorantInfant-Bold.woff2") format("woff2"), url("../fonts/CormorantInfant-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-BlackItalic.woff2") format("woff2"), url("../fonts/Inter-BlackItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"), url("../fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff2") format("woff2"), url("../fonts/Inter-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=tel] {
  font-size: 18px;
}

ul {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  font-family: centurygothic;
}

html {
  color: #000;
  font-size: 18px;
  font-family: Inter;
  box-sizing: border-box;
}
html a {
  text-decoration: none;
  color: #000;
}

body {
  margin: 0;
  max-width: 1920px;
  min-width: 360px;
  margin: 0 auto;
}

header nav.active {
  left: 0;
}

header nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background-color: #0073C6;
  margin: 0;
  z-index: 99;
  padding: 20px 0 0 40px;
  transition: all 0.3s ease 0s;
}
header nav ul {
  padding: 0;
  list-style-type: none;
  font-size: 50px;
}
header nav ul li {
  margin-bottom: 20px;
}
header nav ul a {
  color: #fff;
}

.logo-bar {
  border-bottom: 2px solid #F0F4F8;
}
.logo-bar .header-burger::before, .logo-bar .header-burger::after {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.logo-bar .header-burger::before {
  top: 0;
}
.logo-bar .header-burger::after {
  bottom: 0;
}
.logo-bar .header-burger.active::after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.logo-bar .header-burger.active::before {
  transform: rotate(45deg);
  top: 9px;
}
.logo-bar .header-burger.active span {
  transform: scale(0);
}
.logo-bar .header-burger {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 100;
}
.logo-bar .header-burger span {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.logo-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-bar .contacts {
  display: flex;
}
.logo-bar .contacts .socials {
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.logo-bar .contacts .socials a, .logo-bar .contacts .socials img {
  width: 16px;
  height: 16px;
}
.logo-bar .contacts .socials a {
  margin: 0 6px;
}
.logo-bar .contacts .socials span {
  font-family: centurygothic_bold;
  font-weight: 600;
}
.logo-bar .mail {
  font-weight: 300;
  padding: 12px 25px;
  border-right: 4px solid #F0F4F8;
  border-left: 4px solid #F0F4F8;
  text-align: center;
  align-items: center;
  display: flex;
  height: 42px;
}
.logo-bar .logo {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.logo-bar .logo #logo-text {
  margin-left: 15px;
  font-family: CormorantInfant;
  font-weight: 700;
  font-size: 35px;
}

menu {
  padding: 0;
}
menu li {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
  font-weight: 500;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

main h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
main .top-content {
  position: relative;
  height: 841px;
  overflow: hidden;
}
main .top-content p {
  font-weight: 300;
}
main .top-content #cars {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: -1;
  height: 100%;
  max-width: inherit;
}
main .top-content .container {
  padding-top: 30px;
}
main .top-content .container img {
  max-width: 100%;
  height: auto;
}
main .top-content .container #mens {
  position: absolute;
  top: 0;
  right: 100px;
}
main .top-content .container #blue-rect {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
}
main .top-content .container > p:first-child {
  font-style: italic;
  max-width: 520px;
}
main .top-content .container h1 {
  font-family: centurygothic_bold;
  font-weight: 700;
  font-size: 40px;
  color: #0073C6;
  max-width: 720px;
  margin-top: 10px;
}
main .top-content .container > p:nth-child(3) {
  max-width: 550px;
  margin-top: 20px;
}
main .top-content .container .quote {
  max-width: 650px;
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 30px;
}
main .top-content .container .quote p {
  font-size: 24px;
  font-weight: 500;
}
main .top-content .container .quote p span {
  font-style: normal;
}
main .top-content .container .quote > div:nth-child(2) {
  margin-top: 15px;
  font-size: 14px;
}
main .top-content .container .quote > div:nth-child(2) span {
  margin-right: 15px;
}
main .top-content .container .bid {
  background-color: #fff;
  padding: 30px;
  max-width: 650px;
  margin-top: 30px;
}
main .top-content .container .bid h3 {
  width: 100%;
  font-size: 24px;
  font-family: centurygothic_bold;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
main .top-content .container .bid form {
  margin-top: 25px;
}
main .top-content .container .bid form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
main .top-content .container .bid form .textbox {
  height: 58px;
  padding: 0;
  border: 1px solid #0073C6;
  width: 50%;
  margin-right: 18px;
  box-sizing: border-box;
  padding: 0;
}
main .top-content .container .bid form .field-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
main .submit {
  font-family: centurygothic_bold;
  font-weight: 700;
  width: 50%;
  height: 60px;
  border: none;
  background-color: #0073C6;
  color: white;
  cursor: pointer;
}
main .submit:hover {
  opacity: 0.75;
}
main #main-information {
  margin-top: 90px;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 150%;
  position: relative;
  max-width: 1200px;
  margin: 90px auto 100px;
}
main #main-information img {
  margin-left: 80px;
  margin-right: 40px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
main #main-information h2 {
  margin-bottom: 40px;
}
main #main-information ul {
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
main #main-information p {
  margin-bottom: 20px;
}
main #main-information .container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
main #questions {
  padding-top: 60px;
  border-top: 1px solid #F0F4F8;
}
main #questions ul {
  padding: 0;
}
main #questions li::marker {
  color: #3086CA;
}
main #questions li {
  margin-left: 15px;
  margin-bottom: 25px;
}
main #questions .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #F0F4F8;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
main #questions .container > div {
  max-width: 340px;
}
main #our_job {
  margin-top: 60px;
  position: relative;
  padding-bottom: 120px;
  counter-reset: marker;
}
main #our_job img {
  position: absolute;
  right: 100px;
  top: 0;
  z-index: -1;
}
main #our_job ol {
  max-width: 600px;
  margin-bottom: 46px;
  padding: 0;
}
main #our_job ol li {
  margin-bottom: 22px;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
}
main #our_job li::before {
  display: inline-block;
  counter-increment: marker;
  content: counter(marker);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #0073C6;
  border: 1px solid #0073C6;
  border-radius: 50%;
  margin-right: 30px;
}
main #our_job span {
  margin-top: 46px;
}
main #our_job p {
  max-width: 700px;
  margin-top: 30px;
}
main #consultation {
  background-image: url("../img/men_with_phone.jpg");
  background-repeat: no-repeat;
}
main #consultation .container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 30px;
}
main #consultation .container .text {
  max-width: 520px;
  color: #fff;
}
main #consultation .container .text h2 {
  margin-bottom: 50px;
}
main #consultation .container .text p {
  margin-bottom: 20px;
}
main #consultation .container .call-back {
  background-image: url("../img/background_form.png");
  background-repeat: no-repeat;
  background-size: 98% 100%;
  padding: 20px;
}
main #consultation .container .call-back .form-block {
  width: 380px;
  padding: 40px;
  background-color: #ffffff;
  max-width: 100%;
  box-sizing: border-box;
}
main #consultation .container .call-back h3 {
  max-width: 200px;
  margin-bottom: 25px;
}
main #consultation .container .call-back form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
main #consultation .container .call-back form label {
  font-size: 14px;
}
main #consultation .container .call-back a {
  color: #969696;
  font-size: 14px;
  text-decoration: underline;
  align-self: center;
}
main #consultation .container .call-back .textbox,
main #consultation .container .call-back .submit {
  width: 100%;
  height: 57px;
  margin: 9px 0 25px 0;
  box-sizing: border-box;
}
main #consultation .container .call-back .submit {
  margin-top: 0;
  cursor: pointer;
}
main #about {
  margin-top: 100px;
}
main #about .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #F0F4F8;
}
main #about .container img {
  margin-right: 125px;
}
main #about .container > div:first-child {
  margin-bottom: 120px;
}
main #about .container > div {
  display: flex;
  justify-content: space-between;
}
main #about .container .left-list {
  font-weight: 600;
  list-style-type: none;
}
main #about .container .left-list img {
  margin-right: 25px;
}
main #about .container .left-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main #about .container .right-list {
  width: 620px;
}
main #about .container .right-list li {
  margin-bottom: 25px;
}
main #about .container .right-list li::marker {
  color: #3086CA;
}
main #about .container .text {
  max-width: 560px;
}
main #about .container .text h2 {
  margin-bottom: 30px;
}
main #about .container .text p {
  margin-bottom: 20px;
  font-size: 18px;
}
main #about .container .text a {
  display: block;
  padding: 16px 18px;
  background-color: #0073C6;
  width: 250px;
  color: #fff;
  text-align: center;
}
main #about .container .text a:hover {
  opacity: 0.75;
}
main #problems {
  margin-top: 60px;
  margin-bottom: 100px;
}
main #problems img {
  width: 450px;
  height: 100%;
}
main #problems .container h2 {
  margin-bottom: 60px;
  max-width: 800px;
}
main #problems .container > div {
  display: flex;
  justify-content: space-between;
}
main #problems .container > div ul {
  width: 730px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
main #problems .container > div ul li {
  display: flex;
  width: 300px;
  padding: 40px 40px 40px 0;
  border-bottom: 3px solid #F0F4F8;
}
main #problems .container > div ul li:nth-child(odd) {
  border-right: 3px solid #F5FCFF;
}
main #problems .container > div ul li:nth-child(even) {
  padding-left: 40px;
}
main #problems .container > div ul li::before {
  margin-right: 30px;
  content: "X";
  color: #F3677A;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  height: 65px;
  background-color: #F5FCFF;
  border-radius: 50%;
}

footer {
  background-color: #222D42;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .container .top-footer {
  padding-top: 120px;
  padding-bottom: 40px;
  border-bottom: 3px solid #353F54;
  display: flex;
  justify-content: space-between;
}
footer .container .top-footer > div:first-child {
  max-width: 510px;
}
footer .container .top-footer > div:first-child h2 {
  margin-bottom: 20px;
}
footer .container .top-footer > div:nth-child(n+1) {
  display: flex;
  flex-direction: column;
}
footer .container .top-footer > div:nth-child(n+1) span {
  font-size: 24px;
  font-weight: 700;
}
footer .container .top-footer > div:nth-child(n+1) span:first-child {
  font-size: 18px;
  font-weight: 500;
}
footer .container .bot-footer {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .bot-footer .logo {
  font-family: CormorantInfant;
  display: flex;
  align-items: center;
}
footer .container .bot-footer .logo img {
  margin-right: 15px;
}
footer .container .bot-footer .footer-menu li {
  margin: 0 0 0 55px;
}
footer .container > div:nth-child(3) {
  margin-top: 40px;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
footer .container > div:nth-child(3) p {
  width: 500px;
}
footer .container > div:nth-child(3) a {
  color: #969696;
  text-decoration: underline;
}
footer .atoll {
  background-color: #0082FF;
  height: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-form-js input.error {
  box-shadow: 0px -4px 0 0 red;
}

@media (max-width: 1800px) {
  main .top-content .container {
    height: 841px;
  }
  main .top-content .container #mens {
    width: 40%;
    top: auto;
    right: 0;
  }
  main .top-content .container .bid,
main .top-content .container .quote {
    max-width: 600px;
  }
  main #main-information img {
    max-width: 25%;
  }
}
@media (max-width: 1400px) {
  #main-information img {
    position: absolute;
    z-index: -1;
    max-width: 100%;
    margin: 0;
  }
  main .top-content #mens {
    display: none;
  }
  main .top-content #blue-rect {
    display: none;
  }
  main #our_job img {
    display: none;
  }
}
@media (max-width: 1200px) {
  #problems .container img {
    display: none;
  }
}
@media (max-width: 991px) {
  main #consultation .container .call-back .textbox, main #consultation .container .call-back .submit {
    width: 100%;
    max-width: 340px;
  }
  .logo-bar .header-burger {
    display: inline-block;
  }
  #header menu {
    display: none;
  }
  #header .contacts {
    display: none;
  }
  main #consultation {
    background-image: url("../img/phone_mobile.png");
    background-size: 100% auto;
  }
  main .top-content,
main .top-content .container {
    height: auto;
  }
  #questions .container {
    flex-direction: column;
  }
  #consultation .container {
    flex-wrap: wrap;
  }
  #consultation .container h2 {
    font-size: 24px;
  }
  #about .container > div:first-child img {
    display: none;
  }
  #about .container > div:nth-child(2) {
    flex-wrap: wrap;
  }
  #footer .container .top-footer {
    flex-direction: column;
  }
  #footer .container .top-footer > div {
    margin-bottom: 25px;
  }
  main #main-information .container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: inherit;
    -moz-column-gap: inherit;
    column-gap: inherit;
  }
}
@media (max-width: 767px) {
  #problems .container > div ul li {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 25px;
  }
  #footer .container .bot-footer .logo {
    font-size: 35px;
  }
  #footer .container .bot-footer menu {
    display: none;
  }
  #footer .container > div:nth-child(3) {
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
  #footer .container > div:nth-child(3) p {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .top-content .container .bid form > div {
    flex-wrap: wrap;
  }
  .top-content .container .bid form > div .textbox {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .top-content .container .bid form > div > input, .top-content .container .bid form > div .submit {
    width: 100%;
  }
  .top-content .container .bid form .field-block {
    flex-wrap: wrap;
  }
  #consultation .container .text h2 {
    font-size: 24px;
  }
  #consultation .container .text p {
    font-size: 12px;
  }
  #consultation .container .call-back {
    width: 100%;
    padding: 0 !important;
    background-image: none !important;
  }
  footer .atoll {
    font-size: 12px;
  }
  footer .container .top-footer {
    padding-top: 50px;
  }
  main #consultation {
    background-size: cover;
  }
  main #main-information {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  main #about {
    margin-top: 50px;
  }
  main #about .container {
    padding-bottom: 30px;
  }
  main #about .container > div:first-child {
    margin-bottom: 50px;
  }
  main #problems {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  main #questions .container {
    padding-bottom: 40px;
  }
  main #our_job {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  main h2 {
    font-size: 30px;
  }
  main .top-content .container .bid {
    margin-top: 0;
  }
}