html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    outline:none;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}
/*Reset css*/
.container {
    width: 1235px;
    margin: 0 auto;
}
.info-section .container {
    position: relative;
}
.info-section .container:before {
    content: '';
    width: 256px;
    height: 77px;
    background-image: url("/img/logo-back.png");
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 1;
}
.info-section .container {
    width: 1140px;
    padding: 55px 0 60px 0;
}
.info-section .slog {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}
.info-section .shape {
    width: 100%;
    height: auto;
    margin: 50px 0 55px 0;
}
h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
}
.info-section h4 {
    padding-left: 60px;
    z-index: 2;
    position: relative;
}
.info-section .line {
    height: 1px;
    width: 100%;
    background: #d7d7d7;
    display: block;
    margin: 65px 0 45px 0;
}
.info-section .items .item {
    width: 20%;
    text-align: center;
    float: left;
}
.info-section .items img {
    display: block;
    margin: 0 auto;
}
.wrap-img {
    height: 135px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.info-section .items .item div {
    margin: 34px 0 15px 0;
    font-size: 45.83px;
    color: #000005;
    font-weight: 700;
    font-style: normal;
}
.info-section .items .item span {
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
}
.info-section .items {
    position: relative;
    overflow: hidden;
}
.second-section .container {
    position: relative;
    z-index: 2;
}
footer {
    background: #f1f1f1;
    padding: 65px 0 70px 0;
    overflow: hidden;
}
body, * {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding: 0;
}
.first-section {
    width: 100%;
    height: 100vh;
    background-color: black;
    color: white;
    position: relative;
    min-height: 600px;
}

.first-section .phone {
    position: absolute;
    top: 13%;
    z-index: 2;
}
.first-section .phone span {
    font-style: italic;
    font-weight: 300;
    display: block;
    margin-bottom: 9px;
}
.first-section .phone a {
    font-weight: 700;
    font-style: normal;
    color: white;
}
.first-section .title {
    width: 38vw;
    line-height: 30px;
    position: absolute;
    top: 44%;
    line-height: 30px;
    z-index: 2;
}

@media (min-width:1236px){
	
	
	.first-section .title p{
	max-width:620px;
}
}


h1 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    /*-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;*/
	color:#fff;
	    font-weight: 800;
    font-size: 1.75rem;
    /*background: rgb(70, 15, 94);*/
    /* background: -moz-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%); */
    /* background: linear-gradient(to right, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%); */
   /* background: -moz-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -webkit-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);*/
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
	margin-bottom:1.5rem;
}
.first-section .title h2{
    color: red; 
    font-weight: bold;
}
.first-section .title span {
    font-style: italic;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 35px;
}
.first-section .title .subtitle {
    font-size: 12.5px;
    font-weight: 300;
    font-style: italic;
    margin-top: 25px;
    line-height: 15px;
}
.first-section:after {
    content: '';
    display: block;
    width: 334px;
    height: 102px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/img/block1_2.jpg");
    background-repeat: no-repeat;
    z-index: 0;
}
.first-section img {
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: auto;
    z-index: 1;
}
@media screen and (min-width: 1236px) {
 
    body .first-section {
        height: 100vh;
        min-height: 700px;
        padding-bottom: 0;
        overflow: hidden;
    }
 
    /* Фото: ширина прив'язана до ширини екрана (а не до висоти),
       тому лівий край кіоска завжди стоїть на ~54% ширини вікна */
    body .first-section img {
        position: absolute;
        top: 0;
        right: 0;
        width: 61vw;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: 25% center;
        z-index: 1;
    }
 
    /* Заголовок + текст: вертикально по центру секції,
       ширина 48vw -> правий край тексту 52vw, фото стартує з ~54vw */
    body .first-section .title {
        position: absolute;
        left: 4vw;
        right: auto;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: max-content;
        width: 48vw;
        max-width: 48vw;
        padding: 0;
        line-height: 1.5;
        z-index: 2;
    }
 
    body .first-section .title h1 {
        display: block;
        width: 100%;
        font-size: clamp(22px, 1.9vw, 40px);
        line-height: 1.2;
        margin: 0 0 1.35em;
    }
 
    body .first-section .title p {
        font-size: clamp(16px, 1.45vw, 28px);
        line-height: 1.55;
        max-width: 25em;
        margin: 0;
    }
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.swiper-container {
    width: 798px;
    height: 506px;
    padding: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
footer .title {
    font-size: 37.24px;
    font-weight: 800;
    font-style: normal;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    /* background: rgb(24, 15, 94); */
    /* background: -moz-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: linear-gradient(to right, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%); */
    background: rgb(70, 15, 94);
    background: -moz-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -webkit-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    /*margin-bottom: 146px;*/
    margin-bottom: 68px;
}
.socials p {
    font-size: 12.5px;
    font-weight: 400;
    font-style: italic;
    color: black;
    margin: 25px 0 15px 0;
}
.socials img {
    height: 32px;
    width: auto;
    margin-right: 5px;
    transition: .3s;
}
.socials a:hover img {
    opacity: .8;
}
footer .left {
    float: left;
    padding-left: 115px;
}
footer .phone {
    font-size: 12.5px;
    font-weight: 400;
    font-style: italic;
    color: black;
}
footer .phone a {
    display: block;
    font-size: 25px;
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
}
footer form {
    float: right;
    width: 466px;
	position:relative;
	z-index:2;
}
footer input[type=submit], footer .site-href {
    background: rgba(24,15,94,1);
    background: -moz-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(24,15,94,1)), color-stop(100%, rgba(0,94,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#180f5e', endColorstr='#005ea1', GradientType=1 );
    color: white;
    font-size: 18.75px;
    font-weight: 300;
    font-style: normal;
    border-radius: 4px;
    width: 251px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.20px;
    text-transform: uppercase;
    border: none;
    float: right;
    cursor: pointer;
}
footer .site-href {
    margin-top: 17px !important;
}
footer input[type=text] {
    border: none;
    width: 100%;
    border-radius: 0;
    background: white;
    padding: 30px 19px 9px 19px;
    line-height: 1;
    font-size: 18.75px;
    color: black;
    margin-bottom: 22px;
}
footer input[type=text]::placeholder {
    color: #b2b1b1;
    font-weight: 400;
    font-style: italic;
}
.second-section {
    padding: 130px 0;
    overflow: hidden;
    position: relative;
    /*background: #ededed;*/
}
.second-section:before {
    content: '';
    width: 186px;
    height: 109px;
    background-image: url("/img/block2_1.png");
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 1;
}
.second-section:after {
    content: '';
    width: 215px;
    height: 260px;
    background-image: url("/img/block2_2.png");
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 1;
}
.second-section .left {
    float: left;
    width: 50%;
    color: #d7d7d7;
    font-size: 66.74px;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    padding-left: 13%;
    text-transform: uppercase;
}
.second-section .left img {
    width: 295px;
    height: auto;
    margin-top: 40px;
}
.second-section .right {
    float: right;
    width: 50%;
    padding-left: 6%;
}
.second-section .right p {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 22px;
}
.second-section .right p span {
    font-weight: 700;
    font-style: italic;
}
.third-section {
    padding: 80px 0 30px 0;
    position: relative;
    margin-bottom: 181px;
}
.third-section p {
    text-align: center;
    line-height: 30px;
}
.third-section .ceo img {
    width: 322px;
    height: 322px;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    margin: 30px auto 35px;
    display: block;
}
.third-section .ceo .title {
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    width: 370px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.third-section:after {
    content: '';
    width: 348px;
    height: 110px;
    background-image: url("/img/block3_1.png");
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.fourth-section .left {
    padding-left: 8.3%;
    float: left;
}
.fourth-section h2 {
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 45px;
}
.fourth-section .left li {
    margin-bottom: 10px;
}
.fourth-section {
    /* background-image: url("/img/block3.png"); */
    background-image: url("/img/photo-keys-1.jpg");
    background-size: 48.3%;
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
    margin-bottom: 85px;
    position: relative;
}
.fourth-section:before {
    content: '';
    width: 61px;
    height: 154px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient( 45deg, rgb(24,15,94) 0%, rgb(0,94,161) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(24,15,94) 0%, rgb(0,94,161) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(24,15,94) 0%, rgb(0,94,161) 100%);
}
.fifth-section {
    padding-top: 114px;
    position: relative;
    padding-bottom: 120px;
}
.fifth-section:before {
    content: '';
    width: 403px;
    height: 135px;
    background-image: url("/img/block5_1.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.fifth-section h2 {
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
}
.swiper-container {
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
}
.fifth-section .swiper-button-prev {
    left: calc((100% - 798px)/2 - 87px);
    width: 40px;
    height: 40px;
}
.fifth-section .swiper-button-next {
    right: calc((100% - 798px)/2 - 87px);
    width: 40px;
    height: 40px;
}
.swiper-slide {
    opacity: 0 !important;
}
.swiper-slide-active {
    opacity: 1 !important;
}
.comments:after {
    display: none;
}
.swiper2 .left {
    width: 26.6%;
    float: left;
    margin: 5px 79px 0 100px;
    position: relative;
    text-align: center;
}
.swiper2 .right {
    width: calc(73.4% - 179px);
    float: right;
    padding-right: 80px;
}
.comment-image {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.swiper2 .comment-name {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    font-style: italic;
}
.swiper2 .title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.swiper2 .comment-text {
    font-size: 16.67px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
}
.swiper2 .comment-text p {
    margin-bottom: 20px;
}
.swiper2 {
    width: 100%;
    height: auto;
}
.comments .swiper-button-prev, .comments .swiper-button-next {
    width: 40px;
    height: 40px;
}
.fifth-section .swiper-button-prev, .fifth-section .swiper-button-next,
.comments .swiper-button-prev, .comments .swiper-button-next
{
    background: #d7d7d7;
    border-radius: 50%;
}
.fifth-section .swiper-button-next:after, .fifth-section .swiper-button-prev:after,
.comments .swiper-button-next:after, .comments .swiper-button-prev:after
{
    font-size: 21px;
    color: #747474;
}
.fifth-section .open-button {
    background: rgba(24,15,94,1);
    background: -moz-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(24,15,94,1)), color-stop(100%, rgba(0,94,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#180f5e', endColorstr='#005ea1', GradientType=1 );
    font-size: 18.75px;
    font-weight: 300;
    font-style: normal;
    border-radius: 4px;
    width: 229px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
.fifth-section .open-button a {
    color: white;
}
.six-section {
    padding-bottom: 145px;
    position: relative;
    overflow: hidden;
}
.six-section:after {
    content: '';
    width: 430px;
    height: 1293px;
    background-image: url("/img/block6_2.png");
    position: absolute;
    top:0;
    right: 0;
    z-index: -1;
}
.six-section h2 {
    font-size: 37.24px;
    font-weight: 800;
    font-style: normal;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    /* background: rgb(24, 15, 94); */
    /* background: -moz-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: linear-gradient(to right, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%); */
    background: rgb(70, 15, 94);
    background: -moz-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -webkit-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    margin-bottom: 80px;
    padding-left: 115px;
}
.im-l h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
}
.im-r h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
    text-align: right;
    margin-top: 85px;
    position: relative;
}
.im-l, .im-r {
    padding: 0 210px 0 115px;
    position: relative;
}
.im-l:after, .im-r:after {
    content: '';
    display: block;
    clear: both;
}
.im-l ul, .im-r img {
    float: right;
}
.im-r ul, .im-l img {
    float: left;
}
.im-l img, .im-r img {
    width: 46%;
}
.im-l ul, .im-r ul {
    width: 54%;
}
.im-l ul li, .im-r ul li {
    margin-bottom: 23px;
    line-height: 30px;
}
.im-l ul {
    padding-left: 38px;
}
.im-r ul {
    padding-right: 38px;
    text-align: right;
}
.im-r h3:after {
    content: '';
    position: absolute;
    left: calc(100% + 16px);
    top: 50%;
    width: 263px;
    height: 319px;
    background-image: url("/img/block6_3.png");
}
.im-l h3:after {
    content: '';
    position: absolute;
    right: calc(100% + 16px);
    top: -178px;
    width: 168px;
    height: 191px;
    background-image: url("/img/block6_1.png");
    z-index: -1;
}
.our-pre {
    text-align: left;
}
.our-pre p {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}
.seven-section .first-block{
    color: red; 
    font-weight: bold;
}
.seven-section .second-block{
    color: black; 
    font-weight: bold;
}
.seven-section h2, .our-pre h2 {
    font-size: 37.24px;
    font-weight: 800;
    font-style: normal;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    /* background: rgb(24, 15, 94); */
    /* background: -moz-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%);
    background: linear-gradient(to right, rgba(24, 15, 94, 1) 0%, rgba(0, 94, 161, 1) 100%); */
    background: -moz-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -webkit-linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: linear-gradient(135deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: rgb(70, 15, 94);
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 115px;
}
.our-pre h2 {
    padding-left: 0;
    display: block;
    text-align: center;
}
.seven-section {
    margin-bottom: 66px;
    padding-bottom: 60px;
    position: relative;
}
.new-section .blocks {
    overflow: hidden;
    text-align: center;
}
.new-section .block span {
    font-size: 12.5px;
    font-weight: 400;
    font-style: italic;
    display: block;
    line-height: 15px;
    margin-top: 5px;
}
.seven-section:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 354px;
    height: 63px;
    position: absolute;
    background-image: url("/img/block7_1.png");
}
.seven-section:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 869px;
    height: 123px;
    position: absolute;
    background-image: url("/img/block7_2.png");
}
.new-section .block {
    width: 200px;
    float: none;
    margin-left: 22px;
    padding-top: 92px;
    display: inline-block;
}
.new-section .block:nth-child(5),
.new-section .block:nth-child(3) {
    padding-top: 0;
}
.new-section .block .circle {
    border: 36px solid #d1d2d4;
    border-radius: 50%;
    font-size: 20.83px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    height: 200px;
    padding-top: 55px;
    width: 200px;
    position: relative;
}
.new-section .block:nth-child(2) .circle:before,
.new-section .block:nth-child(4) .circle:before {
    content: '';
    display: block;
    width: 36px;
    height: 40px;
    background: white;
    position: absolute;
    top: -36px;
    left: calc(50% - 18px);
}
.new-section {
    padding: 85px 0;
}
.new-section .block:nth-child(1) .circle:before {
    content: '';
    display: block;
    width: 36px;
    height: 40px;
    background: white;
    position: absolute;
    bottom: -36px;
    left: calc(50% - 18px);
}
.new-section .block:nth-child(5),
.new-section .block:nth-child(3) {
    padding-top: 0;
    margin-left: 0;
    width: 302px;
}
.new-section .block:nth-child(5) .circle,
.new-section .block:nth-child(3) .circle {
    width: 250px;
    height: 164px;
    box-sizing: content-box;
    border: 60px solid #ececec;
    z-index: -1;
    margin-left: -22px;
    padding-top: 86px;
}
.new-section .block .title {
    text-align: center;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 56px;
}
.new-section .block:nth-child(1) .title,
.new-section .block:nth-child(6) .title {
    margin-bottom: 31px;
}
.new-section .block:nth-child(5) .title,
.new-section .block:nth-child(3) .title {
    margin-bottom: 45px;
    padding-left: 22px;
}
.new-section .block:nth-child(5) .circle,
.new-section .block:nth-child(3) .circle {
    font-size: 41.67px;
}
.new-section .block:nth-child(5) .circle span,
.new-section .block:nth-child(3) .circle span {
    font-size: 25px;
    margin-bottom: 15px;
}
.new-section .block:nth-child(5) .circle:before,
.new-section .block:nth-child(3) .circle:before{
    content: '';
    display: block;
    width: 70px;
    height: 80px;
    background: white;
    position: absolute;
    bottom: -70px;
    left: calc(50% - 35px);
}
.fourth-section img {
    display: none;
}
.hide-pc{display:none !important}
.swiper2 .swiper-slide {
    background: white;
}
.comments {
    padding-bottom: 80px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35 !important;
}
.seven-section .content {
    padding: 0 115px 110px 115px;
    overflow: hidden;
    position: relative;
    font-size: 25px;
    line-height: 30px;
}
.seven-section .content span {
    font-weight: 400;
    font-style: italic;
}
.seven-section .left {
    float: left;
    width: 100%;
}
.seven-section .right {
    float: left;
    width: 35%;
}
.new-section .block:nth-child(2) .circle {
    /*padding-top: 35px;*/
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.new-section .block:nth-child(1) {
    margin-left: 0;
}
section {
    overflow: hidden;
}
.ru-new-section .block:nth-child(1) .circle,
.ru-new-section .block:nth-child(4) .circle {
    font-size: 18px;
}
.call-me-btn {
    font-weight: 200;
    padding: 10px;
    border: 1px solid white;
    height: auto;
    display: inline-block;
    margin-top: 10px;
    transition: .3s;
    font-size: 15px;
    text-transform: uppercase;
    width: auto;
}
.call-me-btn:hover {
    text-decoration: none;
    background: white;
    color: black !important;
}
#callback {
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .3);
}
#callback .btn-submit {
    /* background: rgba(24,15,94,1);
    background: -moz-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(24,15,94,1)), color-stop(100%, rgba(0,94,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%);
    background: linear-gradient(45deg, rgba(24,15,94,1) 0%, rgba(0,94,161,1) 100%); */
    background: rgb(45, 1, 90); 
    background: -moz-linear-gradient(45deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #2d015a), color-stop(50%, #47177b), color-stop(100%, #8509dd));
    background: -webkit-linear-gradient(45deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -o-linear-gradient(45deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: -ms-linear-gradient(45deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    background: linear-gradient(45deg, #2d015a 0%, #47177b 50%, #8509dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#180f5e', endColorstr='#005ea1', GradientType=1 );
    font-size: 18.75px;
    font-weight: 300;
    font-style: normal;
    border-radius: 4px;
    width: 229px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    line-height: 1;
}
#callback input {
    border-radius: 0;
    height: 40px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,0)));
    background-image: -o-linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    border: 1px solid rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.08);
    color: #000;
    width: 100%;
    padding: 10px;
    font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font: 16px var(--b24-font-family);
    letter-spacing: -0.3px;
    border: 1px solid rgba(0,0,0,.1) !important;
    color: #000 !important;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
* {
    outline: none !important;
}
#callback input:focus {
    background: white;
    border: 1px solid rgb(0, 94, 161) !important;
}

.fa-phone:before {
    content: "\f095";
}

#callback h4, .form__sys-message {
    font-size: 18px;
}
.about-sale {
    padding-left: 60px;
    font-size: 18px;
    font-style: italic;
}


.thnakyou-page{
	width: 100%;
    height: 100vh;
    background-color: black;
    color: white;
    position: relative;
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    align-content: center;
}
.thnakyou-page .card-wrapper{
	background-color: #ffffff !important;
    border-radius: 35px !important;
	padding: 35px 15px;
    width: 100%;
}
.thnakyou-page .card-wrapper img{
	color: #6dab3c;
	margin-bottom: 15px;
}
.thnakyou-page .card-wrapper h1,
.thnakyou-page .card-wrapper h4{
	clear:both;
	display:block;
	/* font-family: 'Open Sans'; */
    font-style: 700;
	color:#000;
}
.thnakyou-page .card-wrapper h1{
	margin-bottom:10px;
}
.thnakyou-page .card-wrapper h4{
	margin-bottom:35px;
}