/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */
/* @import url('../fonts/index.css'); */

@import url("../js/magnificpopup/magnific-popup.css");
@import url("modals.css");

* {
   transition: 0.2s;
   box-sizing: border-box;
}

.fancybox-container,
.fancybox-container * {
   transition: 0s;
}

:root {
   --blue: #1f4595;
   --blue-text: rgba(31, 69, 149, 0.85);
   --orange: #e5991e;
   --gray: #a6a6a6;
   --black: #3e3e3e;

   /* font-size */
   --fz-35: 35px;
   --fz-25: 25px;
   --fz-20: 20px;
   --fz-18: 18px;
   --fz-16: 16px;

   /* padding-top */
   --pt-120: 120px;
}

a {
   text-decoration: none;
}

.none {
   display: none !important;
}

.btn {
   width: fit-content;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   border-radius: 5px;
   background: var(--blue);
   padding: 16px 21px;
   line-height: 100%;
   font-weight: 500;
   font-size: 16px;
   color: #fff;
}

.btn i.mso {
   font-size: 15px;
}

.btn.white {
   background: #fff;
   color: var(--blue);
}

.btn:hover {
   background: var(--orange);
}

.btn.white:hover {
   background: #fff;
   opacity: 0.8;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
   margin: 0;
   padding: 0;
}

body {
   font-family: "Ubuntu", sans-serif;
   background: url("../images/bg-top-index.webp") repeat-x top center;
}

picture {
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

picture img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.wrapper {
   max-width: 1200px;
   width: 100%;
   height: auto;
   display: table;
   margin: 0 auto;
}

header.wrapper {
   height: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 17px 0;
}

header .logo svg {
   width: 138px;
   display: block;
}

header .logo .logo-text {
   font-weight: 400;
   font-size: 12px;
   color: var(--blue);
   margin-top: 3px;
}

#menu-main-menu {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 21px;
   margin: 0;
   padding: 0;
}

#menu-main-menu li {
   display: table;
   position: relative;
   padding: 15px 0;
}

#menu-main-menu li a {
   font-weight: 400;
   font-size: var(--fz-18);
   color: var(--blue);
}

#menu-main-menu li:hover a {
   color: var(--orange);
}

#menu-main-menu li .sub-menu {
   position: absolute;
   z-index: 3;
   margin: 0 auto;
   left: 0;
   border: 1px solid rgba(166, 166, 166, 0.1);
   border-radius: 10px;
   width: 620px;
   height: 260px;
   box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
   background: #fff;
   display: none;
   align-items: center;
   justify-content: space-between;
   padding-left: 34px;
   margin-top: 10px;
}

#menu-main-menu li:hover .sub-menu {
   display: flex;
}

#menu-main-menu li .sub-menu .links {
   display: table;
}

#menu-main-menu li .sub-menu .links a {
   display: table;
   font-weight: 300;
   font-size: 16px;
   color: var(--black);
   margin-bottom: 20px;
}

#menu-main-menu li .sub-menu .links a:last-child {
   margin-bottom: 0px;
}

#menu-main-menu li .sub-menu .links a:hover {
   font-weight: 300;
   font-size: 16px;
   text-decoration: underline;
   color: var(--blue);
}

#menu-main-menu li .sub-menu picture {
   border-radius: 10px;
   width: 282px;
   height: 100%;
}

#menu-main-menu li .sub-menu {}

#menu-main-menu li .sub-menu {}

#menu-main-menu li .sub-menu {}

header .sk-logo {
   width: auto;
   height: auto;
   display: block;
}

header .sk-logo:hover {
   opacity: 0.8;
}

header .contacts {
   width: auto;
   height: auto;
   display: table;
}

header .contacts .contact {
   display: table;
   font-weight: 700;
   font-size: var(--fz-18);
   color: var(--blue);
   margin-bottom: 8px;
}

header .contacts .contact:hover {
   opacity: 0.8;
}

header .contacts .contact:last-child {
   margin-bottom: 0px;
}

h2.title {
   font-weight: 500;
   font-size: var(--fz-35);
   text-transform: uppercase;
   color: var(--blue);
}

h2.title span {
   color: var(--orange);
}

.news {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 30px 15px;
}

.news .new {
   width: calc(33.33% - 15px);
   height: auto;
   display: block;
}

.news .new picture {
   width: 100%;
   height: auto;
   height: 200px;
   border-radius: 10px;
   margin-bottom: 21px;
}

.news .new .title {
   font-weight: 500;
   font-size: var(--fz-18);
   line-height: 140%;
   color: var(--blue);
   margin-bottom: 11px;
   height: 55px;
}

.news .new .button {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 7px;
   font-weight: 400;
   font-size: var(--fz-18);
   line-height: 140%;
   color: var(--blue);
}

.news .new .button i.mso {
   font-size: 19px;
}

.news .new:hover .button {
   gap: 10px;
}

.news .new:hover .title,
.news .new:hover .button {
   color: var(--orange);
}

.news .new:hover picture {
   opacity: 0.8;
}

#formFooter {
   width: 100%;
   height: auto;
   display: block;
   margin-top: var(--pt-120);
   padding: 60px 0;
   background: url("../images/bg-formFooter.webp") no-repeat center center #FAFAFA;
}

