@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li {
   margin: 0;
   padding: 0;
}

body,
html {
   margin: 0;
   padding: 0;
   font-family: 'Montserrat';
}

.none {
   display: none !important;
}

* {
   box-sizing: border-box;
   transition: 0.2s;
}

.fancybox-container,
.fancybox-container * {
   transition: 0s;
}

a {
   text-decoration: none;
}

picture {
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

picture img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.wrapper {
   max-width: 1268px;
   width: 100%;
   height: auto;
   display: table;
   margin: 0 auto;
}

.btn-green {
   width: max-content;
   height: auto;
   padding: 10px 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #FFF;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   border-radius: 600px;
   background: #39CD00;
}

.btn-green:hover {
   background: #004991;
}

.btn-border {
   display: table;
   width: auto;
   padding: 10px 54px;
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   border-radius: 600px;
   border: 1px solid #000;
   background: #FFF;
}

.btn-border:hover {
   background: #0D2C4B;
   border-color: #0D2C4B;
   color: #fff;
}

.m-t-100 {
   margin-top: 100px;
}

:root {}

#top {
   width: 100%;
   height: auto;
   display: table;
   background: #004991;
}

#top .wrapper {
   height: 100%;
   height: 41px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

#top .text {
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#top .info {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 40px;
}

#top .info .item {
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#top .info .item b {
   font-weight: 600;
}

#top .contacts {
   display: flex;
   align-items: center;
   gap: 40px;
}

#top .contacts .contact {
   width: auto;
   height: auto;
   display: flex;
   align-items: center;
   gap: 12px;
}

#top .contacts .contact i.mso {
   width: 24px;
   height: 24px;
   background: #0D6BC7;
   font-size: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   border-radius: 255px;
}

#top .contacts .contact span {
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#top .contacts .contact:hover {
   opacity: 0.8;
}

header {
   display: flex !important;
   align-items: center;
   justify-content: space-between;
   padding: 20px 0;
}

header .logo {
   display: table;
}

header nav {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 24px;
}

header nav a {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   padding: 8px 16px;
   border-radius: 16px;
}

header nav a:hover,
header nav a.active {
   background: #6BA7E2;
   color: #FFF;
}

header nav .a {
   position: relative;
}

header nav .a:hover>ul.children-nav {
   display: table;
}

header nav .a a {
   display: flex;
   align-items: center;
   align-items: center;
   gap: 4px;
}

header nav .a a i.mso {
   font-size: 16px;
}

header nav .a ul.children-nav {
   width: 190px;
   height: auto;
   display: none;
   padding: 22px 0;
   border-radius: 8px;
   background: #FFF;
   box-shadow: 0px 2px 20px 0px rgba(0, 73, 145, 0.10);
   position: absolute;
   z-index: 3;
   left: -20px;
}

header nav .a ul.children-nav li {
   width: 100%;
   display: block;
   margin-bottom: 4px;
}

header nav .a ul.children-nav li:hover>a {
   background: #6BA7E2;
   color: #FFF;
}

header nav .a ul.children-nav li:hover ul.children-nav {
   display: table;
}

header nav .a ul.children-nav li:last-child {
   margin-bottom: 0px;
}

header nav .a ul.children-nav li a {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 8px 20px 8px 30px;
   border-radius: 0px;
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

header nav .a ul.children-nav li a:hover {
   color: #fff;
}

header nav .a ul.children-nav ul.children-nav {
   position: absolute;
   left: 100%;
   margin-top: -40px;
   width: 280px;
}

#contactForm {
   width: 100%;
   height: auto;
   padding: 80px 0;
   background: url('../images/bg-contactForm.webp') no-repeat center center, linear-gradient(98deg, #0D6BC7 5.86%, #063461 175.35%);
   /* background-attachment: fixed; */
}

#contactForm .white {
   max-width: 834px;
   padding: 60px;
   padding-left: 76px;
   border-radius: 16px;
   background: #FFF;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

#contactForm .white .title {
   color: #0D2C4B;
   font-size: 32px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}

#contactForm .white .text {
   color: #0D2C4B;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin-top: 20px;
   max-width: 325px;
}

#contactForm .white form {
   width: 350px;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

#contactForm .white form input {
   width: 100%;
   height: 46px;
   border-radius: 8px;
   background: #F6F8FB;
   display: block;
   padding-left: 28px;
   color: #0D2C4B;
   border: 0;
   outline: none;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   font-family: Montserrat;
}

