@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html{
  scroll-behavior: smooth;
}
html, body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-size: 15px;
  box-sizing: border-box;
}

h1 {
  font-size: 50px;
  color: black;
  font-weight: 300;
}

li {
  display: inline-block;
  list-style: none;
}

a, span, img {
  display: inline-block;
}

img {
  font-size: 0;
}

button {
  border: 1px solid;
  cursor: pointer;
}

.btn {
  outline: none;
  padding: 6px 20px;
  transition: all 0.2s ease;
  border-radius: 20px;
}

.white-btn {
  color: #fff;
  border: 1px solid;
  justify-content: space-between;
  background: none;
}
.white-btn:hover {
  background: #fff;
  color: #4E73DE;
}

form.white-form ::placeholder {
    color: #fff;
    opacity: 1;
}
form.white-form ::-ms-input-placeholder{
    color: white;
}

.black-btn {
  color: #000;
  background: none;
}
.black-btn:hover {
  background: #4E73DE;
  color: #fff;
  border: 1px solid #4E73DE;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.flex-7 {
  width: 58%;
}

.flex-3 {
  width: 25%;
}

.flex-10 {
  width: 84.1%;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  background: #EFEFEF;
}

.page {
  height: 100%;
}

.container {
  position: relative;
  width: 1440px;
  padding: 40px;
  padding-bottom: 18px;
  margin: 0 auto;
}

.fixed-menu {
  width: 213px;
  background: #4E73DE;
  border-radius: 10px;
  padding: 10px 19px;
  height: 93%;
  position: fixed;
}
.fixed-menu .fixed-menu-logo {
  margin-bottom: 44px;
}
.fixed-menu ul li {
  margin-bottom: 20px;
  display: block;
}
.fixed-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.fixed-menu ul li a:hover{
    text-decoration: underline;
}

.fixed-menu-footer {
  position: absolute;
  bottom: 22px;
}
.fixed-menu-footer .phone {
  margin-bottom: 20px;
}
.fixed-menu-footer .phone span {
  font-size: 12px;
  color: #fff;
}
.fixed-menu-footer .phone a {
  font-size: 20px;
  color: #fff;
}

.page-content {
  padding-left: 15px;
}

.about.flex {
  justify-content: flex-end;
}

.about-description {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}
.about-description .about-logo {
  width: 64px;
}

.about-banner {
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}

.about-content h1 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 52px;
  margin-bottom: 20px;
}
.about-content .about-content-text {
  margin-bottom: 25px;
}
.about-content .about-content-text p {
  margin-bottom: 15px;
}
.about-content .blue-btn {
  background: #4E73DE;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #4E73DE;
}
.about-content .blue-btn:hover {
  background: #3498DB;
  border: 1px solid #3498DB;
}

.section-title {
  font-size: 24px;
  font-weight: 500;
}

.advantages {
  background: #fff;
  padding: 25px;
  margin: 15px 0 15px auto;
  border-radius: 10px;
}

.advantages-items {
  margin-top: 30px;
}
.advantages-items .advantages-item {
  margin-bottom: 34px;
  width: 28%;
  margin-right: 15px;
}
.advantages-items .advantages-item:nth-child(3) {
  width: 33%;
}
.advantages-items .advantages-item .advantages-item-img {
  width: 64px;
  height: 64px;
}
.advantages-items .advantages-item h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 17px 0 14px;
}

