@import url("../fonts/fonts.css");
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
:root {
    --main-color: #6d4c9b;
}
body{    
    font-family: 'Gotham Pro';
    outline: none !important;
    font-size: 16px;
    line-height: 20px;
}
#toTop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 10000;
}

#toTop i {
    color: #333;
    font-size: 70px;
}
.noa,
.noa:active,
.noa:hover,
.noa:visited {
    text-decoration: none;
    color: inherit;
}

header {
    padding: 30px 0 60px 0;
    overflow-x: hidden;
    position: relative;
}

img,
video {
    max-width: 100%;
}

.container {
    max-width: 1410px;
}

.slogan {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 1.63px;
    margin-top: 20px;
}

.menu {
    margin-top: 48px;
}

.menu-item a {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    transition: .4s;
}

.menu-item {
    position: relative;
}

.menu-item:after {
    content: ' ';
    height: 100%;
    width: 0;
    display: block;
    background: var(--main-color);
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: -1;
    transition: .4s;
}

.menu-item:hover:after {
    width: 100%;
}

.menu-item:hover a {
    color: #fff;
}

.newside {
    font-size: 30px;
    line-height: 36px;
    text-transform: lowercase;
    margin-top: 20px;
    position: relative;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}

.newside:after {
    position: absolute;
    display: block;
    content: ' ';
    left: 0px;
    top: 0px;
    background: var(--main-color);
    height: 40px;
    width: 1000px;
    z-index: -1;
}

.candy {
    position: absolute;
    left: 0;
    bottom: 0;
}

.slide {
    position: relative;
    height: calc(100vh - 215px);
    overflow: hidden;
}

.slide-href {
    width: 50%;
    background: var(--main-color);
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 100;
    text-align: right;
    color: #fff;
    height: 40px;
    text-transform: lowercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    transition: .4s;
    cursor: pointer;
}

.slide-href:hover {
    background: #fff;
    color: var(--main-color);
}

.viol-block {
    width: 100%;
    max-width: 450px;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-top: 100px;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 900;
}

.viol-block a {
    font-size: 30px;
}

.viol-block:last-child {
    margin-left: 30px;
}

.sec-sec .row {
    margin-top: 60px;
    text-align: justify;
}

.sec-sec .row > div {
    line-height: 24px;
}

.third-sec {
    padding: 85px 0;
}

.mydots button {
    height: 25px;
    width: 25px;
    background: #fff;
    margin-right: 30px;
    border: none;
    box-shadow: none;
    transition: .4s;
    cursor: pointer;
}

.mydots button.active {
    background: var(--main-color);
}

.all-nav {
    position: absolute;
    z-index: 100;
    bottom: 5%;
    width: calc(100% - 30px);
    left: 15px;
    color: #fff;
}

.all-nav i {
    font-size: 45px;
}

.all-nav .myprev {
    margin-right: 30px;
}

.all-nav .myprev,
.all-nav .mynext {
    cursor: pointer;
    transition: .4s;
}

.all-nav .myprev:hover,
.all-nav .mynext:hover {
    color: var(--main-color);
}

.kvadrat {
    position: absolute;
    top: 20px;
    right: 0;
}

.viol-title {
    width: 50%;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    background: var(--main-color);
    padding: 10px 0;
    text-align: right;
    font-weight: 900;
    letter-spacing: 2px;
}

.pad {
    padding: 85px 15px;
}

.coun {
    font-size: 130px;
    text-align: center;
    color: var(--main-color);
    line-height: 130px;
    font-weight: 900;
    position: relative;
    margin-bottom: -30px;
}



