@font-face {
    font-family: 'TimesNewRoman';
    src: url('../fonts/TimesNewRoman-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TimesNewRoman';
    src: url('../fonts/TimesNewRoman-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TimesNewRoman';
    src: url('../fonts/TimesNewRoman-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TimesNewRoman';
    src: url('../fonts/TimesNewRoman-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
html {
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    font-family: 'TimesNewRoman';
}

body{
    margin: 0;
    background: rgba(178, 190, 194, 0.5);
}
.logo-block img {
    width: 100%;
    max-width: 300px;
}
.about-section_heading{
    display: flex;
    flex-direction: column;
}
.about-section_heading>* {
    font-size: 80px;
}
.about-section_heading>h3{
    font-size: 52px;
    color:#70243c;
}
.about-section_texts{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-section_text-block{
    width: 100%;
}
.about-section_text-block>p{
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    display: flex;
}
.about-section_text-block:last-child>p{
    max-width: 550px;
}
.about-section_image{
    float: right;
    display: flex;
    position: relative;
    top: -154px;
}
.about-section_image>img{
    width: 100%;
}
.about-section_image img:first-child {
    position: absolute;
    width: 100%;
    left: -48%;
    top: 33%;
    opacity: 0.95;
}
.big{
    font-size: 70px;
    font-family: 'Arial';
    font-style: italic;
    font-weight: 900;
}
.backround{
    background: url(../img/image-fon.jpg);
}
.container{
	background: white;
}
.clients-section_block-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-evenly;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h3,h2,h1,h4,h5,h6{
    margin: 0;
}
.img{
    border: none;
    height:auto;
    width: 100%;
}
.img>img{
    width: 100%;
}
.image_block{
    margin-bottom: 20px;
    width: calc(100% / 4 - 15px);
    border: solid 1px;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.image_block>img{
    width:75%;
    height: 100%;
    object-fit: contain;
}
.max-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1380px;
    margin: auto !important;
}
.logo-text {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    border-left: 3px solid black;
    margin-left: 28px;
    gap: 3px;
}
.logo-text span{
    font-size: 45px;
    font-weight: 900;
    font-style: italic;
}
.min{
    font-size: 50px;
    font-family: 'Arial';
}
.mini{
    font-size: 40px;
    font-family: 'Arial';
}
h1.mini {
    display: block;
    padding-right: 30px !important;
    word-wrap: break-word;
    font-family: 'Calibri';
    color: white;
    font-style: italic;
}
h3.mini {
    display: block;
    padding-right: 30px !important;
    word-wrap: break-word;
    font-family: 'Arial';
    font-style: italic;
}
.orang{
    color: #ef6622;
}
h5.small.orang {
    margin-top: 30px;
}
section.about-section, 
.specialist-section, 
section.clients-section{
    background: white;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 5% 4%; 
}
.section-clients_heading>h3{
    font-size: 52px;
}
.section_botton_text h3 {
    color: white;
}
.section_botton_text {
    max-width: 677px;
    margin: 50px 0 !important;
    z-index: 1;
    position: relative;
}
.section_botton_backround {
    padding: 100px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    opacity: 0.6;
    margin-top: 200px;
    position: relative;
}
.section_botton {
    max-width: 1000px;
    position: absolute;
    bottom: 33px;
    overflow: hidden;
}
.section_botton_top {
    transform: rotate(11deg);
    background: black;
    overflow: hidden;
    height: 50%;
    border-top-right-radius: 70px;
    opacity: 1;
    position: absolute;
    top: 18%;
    width: 107%;
    left: -65px;
    z-index: 0;
    
}
.section_box_botton_bg.black, 
.section_botton_backround_bg.black, 
.section_box_botton.black>div.section_box-content{
    background: black;
}
.section_box_text.small {
    color: #d32d0d;
    padding-bottom: 40px;
    font-family: 'Calibri';
}
.section_box_steps_step_title{
    background:#ef6623;
    color: white;
    max-width: 230px;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
}
.section_box_blocks_block_img {
    background: #ef6623;
    width: 60px;
    height: 60px;
    padding: 0 5px;
    text-align: center;
    object-fit: contain;
    border-radius: 10px;
}
.section_box_blocks_block_img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    min-height: 60px;
}
.section_box_steps_step {
    padding-top: 10px;
}
.section_box_steps_step_text {
    max-width: 943px;
    padding-top: 10px;
}
.section_box_blocks{
    flex-wrap: wrap;
}
.section_box_blocks_block {
    width: calc(40% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 350px;
}
.section_box_botton_img img{
    width: 100px;
}
.section_box_botton_img {
    display: flex;
    justify-content: end;
    padding-top: 0;
}
.section_box_botton_text {
    color: white;
}
.section_box_blocks.flex {
    margin: auto;
    max-width: 1300px;
}
.section_box_text {
    display: block;
    margin: auto;
    max-width: 1300px;
}
.section_box_botton{
    position: relative;
}
.section_block.backround {
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1600px;
    position: relative;
    top: -3px;
}

.section_box_botton_top {
    transform: rotate(-11deg);
    background: black;
    overflow: hidden;
    height: 50%;
    border-top-left-radius: 70px;
    opacity: 1;
    position: absolute;
    top: 17%;
    width: 107%;
    left: 15px;
    z-index: 0;
}
.section_box_botton.black {
    overflow: hidden;
}
.section_box_title {
    margin: auto;
    max-width: 1300px;
}
.section_box_botton.black>div.section_box-content, 
.section_botton_backround_bg.black {
    margin-left: auto;
    max-width: 800px;
    padding-left: 100px;
}
.section_box-content {
    z-index: 1000000;
    position: relative;
}
.section_logo img {
    width: 300px;
}
.section_logo {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    margin: auto;
    max-width: 1000px;
}
.section_title {
    padding-left: 10%;
}
.section_title img {
    width: 100%;
    max-width: 850px;
}
.section:nth-child(2) {
    margin: auto;
    max-width: 1300px;
    display: block;
}
.specialist-blockcards-bottom_image .img:before {
    content: '';
    position: absolute;
    top: 54px;
    left: -24px;
    width: 100%;
    height: 94%;
    border-radius: 25px;
    background: #9d4e65;
    z-index: 1;
}
.specialist-blockcards-bottom_image .img {
    position: relative;
}
.specialist-blockcards-bottom_image img {
    position: relative;
    z-index: 10;
}
.section_box_title {
    padding-top: 5%;
}
.section_box_text.small {
    max-width: 900px;
    margin-left: 0;
}
.section_box_steps_step {
    margin-bottom: 15px;
}
.section_box_title .mini {
    font-size: 80px;
}
.section_box_text h5.min {
    color: #70243c;
    margin-bottom: 25px;
}
.section_box_botton_bg.black, 
.section_box_botton.black>div.section_box-content, 
.section_botton_backround_bg.black {
    margin-top: 33%;
}
.section_box_botton_bg.black, 
.section_box_botton.black>div.section_box-content, 
.section_botton_backround_bg.black {
    padding-bottom: 44px;
    padding-right: 49px;
}
.section_box_botton_bg.black, 
.section_box_botton.black, 
.section_botton_backround_bg.black {
    max-width: 800px;
    margin-right: 0;
    margin-left: auto;
}
.section_botton_backround_bg.black {
    
    border-bottom-right-radius: 60px;
}

.small{
    font-size: 35px;
}
.specialist-section_heading>*, 
.section-clients_heading>*  {
    font-size: 70px;
}
.specialist-section_heading{
    width:100%;
    text-align: center;
}
.section-clients_heading{
    display: flex;
    flex-direction: column;
}
.specialist-section_block-cards{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.specialist-section_blockcards-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.specialist-section_blocks{
    width: calc(100% / 3 - 20px);
    border: solid 1px;
    height:95px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-weight: 900;
    margin-bottom: 20px;
}
.specialist-section_blocks>span{
    width: 100%;
    text-align: center;
    max-width: 200px;
    font-size: 21px;
    color: black;
}
.specialist-section-block-cards-bottom{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}
.specialist-blockcards-bottom_image{
    width: calc(100% / 3 - 20px);
}
.specialist-blockcards-bottom_cards{
    width: calc(100% - (100% / 3 - 20px) - 29px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    height: fit-content;
}
.specialist-blockcards-bottom_cards>div{
    width: calc(100% / 2 - 15px) ;
}
.subtitle{
    font-size: 52px;
    color:#70243c;
}
.section_botton_backround_bg.black {
    opacity: 0.6;
}
.specialist-section_blocks, .image_block {
    border: 2px solid #70243c;
}
.logo-text span, .section-bottom ul li a{
    font-family: 'Arial';
}
.section-bottom ul li a {
    font-size: 50px;
}

.specialist-section_blocks>span {
    display: block !important;
    max-width: 90%;
}
.section-bg .section-top{
    background: url(../img/footer-image.jpg) no-repeat;
    background-size: cover;
    bottom: -15px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 1000px;
}
.section-bg .section-top:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:white;
    opacity: 0.8;
    content: '';
    z-index: -1;
}
.section-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -139px;
    z-index: 0;
}
.section-bottom ul, .section_text ul {
    list-style: none;
    padding-left: 0;
}
.section-bottom {
    background: #5a5a5a;
    padding: 30px;
    min-height: 500px;
    display: flex;
    margin-top: 200px;
    position: relative;
}
.section-bottom ul, .section_text ul{
    max-width: 80%;
    margin: auto;
}
.section-bottom ul li img{
    width: 30px;
}
.section_text ul li img {
    width: 55px;
}
.section-bottom ul li, .section_text ul li{
    text-align: center;
    margin-bottom: 15px;
}
.section-bottom ul li a, .section_text ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-size: 50px;
}
.section_text ul li a{
    color: black;
    font-size: 60px;
}
.section_text {
    padding-left: 0;
    margin-top: 15px;
}
.section-bottom:before {
    content: '';
    position: absolute;
    top: -116px;
    left: 0;
    width: calc(100% + 28px);
    height: 400px;
    background: #5a5a5a;
    transform: rotate(6deg);
    left: -28px;
    z-index: 0;
}
.section-bg {
    overflow: hidden;
}
.section_text {
    z-index: 100000;
    position: relative;
}
.section_botton_text .mini{
    font-size: 40px;
}
.section-bottom ul {
    position: relative;
    z-index: 10;
}

.section:not(.main-section){
    padding: 0 25px;
}
.section-menu {
    padding: 20px 15px;
}
ul.menu li a {
    text-decoration: none;
    color: black;
    padding: 0 15px;
    font-weight: 900;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus{
    color: #ef6623;
    
}
.section-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f2f2;
    width: 100%;
    z-index: 1000000000000000000000000;
    text-align: center;
}
.title{
    font-size: 44px;
    color: black;
}
ul.menu {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    padding-left: 0;
}
.section_box_text.small{
    font-size: 38px;
}
button.mobile-btn{
    border: none;
    background: transparent;
}
button.mobile-btn span{
    width: 100%;
    display: inline-block;
    height: 2px;
    background: black;
    margin-bottom: 0px;
    min-width: 12px;
}
.section_box_steps_step_text.small, 
.section_box_steps_text.small {
    font-weight: 900;
    font-family: 'Calibri';
}
.section_box_blocks_block_text .small, .about-section_text-block>p{
    font-family: 'Calibri' !important;
}
.section-bottom ul li span, .section_text li span, .mobile-block a span{
    font-family: 'Calibri';
}
path {
    fill: #ef6623;
}
.specialist-section_blocks:hover, .specialist-section_blocks:hover span {
    color: white;
    background: #85223e;
    cursor: pointer;
    border-color: white;
}
.image_block:hover {
    border-color: #ef6623;
    cursor: pointer;
}
ul.menu {
    margin: auto;
    max-width: 850px;
}
.section-menu {
    background: #df6b2c !important;
    padding: 0;
}
ul.menu{
    gap: 0;
}
ul.menu li a{
    color: white;
    padding: 15px 20px;
    width: 100%;
    display: block;
    border-right: 1px solid white;
    color: white !important;
}
ul.menu li a:hover{
    background: #85223e;
}

i[class*="fa"]{
    color: #df6b2c;
}
i[class*="fa-whatsapp"]{
    color: #25D366;
}
.section_text ul li i[class*="fa"]{
    color: #df6b2c;
}
.section-bottom li:hover i[class*="fa"]{
    color: #25D366;
}
.section-bottom li:hover i[class*="fa-whatsapp"]{
    color: #df6b2c;
}
.section_text ul li i[class*="fa-whatsapp"]{
    color: #25D366;
}
.section-bottom li:hover span{
    text-decoration: underline;
    color: #25D366;
}
.section-bottom li:hover i[class*="fa-whatsapp"] + span{
    text-decoration: underline;
    color: #df6b2c;
}
.section-bottom li span, .section_text li a{
    font-family: 'Arial';
}
.section_text ul li:hover i[class*="fa"]{
    color: #25D366;
}
.section_text ul li:hover i[class*="fa-whatsapp"]{
    color: #df6b2c;
}
.section_text ul li:hover span{
    text-decoration: underline;
    color: #25D366;
}
.section_text ul li:hover i[class*="fa-whatsapp"] + span{
    text-decoration: underline;
    color: #df6b2c;
}
ul.menu li a span, ul.menu li a{
     font-family: 'Calibri';
     font-weight: 600;
}
ul.menu li:last-child a{
    border-right: none;
}
ul.fixed-menu {
    display: flex;
    list-style: none;
    margin-right: auto;
    margin-left: -4%;
}
.menu-block {
    display: flex;
}
.section-menu:not(.fixed) ul.fixed-menu{
    display: none;
}
ul.fixed-menu li{
    margin-right: 20px;
}
ul.fixed-menu li a{
    color: white;
    margin-right: 0;
    text-decoration: none;
}
ul.fixed-menu li a i{
    color: white;
    margin-right: 0;
}
ul.fixed-menu li:hover span, ul.fixed-menu li:hover i{
    color: #85223e;
}
.section_box_title{
    font-family: 'Arial';
}
.section_box_steps_step_title.mini{
    font-weight: bold;
}
.section_box_blocks_block_text .small {
    margin-top: 20px;
}
.about-section_heading .title, .title {
    font-size: 80px;
    font-family: 'Arial';
}
.title, .specialist-section_blocks:hover, .specialist-section_blocks:hover span,
.about-section_heading .subtitle, .subtitle, 
.section_box_botton_text .small, .section_box_botton.text .small,
.section-bottom ul li a, .section_text ul li a{
    font-family: 'Calibri';
}
.specialist-section_blocks span{
    font-family: 'Calibri';
}
.section_botton_text h3.mini span {
    font-family: 'Calibri';
}
.about-section_text-block>p {
    font-weight: 600;
    font-family: 'Arial';
}
.section-bottom ul li, .section_text ul li {
    display: flex;
    gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
ul.fixed-menu li a, ul.fixed-menu li a span{
    font-family: 'Calibri';
}
ul.menu li a span, ul.menu li a{
    cursor: pointer;
}
.page-up:not(.show){
    display: none;
}
.page-up {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #df6b2c;
    padding: 15px;
    border-radius: 50%;
    width: 48px;
    color: white;
    text-align: center;
    z-index: 10000000;
}
.page-up i{
    color: white;
}
.whatsapp-button {
    position: fixed;
    left: 30px;
    bottom: 35px;
    background: #25D366;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    z-index: 10000000000;
}
.whatsapp-button:before, .whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsapp-button:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media all and (max-width: 1199px){
    .section-menu {
        width: 100%;
        padding: 10px 15px;
    }
}
@media all and (max-width: 1199px) and (min-width: 768px){
    
    .menu-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    ul.fixed-menu {
        margin: 15px auto 0;
    }
}
@media all and (min-width: 768px){
    .mobile-block {
        display: none;
    }
}
@media all and (max-width: 767px){
    ul.menu.show li a:hover{
        color: #85223e;
        background: transparent !important; 
    }
    .section_botton_text h3.mini span{
        font-style: italic;
    }
    .section-menu.fixed .fixed-menu{
        display: none;
    }
    .section-menu {
        background: #f2f2f2 !important;
    }
    .mobile-block{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-block a {
        font-size: 20px;
        font-weight: 600;
        color: black;
        text-decoration: none;
        font-family: 'Calibri';
    }
    .mobile-block a i{
        margin-right: 5px;
    }
    .menu-block.opened {
        background: #f5f5f5;
    }
    .section-menu .menu-block.opened ul.fixed-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        gap: 15px;

    }
    .section-menu .menu-block.opened ul.fixed-menu li a{
        font-weight: 600;
    }
    .menu-block.opened ul {
        margin-top: 5%;
        margin-bottom: 15%;
    }
    .menu-block.opened ul li a{
        color: black !important;
        text-align: left !important;
        margin-bottom: 10px;
    }
    .menu-block.opened ul li a i{
        color: #ef6623;
    }
    .menu-block.opened ul li a:hover, .menu-block.opened ul li a:hover i{
        color: #25d366 !important;
    }
    .menu-block.opened ul li a:hover i[class*="fa-whatsapp"], .menu-block.opened ul li a:hover i[class*="fa-whatsapp"] + span{
        color: #ef6623 !important;
    }
    
    .menu-block.opened .menu{
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .mobile-block:not(.opened) button.mobile-btn {
        display: flex;
        flex-direction: column;
        width: 35px;
        gap: 8px;
    }
}
@media all and (max-width: 370px){
    a:first-child img {
        max-width: 50px;
    }
    .section:not(.main-section) {
        padding: 0 10px;
    }
    
}