#formFooter h2.title {
   width: 100%;
   text-align: center;
}

#formFooter p {
   font-weight: 300;
   font-size: var(--fz-18);
   line-height: 140%;
   text-align: center;
   color: var(--blue);
   max-width: 450px;
   margin: 20px auto 0;
}

#formFooter form {
   margin: 50px auto 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 24px 53px;
   max-width: 653px;
}

#formFooter form .input {
   width: calc(50% - 53px);
   height: auto;
   display: table;
}

#formFooter form .input label {
   font-weight: 300;
   font-size: 16px;
   color: var(--blue);
   margin-bottom: 8px;
   display: block;
   text-align: left;
}

#formFooter form .input input,
#formFooter form .input select {
   border: 1px solid #a6a6a6;
   border-radius: 4px;
   width: 100%;
   height: 50px;
   padding: 0 18px;
   font-weight: 300;
   font-size: 16px;
   color: rgba(62, 62, 62, 1);
   background: rgba(0, 0, 0, 0);
   display: block;
   outline: none;
}

#formFooter form .input.max {
   width: 100%;
}

#formFooter form .input p {
   width: 100%;
   max-width: 100%;
   margin: 0;
}

#formFooter form button {
   border: 0;
   cursor: pointer;
   margin: 0 auto;
}

footer {
   width: 100%;
   height: auto;
   padding: 60px 0;
   background: #3e3e3e;
}

footer .wrapper {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}

footer .column {
   width: auto;
   height: auto;
   display: table;
}

footer .logo {
   margin-bottom: 33px;
   display: block;
}

footer .text-receipt {
   font-weight: 300;
   font-size: 16px;
   line-height: 140%;
   color: #fff;
   max-width: 300px;
}

footer a.policy {
   font-weight: 300;
   font-size: 16px;
   text-decoration: underline;
   color: #fff;
   opacity: 0.5;
   margin-top: 33px;
   display: table;
}

footer a.policy:hover {
   opacity: 1;
}

footer h4 {
   font-weight: 500;
   font-size: var(--fz-18);
   color: #fff;
   margin-bottom: 10px;
}

footer a {
   font-weight: 300;
   font-size: 16px;
   color: #fff;
   opacity: 0.5;
   display: table;
   margin-bottom: 10px;
}

footer a:hover {
   opacity: 1;
}

footer .contacts {}

footer .contacts .btn {
   opacity: 1;
   float: right;
   display: table;
}

footer .contacts .list-contact {
   width: auto;
   height: auto;
   display: block;
   margin-top: 60px;
}

footer .contacts .list-contact a {
   font-weight: 700;
   font-size: var(--fz-18);
   text-align: right;
   color: #fff;
   opacity: 1;

   margin-top: 10px;
   display: block;
}

footer .contacts .logos {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
   margin-top: 90px;
}

footer .contacts .list-contact .logos a {
   display: block;
}

footer .contacts .list-contact .logos a:hover {
   opacity: 1;
}

#title {
   width: 100%;
   height: 190px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   background: #3E3E3E;
}

#title picture {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   opacity: 0.8;
   z-index: 1;
}

#title h1 {
   display: block;
   text-align: center;
   font-weight: 700;
   font-size: 75px;
   color: #fff;
   position: relative;
   z-index: 2;
}

#bread {
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   padding: 17px 0;
   background: #fff;
}

#bread a {
   font-weight: 400;
   font-size: var(--fz-18);
   text-align: center;
   color: var(--gray);
}

#bread a:after {
   content: "/";
   font-weight: 400;
   font-size: var(--fz-18);
   text-align: center;
   color: var(--gray);
   padding-left: 5px;
}

#bread a:last-child:after {
   content: "";
   display: none;
}

#myContent {
   width: 100%;
   padding-top: var(--pt-120);
}

#myContent h1,
#myContent h2,
#myContent h3,
#myContent h4,
#myContent h5,
#myContent h6 {
   color: var(--blue);
   margin-bottom: 20px;
}

#myContent h1 {
   font-size: var(--fz-35);
}

#myContent h2 {
   font-size: var(--fz-25);
}

#myContent h3 {
   font-size: var(--fz-20);
}

#myContent p {
   margin-bottom: 15px;
}

#myContent a {
   color: var(--blue);
   text-decoration: none;
   transition: color 0.3s ease;
}

#myContent a:hover {
   color: var(--orange);
}

#myContent span {
   color: var(--blue-text);
}

#myContent b,
#myContent strong {
   font-weight: bold;
   color: var(--black);
}

#myContent em,
#myContent i {
   font-style: italic;
}

#myContent ul,
#myContent ol {
   margin-bottom: 20px;
   padding-left: 20px;
}

#myContent li {
   margin-bottom: 5px;
}

#myContent blockquote {
   border-left: 3px solid var(--blue);
   padding-left: 15px;
   margin-left: 0;
   color: var(--gray);
}

#myContent code {
   font-family: monospace;
   background-color: #f0f0f0;
   padding: 2px 4px;
   border-radius: 3px;
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 780px) {}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 580px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 380px) {}