@font-face {
    font-family: ProximaNovaBold; /* Имя шрифта */    
    src: url(../fonts/ProximaNovaBold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: ProximaNovaRegular; /* Имя шрифта */    
    src: url(../fonts/ProximaNovaRegular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: ProximaNovaSemibold; /* Имя шрифта */    
    src: url(../fonts/ProximaNovaSemibold.ttf); /* Путь к файлу со шрифтом */
}

.line {
    border-bottom: 1px solid #c0c0c06c;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
li{
    list-style: none;
}
body {
    font-family: 'ProximaNovaRegular', 'Open Sans', sans-serif;
    position: relative;
    background-color: #333;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fafafa; /*#333;*/
    max-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
h1, h2{
    font-family: "ProximaNovaBold";
    font-size: 72px;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    margin: auto;
    padding: 0;
}
p{
    font-family: "ProximaNovaSemibold";
    font-size: 20px;
    letter-spacing: 0.08em;
}
.h7 {
    margin: 10px auto;
}
.bg-black {
    background: #000000;
}
.bold {
    font-family: 'ProximaNovaSemibold';
}
.txt-10 {
    font-size: 14px;
    letter-spacing: 0.1px;
}
.txt-16 {
    font-size: 16px;
    letter-spacing: 0.8px;
    color: rgb(245, 245, 245);
    padding-left: 7px;
}
.txt-16b {
    background-color: #b5454545;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    border-radius: calc(.25rem - 1px);
}
.txt-right {
    text-align: right;
}
.border-b {
    border-bottom: 1px solid #c0c0c06c;
}
.p-top-100 {
    padding-top: 100px;
}
.p-top-25 {
    padding-top: 25px;
}
.p-top-120 {
    padding-top: 120px;
}
.m-bot-70 {
    margin-bottom: 70px;
}
.m-bot-50 {
    margin-bottom: 50px;
}
.m-top-25 {
    margin-top: 25px;
}
.font-awes {
    color: #fff;
}
.font-awes:hover {
    color: #cd3333;
}
.txt-center {
    text-align: center;
}
.mr-a {
    margin: auto;
}
.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .9s;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.navbar {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}
.navbar a {
    color: #fff;
}
.navbar-nav {
    margin: auto;
}
.navbar-collapse {
    flex-grow: 0;
}
.nav-item {
    margin-left: 13px;
    margin-right: 13px;
}
.nav-item a:hover {
    color: #cd3333;
}
.navbar-toggler-icon {
    color: #fff;
    border: none;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #cd3333;
}
.navbar-toggler-icon:hover {
    color: #cd3333;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.navbar-toggler {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    border: none;
}
.button {
    background-color: #cd3333;
    border: none;
    border-radius: 25px;
    color: white;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    font-family: "ProximaNovaSemibold";
    letter-spacing: 2px;
    opacity: 0.9;
}
.button:hover {
    background-color: #000000;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.7;
    text-decoration: none;
} 
button:focus {
    outline: none;
}
.orange {
    color: #cd3333!important;
}
.orange-number {
    color: #cd3333!important;
    font-size: 16px;
}
.orange-number:hover {
    color: #fff!important;
}
.w-100-mobile {
    width: 100%!important;
    display: none;
}
#scroller {
    position: fixed;    
    bottom: 5%;
    right: 5%;   
    background: transparent url(../img/icons/arrow.png) no-repeat left top;  
    width: 51px;
    height: 51px;
    cursor: pointer;
    opacity: 0.7;
    display: none;
    z-index: 9999;
}
#scroller:hover {
    opacity: 1;
}
.br-none {
    position: absolute;
}
.visible-block {
    content: url('../img/icons/visible.png');
    position: absolute;
    float: right;
    top: 15px;
    right: 17px;
}
.unvisible-block {
    content: url('../img/icons/unvisible.png');
    position: absolute;
    float: right;
    top: 15px;
    right: 17px;
}
.unactive {
    display: none;
}
footer .navbar-brand {
    margin-right: auto;
}
.new-navbar-brand {
    padding: 0;
}
/*************************/
/*  SLIDE            1   */
/*************************/
.slide-one {
    background: #000000;
    background-image: url(../img/main/main1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}
.preround {
    display: inline-block;
    height: 187px;
    width: 187px;
    margin: 20px auto;
}
.round {
    background-color: #000000;
    position: absolute;
    height: 187px;
    width: 187px;
    border-radius: 100px;
    opacity: 0.4;
}
.preround2 {
    display: inline-block;
    height: 75px;
    width: 75px;
    margin: 20px 15px;
}
.round2 {
    background-color: #000000;
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 100px;
    opacity: 0.4;
}
.myicon2 {
    position: relative;
    margin: auto;
    top: 15px;
    color: #fafafa;
}
.myicon2 a {
    color: #fafafa;
}
.myicon2 a:hover {
    color: #cd3333;
}
.myicon {
    position: relative;
    margin: 50px auto;
    top: -10px;
}
.myicon a {
    color: #fafafa;
}
.myicon p {
    font-size: 16px;
    padding-top: 15px;
}
.slide-one .myicon {
    top: 0px;
}
.arrowdn {
    margin-top: 120px;
    margin-bottom: 60px;
}
/*************************/
/*          END          */
/*************************/

/*************************/
/*  SLIDE            2   */
/*************************/
.slide-two {
    background: #000000;
    background-image: url(../img/main/main2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 90px;
}
.about {
    margin: 20px auto;
}
.brand img{
    margin: auto;
    padding-bottom: 2px;
}
.slide-two-text {
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.slide-two .myicon {
    top: -20px;
}
.roundblock .preround{
    margin-top: 45px;
    margin-left: 50px;
    margin-right: 50px;
}
/*************************/
/*          END          */
/*************************/
/*************************/
/*  SLIDE            2.5 */
/*************************/
.slide-two-one {
    background: #000000;
    background-image: url(../img/main/main6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 80px;
}
.stage-text {
    font-size: 20px;
    padding-top: 12px;
}
.stage-text2 {
    font-size: 16px;
    padding-top: 5px;

}
.slide-two-text .stage-text2 {
    padding-top: 30px;
}
.preround3 {
    display: inline-block;
    margin: auto;
}
.round3 {
    background-color: #000000;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    opacity: 0.4;
}
.myicon3 {
    position: relative;
    margin: auto;
}
.myicon3 img{
    height: 60px;
    width: 60px;
    margin: 20px;
}
/*************************/
/*          END          */
/*************************/
/*************************/
/*  SLIDE            3   */
/*************************/
.slide-three {
    background: #000000;
    background-image: url(../img/main/main3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 32px;
}
#accordeon {
	margin: 0;
}
.acc-head {
	padding: 0 10px;
	cursor: pointer;
}
.acc-body {
	/*border-bottom: 1px solid #c0c0c06c;*/
	margin-bottom: 5px;
	display: none;
}
.accordion-mobile {
    display: none;
}
.wework {
    margin-top: 25px;
    margin-bottom: 25px;
}
.accordion {
    text-align: left;
    font-family: 'ProximaNovaSemibold';
}
.accordion .card-header .btn {
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 50px;
}
.card {
    border: none;
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 2px;
}
.card-header {
    background-color: rgba(212, 212, 212, 0.25);  
    padding: 0;
    border: none;
}
.card-header:hover {
    background-color: rgba(255, 255, 255, 0.40);  
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.card-body {
    padding-left: 32px;
    padding-bottom: 5px;
}
table {
    width: 100%; 
    text-align: left;
}
table td, th {
    padding: 5px 3px;
    letter-spacing: 0.08em;
    font-size: 18px;
    max-width: 300px;
}
.txt-star {
    text-align: left;
    font-size: 18px;
    line-height: 13px;
    padding-top: 55px;
}
.txt-star p {
    font-size: 18px;
}
.activee {
    display: block;
}
.comment {
    font-family: "ProximaNovaRegular";
    padding-top: 15px;
    line-height: 20px;
}
.comment-count {
    font-family: "ProximaNovaRegular";
    font-size: 12px;
}
/*************************/
/*          END          */
/*************************/

/*************************/
/*  SLIDE            4   */
/*************************/
.slide-four {
    background: #000000;
    background-image: url(../img/main/main4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 80px;
}
.slide-four-after {
    float: left;
    margin-left: 15px;
}
.slide-four-before {
    float: right;
    margin-right: 15px;
}
.black-square {
    box-shadow: 0 40px 1px 18px rgba(0,0,0,0.60);
    border-radius: 15px;
}
.squaretxt {
    font-size: 20px;
    padding-top: 15px;
    opacity: 1;
    color: #fff;
}
.carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right: -40px;
}
/*************************/
/*          END          */
/*************************/

/*************************/
/*  SLIDE            5   */
/*************************/
.slide-five {
    background: #000000;
    background-image: url(../img/main/main5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 80px;
}
.form-group {
    margin: auto;
    padding: 20px 0;
    color: #fff;
}
.form-control {
    font-family: "ProximaNovaSemibold";
    font-size: 20px;
    letter-spacing: 0.08em;
    margin: auto;
    padding: 0.250rem .75rem;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    box-sizing: content-box;
    min-width: 350px;
}
.slide-five .button {
    margin: auto;
}
.slide-five-txt {
    text-align: center;
    margin: 10px auto;
}
.slide-five .myicon {
    top: 0px;
}
/*************************/
/*          END          */
/*************************/

/*************************/
/*  SLIDE       privacy  */
/*************************/
.slide-privacy {
    background: #000000;
    /*background-image: url(../img/main/main6.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    color: #ffffff;
    letter-spacing: 0.03em; 
}
.slide-privacy h1 {
    font-size: 32px;
}
/*************************/
/*          END          */
/*************************/

/*************************/
/*  SLIDE       REVIEW   */
/*************************/
.slide-review {
    background: #000000;
    background-image: url(../img/main/main2-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-bottom: 100px;
}
.review {
    letter-spacing: 0.03em;
}
.review-author {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    color: #fff;
    font-style: italic;
    letter-spacing: 0.05em;
}
.rounded-circle {
    border: 3px solid rgba(255, 255, 255, 0.60);
}
.carousel-indicators {
    bottom: -58px;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, .5);
}
.slide-review .carousel-indicators .active {
    background-color: #fff;
}
/*************************/
/*          END          */
/*************************/

/*************************/
/*  SLIDE       FOOTER   */
/*************************/
footer {
    background: #000000;
    text-align: center;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 1px;
    font-family: "ProximaNovaRegular";
    font-size: 16px;
    letter-spacing: 0.08em;
}
.footer-nav {
    margin: 30px auto;
}
.footer-item {
    display: inline;
    margin: auto;
    padding: 0 20px;
}
.footer-item a{
    text-decoration: none;
    color: #fff;
}
.footer-item a:hover{
    color: #cd3333;
}
.contact-item {
    margin: auto;
}
.contact-item a {
    color: #fff;
    font-size: 18px;
    margin: auto 15px;
    text-decoration: none;
}
.contact-item a:hover {
    color: #cd3333;
}
.contact-item2 {
    margin-top: 35px;
    margin-bottom: 10px;
}
.contact-item2 a {
    color: #fff;
    font-size: 18px;
    margin: auto 10px;
    text-decoration: none;
}
.contact-item2 a:hover {
    color: #cd3333;
}
.end {
    margin: 20px auto 20px auto;
}
.hr-line {
    width: 110px;
    border-top: 1px solid #fff;
    margin: auto;
}

/*************************/
/*      VISIT-PAGE       */
/*************************/

.height-visit-page {
    padding-top: 10%;
}
.color-wa {
    background-color: #25D366;
    padding: 0.575rem;
}
.color-tg {
    background-color: #229ED9;
    padding: 0.575rem;
}
.color-vk {
    background-color: #0077ff;
    padding: 0.575rem;
}
.color-inst {
    background-color: #E4405F;
    padding: 0.575rem;
}
.color-tg-ch {
    font-family: "ProximaNovaRegular";
    background-color: #229ED9;
    padding: 0.375rem 1.575rem;
}
.color-site {
    font-family: "ProximaNovaSemibold";
    color: #000000;
    background-color: #fafafa;
    padding: 0.375rem 1.575rem;
}
.btn-round {
   border-radius: 30px;
   border: none;
}
.visit-img {
    padding: auto;
    margin: auto;
    height: 30px;
}
.span-visit-icon {
    padding-right: 5px;
}
.phone {
    color: #fff;
    font-family: "ProximaNovaRegular";
}
.phone:hover {
    color: #cd3333;
}
/*************************/
/*          END          */
/*************************/
@media screen and (max-width: 1200px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
    }
    .martop-3 {
    margin-top: 3px;
    }
    .new-navbar-brand img {
        height: 22px;
    }
    .carousel-control-prev {
        left: -3%;
    }
    .carousel-control-next {
        right: -3%;
    }
    .carousel-control-next {
        justify-content: flex-end;
        width: 15%;
    } 
    .carousel-control-prev {
        justify-content: flex-start;
        width: 15%;
    }
    .form-control {
        min-width: 290px;
    }
    .slide-five-txt {
        margin-top: 25px;
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav {
    margin: auto;
    margin-top: 15px;
    }
    .new-navbar-brand img {
        height: 24px;
    }
    .arrowdn {
        margin-top: 170px;
        margin-bottom: 120px;
    }
    .slide-two-text {
        margin: 20px 3%;
    }
    .roundblock .preround {
        margin-top: 45px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .accordion-pc {
        display: none;
    }
    .accordion-mobile {
        display: block;
    }
    .form-control {
        min-width: 300px;
    }
    .black-square {
        box-shadow: 0 50px 1px 18px rgba(0,0,0,0.60);
        width: 89%;
    }
    .carousel-control-prev {
        left: -5%;
    }
    .carousel-control-next {
        right: -5%;
    }
    .slide-four-before {
        margin-right: 0;
    }
    .slide-four-after {
        margin-left: 0;
    }
    .accordion .card .card-header {
        border-radius: calc(.20rem - 1px);
    }
    .accordion>.card:not(:first-of-type) .card-header:first-child {
        border-radius: calc(.20rem - 1px);
    }
    .txt-16b {
        background-color: transparent;
    }
}
@media screen and (max-width: 767px) {
    .height-visit-page {
        padding-top: 40%;
    }
    .height-visit-page .small, small {
        font-size: 100%;
    }
    .new-navbar-brand img {
        height: 24px;
    }
    .brand img{
        height: 14px;
        padding-bottom: 3px;
    }
    h1, h2{
        font-size: 26px;
        letter-spacing: 0.05em;
        line-height: 1.1em;
    }
    p{
        font-size: 14px;
        letter-spacing: 0.08em;
    }
    .txt-10 {
        font-size: 10px;
        letter-spacing: 0.1px;
    }
    .p-0-mobile {
        padding: 0;
    }
    .p-top-120{
        padding-top: 30px;
    }
    .p-top-100{
        padding-top: 60px;
    }
    .orange-number {
        font-size: 14px;
    }
    .slide-one {
        padding-top: 60px;
        padding-bottom: 60px;
        height: 100vh;
        min-height: 600px;
    }
    .button {
        font-size: 14px;
        padding: 8px 20px;
        margin: 10px auto;
    }
    .arrowdn {
        display: none;
    }
    .round {
        display: none;
    }
    .preround {
        height: auto;
        width: auto;
        margin-bottom: 0;
    }
    .myicon {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .myicon img {
        width: 25%;
    }
    .myicon p {
        font-size: 14px;
    }
    .m-bot-50 {
        margin-bottom: 5px;
    }
    .slide-two {
        padding-bottom: 15px;
    }
    .about {
        margin-bottom: 0;
    }
    .slide-two-text {
        margin-bottom: 0;
    }
    .slide-two-one {
        padding-bottom: 50px;
    }
    .slide-two-one .m-bot-50 {
        margin-bottom: 20px;
    }
    .round3 {
        height: 60px;
        width: 60px;
        border-radius: 100px;
        opacity: 0.4;
    }
    .myicon3 img{
        height: 34px;
        width: 34px;
        margin: 13px;
    }
    .stage-text {
        font-size: 14px;
        padding-top: 8px;
    }
    .stage-text2 {
        font-size: 12px;
        padding-top: 10px;
    }
    .slide-two-text .stage-text2 {
        padding: 15px 5% 0 5%;
    }
    .wework {
        margin-bottom: 5px;
    }
    .accordion .card .btn {
        font-size: 14px;
    }
    table td, th {
        font-size: 13px;
    }
    .txt-star p {
        font-size: 13px;
    }
    .txt-star {
        padding-top: 30px;
        line-height: 5px;
    }
    .div-center {
        margin: 30px auto;
    }
    .slide-three {
        padding-bottom: 10px;
    }
    .m-bot-70 {
        margin-bottom: 0;
    }
    .form-group {
        margin: auto;
        max-width: 300px;
    }
    .input-group {
        padding-top: 0;
    }
    .form-control {
        padding-right: 0px;
        margin: auto;
    }
    .slide-four .m-bot-50 {
        margin-bottom: 25px;
    }
    .slide-five .button {
        margin: auto;
    }
    .slide-five .preround {
        display: none;
    }
    .slide-five {
        padding-bottom: 50px;
    }
    .slide-five-txt {
        margin-top: 5px;
    }
    .w-100-mobile {
        display: block;
    }
    .carousel-control-next {
        right: -6%;
    }
    .carousel-control-prev {
        left: -6%;
    }  
    #carouselReviews {
        padding-top: 40px;
    }
    .slide-review {
        font-size: 14px;
    }
    .review-author {
        font-size: 14px;
    }
    .carouselExampleIndicators {
        width: 50%;
    }
    .black-square {
        margin-top: 15px;
        box-shadow: 0 35px 1px 10px rgba(0,0,0,0.60);
        width: 89%;
    }
    .squaretxt {
        padding-top: 7px;
    }
    .txt-16 {
        font-size: 13px;
    }
    .slide-privacy h1 {
        font-size: 20px;
    }
    .slide-privacy h3 {
        font-size: 16px;
    }
    .slide-privacy li {
        font-size: 14px;
    }
    .slide-privacy P {
        font-family: 'ProximaNovaRegular', 'Open Sans', sans-serif;
    }
    .comment {
        line-height: 15px;
    }
    
}
@media screen and (max-width: 576px) {
    .stage-text {
        font-size: 14px;
        padding-top: 5px;
    }
    .stage-text2 {
        font-size: 12px;
        padding-top: 10px;
    }
    .review-img {
        width: 150px;
        margin-bottom: 35px!important;
    }
    .review {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wework {
        display: none;
    }
    .black-square {
        box-shadow: 0 35px 5px 15px rgba(0,0,0,0.60);
        width: 70%;
        margin-top: 2px;
    }
    .carousel-control-next {
        justify-content: center;
        right: -3%;
    }
    .carousel-control-prev {
        justify-content: center;
        left: -3%;
    }  
    .slide-review .carousel-control-next {
        justify-content: center;
        right: -8%;
    }
    .slide-review .carousel-control-prev {
        justify-content: center;
        left: -8%;
    }  
    .slide-four-before {
       margin: auto;
       float: none;
    }
    .slide-four-after {
        margin: auto;
        float: none;
    }
    .squaretxt {
        padding-top: 7px;
    }
    .preround2 {
        margin: 5px;
        width: 40px;
        height: 40px;
    }
    .round2 {
        width: 40px;
        height: 40px;
    }
    .myicon2 {
        top: 5px;
    }
    .preround2 .fa-2x {
        font-size: 1em;
    }
    .slide-five .form-group {
        padding: 10px 0 ;
    }
    .card-body {
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media screen and (max-width: 400px) {
    .form-group {
        min-width: auto;
        width: 100%;
        margin: 0 auto;
        padding-top: 0; 
    }
    .form-control {
        min-width: 230px;
        width: 100%;   
    }
    .mt-5, .my-5 {
        margin-top: 2rem!important;
    }
    .roundblock {
        margin-top: 30px;
    }
    .roundblock .preround {
        margin-top: 0;
    }
}
@media screen and (max-width: 350px) {
   .slide-three {
        font-size: 13px;
   }
   .accordion .card .btn {
        font-size: 13px;
}
}

.container-fluid .slide-one .p-top-120 {
    height: 100vh;
}

@media screen and (max-width: 767px){
    .top-padding {
    margin-top: 30%;
    }
}