.col-my {
    max-width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.why-text {
    margin-top: 65px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 35px;
}

.why-img {
    position: relative;
}

.why-img:after {
    position: absolute;
    content: ' ';
    width: 15px;
    height: 90px;
    bottom: -45px;
    left: 35px;
    background: var(--main-color);
}

.myvid {
    position: relative;
    top: 100%;
    margin-top: -100%;
    width: 100%;
}

.km-title,
.km-title-span {
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    color: var(--main-color);
    text-align: center;
}

.km-wrap {
    margin: 0 45px 15px 45px;
}

.km-text {
    font-size: 16px;
    max-width: 120px;
    margin: auto;
    margin-top: 30px;
    font-weight: 900;
    text-align: center;
}

.pad-sec {
    padding-bottom: 85px;
}

.why-num {
    font-size: 130px;
    line-height: 130px;
    text-align: center;
    color: var(--main-color);
    font-weight: 900;
    margin-bottom: -33px;
}

.why-lil-text {
    padding-left: 35px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}

.designer-daun {
    margin-right: -5px;
}

.fullrow .why-img:after {
    left: 15px;
}

.fullrow .why-text,
.fullrow .why-lil-text {
    padding-left: 15px;
}

.map-wrap {
    padding: 85px 0 45px;
    position: relative;
}

.map.slide-href {
    left: auto;
    right: 0;
    bottom: 100px;
    display: flex;
    align-items: center;
    text-align: left;
}

.map.slide-href a {
    justify-content: flex-start;
    text-transform: lowercase;
    font-size: 30px;
    line-height: 36px;
}



.map-icons-wrap > div {
    margin-top: 40px;
    width: 20%;
}

.form-title {
    font-size: 24px;
    line-height: 30px;
    width: 50%;
    float: right;
    padding: 0 15px;
    margin-bottom: 40px;
    font-weight: 300;
}

.form-sec {
    padding: 85px 0;
}

.graf {
    margin-bottom: 60px;
}
.graf:first-child
{
    margin-bottom: 71px;
}
.graf:nth-child(2)
{
    margin-bottom: 68px;
}


.graf i {
    margin-right: 65px;
    font-size: 70px;
}

.graf span {
    max-width: 380px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.graf span a {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

#myform input,
#myform textarea {
    width: 100%;
    background: var(--main-color);
    border-radius: 0;
}

#myform input,
#myform textarea {
    padding: 20px 5px;
    border: none;
    text-shadow: none;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

#myform input::placeholder,
#myform textarea::placeholder {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

#myform > div {
    margin-bottom: 40px;
}

.sub button {
    width: 100%;
    background: var(--main-color);
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    border: 2px solid transparent;
    text-shadow: none;
    transition: .4s;
}

.sub button:hover {
    background: #fff;
    border: 2px solid var(--main-color);
    color: #000;
}

footer {
    background: var(--main-color);
    margin-bottom: 30px;
}

footer .container {
    background: #fff;
    position: relative;
    max-width: 1380px;
}

footer .empty {
    height: 50px;
    width: 85px;
    background: var(--main-color);
    margin: 0 15px 0 115px;
}

footer .foot-block {
    padding: 15px 20px;
    background: var(--main-color);
    margin: 0 25px;
    color: #fff;
    transition: .4s;
}

footer .foot-block:hover {
    background: #fff;
    color: var(--main-color);
}

footer .foot-block a {
    font-size: 16px;
}

footer i {
    font-size: 50px;
    color: var(--main-color);
}

.foot-soc a:first-child i {
    padding-left: 115px;
    margin-right: 25px;
    transition: .4s;
}

.foot-soc a:last-child i {
    padding-right: 115px;
    transition: .4s;
}

.foot-soc a:first-child i:hover {
    color: #000;
}

.foot-soc a:last-child i:hover {
    color: #000;
}

footer .last-block {
    background: var(--main-color);
    position: absolute;
    right: 0;
    width: 320px;
    height: 50px;
}

.desc-none {
    display: none;
}

.map-icon img {
    width: 40px;
}

.map-icon-text {
    width: 180px;
    margin-left: 20px;
}

#myModal.show {
    background: rgba(0, 0, 0, .4);
}

#myModal .modal-content {
    background: transparent;
    position: relative;
}

#myModal .modal-body {
    background: rgba(0, 0, 0, .6);
}

#myModal .modal-title {
    line-height: initial;
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #6d4c9b;
    font-weight: 900;
    letter-spacing: 2px;
}

#myModal .close {
    padding: 0;
    background-color: #e6f1fe;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 10px 15px;
    font-size: 35px;
    z-index: 10;
    float: right;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

#myModal .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 44px 5px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #262626;
    background-color: #6d4c9b;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#myModal .form-control::placeholder {
    color: #000;
}