#contactForm .white form .copy {
   color: #8797A6;
   font-size: 10px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#contactForm .white form .copy a {
   color: #8797A6;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: none;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
}

#contactForm .white form button {
   border: 0;
   width: 100%;
   cursor: pointer;
}

#contacts {
   padding: 140px 0;
   width: 100%;
}

#contacts .items {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 40px;
}

#contacts .items .item {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
   color: #0D2C4B;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#contacts .items .item i.mso {
   width: 32px;
   height: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 255px;
   background: #0D6BC7;
   font-size: 16px;
   color: #fff;
}

#contacts .items .item i.msf {
   font-size: 36px;
   color: #0D6BC7;
}

#contacts .items a.item:hover {
   opacity: 0.8;
}

#contacts .items .item span {
   padding-right: 12px;
}

#contacts .items .item.gap-8 {
   gap: 8px;
}

footer {
   width: 100%;
   padding: 40px 0;
   display: table;
   background: #F6F8FB;
}

footer .wrapper {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

footer img {
   max-width: 185px;
}

footer .links {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 48px;
}

footer .links a {
   color: #8797A6;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

footer .links a:hover {
   color: #0D6BC7;
}

footer .copy {
   color: #8797A6;
   text-align: right;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.owl-prev {
   width: auto;
   height: auto;
   background: none;
   border: 0;
   position: absolute;
   top: calc(50% - 14px);
   left: -50px;
   text-indent: -9999px;
   margin-top: -9px;
   z-index: 9998;
   cursor: pointer;
}

.owl-next {
   width: auto;
   height: auto;
   background: none;
   border: 0;
   position: absolute;
   z-index: 9999;
   top: calc(50% - 14px);
   right: -50px;
   text-indent: -9999px;
   margin-top: -9px;
   cursor: pointer;
}

.owl-next,
.owl-prev {
   width: 32px;
   height: 32px;
   background: #F6F8FB !important;
   border-radius: 255px;
}

.owl-next:hover,
.owl-prev:hover {
   background: #E6ECF5 !important;
}

.owl-next svg,
.owl-prev svg {
   /* fill: #CD000C; */
   position: absolute;
   top: 0;
   left: 0;
}

.owl-next:hover svg,
.owl-prev:hover svg {
   /* fill: #ba9d00; */
}

h4.title {
   color: #0D2C4B;
   font-size: 28px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}

h3.title,
.steps h3 {
   color: #0D2C4B;
   font-size: 32px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}

h2.title {
   color: #0D2C4B;
   font-size: 40px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}

.about {
   margin-bottom: 80px;
}

.about .content {
   width: 100%;
   height: auto;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 60px;
   margin-top: 40px;
}

.about .content picture {
   min-width: 590px;
   height: 418px;
   border-radius: 16px;
}

.about .content .text {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   /* 22.4px */
}

.about .content .text p {
   margin-bottom: 10px;
}

.about .content .text p:last-child {
   margin-bottom: 0px;
}

#steps {
   margin: 140px auto;
}

#steps h3.title {
   margin-bottom: 98px;
}

#steps .line {
   width: 960px;
   height: 1px;
   display: block;
   background: #C8D3E3;
}

#steps .items {
   width: 100%;
   height: auto;
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   position: relative;
   gap: 115px;
   top: -38px;
}

#steps .items .item {
   cursor: default;
}

#steps .items .item .int {
   width: 76px;
   height: 76px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 600px;
   background: #F6F8FB;
   color: #0D2C4B;
   text-align: center;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   position: relative;
   margin-bottom: 30px;
}

#steps .items .item:hover .int {
   background: #0D2C4B;
   color: #fff;
}

#steps .items .item .int:after {
   content: "";
   width: 12px;
   height: 76px;
   background: #fff;
   position: absolute;
   right: -12px;
}

#steps .items .item .title {
   color: #0D2C4B;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-bottom: 20px;
}

#steps .items .item .text {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin-bottom: 20px;
}

#steps .items .item .m-text {
   color: #8797A6;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#steps .items .item ul {
   padding-left: 20px;
}

#steps .items .item ul li {
   color: #0D2C4B;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin-bottom: 14px;
}

#steps .items .item ul li::marker {
   color: #8797A6;
}

#steps .items .item ul li:last-child {
   margin-bottom: 0px;
}

#steps .items .item ul li:last-child::marker {
   color: #0D2C4B;
}

#steps .items .item ul li:last-child {
   font-weight: 600;
}

#steps .btn-green {
   margin: 40px auto 0;
   width: fit-content;
}


#partners {
   padding: 140px 0;
}