.instruction.flex {
  justify-content: flex-end;
}
.instruction .instruction-left {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.instruction-right-top {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.instruction-right-top .instruction-right-top-header {
  margin-bottom: 30px;
}
.instruction-right-top .instruction-right-top-header .section-title {
  width: 70%;
}
.instruction-right-top .instruction-right-top-header img {
  width: 64px;
  height: 64px;
}
.instruction-right-top ul li {
  margin-bottom: 31px;
}
.instruction-right-top ul li a {
  text-decoration: underline;
}

.instruction-items {
  margin-top: 30px;
}
.instruction-items .instruction-item {
  margin-bottom: 30px;
}
.instruction-items .instruction-item:last-child {
  margin-bottom: 0;
}
.instruction-items .instruction-item .instruction-item-number {
  font-size: 24px;
  font-weight: 300;
  width: 30px;
}
.instruction-items .instruction-item .instruction-item-description {
  width: 93%;
}
.instruction-items .instruction-item .instruction-item-description h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 14px;
}
.instruction-items .instruction-item .instruction-item-description p {
  margin-bottom: 15px;
}
.instruction-items .instruction-item .instruction-item-description .instruction-item-content-text {
  width: 71%;
}

.instruction-item-content-link {
  width: 153px;
}
.instruction-item-content-link img {
  width: 31px;
  margin-bottom: 7px;
}
.instruction-item-content-link a {
  font-size: 12px;
}

.instruction-right-bottom {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}
.instruction-right-bottom .instruction-right-icons {
  justify-content: space-between;
}
.instruction-right-bottom .instruction-right-icons img {
  width: 23%;
  margin-bottom: 70px;
}
.instruction-right-bottom .instruction-right-icons img:nth-child(4) {
  margin-bottom: 0;
}
.instruction-right-bottom .instruction-right-icons img:nth-child(5) {
  margin-bottom: 0;
}
.instruction-right-bottom .instruction-right-icons img:nth-child(6) {
  margin-bottom: 0;
}

.price {
  margin-top: 15px;
}
.price.flex {
  justify-content: flex-end;
}
.price .price-content {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
.price .price-content span {
  margin-top: 29px;
  width: 70%;
  font-size: 12px;
}
.price .price-content .price-description {
  width: 50%;
  margin: 14px 0 29px;
}
.price .price-content .price-items {
  padding: 29px 0;
  border-top: 1px solid #4E73DE;
  border-bottom: 1px solid #4E73DE;
  width: 75%;
}
.price .price-content .price-items .price-item {
  width: 47%;
}
.price .price-content .price-items .price-item .price-item-title {
  font-size: 24px;
  margin-bottom: 9px;
}
.price .price-content .price-items .price-item .price-item-price {
  font-size: 40px;
  color: #4E73DE;
  font-weight: 500;
  margin-bottom: 5px;
}

.price-form {
  padding: 20px;
  background: #4E73DE;
  color: #fff;
  border-radius: 10px;
}
.price-form .price-form-title {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 400;
}
.price-form .price-form-description {
  font-size: 12px;
  margin-bottom: 17px;
}

.field {
  margin-bottom: 17px;
}
.field input {
  border: none;
  background: none;
  border-bottom: 1px solid;
  outline: none;
  width: 100%;
  padding: 7px 0;
}

.white-form .field input {
  color: #fff;
}

.form-bottom .form-checkbox {
  align-items: flex-start;
}
.form-bottom .form-checkbox input {
  opacity: 0;
  display: none;
}
.form-bottom .form-checkbox input:checked + .custom-checkbox {
  background: url("../public/img/white-check.svg") center no-repeat;
  background-size: cover;
}
.form-bottom .form-checkbox input:checked + .black-btn-custom-checkbox {
  background: url("../public/img/blue-check.svg") center no-repeat;
  background-size: cover;
}
.form-bottom .form-checkbox .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.form-bottom .form-checkbox .black-btn-custom-checkbox {
  border: 1px solid #000;
}

.checkbox-label {
  color: #fff;
  font-size: 10px;
  width: 89%;
}
.checkbox-label a {
  color: #fff;
  text-decoration: underline;
  display: inline;
  font-size: 10px;
}

.license {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  margin: 15px 0 15px auto;
}
.license .license-header.flex {
  justify-content: space-between;
}
.license .license-content {
  margin-top: -26px;
}
.license .license-content.flex {
  justify-content: space-between;
}
.license .license-content .license-content-left {
  width: 64%;
}
.license .license-content .license-content-left h3 {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 300;
}
.license .license-content .license-content-right {
  width: 29%;
}
.license .license-content .license-content-right h3 {
  font-size: 24px;
  margin-bottom: 19px;
  font-weight: 300;
}
.license .license-content .license-content-right .license-content-right-item {
  width: 47%;
}
.license .license-content .license-content-right .license-content-right-item img {
  font-size: 0;
  width: 31px;
  margin-bottom: 7px;
}
.license .license-content .license-content-right .license-content-right-item a {
  font-size: 12px;
}

.contacts {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  margin: 15px 0 15px auto;
}
.contacts.flex {
  justify-content: space-between;
}
.contacts .contacts-left {
  width: 64%;
}
.contacts .contacts-left img {
  width: 56px;
}
.contacts .contacts-left .section-title {
  font-size: 24px;
  padding: 14px 0;
}
.contacts .contacts-left p {
  margin-bottom: 14px;
  width: 62%;
}
.contacts .contacts-left ul li {
  display: block;
  margin-bottom: 14px;
}
.contacts .contacts-left ul li:last-child a {
  border-bottom: 2px solid;
}
.contacts .contacts-left ul li span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.contacts .contacts-left ul li a {
  font-size: 24px;
  font-size: 300;
}
.contacts .contacts-form {
  width: 29%;
}
.contacts .contacts-form input {
  color: #000;
}
.contacts .contacts-form form .form-bottom label, .contacts .contacts-form form .form-bottom a {
  color: #000;
}
.contacts .contacts-form .contacts-form-title {
  font-size: 24px;
  margin-bottom: 14px;
}
.contacts .contacts-form .contacts-form-desciption {
  margin-bottom: 14px;
  padding-right: 14px;
}

.footer {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  margin: 15px 0 15px auto;
}
.footer .footer-content {
  margin-top: 14px;
}
.footer .footer-content .footer-content-item {
  width: 49%;
}
.footer .footer-content .footer-content-item h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 14px;
}

.popup-form {
  width: 333px;
}

.popup {
  padding: 20px !important;
  background: #fff;
  border-radius: 10px;
}
.popup label, .popup a {
  color: #000;
}
.popup .popup-header img {
  width: 56px;
}
.popup .popup-header h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 14px 0 32px;
}

.details-popup {
  width: 627px;
}
.details-popup h4 {
  padding: 26px 0 35px;
  font-size: 24px;
  font-weight: 300;
}
.details-popup .details-popup-description {
  margin-bottom: 36px;
}
.details-popup .details-popup-link img {
  width: 31px;
  display: block;
  margin-bottom: 7px;
}
.details-popup .details-popup-link a {
  font-size: 12px;
  width: 160px;
}
.mobile-header {
  display: none;
}
.fancybox-is-open .fancybox-bg{
    background: rgba(0,0,0, 0.3);
}
.fancybox-bg{
    background: rgba(0,0,0, 0.3) !important;
}
a.selected{
    text-decoration: underline;
}
.page:before {
    content: "";
    width: 100%;
    height: 40px;
    position: fixed;
    background: #efefef;
    z-index: 9999;
}
section{
    scroll-margin-top: 37px;
}