#myModal button.my-btn {
    background: var(--main-color);
    border: none;
    color: #fff;
    font-size: 30px;
    padding: 32px 5px;
    display: block;
    width: 100%;
    font-weight: 900;
    cursor: pointer;
    transition: .4s;
}

#myModal button.my-btn:hover {
    background: #fff;
    color: var(--main-color);
}

#myModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.kvad1 {
    background: repeating-linear-gradient(45deg, #6d4c9b, #6d4c9b 15px, transparent 15px, transparent 32px);
    width: 180px;
    height: 160px;
    position: absolute;
    top: -35px;
    left: -50px;
    z-index: -1;
}

.kvad2 {
    background: repeating-linear-gradient(-45deg, #fff, #fff 15px, transparent 15px, transparent 32px);
    width: 180px;
    height: 160px;
    position: absolute;
    bottom: -35px;
    right: -50px;
    z-index: -1;
}

.iwrap {
    width: 130px;
}

.iwrap img {
    width: 45px;
}

.fors-text {
    background: #fff;
    position: relative;
    padding-top: 20px;
}

.sup-prev {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 100;
    transition: .4s;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    cursor: pointer;
}

.sup-next {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 100;
    transition: .4s;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    cursor: pointer;

}

.sup-next:hover,
.sup-prev:hover {
    opacity: 1;
}

.mob-menu,
.burg{
    display: none;
}
.burg img
{
    width: 20px;
}
.newside-mob
{
    display: none;
}
.foot-soc
{
    height: 50px;
}

.foot-soc a
{
    display: inline-block;
    height: 50px;
    width: 50px;
}
.foot-soc a:last-child
{
    margin-left: 20px;
}
.cls-1
{
    transition: .4s;
}
.foot-soc a:hover .cls-1
{
    fill:#000;
}
.part-name {
    background: var(--main-color);
    font-size: 25px;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    position: relative;
}
.part-name:after{
    content: '';
    background: url(../image/part-line.png) no-repeat;
    width: 111px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: -50px;
    z-index: -1;
}
@media(max-width:1410px) {
    .km-wrap {
        margin: 0 25px 15px 25px;
    }
    .map-icons-wrap > div {
        width: 18%;
    }

    .slogan {
        letter-spacing: 0;
        font-size: 36px;
    }
    .why-text {
        font-size: 15px;
    }
    .slide {
        height: calc(100vh - 210px);
    }
}

@media(min-width:601px) and (max-width:1200px) {
    .sup-next,
    .sup-prev {
        display: none;
    }
    .map-icons-wrap > div {
        justify-content: center !important;
    }
    .form-sec {
        padding: 15px 0;
    }
    footer .hell {
        justify-content: space-between;
    }
    footer .empty,
    footer .last-block {
        display: none;
    }
    .foot-soc a:first-child i {
        padding-left: 30px;
        margin-right: 25px;
    }

    .foot-soc a:last-child i {
        padding-right: 30px;
    }
    .map-wrap {
        padding: 15px 0;
    }
    .map-icons-wrap > div {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .pad-sec {
        padding-bottom: 15px;
    }
    .viol-title {
        width: 100%;
    }
    .sec-sec .row {
        margin-top: 15px;
    }
    .slide {
        height: auto;
    }
    .myvid {
        margin-top: 0;
        top: 0;
    }
    .form-title {
        width: 100%;
        text-align: center;
    }
    .map-icons-wrap > div {
        width: 50%;
    }
    .fullrow > div {
        margin-bottom: 15px;
    }
    .viol-block,
    .viol-block:last-child {
        margin: 15px;
    }
    .slogan,
    .newside {
        font-size: 26px;
    }
    .kvadrat {
        top: 10%;
    }
    .menu-item:after {
        width:100%;
    }
    .menu-item a {
        color: #fff;
    }
    .col-my {
        max-width: 33.333%;
    }
    .row.my-row {
        justify-content: space-between;
    }
    .km-text {
        margin-top: 15px;
        max-width: 300px;
    }
    .km-wrap {
        width: 50%;
        margin: 15px 0;
    }

}

@media(max-width:600px) {
.part-logo {
    text-align: center;
    background: #000;
    width: 100%;
    margin: 0 0 20px 0;
        padding: 5px;
}
    .foot-soc
{
    height: 25px;
}

.foot-soc a
{
    height: 25px;
    width: 25px;
}
.foot-soc a:last-child
{
    margin-left: 10px;
}

     .cls-1
    {
        fill:#fff !important;
    }
    .newside-desc
    {
        display: none;
    }
    .newside-mob
    {
        display: block;
    }
    .mob-numb > div
    {
        margin-top: 30px;
    }
    .fors-text
    {
        padding-top:0;
        margin-top: -25px;
    }
    .burg
    {
        display: block;
        width: 19px;
        margin-left: auto;
    }
    .sup-next,
    .sup-prev {
        display: none;
    }
    .iwrap i {
        font-size: 40px;
        margin-left: 15px;
    }
    .iwrap {
        width: auto;
        margin: 0 15px;
    }
    .iwrap img {
        width: 40px;
    }
    .graf {
        margin-bottom: 15px;
    }
    .graf span,
    .graf span a {
        max-width: 280px;
    }
    .map-icon-text {
        width: calc(100% - 90px);
    }
    .mob-none {
        display: none;
    }
    .desc-none {
        display: block;
    }
    #toTop i {
        color: #333;
        font-size: 40px;

    }
    .form-sec {
        padding: 15px 0;
    }
    footer .hell {
        justify-content: space-between;
    }
    footer .empty,
    footer .last-block {
        display: none;
    }
    footer .foot-block {
        margin: 0;
        padding: 0px;
    }
    .foot-soc {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .foot-soc a:first-child i {
        padding-left: 0px;
        margin-right: 5px;
    }

    .foot-soc a:last-child i {
        padding-right: 0px;
    }
    .map.slide-href {
        margin-top: 15px;
    }
    .map.slide-href a {
        justify-content: center;
    }
    .map-wrap {
        padding: 15px 0;
    }
    .form-title {
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px;
        text-align: left;
    }
    .map-icons-wrap > div {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    .fullrow > div {
        margin-bottom: 60px;
    }
    .fullrow .why-text,
    .fullrow .why-lil-text {
        padding-left: 35px;
    }
    .pad-sec {
        padding-bottom: 15px;
    }
    .designer-daun {
        margin-right: 0;
    }
    .sixs-sec {
        padding-bottom: 15px;
    }
    .km-text {
        margin-top: 15px;
        max-width: 100%;
    }
    .slide {
        height: 100%;
        width: 100%;
    }
    .myvid {
        position: static;
        margin: 0;
        top: 0;
    }
    .slide-href a {
        justify-content: center;
    }
    .col-my {
        max-width: 100%;
        width: 100%;
        margin: auto;
        margin-bottom: 60px;
    }
    .fives-sec .col-my{
        width: 50%;
    }
    .why-text {
        margin-top: 15px;
    }
    .why-img:after {
        left: 15px;
    }
    .why-img,
    .why-img img {
        width: 100%;
    }
    .sevens-sec .why-img img,
    .eights-sec .why-img img,
    .nines-sec .why-img img,
    .tens-sec .why-img img{
        max-width: 247px;
    }
    .sevens-sec .col-my:nth-child(2n) .why-img:after,
    .eights-sec .col-my:nth-child(2n) .why-img:after,
    .nines-sec .fullrow .col-md-4:nth-child(2n) .why-img:after,
    .tens-sec .fullrow .col-md-4:nth-child(2n) .why-img:after {
        left: auto;
        right: 15px;
    }
    .sevens-sec .col-my:nth-child(2n) .why-img,
    .sevens-sec .col-my:nth-child(2n) .why-num,
    .eights-sec .col-my:nth-child(2n) .why-img,
    .eights-sec .col-my:nth-child(2n) .why-num,
    .nines-sec .fullrow .col-md-4:nth-child(2n) .why-img,
    .nines-sec .col-my:nth-child(2n) .why-num,
    .fullrow .col-md-4:nth-child(2n) .why-img,
    .tens-sec .col-my:nth-child(2n) .why-num{
        text-align: right;
    }
    .pad {
        padding: 15px;
    }
    .menu-item:after {
        width: 100%;
    }
    .menu-item a {
        color: #fff;
    }
    .kvadrat {
       /* width: 25%;
        top: 0;*/
        display: none;
    }
    .mydots button {
        height: 10px;
        width: 10px;
        margin-right: 15px;
        margin-bottom: 5px;

    }
    .all-nav i {
        font-size: 25px;
    }
    .all-nav .myprev {
        margin-right: 15px;
    }
    .third-sec {
        padding: 15px 0;
    }
    .viol-block a {
        font-size: 24px;
    }
    .viol-block,
    .viol-block:last-child {
        margin: 15px 0;
        padding: 6px 0;
    }
    .slogan {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .3px;
        margin: 0;
    }
    .newside {
        font-size: 21px;
        text-align: center;
    }
    .menu {
        margin-top: 0px;
    }
    .menu-item a {
        font-size: 15px;
    }
    .candy img {
        height: 45px;
        width: 110px;
    }
    header {
        padding: 15px 0 15px;
        overflow-x: visible;
    }
    .newside
    {
        margin: 20px 0 55px 0;
        width: 60%;
        font-size: 14px;
        line-height: 24px;
        background: var(--main-color);
        padding: 4px 0;
        float: right;
    }
    .newside:after
    {
        display: none;
    }
    .slide-href {
        width: 100%;
        position: static;
        justify-content: center;
        padding-right: 0;
    }
    .sec-sec .row {
        margin-top: 15px;
    }
    .sec-sec .row > div {
        margin-bottom: 15px;
    }
    .viol-title {
        width: 82%;
        font-size: 20px;
        text-align: right;
        padding: 4px 0;
        line-height: 22px;
    }
    .graf span,
    .graf span a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .menu-item {
        display: none;
    }
    .burg {
        text-align: right;
    }
    .burg i {
        font-size: 30px;
    }
    .slide-href {
        width: 260px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        margin: 15px auto;
    }
    .mob-numb > div:nth-child(odd) .coun {
        text-align: left;
        margin-bottom: 0;
    }
    .mob-numb > div:nth-child(even) .coun {
        text-align: right;
        margin-bottom: 0;
    }
    .why-num {
        text-align: left;
    }
    .mob-menu {
        height: 100%;
        width: 100%;
        position: fixed;
        background: rgba(0, 0, 0, .95);
        top: 0;
        left: 0;
        z-index: 1000000000000;
        display: none;
    }
    .mob-item {
        color: #fff;
        width: 200px;
        margin: 15px 0 0 60px;
    }
    .mob-item a {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 900;
    }
    .close {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 2px 10px;
        color: #fff;
        opacity: 1;
    }
    .close i {
        font-size: 36px;
    }
    .flx
    {
        height: 100%;
    }
    #map .container > div
    {
        margin-left: -15px;
        margin-right: -15px;
    }
    .form-title
    {
        padding: 0;
    }
    #myform input, #myform textarea
    {
        font-size: 18px;
        padding: 8px 5px;
    }
    .form-title,
    #myform > div
    {
        margin-bottom: 15px;
    }
    #myform input::placeholder,
#myform textarea::placeholder {    

font-size: 18px;}
.sub button
{
    font-size: 26px;
    margin-bottom: 15px;
}
.footer-icons-wrap .graf
{
    margin-bottom: 15px !important;
    margin-left: -15px;
}
.map.slide-href a
{
    font-size: 20px;
}
.candy
{
    position: absolute;
    left: -25px;
    bottom: -110px;
}
footer
{
    padding: 5px 0;
    margin: 0;
}
footer .container
{
    background: transparent;
}
footer i
{
    font-size: 20px;
    color: #fff;
}
.foot-soc
{
    width: auto;
    margin-top: 0;
}
}

@media(max-width:374px) {
    .newside {
        right: 0px;
        font-size: 13px;
    }
    .candy {
        left: -10px;
    }
    .slogan {
        font-size: 12px;
        letter-spacing: 0;
    }
    .graf i {
        margin-right: 30px;
    }
    .graf span,
    .graf span a {
        font-size: 18px;
        line-height: 22px;
    }
    .menu-item a {
        font-size: 13px;
    }
    .km-title,
    .km-title-span {
        font-size: 68px;
    }
    .candy img {
        height: 40px;
        width: 90px;
    }
}