#partners .owl-carousel {
   max-width: inherit;
   margin-top: 80px;
}

#partners .item,
#partners .other-partners .item {
   width: auto;
   height: auto;
}

#partners .other-partners .item {
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 150px;

}

#partners .item img,
#partners .other-partners .item img {
   width: auto;
   height: auto;
   display: block;
}

#partners .other-partners .item img {
   width: 100%;
   height: 100%;
   object-fit: none;
}

#partners .btn-border {
   margin: 40px auto 0;
}

#partners .other-partners {
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 60px auto 40px;
}

#reviews {
   width: 100%;
   padding: 140px 0;
   display: block;
}

#reviews .reviews {
   margin-top: 40px;
   width: 100%;
}

#reviews .reviews .owl-stage {
   /* gap: 32px; */
}

#reviews .item {
   width: 618px;
   height: 590px;
   /* 552px */
   border-radius: 16px;
   background: #F6F8FB;
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   padding: 40px;
}

#reviews .item .content {
   width: 100%;
}

#reviews .item .text {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 30px;
}

#reviews .item .author {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 30px;
}

#reviews .item .author picture {
   width: 68px;
   height: 68px;
   display: block;
   overflow: hidden;
   border-radius: 255px;
}

#reviews .item .author .name {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#reviews .item .author .jobTitle {
   color: #8797A6;
   font-size: 14px;
   font-style: italic;
   font-weight: 400;
   line-height: normal;
   margin-top: 2px;
}

#reviews .btn-border {
   margin: 40px auto 0;
}

#reviews .images {
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 40px 30px;
   margin-top: 60px;
}

#reviews .images .image {
   width: 185px;
   height: 260px;
   display: block;
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}

#reviews .images .image img {
   display: block;
   width: 100%;
}


#gallery {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 80px;
   margin-top: 40px;
}

#gallery picture {
   width: 314px;
   height: 249px;
   border-radius: 16px;
   align-items: flex-start;
   position: relative;
   box-shadow: 0px 86px 69.9px 0px rgba(0, 0, 0, 0.12);
}

#gallery picture img {
   height: auto;
   position: absolute;
   top: 0;
   transition: top 2s ease-in-out;
}

#gallery:hover picture img {
   top: -195px;
}

#gallery .btn-border {
   width: 308px;
   text-align: center;
}

#comments {
   padding: 140px 0;
}

#comments .items {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-top: 40px;
   gap: 32px;
}

#comments .items .item {
   max-width: 50%;
}

#comments .items .item .top {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 20px;
}

#comments .items .item picture {
   width: 100px;
   height: 100px;
   border-radius: 255px;
   background: #F6F8FB;
}

#comments .items .item .info {
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 12px;
}

#comments .items .item .info .name {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   width: 100%;
}

#comments .items .item .info .jobTitle {
   color: #8797A6;
   font-size: 14px;
   font-style: italic;
   font-weight: 400;
   line-height: normal;
   width: 100%;
   max-width: 241px;
}

#comments .items .item .text {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-top: 5px;
   padding-left: 120px;
}

#conteiner {
   margin: 80px auto 140px;
}

.bread {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 30px;
   margin-bottom: 20px;
}

.bread a {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.bread a:before {
   content: "";
   width: 5px;
   height: 5px;
   background: #0D6BC7;
   border-radius: 5px;
   display: block;
   position: relative;
   left: -17px;
   top: 12px;
}

.bread a:first-child:before {
   opacity: 0;
}

#advantages {
   height: 146px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-radius: 16px;
   background: url("../images/bg-advantages.svg") no-repeat center center, linear-gradient(98deg, #0D6BC7 5.86%, #063461 175.35%);
   padding: 0 80px;
}

#advantages .item {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
}

#advantages .item span {
   color: #FFF;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#numbers {
   width: 100%;
   height: 150px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-radius: 16px;
   padding-left: 60px;
   padding-right: 120px;
   background: url('../images/bg-numbers.webp') no-repeat center center, linear-gradient(98deg, #0D6BC7 5.86%, #063461 175.35%);
   /* background-attachment: fixed; */
}

#numbers .title {
   color: #FFF;
   font-size: 32px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}

#numbers .items {
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 67px;
}

#numbers .items .item h4 {
   color: #FFF;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-bottom: 14px;
}

#numbers .items .item p {
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

#advantages-5 {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

#advantages-5 .item {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
}

#advantages-5 .item span {
   color: #0D2C4B;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.owl-carousel .owl-stage {
   display: flex;
}