@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #2A2D32;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

.main > * + * {
    margin-top: 20px;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
    margin: auto;
}

.content {
    max-width: 1156px;
    margin-left: auto;
    margin-right: auto;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #fff;
}

h1, .title.general {
    font-size: 34px;
    line-height: 1.2;
}

h2, .title.high {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
}

h3, .title.middle {
    font-size: 24px;
    line-height: 1.2;
    color: #FF4A0C;
}

h4, .title.small {
    font-size: 15px;
    line-height: 22px;
}

.button {
    min-width: 153px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF4303), to(#FD6A35));
    background: -webkit-linear-gradient(#FF4303, #FD6A35);
    background: -moz-linear-gradient(#FF4303, #FD6A35);
    background: -o-linear-gradient(#FF4303, #FD6A35);
    background: linear-gradient(#FF4303, #FD6A35);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 11.5px 20px;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */

.header {
    background: #22252A;
}

.header__content.content {
    min-height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__logo {
    display: inline-block;
}

.header__logo img {
    display: block;
}



/* cover */

.cover {
    overflow: hidden;
}

.cover__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 391px;
}

.cover__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
    -moz-box-flex: 0;
    flex: 0 1 48%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(56, 32, 83, 0.94);
    margin: 20px 0;
    padding: 20px;
    z-index: 3;
}

.cover__image {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.cover__title * {
    color: #FE652E;
    display: block;
}




/* info */

.info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    /* padding: 35px 0; */
}

.info__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
    -moz-box-flex: 0;
    flex: 0 1 48%;
    z-index: 1;
}

.info__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.info__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52%;
    -moz-box-flex: 0;
    flex: 0 1 52%;
    z-index: 1;
}

.info__article > * {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #35373B;
}



/* contact */

.contact__wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 30px 200px;
    margin: auto;
}

.contact__list {
    display: inline-block;
    z-index: 5;
    text-align: left;
}

.contact__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    font-size: 18px;
}

.contact__list li + li {
    margin-top: 16px;
}

.contact__list div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24px;
    -moz-box-flex: 0;
    flex: 0 1 24px;
    margin-right: 8px;
}

.contact__list img {
    display: block;
}

.contact__list div:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 24px - 8px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 24px - 8px);
}

.contact__list div:last-child > * {
    font-weight: 600;
}

.contact__list a {
    color: #fff;
    font-weight: 400 !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.contact__list a:hover {
    text-decoration: underline;
}

.contact__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    display: block;
    z-index: 1;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/contact-left.svg);
    background-position: left;
}

.contact__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    display: block;
    z-index: 1;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/contact-right.svg);
    background-position: right;
}

.contact__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 80%;
    object-position: 80%;
}




/* footer */


.footer {
    /* background: #22252A; */
    background: #4B3468;
    margin-top: 20px;
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #868C96;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.footer__partners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 1 calc(100% + 32px);
    padding-bottom: 16px;
    margin: 0 -16px;
}

.footer__partners li {
  display: block;
  position: relative;
  padding: 0 16px 16px 16px;
  margin: 0 auto;
}

.footer__partners li img {
  display: block;
  position: relative;
  max-height: 42px;
}





/* article  */

article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 25px;
    display: block;
    text-align: left;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #104C54;
    position: absolute;
    left: 8px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 5px;
    top: 0;
    color: #104C54;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.article a:not(.button), article a:not(.button) {
    color: #EC622B;
}




/* services */

.content.services__content {
    padding: 40px 0 50px;
}

.services__title.title {
    text-align: center;
}

.services__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
}

.services-list__item {
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 18px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/services-bg.webp);
    overflow: hidden;
}

.services-list__item ul li {
    display: block;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
}

.services-list__item ul li div + div {
    margin-top: 8px;
}

.services-list__item ul li div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.services-list__item img {
    display: block;
}

.services-list__item ul li div:first-child span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24px;
    -moz-box-flex: 0;
    flex: 0 1 24px;
    margin-right: 8px;
}

.services-list__item ul li div:first-child span:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 24px - 8px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 24px - 8px);
    font-weight: 600;
}

.services__list + .services__desc {
    margin-top: 16px;
}

.services__desc {
    background: #35373B;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
