*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

html, body {
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, input, ul, div{
    font-weight: inherit;
}

/*fonts*/

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro/MinionPro-Regular.eot');
    src: local('Minion Pro Regular'), local('MinionPro-Regular'),
    url('../fonts/MinionPro/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MinionPro/MinionPro-Regular.woff') format('woff'),
    url('../fonts/MinionPro/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro Medium';
    src: local('Minion Pro Medium'), local('Minion-Pro-Medium'),
    url('../fonts/MinionPro/MinionPro-Medium.woff2') format('woff2'),
    url('../fonts/MinionPro/MinionPro-Medium.woff') format('woff'),
    url('../fonts/MinionPro/MinionPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon Sans';
    src: url('../fonts/SolomonSans/SolomonSans-Regular.eot');
    src: local('Solomon Sans Regular'), local('SolomonSans-Regular'),
    url('../fonts/SolomonSans/SolomonSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolomonSans/SolomonSans-Regular.woff2') format('woff2'),
    url('../fonts/SolomonSans/SolomonSans-Regular.woff') format('woff'),
    url('../fonts/SolomonSans/SolomonSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon Sans Med';
    src: url('../fonts/SolomonSans/SolomonSans-Medium.eot');
    src: local('Solomon Sans Medium'), local('SolomonSans-Medium'),
    url('../fonts/SolomonSans/SolomonSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolomonSans/SolomonSans-Medium.woff2') format('woff2'),
    url('../fonts/SolomonSans/SolomonSans-Medium.woff') format('woff'),
    url('../fonts/SolomonSans/SolomonSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon Sans SemBd';
    src: url('../fonts/SolomonSans/SolomonSans-SemiBold.eot');
    src: local('Solomon Sans Semi Bold'), local('SolomonSans-SemiBold'),
    url('../fonts/SolomonSans/SolomonSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolomonSans/SolomonSans-SemiBold.woff2') format('woff2'),
    url('../fonts/SolomonSans/SolomonSans-SemiBold.woff') format('woff'),
    url('../fonts/SolomonSans/SolomonSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon Sans Bold';
    src: url('../fonts/SolomonSans/SolomonSans-Bold.eot');
    src: local('Solomon Sans Bold'), local('SolomonSans-Bold'),
    url('../fonts/SolomonSans/SolomonSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolomonSans/SolomonSans-Bold.woff2') format('woff2'),
    url('../fonts/SolomonSans/SolomonSans-Bold.woff') format('woff'),
    url('../fonts/SolomonSans/SolomonSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*fonts*/

p, div{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: #565F6B;
}

/*loader-intro Анимация квадратов секций*/

.section-socicons{
    position: absolute;
    right: -22px;
    bottom: 100px;
}

.loader-intro {
    background-color: #001231;
    -webkit-transition: transform 2.5s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform 2.5s cubic-bezier(.23,1,.32,1);
    -ms-transition: transform 2.5s cubic-bezier(.23,1,.32,1);
    -o-transition: transform 2.5s cubic-bezier(.23,1,.32,1);
    transition: transform 2.5s cubic-bezier(.23,1,.32,1);
}

/*left, right*/
.c-loader-intro-bar-y {
    width: 200px;
    transform-origin: 0 0;
}
.c-loader-intro-bar-y.left {
    top: -5px;
    left: 0px;
    bottom: -5px;
}

.c-loader-intro-bar-y.right {
    top: -5px;
    right: 0;
    bottom: -5px;
    transform-origin: 100% 0;
}
.c-loader-intro-bar-y.left.hide-blocks,
.c-loader-intro-bar-y.right.hide-blocks
{
    -webkit-transform: scaleX(0) translateZ(0px);
    -moz-transform: scaleX(0) translateZ(0px);
    -ms-transform: scaleX(0) translateZ(0px);
    -o-transform: scaleX(0) translateZ(0px);
    transform: scaleX(0) translateZ(0px);
}
/*left, right*/

/*top, bottom*/
.c-loader-intro-bar-x {
    height: 205px;
    transform-origin: 0 0;
}
.c-loader-intro-bar-x.top {
    top: -5px;
    left: 0;
    right: 0;
}
.c-loader-intro-bar-x.bottom {
    bottom: -5px;
    left: 0;
    right: 0;
    transform-origin: 0 100%;
}
.c-loader-intro-bar-x.top.hide-blocks,
.c-loader-intro-bar-x.bottom.hide-blocks
{
    -webkit-transform: scaleY(0) translateZ(0px);
    -moz-transform: scaleY(0) translateZ(0px);
    -ms-transform: scaleY(0) translateZ(0px);
    -o-transform: scaleY(0) translateZ(0px);
    transform: scaleY(0) translateZ(0px);

}
/*top, bottom*/

.section .c-loader-intro-bar-y.left, .section .c-loader-intro-bar-x{
    left: 150px;
}


/*show-blocks*/
.loader-intro.show-blocks
.c-loader-intro-bar-x.top,
.loader-intro.show-blocks
.c-loader-intro-bar-x.bottom
{
    transform: none;
}

.loader-intro.show-blocks
.c-loader-intro-bar-y.left,
.loader-intro.show-blocks
.c-loader-intro-bar-y.right
{
    transform: none;
}
/*show-blocks*/


/*loader-intro Анимация квадратов секций*/


/*fullpage sections*/

/*section one*/

.section-texts-wr{
    position: relative;
    width: 100%;
    height: 100%;
}
.section-title{
    font-family: 'Minion Pro Medium';
    font-style: normal;
    font-size: 75px;
    line-height: 81.8%;
    /* or 61px */
    color: #FFFFFF;
    max-width: 70%;
    margin: 0;
}
.section-desc{
    font-family: 'Solomon Sans Med';
    font-size: 15px;
    line-height: 145.8%;
    /* or 22px */
    color: #FFFFFF;
    max-width: 84%;
}

.section.one .section-desc{
    max-width: 50%;
}

.section.one .btn.transp-btn{
    margin-bottom: 200px;
}

.btn.transp-btn{
    display: block;
    width: 225px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    background: transparent;
    font-family: 'Solomon Sans SemBd';
    font-style: normal;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.btn.transp-btn:hover{
    background: #FFFFFF;
    color: #001231;
}

.section {
    overflow: hidden;
    background-color: #0F2645;
}

.section-content-wr{
    margin-left: 150px;
}

.mouse-block-wr div{
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
.mouse-block-wr{
    position: absolute;
    right: 25px;
    bottom: 107px;
    width: 45px;
    overflow: hidden;
    display: table;

}

.mb-angles-wr{
    float: right;
}

.mb-counter{
    font-family: 'Solomon Sans SemBd';
    font-size: 15px;
    line-height: 90.8%;
    /* identical to box height, or 14px */
    letter-spacing: -0.03em;
    color: #A0C5EF;

    width: 14px;
    height: 14px;
    display: table-cell;
    vertical-align: middle;
}
.mb-mouse{
    width: 16px;
    height: 24px;
    background: url('../images/fullpage-mouse.svg') no-repeat top left transparent;
    margin-right: 15px;
    margin: 15px 0;
}


.mb-angle{
    margin-left: 4px;
    width: 8px;
    /*cursor: pointer;*/
}


.slider-angles-wr .mb-angle.top:hover{
    background: url('../images/fullp-angle-t-active.svg') no-repeat top center transparent;
}
.slider-angles-wr .mb-angle.bottom:hover{
    background: url('../images/fullp-angle-b-active.svg') no-repeat top center transparent;
}

.mb-angle.top{
    height: 42px;
    background: url('../images/fullpage-angle-top.svg') no-repeat top center transparent;
}

.mb-angle.top.none-angle{
    width: 6px;
    margin-left: 5px;
    background: url('../images/fullpage-angle-none-top.svg') no-repeat top center transparent;
    cursor: default;
}

.mb-angle.bottom{
    height: 42px;
    background: url('../images/fullpage-angle-bottom.svg') no-repeat top center transparent;
}

.mb-angle.bottom.none-angle{
    width: 6px;
    margin-left: 5px;
    background: url('../images/fullpage-angle-none-b.svg') no-repeat top center transparent;
    cursor: default;
}

.section-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: -2;
    overflow: hidden;
    bottom: 1px;
}

.section .bg-color{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 1px;
    transition: all 1s ease-in-out;
    z-index: -3;
}

.section.one .img-bg{
    position: absolute;
    width: 120%;
    height: 100%;
    background-image: url('../images/first-section-bg.jpg');
    background-position: center center;
    background-size: cover;
    will-change: transform;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}


.section.one .img-bg.animate{
    -webkit-animation: sectionBgAnim 60s infinite linear;
    -moz-animation: sectionBgAnim 60s infinite linear;
    animation: sectionBgAnim 60s infinite linear;
}


/*@-webkit-keyframes sectionBgAnimOld{
    0% {
        background-position: top right -150px;
        background-size: auto 100%;
    }
    50%{
        background-position: top right -75px;
        background-size: auto 130%;
    }

    100%{
        background-position: top right -150px;
        background-size: auto 100%;
    }
}*/

@-webkit-keyframes sectionBgAnim{
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }
    50%{
        -webkit-transform: scale(2) translate3d(-20%, 0, 0);
        transform: scale(2) translate3d(-20%, 0, 0);
    }

    100%{
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }
}
@-moz-keyframes sectionBgAnim{
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }
    50%{
        -webkit-transform: scale(2) translate3d(-20%, 0, 0);
        transform: scale(2) translate3d(-20%, 0, 0);
    }

    100%{
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }
}
@keyframes sectionBgAnim{

    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }
    50%{
        -webkit-transform: scale(2) translate3d(-20%, 0, 0);
        transform: scale(2) translate3d(-20%, 0, 0);
    }

    100%{
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }

}

.dark-transp-bg{
    width: 50%;
    height:100%;
    background: #30373F;
    opacity: .69;
    position: absolute;
    z-index: 2;
}

.blue-transp-bg{
    width: 72%;
    height: 100%;
    background: rgba(15, 38, 69, 0.84);
    mix-blend-mode: normal;
    position: absolute;
    z-index: 1;
}

.pp-section.hide-section .section-bg{

}

/*.menu-toggler*/
.menu-toggler {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu-toggler-wr, .modal-toggler-wr {
    position: absolute;
    left: 50px;
    top: 67px;
    display: none;
    cursor: pointer;
}

.modal-toggler-wr{
    background: url('../images/angle-blue-left-sm.svg') no-repeat center left transparent;
    padding-left: 22px;
    line-height: 14px;
    left: unset;
    right: 50px;
    width: 70px;
    z-index: 1000;
}
.modal-toggler-wr i{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #1AC2F0;
    font-style: normal;
}
.menu-toggler-wr i{
    display: block;
    font-family: 'Solomon Sans';
    font-size: 10px;
    font-style: normal;
    line-height: 12px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 6px 0 0 32px;
    transition: all .3s ease-out;
}
.menu-toggler-wr.show-menu i, .modal-toggler-wr.show-menu i{
    margin-left: 0px;
    margin-top: 60px;
}
.menu-toggler.spinner{
    width: 46px;
    height: 46px;
    border: 1px solid #FFF;
    transition: all 0.5s ease;
    border-radius: 100%;
}

.menu-container .menu li{
    list-style: none;
    margin-top: 26px;
}
.menu-container .menu li a{
    font-family: 'Minion Pro Medium';
    font-style: normal;
    font-size: 50px;
    line-height: 95.8%;
    /* identical to box height, or 48px */
    text-decoration: none;
    color: #A0C5EF;
}
.menu-container .menu li a:hover{
    color: #FFF;
}
.menu-container .loader-intro{
    /*transform: rotate(30deg);
    width: 150%;
    height: 150%;*/
}
.menu-wrapper{
    vertical-align: middle;
}
.menu-container .menu{
    position: relative;
    z-index: 201;
    margin-left: 50px;
}
.menu-container, .modal-container{
    position: absolute;
    right: 0;
    left: 150px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 200;
    display: none;
    background-color: #001231;
}
.modal-container{
    z-index: 199;
}
.left-menu-bg.show-menu{
    background: #30373F;
}
.menu-container .loader-intro,
.modal-container .loader-intro{
    background: #0F2645;
    transition: transform 1s cubic-bezier(.23,1,.32,1);
}

.menu-container .c-loader-intro-bar-y.right,
.modal-container .c-loader-intro-bar-y.right
{
    right: 150px;
}
.c-loader-intro-bar-y.left.no-section,
.menu-container .c-loader-intro-bar-y.left,
.modal-container .c-loader-intro-bar-y.left,
.page-preloader-wrapper .c-loader-intro-bar-y.left,
.modal-container
{
    left: 0;
}


/*menu animation*/
.menu-toggler span {
    position: absolute;
    width: 23px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #FFF;
    overflow: hidden;
    transition: all 0.3s linear;
}
.menu-toggler span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #FFF;
    transition: all 0.3s linear;
}
.menu-toggler span:nth-child(1) {
    animation: span-first-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
}
.menu-toggler span:nth-child(2) {
    animation: span-second-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
}
.menu-toggler span:nth-child(3) {
    animation: span-third-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

.menu-toggler.show-menu:hover span::before {
    width: 100%;
    transition: all 0.3s linear;
}
.menu-toggler.show-menu span:nth-child(1) {
    animation: span-first-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
}
.menu-toggler.show-menu span:nth-child(2) {
    animation: span-second-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
}
.menu-toggler.show-menu span:nth-child(3) {
    animation: span-third-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes span-first-on {
    0% {
        transform: translate(-50%, -300%);
    }
    30% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}
@keyframes span-first-off {
    0% {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -330%);
    }
}
@keyframes span-second-on {
    0% {
        transform: translate(-150%, -50%) scale(0);
        opacity: 1;
    }
    25% {
        background: transparent;
        opacity: .75;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .35;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 0;
    }
}
@keyframes span-second-off {
    0% {
        transform: translate(-150%, -50%) scale(0);
    }
    25% {
        background: transparent;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}
@keyframes span-third-on {
    0% {
        transform: translate(-50%, 250%);
    }
    30% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}
@keyframes span-third-off {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, 230%);
    }
}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
/*menu animation*/
/*.menu-toggler*/

/*section one end*/

/*section two*/

.section-bg.two .blue-transp-bg{
    position: absolute;
    width: 64%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: rgba(0, 109, 255, 0.06);
}
.section-bg.two .section-content{
    width: 40%;
}
.section.two .bg-color{
    background-color: #FFF;
}
.section-bg.two{
    background-position: top right;
    width: 100%;
    position: absolute;
    right: -350px;
    background-size: 100% auto;
}
.section.two .section-title {
    font-size: 50px;
    line-height: 95.8%;
    /* or 48px */
    color: #30373F;
    max-width: 70%;
}
.section.two .section-desc .blue-angle-btn{

}
.section .section-desc {
    margin: 50px 0 80px 0;
}
.section.one .header-fluid {
    z-index: 10;
    position: relative;
}
.section.one .section-desc{
    margin-top: 30px;
}
.section.two .section-desc {
    line-height: 145.8%;
    /* or 22px */
    color: #565F6B;
    max-width: 42%;
}

.btn.blue-angle-btn{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #1AC2F0;
    text-decoration: none;
    padding-right: 20px;
    background: url('../images/blue-right-angle.svg') no-repeat center right transparent;
    display: inline-block;
}

button.blue-angle-btn{
    padding: 0 50px 0 40px !important;
    height: 60px;
    border: none;
    background-position: center right 20px !important;
    background-color: #30373F !important;
    cursor: pointer;
}

.btn.blue-angle-btn.left{
    background: url('../images/angle-blue-left.svg') no-repeat center left transparent;
    padding-right: inherit;
    padding-left: 50px;
    margin-right: 100px;
}
.btn.blue-angle-btn.right{
    background: url('../images/angle-blue-right.svg') no-repeat center right transparent;
    padding-right: 50px;
}

.item-show .btn.blue-angle-btn:hover{
    color: #FFF;
}
.btn.blue-angle-btn.right:hover {
    background: url('../images/white-angle-right.svg') no-repeat center right transparent;
}
.btn.blue-angle-btn.left:hover {
    background: url('../images/white-angle-left.svg') no-repeat center left transparent;
}

/*section two end*/

.next-prev{
    margin-left: 23%;
    display: flex;
    align-content: center;
    justify-content: center;
}

/*section three*/
.section.three{
    background-color: #30373F;
}
.section-bg.three{
    background-color: #30373F;
    background-position: top right;
    background-size: contain;
}
.section.three .section-title {
    font-size: 50px;
    line-height: 95.8%;
    /* or 48px */
    max-width: 70%;
}
.section.three .left-block {
    width: 50%;
    float: left;
    display: table;
}
.disp-table-cell.bottom{
    vertical-align: bottom;
}
.section.three .right-block {
    height: 100%;
    display: table;
    width: 555px;
}

.section.three .section-desc {
    line-height: 145.8%;
    /* or 22px */
}


/*services-ul*/
.services-ul .transp-bg {
    background-color: rgba(48, 55, 63, .10);
    z-index: 2;
}
.services-ul .service-bg {
    background-size: cover;
    z-index: 1;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.service-wr.active .service-bg {
    opacity: 1;
}

.service-wr:hover .service-bg {
    opacity: 1;
}

.services-ul {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
}
.services-ul > div:last-child{
    margin-bottom: 115px;
}
.service-bl{
    position: relative;
    z-index: 3;
    padding-left: 68px;
}
.services-ul a{
    font-family: 'Minion Pro';
    font-size: 30px;
    line-height: 30px;
    /* or 29px */
    color: #1AC2F0;
    text-decoration: none;
    display: block;
    width: 80%;
    margin-bottom: 19px;
}
.services-ul a:hover{
    color: #fff;
}
/*services-ul*/
/*section three end*/


/*section four*/
.section.four{
    background-color: #0F2645;
}
.section-bg.four{
    background-color: #30373F;
    background-position: top right;
    background-size: contain;
}
.section.four .section-title, .section.six .section-title {
    font-size: 50px;
    line-height: 95.8%;
    /* or 48px */
    max-width: 80%;
}
.section.six .section-title{
    margin-top: 119px;
    position: absolute;
    left: 30px;
}
.section.six .bg-color{
    background-color: #30373F;
}
.section.four .left-block {
    width: 35%;
    float: left;
}
.section.four .right-block {
    height: 100%;
    width: 50%;
    /* margin-right: -50px; */
    margin-left: 83px;
}

.works-slider-vertical{
    width: 660px;
}

.works-slider-vertical .slick-slide{
    height: 405px !important;
}

.section.four .section-desc {
    line-height: 145.8%;
    max-width: 82.5%;
    /* or 22px */
}


.works-slider-wr, .work-wr{
    height: 405px;
    position: relative;
}

.align-middle{
    vertical-align: middle;
}

.work-bg{
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-list{
    height: 500px;
}

.section.four .slider-angles-wr{
    height: 495px;
}

.slider-elements .mb-angle{
    margin-left: 28px;
    position: relative;
    cursor: pointer;
}
.mb-angle span{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #1AC2F0;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    left: -10px;
}
.mb-angle.top span{
    top: 100px;
}
.mb-angle.bottom span{
    bottom: 100px;
}
.slider-line{
    background-color: #1AC2F0;
    width: 1px;
    height: 287px;
    margin: 20px 0;
    margin-left: 32px;
}

.slider-counter .this-number{
    font-family: 'Minion Pro Medium';
    font-size: 50px;
    line-height: 95.8%;
    color: #1AC2F0;
    margin-left: 15px;
    margin-right: 8px;
    float: left;
}

.section.four .slider-counter{
    padding-bottom: 12%;
}

.slider-counter .all{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 90.8%;
    letter-spacing: -0.03em;
    color: #1AC2F0;
    display: grid;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-after-block .col-12{
    margin-left: 25px;
}
.before-after-block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    opacity: 0.25;
}
.before-after-block span{
    float: left;
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;

}
.before-after-bg{
    display: block;
    width: 140px;
    height: 16px;
    background: url('../images/before-after.svg') no-repeat top center transparent;
    margin: 0 25px;
}

/*twentytwenty*/
.works-slider-vertical .slick-prev,
.works-slider-vertical .slick-next,
.doctors-mob-slider .slick-prev,
.doctors-mob-slider .slick-next,
.proms-slider-vertical .slick-prev,
.proms-slider-vertical .slick-next
{
    opacity: 0;
    position: absolute;
}

.twentytwenty-container {
}
.twentytwenty-container img {
    height: 407px;
    position: absolute;
    width: 100% !important;
    top: -2px;
    left: -2px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0F2645;
    border: 1px solid #0F2645;
    box-sizing: unset;
}
.twentytwenty-wrapper{
    height: 405px;
    width: 100%;
}
/*twentytwenty*/

/*section four end*/


/*works gallery*/

/*works gallery*/


/*section five*/

.section.five .section-texts-wr{
    padding-top: 80px;
}
.section.five .section-title{
    font-family: 'Minion Pro Medium';
    font-size: 50px;
    line-height: 95.8%;
    color: #30373F;
    margin-top: 190px;
}
.section.five .bg-color{
    background-color: #fff;
}


.big-doctor-wr{
    background-color: #FFF;
    padding-left: 150px !important;
}
.big-doctor-wr .bg{
    position: relative;
    z-index: 2;
    height: 100%;
}
.big-doctor-wr .desc{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: #565F6B;
    margin-top: 50px;
    width: 55%;
    margin-left: 40px;
}
.big-doctor-wr .name{
    font-family: 'Minion Pro Medium';
    font-size: 50px;
    line-height: 95.8%;
    color: #30373F;
    width: 70%;
    margin-left: 40px;
}

.big-doctor-wr .specs span{
    margin-top: 5px;
    line-height: 140%;
}
.big-doctor-wr .specs{
    font-family: 'Solomon Sans Bold';
    font-size: 18px;
    line-height: 114.8%;
    color: #565F6B;
    width: 70%;
    margin-left: 40px;
    margin-top: 20px;
}

.big-doctor-wr img{
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.big-doctor-wr .blue-bg{
    width: 100%;
    height: 100%;
    right: 0;
    left: 15px;
}
.section.five .row,
.section.seven .row{
    margin: 0;
}
.section.five .row > div,
.section.seven .row > div,
.section.seven .col-12,
.section .container-fluid
{
    padding: 0;
}
.footer .value{
    padding-left: 10px !important;
}
/*section five end*/

/*section six*/
.section.six .transp-bg {
    width: 100%;
    height: 151px;
    background: rgba(15, 38, 69, 0.31);
}
.section.six .section-content {
    padding-left: 0px;
}
.left-block{
    position: relative;
}
.left-slide-bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 50%;
}
.section.six .right-bl {
    margin-left: 37px;
    margin-right: -50px;
}
.section.six .btn.transp-btn {
    margin-top: 80px;
    margin-bottom: 10px;
}
.section .btn.blue-angle-btn {
    margin-bottom: 117px;
}
.section.six .btn.blue-angle-btn {
    margin-left: 15px;
    position: absolute;
    bottom: 0;
    margin-bottom: 109px;
}
.disp-table-row{
    display: table-row;
}
.proms-slider-wr .desc{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: #FFFFFF;
    margin: 50px 0 90px 0;
}
.proms-slider-wr .name{
    font-family: 'Minion Pro Medium';
    font-size: 30px;
    line-height: 95.8%;
    color: #FFFFFF;
}
.proms-slider-wr{
    height: 100%;
    margin-left: 50px;
}
/*section six end*/

/*section seven*/

.section.seven .bg-color{
    background-color: #1E4478;
}

.panel-heading h3{
    font-family: 'Minion Pro Medium';
    font-size: 24px;
    line-height: 95.8%;
    color: #FFFFFF;
}
.panel-heading p{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: #FFFFFF;
}


.padd-none{
    padding: 0;
}
.padd-r-none{
    padding-right: 0;
}
.padd-l-none{
    padding-left: 0 !important;
}
.clear{
    clear: both;
}
.phone_prefix .form-control{
    background: transparent;
    border: none;
}
.form-group.is-invalid .phone_prefix .form-control{
    border: none;
}
.phone_prefix{
    width: 40px;
    position: absolute;
    line-height: normal;
    color: #222222;
    left: 27px;
    z-index: 2;
}

.phone_number input {
    padding-left: 40px;
}
.form-control.no-bord.phone_number{
    padding-left: 30px;
}
.phone_prefix input{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 22px;
    font-size: 15px;
}


/*feedback*/

.form-control.no-bord {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    padding: 35px 15px 16px 2px;
    color: rgba(255, 255, 255, 1);
    background-color: #1E4478;
}

.form-control.input-datepic:focus, .form-control.no-bord:focus {
    box-shadow: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    background-color: #1E4478;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
}


.feedback_wrapper{
    font-family: 'Solomon Sans';
    font-size: 12px;
    color: #8EA1BB;
    position: relative;
    z-index: 10;
}

.section.seven .panel-heading h3,
.section.seven .panel-heading p,
.section.seven input
{
    max-width: 63%;
}

.feedback_wrapper .phone_prefix{
    left: 0px;
    top: 15px;
    color: #FFF;
    display: none;
}

.section.seven .feedback_wrapper{
    margin-top: -10%;
}

.feedback_wrapper .phone_prefix .form-control{
    color: #FFF;
}

form option{
    height: 60px;
    line-height: 60;
    background: #0F2645;
    color: #FFF;
}
form option:hover, form option:active{
    background: #1E4478;
}

.feedback_wrapper label, .captcha_wr span{
    position: absolute;
    top: 32px;
    color: #8EA1BB;
}

.captcha_wr span{
    top: 20px;
}

.captcha_wr input.form-control{
    padding-left: 70px;
}
.feedback_wrapper .btn.transp-btn{
    margin-top: 60px;
}
.feedback_wrapper .row > div,
.feedback_wrapper .container
{
    padding: 0;
}

.phone_prefix{
    width: 30px;
    z-index: 2;
}

.phone_prefix input{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    font-size: 1rem;
}
.span_plus {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 14px;
}

.feedback_wrapper.light .form-control.no-bord{
    background: transparent;
    border-bottom: 1px solid rgba(86, 95, 107, 0.5);
    color: rgba(86, 95, 107, 0.5);
}
.feedback_wrapper.light label, .feedback_wrapper.light .captcha_wr span{
    color: rgba(86, 95, 107, 0.5);
}

.feedback_wrapper.light .btn.transp-btn{
    border: 1px solid #565F6B;
    color: #565F6B;
}
.feedback_wrapper.light .btn.transp-btn:hover{
    background-color: #565F6B;
    color: #FFF;
}
.feedback_wrapper.light .panel-heading p {
    color: #565F6B;
}
.feedback_wrapper.light .panel-heading h3 {
    color: #30373F;
}
.feedback_wrapper.light .phone_prefix .form-control, .feedback_wrapper.light .phone_prefix {
    color: rgba(86, 95, 107, 0.5);
}
.feedback_wrapper.light{
    margin-bottom: 250px;
}

/*feedback end*/

.section.seven .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.section.seven .social-menu ul{
    padding: 0px;
    margin-top: 30px;
}
.section.seven .footer .social-menu{
    position: relative;
    bottom: inherit;
    margin-bottom: 110px;
    right: 0;
}
/*section seven end*/

.section_all_wr, .section-content-wr{
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}

.section.five .section_all_wr{
    position: absolute;
    width: 100%;
    height: 100%;
}
.section.five .section-texts-wr{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    overflow: hidden;
    padding-top: 60px;
}

.section.one .header {
    overflow: visible;
}

.section .menu ul{
    margin: 0;
    margin-top: 13px;
}
.section.one .menu ul{
    margin-left: 32%;
}
.section .menu ul li{
    float: left;
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    list-style: none;
    margin-right: 30px;
}

.section .menu li.phone{
    float: right;
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 15px;
    margin-right: -20px;
}
.section .menu ul li a{
    color: #FFFFFF;
    text-decoration: none;
}

.loader-intro{
    position: fixed;
    z-index: 10000;
}
.work-show-txt{
    margin-top: 136px;
}

.gallery .feedback_wrapper .mob-pad-none,
.services .feedback_wrapper .mob-pad-none{
    padding-left: 0;
}
.margin_top{
    margin-top: 20px;
}
.top-logo{
    position: absolute;
    z-index: 101;
    top: 60px;
}
.top-logo.fixed{
    position: fixed;
    z-index: 10000;
}
.left-menu-bg{
    position: absolute;
    width: 150px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #0F2645;
    z-index: 102;
    transition: all .5s ease-out;
}

.modal-container .left-menu-bg{
    background-color: #30373F;
}

.bg-color-1A1E23{
    background-color: #1A1E23;
}

.bg-color-30373F{
    background-color: #30373F;
}

.bg-color-1E4478{
    background-color: #1E4478;
}

.bg-color-0F2645{
    background-color: #0F2645;
}
.bg-color-EAF0F8{
    background-color: #EAF0F8;
}

.section-content{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 11;
    max-width: 1140px;
    margin: 0 auto;
}

/*fullpage sections*/

/*.left-menu-bg.no-home*/
.left-menu-bg.no-home .mouse-block-wr{
    display: none !important;
}
.menu-container li.phone{
    display: none;
}

.left-menu-bg.no-home:not(.light) .menu-toggler:not(.show-menu) span{
    background: #565F6B;
}
.left-menu-bg.no-home:not(.light) .menu-toggler-wr:not(.show-menu) i{
    color: #565F6B;
}

.left-menu-bg.white:not(.dark) .menu-toggler:not(.show-menu) span{
    background: #FFF;
}
.left-menu-bg.white:not(.dark) .menu-toggler-wr:not(.show-menu) i{
    color: #FFF;
}

.left-menu-bg.no-home, .menu-container.no-home{
    position: fixed;
}
.left-menu-bg:not(.show-menu).no-home{
    background: transparent;
    /*filter: invert(100%);*/
}
.left-menu-bg.no-home .menu-toggler-wr{
    display: block;
}
/*.left-menu-bg.no-home*/


/*about*/
.about-section{
    height: 900px;
    margin: 0 auto;
    position: relative;
}


.about-section.num-1 .left-block{
    width: 45%;
    padding-bottom: 80px;
}
.about-section .left-block{
    z-index: 5;
}
.about-section .ribgh-img-bg{
    width: 440px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.about-section .text, .about-section .desc{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: #565F6B;
}
.about-section .second-title h2, .about-section .desc h2, .second-title h2 p{
    font-family: 'Minion Pro Medium';
    font-size: 50px;
    line-height: 95.8%;
    color: #30373F;
}

.about-section .title h1, .about-section .title h2{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #565F6B;
}
.about-section.num-1 .second-title h2{
    margin-bottom: 50px;
    margin-top: 80px;
}

/*about-section-num2*/
.about-section.num-2 .left-block{
    width: 75%;
    padding-bottom: 120px;

}
.about-section.num-2{
    background: #30373F;
    width: 100%;
    height: inherit;
}
.about-section.num-2 .text{
    color: rgba(255, 255, 255, 0.7);
}
.about-section.num-2 .text h2{
    font-family: 'Minion Pro Medium';
    font-size: 30px;
    line-height: 95.8%;
    color: #FFFFFF;
    margin-left: 48px;
    padding-top: 55px;
}

.about-section.num-2 .text p{
    margin-left: 120px;
}

.about-section.num-2 .text .icon.num-1{
    background: url('../images/icon-dentistry.svg') no-repeat top center transparent;
}
.about-section.num-2 .text .icon.num-2{
    background: url('../images/icon-restoration.svg') no-repeat top center transparent;
}
.about-section.num-2 .text .icon.num-3{
    background: url('../images/icon-prosthetics.svg') no-repeat top center transparent;
}
.about-section.num-2 .text .icon.num-4{
    background: url('../images/icon-implantation.svg') no-repeat top center transparent;
}
.about-section.num-2 .text .icon.num-5{
    background: url('../images/icon-treat-children.svg') no-repeat top center transparent;
}

.about-section.num-2 .text span.icon{
    position: absolute;
    left: 0;
    width: 120px;
    height: 120px;
}
.scroll-animate{
    opacity: 0;
}
/*about-section-num2*/

/*about-section-num3*/
.about-section.num-3 .right-col{
    padding-left: 50px;
}
.about-section.num-3 .left-col{
    padding-right: 50px;
}
.about-section.num-3{
    height: inherit;
    width: 98%;
}
.about-section.num-3 .left-block{
    padding-bottom: 100px;
}
.about-section.num-3 .text h2:first-child{
    margin-top: 60px;
}
.about-section.num-3 .text h2{
    font-family: 'Minion Pro Medium';
    font-size: 30px;
    line-height: 95.8%;
    color: #30373F;
}
.about-section.num-3 .title h2{
    margin-top: 120px;
}
/*about-section-num3*/

/*about-section-num4*/
.about-section.num-4{
    width: 100%;
    height: inherit;
    margin-top: 50px;
}
.about-section.num-4 .bg-color-30373F,
.about-section.num-4 .bg-color-EAF0F8{
    position: absolute;
}
.about-section.num-4 .bg-color-EAF0F8{
    height: 267px;
    width: 100%;
    bottom: 0px;
}
.about-section.num-4 .bg-color-30373F{
    height: 361px;
    width: 100%;
    top: 0;
}
.about-section.num-4 .first-block{
    height: 410px;
    position: relative;
}
.about-section.num-4 .second-block{
    position: relative;
}
.about-section.num-4 .second-block .disp-table-cell{
    height: 361px;
}
.about-section.num-4 .text{
    color: #FFFFFF;
}
.about-section.num-4 .second-block img{
    margin-top: -87px;
    float: right;
}
.about-section.num-4 .first-block img{
    position: relative;
    margin-left: -150px;
    z-index: 10;
}
.num-4 p, .num-2 p{
    color: #FFF;
}
/*about-section-num4*/

/*about*/


/*.page-preloader*/


.logo-anim-complete #logo path {
    transition: all 0.5s ease-in;
    fill: rgb(26, 194, 240);
    fill-opacity: 1;
    stroke-opacity: 0 !important;
}

.logo-text-wrap{
    margin-top: 20px;
}
.logo-text-anim-complete #logotext path {
    transition: all 0.5s ease-in;
    fill: rgb(255, 255, 255);
    fill-opacity: 1;
    stroke-opacity: 0 !important;
}


@keyframes center-animate {
    0% { transform: scaleX(0) }
    100% { transform: scaleX(1) }
}


.page-preloader-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10100;
    opacity: 1;
    background: #0F2645;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-preloader {

}
.logo-wrap{
    text-align: center;
}
.page-preloader-flex {
    z-index: 10000;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 148px;
    height: 82px;
}

.circle-anim{
    -webkit-animation: circle-animation 1.2s infinite linear;
    -moz-animation: circle-animation 1.2s infinite linear;
    animation: circle-animation 1.2s infinite linear;
}
@-webkit-keyframes circle-animation{
    to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes circle-animation{
    to{-moz-transform:rotate(360deg)}
}
@keyframes circle-animation{
    to{-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)}
}

/*page-preloader*/

/*animate css*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes menuFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes menuFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.menuFadeIn, .menuFadeOut {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;

    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.menuFadeIn {
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}
.menuFadeOut {
    -webkit-animation-name: menuFadeOut;
    animation-name: menuFadeOut;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightLight {
    -webkit-animation-name: fadeInRightLight;
    animation-name: fadeInRightLight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@-webkit-keyframes slideInUpLight {
    from {
        opacity: .5;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUpLight {
    from {
        opacity: .5;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUpLight {
    -webkit-animation-name: slideInUpLight;
    animation-name: slideInUpLight;
}


@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightLight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
}

@keyframes fadeOutRightLight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
}

.fadeOutRightLight {
    -webkit-animation-name: fadeOutRightLight;
    animation-name: fadeOutRightLight;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-0-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.animated.delay-0-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.animated.delay-0-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.animated.delay-0-5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.delay-0-6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.animated.delay-0-7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.animated.delay-0-8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.animated.delay-0-9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

/*animate css*/





/*bootstr*/
/*grid*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
/*grid*/

/*form*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

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

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
/*form*/

/*bootstr*/

.phone_prefix .form-control{
    background: transparent;
    border: none;
}
.form-group.is-invalid .phone_prefix .form-control{
    border: none;
}

#map {
    width: 100%;
    height: 100%;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
:invalid {
    box-shadow: none;
}


/*modal*/
.modal-window .wrapper{

}
.modal-window{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(15,38,69,0.8);
    display: none;
}

.modal-body .info-block{
    font-family: 'Minion Pro Medium';
    font-style: normal;
    color: #1E4478;
    font-size: 24px;
}
.modal-body{
    padding: 50px;
    background-color: #fff;
}

.close-icon{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/close-icon-blue.svg') no-repeat top center transparent;
    background-size: cover;
    cursor: pointer;
}

/*.ajax-preloader*/

.ajax-preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(15,38,69,0.66);
    display: none;
}


.ajax-preloader .animation.circle {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    background: transparent;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    border-color: #1E4478 #FFF #1E4478 #FFF;
    border-style: solid;
    border-width: 6px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-animation: circle-animation .9s infinite linear;
    -moz-animation: circle-animation .9s infinite linear;
    animation: circle-animation .9s infinite linear;
    opacity: 0.1;
}

.ajax-preloader .animation.circle {
    /*display: none;*/
}

.ajax-preloader .animation.circle {

}

@-webkit-keyframes circle-animation{
    to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes circle-animation{
    to{-moz-transform:rotate(360deg)}
}
@keyframes circle-animation{
    to{-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)}
}
/*.ajax-preloader*/

/*modal*/



/*social-menu*/
.social-menu ul li{
    list-style: none;
}
.social-menu ul li.icon-vk a{
    background: url('../images/icon-vk.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-inst a{
    background: url('../images/icon-inst.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-fb a{
    background: url('../images/icon-fb.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-ytb a{
    background: url('../images/icon-ytb.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-vk a:hover{
    background: url('../images/icon-vk-white.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-inst a:hover{
    background: url('../images/icon-inst-white.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-fb a:hover{
    background: url('../images/icon-fb-white.svg') no-repeat center center transparent;
}
.social-menu ul li.icon-ytb a:hover{
    background: url('../images/icon-ytb-white.svg') no-repeat center center transparent;
}
.social-menu ul a{
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;
    background-size: contain !important;
    margin-top: 24px;
}
.menu-container .social-menu{
    position: absolute;
    right: 270px;
    bottom: 100px;
    z-index: 200;
}
/*social-menu*/

/*footer*/
.w-76{
    width: 76%;
    margin: 0 auto;
    position: relative;
}
.social-menu ul{
    padding: 0;
    margin: 0;
}
.footer .w-76{
    z-index: 10;
}
.footer .key{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
    max-width: 100px;
}
.footer .value, .footer .value a{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}
.footer .value{
    margin-bottom: 10px;
}
.footer {
    min-height: 170px;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.footer .bg-block{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.footer .bg-color-1A1E23{
    width: 65%;
    left: 0;
}
.footer .bg-color-0F2645 a{
    position: relative;
    z-index: 10;
}
.footer .bg-color-0F2645{
    width: 35%;
    right: 0;
}
.footer .social-menu ul li{
    float: left;
}
.footer .social-menu ul li a,
.footer .social-menu ul li a:hover{
    height: 17px;
    margin-top: 0;
    background-position: center center;
    background-size: contain;
    margin-right: 26px;
}
.footer .social-menu{
    margin-bottom: 12px;
}
/*footer*/

/*items-list*/
.items-list .pagination-wr{
    margin-left: 33%;
    margin-bottom: 250px;
}

.items-list h1{
    font-family: 'Minion Pro Medium';
    font-size: 75px;
    line-height: 87.8%;
    color: #FFFFFF;
    margin: 200px 0;
    margin-left: 28%;
}
.top-links{
    margin-left: 28%;
    margin-top: 200px;
}
.search-wr{
    margin-top: 197px;
    position: relative;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}


.search-input{
    border: none;
    border-bottom: 1px solid rgba(160, 197, 239, 0.7);
    height: 30px;
    width: 260px;
}

.search-wr button{
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -1000px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/search-icon.svg') no-repeat center center transparent;
    cursor: pointer;
}

.top-links a{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #1AC2F0;
    text-decoration: none;
    margin-right: 44px;
}
.top-links a.active{
    color: #565F6B;
    text-decoration: underline;
}
.articles-news h1{
    margin-top: 80px;
}
.items-list.articles-news h1{
    color: #30373F;
}
.items-list, .item-show{
    overflow: hidden;
    position: relative;
}
.left-bg, .right-bg{
    position: absolute;
    height: 100%;
}
.items-list .left-bg, .item-show .left-bg{
    width: 29%;
    background: #FFFFFF;
    left: 0;
}
.items-list .right-bg, .item-show .right-bg{
    right: 0;
    width: 71%;
    background: #30373F;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.doctors .item-thumbnail{
    background-color: #EAF0F8;
}
.item-thumbnail{
    float: left;
    margin-left: 3%;
    margin-right: 67px;
}
.item-thumbnail a{
    display: block;
    width: 226px;
    height: 152px;
}
.item-thumbnail a.no-photo{
    background: url('../images/no-photo.png') no-repeat center center transparent;
    background-size: contain;
}
.item-wr {
    overflow: hidden;
    margin-bottom: 70px;
}
.item-wr .desc{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: rgba(255, 255, 255, 0.7);
}

.promotions .desc p,
.doctors .desc p,
.promotions .desc,
.doctors .desc
{
    color: #FFF;
}

.main-content{
    overflow: hidden;
}
.contacts-wr{
    min-height: 800px;
}

.item-wr h2{
    font-family: 'Minion Pro Medium';
    font-size: 24px;
    line-height: 95.8%;
    color: #FFFFFF;
    margin-top: 5px;
}
.item-wr a{
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    line-height: 30px;
}
.item-description{
    overflow: hidden;
    border-bottom: 1px solid rgba(160, 197, 239, 0.7);
    width: 50%;
}

/*items-list promotions*/

.items-list.articles-news .item-wr .item-date {
    color: #898989;
}
.items-list.articles-news .item-wr .desc {
    color: #565F6B;
}
.items-list.articles-news .item-wr a {
    color: #30373F;
}
.items-list.articles-news .left-bg{
    background: #30373F;
}
.items-list.articles-news .right-bg{
    background: #FFFFFF;
}
/*items-list articles_news*/
/*items-list articles_news*/

/*items-list services*/

.right-bg-wrapper .bg{
    position: absolute;
    height: 100%;
    z-index: 2;
}
.right-bg-wrapper .bg.one{
    width: 165px;
    left: 0;
    top: 0px;
    background: rgba(255, 255, 255, 0.86);
}
.right-bg-wrapper .bg.two{
    width: 442px;
    right: 0px;
    top: 0px;
    background: #1AC2F0;
    mix-blend-mode: multiply;
}

.right-bg-wrapper .bg.img{
    width: 607px;
    width: 640px;
    left: 0px;
    top: 0px;
    background-image: url('../images/services-list-bg.jpg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.services{
    position: relative;
}
.blue-150{
    position: absolute;
    width: 150px;
    height: 100%;
    background: #EAF0F8;
}

.services .blue-150{
    right: 0;
}

.services .right-bg-wrapper{
    position: absolute;
    width: 52%;
    top: 0;
    right: 0;
}

.items-list.services .desc {
    width: 85%;
    margin-bottom: 100px;
}
.items-list .left-block {
    position: relative;
    z-index: 2;
}
.items-list.services h2 {
    font-family: 'Minion Pro Medium';
    font-size: 24px;
    line-height: 95.8%;
    color: #30373F;
}

.items-list.services .window-height {
    margin-bottom: 96px;
}
.items-list.services h1 {
    color: #30373F;
    margin-left: inherit;
    margin-bottom: 50px;
}

.services-wr h2{
    max-width: 322px;
    border-bottom: 1px solid #565F6B;
    padding-bottom: 15px;
}
.services-wr ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-wr ul li span:last-child{
    color: rgba(86, 95, 107, 0.5);
    float: right;
}
.services-wr ul li, .services-wr ul li a{
    line-height: 217.8%;
    color: #565F6B;
    max-width: 322px;
    text-decoration: none;
}
.services-wr ul li a:hover{
    color: #1AC2F0;
}

.items-list .unic-servs h2{
    font-family: 'Minion Pro Medium';
    font-size: 50px;
    color: #30373F;
    border: none;
    margin-top: 10px;
}
.items-list .unic-servs li{
    font-family: 'Solomon Sans SemBd';
    font-size: 18px;
    line-height: 114.8%;
    margin-bottom: 30px;
}
.items-list .unic-servs li a:hover{
    color: #30373F;
}
.items-list .unic-servs li a{
    color: #1AC2F0;
    text-decoration: none;
}
/*items-list services*/

/*items-list gallery*/
.items-list.gallery .item-thumbnail{
    margin: 0;
    width: 100%;
}
.items-list.gallery .item-wr{
    margin-bottom: 14px;
    margin-left: 14px;
}
.items-list.gallery .item-wr a{
    width: 100%;
    height: 208px;
}
.items-list.gallery .left-bg{
    width: 49%;
    background-color: #EAF0F8;
}
.items-list.gallery .pagination-wr{
    margin-bottom: 20px;
    margin-top: 50px;
}
.items-list.gallery h1{
    color: #30373F;
    margin: 275px 0 50px 0;
}
.list-gallery{

}
.hidden-desc{
    position: absolute;
    top: 0;
    left: 14px;
    right: 0;
    bottom: 14px;
}
.hidden-desc a{
    text-decoration: none;
    font-family: 'Minion Pro Medium';
    font-size: 18px;
    line-height: 95.8%;
    color: #FFF;
    background-color: #1AC2F0;
    padding-left: 5px;
    text-align: center;
}
.hidden-desc{
    display: none;
}
/*items-list gallery*/


/*items-show*/
.item-show.news .top-logo,
.item-show.article .top-logo,
.item-show.promotion .top-logo
{
    position: fixed;
    left: 217px;
}
.item-show .left-bg{
    background: #EAF0F8;
}
.item-show .right-bg{
    background: #FFF;
}
.item-show-wrapper{
    min-height: 800px;
    margin-left: 29%;
    margin-right: 150px;
}
.item-images{
    overflow: hidden;
    height: 572px;
}
.item-images img{
    width: 100%;
    height: auto;
}
.item-text{
    margin-left: 67px;
    margin-top: 70px;
    width: 67%;
}
.item-show .desc{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
    color: #565F6B;
}
.item-show h1{
    font-family: 'Minion Pro Medium';
    font-size: 75px;
    line-height: 87.8%;
    color: #30373F;
}
.item-show .feedback_wrapper{
    margin-left: 50px;
}
.item-date{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #565F6B;
}

.item-slider .slick-list{
    height: 572px;
}
.item-slider .slick-prev{
    background: url('../images/angle-blue-left.svg') no-repeat center center transparent;
}
.item-slider .slick-next{
    right: 0;
    background: url('../images/angle-blue-right.svg') no-repeat center center transparent;
}
.item-slider .slick-prev,
.work-show-sl .slick-prev,
.work-show-sl .slick-next,
.item-slider .slick-next{
    height: 94px;
    width: 94px;
    position: absolute;
    bottom: 31px;
    z-index: 10;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}
.slick-dots{
    position: absolute;
    bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slick-dots li{
    list-style: none;
    display: flex;
}
.item-slider .slick-dots li button,
.work-show-sl .slick-dots li button{
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    display: block;
    width: 94px;
    height: 94px;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
}
.item-slider{
    width: 100%;
    height: 572px;
    overflow: hidden;
    position: relative;
}
.item-slider .img-wr{
    width: 100%;
    height: 572px;
}
.item-slider .img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/*items-show*/

.pp-tooltip{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(26, 194, 240, 0.6);
}

/*work-show*/
.work-show-slider .wr-slider{
    margin: -4px 0;
}


.work-show-slider .slick-slide > div,
.works-slider-vertical .slick-slide > div,
.work-show-slider .slick-slide,
.works-slider-vertical .slick-slide
{
    height: 405px;
}

.work-show-slider{
    margin-top: 136px;
}

.work-show-slider .prom-slide-bg{
    height: 405px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 828px;
    background-position: center center;
}

.work-show .right-bg{
    background-color: #30373F;
    width: 51%;
    right: 0;
}

.work-show-sl .slick-prev{
    background: url('../images/angle-blue-left.svg') no-repeat center right transparent;
    left: 0;
}
.work-show-sl .slick-next{
    background: url('../images/angle-blue-right.svg') no-repeat center left transparent;
    right: 0;
}
.items-list.works .feedback_wrapper .disp-flex{
    align-items: unset;
}
.work-show-sl .slick-prev,
.work-show-sl .slick-next{
    opacity: 1;
    z-index: 1000;
    position: absolute;
}

.top-slide-bg div, .bottom-slide-bg div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.top-slide-bg, .bottom-slide-bg{
    height: 188px;
    position: relative;
    margin-left: 23%;
}
.top-slide-bg .bg-opac, .bottom-slide-bg .bg-opac{
    background-color: #30373F;
    opacity: 0.87;
}
.prom-slide-bg a{
    width: 100%;
    height: 100%;
    display: block;
}
.one-img {
    height: 405px;
}
.one-img a{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 188px;
}
.work-show .desc{
    margin-right: 20px;
}
.work-show h1{
    font-size: 50px;
}
.work-show .list-row{
    min-height: 690px;
}
.work-show .gall:hover{
    color: #14ADD7 !important;
}
.work-show .feedback_wrapper{
    margin-left: 0;
    margin-right: 40px;
}
/*work-show*/


/*item-show service*/
.item-show.service .top-bg{
    position: absolute;
    height: 558px;
    left: 0;
    right: 0;
    background-color: #30373F;
    z-index: 2;
}
.item-show.service h1{
    color: #FFF;
    font-size: 50px;
}
.item-show.service .right-bg{
    background: #EAF0F8;
    width: 29%;
    z-index: 1;
}

.service .item-text {
    margin-left: 0;
    margin-top: 200px;
    width: inherit;
}
.service .desc {
    color: #FFF;
    margin: 50px 0 150px 0;
    max-width: 94%;
    min-height: 170px;
}
.service .feedback_wrapper{
    margin-left: inherit;
}
.service .item-images{
    height: inherit;
    overflow: visible;
}
.service .desc p{
    color: #FFF;
}
.first .image-bg{
    height: 610px;
    margin-top: 200px;
}
.image-bg{
    height: 325px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.image-bg a{
    width: 100%;
    height: 100%;
    display: block;
}
/*item-show service*/
.main-container{
    position: relative;
    z-index: 5;
}
/*.pagination*/
.pagination-wr{
    overflow: hidden;
}
.pagination-wr ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination-wr ul li{
    float: left;
    margin: 0 10px;
    color: #FFF;
}
.pagination-wr a[rel="prev"],
.pagination-wr a[rel="next"],
.pagination-wr li[aria-label="« Previous"],
.pagination-wr li[aria-label="Next »"]
{
    width: 37px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}

.pagination-wr a[rel="next"],
.pagination-wr li[aria-label="Next »"]
{
    background: url('../images/white-angle-right.svg') no-repeat center right transparent;
    margin-left: 20px;
}
.pagination-wr a[rel="prev"],
.pagination-wr li[aria-label="« Previous"]
{
    background: url('../images/white-angle-left.svg') no-repeat center left transparent;
    margin-right: 20px;
}

.pagination-wr a{
    font-family: 'Solomon Sans SemBd';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 5px;
    text-decoration: none;
}


.articles-news .pagination-wr a,
.articles-news .pagination-wr ul li{
    color: #565F6B;
}

.page-item.active{
    color: #1AC2F0 !important;
    text-decoration: underline;
}

.articles-news .pagination-wr a[rel="next"],
.articles-news .pagination-wr li[aria-label="Next »"]
{
    background: url('../images/angle-right-dark.svg') no-repeat center right transparent;
}
.articles-news .pagination-wr a[rel="prev"],
.articles-news .pagination-wr li[aria-label="« Previous"]
{
    background: url('../images/angle-left-dark.svg') no-repeat center left transparent;
}
/*.pagination*/

.item-show .feedback_wrapper > .col-12{
    padding-left: 0;
}
.item-show .btn.blue-angle-btn{
    margin-top: 70px;
}
.item-show .feedback_wrapper .disp-flex{

}

.feedback_wrapper .error{
    font-size: 12px;
}
.section.seven .feedback_wrapper .error{
    color: #FFF;
}

.feedback_wrapper.light{
    color: #555;
}


/*additions*/
.hidden{
    display: none;
}

.disp-table{
    display: table;
}
.disp-table-cell{
    display: table-cell;
}

.pos_fixed{
    position: fixed;
}
.w-100 {
    width: 100%;
}
.h-100{
    height: 100%;
    clear: both;
}
.overf-hidden{
    overflow: hidden;
}
.ml-150{
    margin-left: 150px;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-25{
    padding-left: 25px !important;
}
.pos-rel{
    position: relative;
}
.marg-top-80{
    margin-top: 80px;
}
.disp-flex{
    display: flex;
}

.disp-flex.center{
    align-items: center;
    justify-content: center;
}

.disp-flex.bottom{
    align-items: flex-end;
    align-content: flex-end;
}
.pos-absolute {
    position: absolute;
}
.absolute-block{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.map-wr{
    left: inherit;
    width: 50%;
    z-index: 12;
}

.pad-none{
    padding: 0;
}

.w-68{
    width: 68%;
    margin: 0 auto;
    position: relative;
}
.fl-right{
    float: right;
}
.mh-900{
    min-height: 900px;
}
.ml-0{
    margin-left: 0;
}
/*additions*/


/*docs*/
.doc-wap{

}
.bg-white{
    background-color: #fff;
}
.mb-500{
    margin-bottom: 500px;
}
.pane-wrap{
    margin-top: -40px;
    margin-left: 100px;
}
.pane-wrap > div{
    padding: 40px 0;
    overflow: visible;
}
.doc-column{
    padding-left: 0;
}
.disp-flex.right{
    justify-content: right;
}
.doctor-wr .name a{
    display: block;
    font-family: 'Solomon Sans Bold';
    font-size: 18px;
    line-height: 114.8%;
    color: #565F6B;
    max-width: 270px;
    text-align: left;
    margin-top: 20px;
    text-decoration: none;
    width: 225px;
}
.doctor-wr{
    margin-bottom: 32px;
    margin-bottom: 110px;
    cursor: pointer;
}
.doctor-wr .blue-bg, .big-doctor-wr .blue-bg{
    margin: auto 0;
    width: 165px;
    height: 250px;
    background-color: #EAF0F8;
    position: absolute;
}
.big-doctor-wr .blue-bg{
    height: 100%;
    width: 100%;
}
.doctor-wr img{
    width: auto;
    top: 0;
    height: 250px;
    display: block;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    top: 0;
    right: 10px;
}
.doctor-wr .bg{
    width: 210px;
    height: 242px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.doctor-wr:hover img{
    height: 270px;
    top: -20px;
}
.doctor-wr .name{
    position: absolute;
    width: 165px;
}
.doctor-wr .name a {
    width: 165px;
}
span.special{
    font-family: 'Solomon Sans';
    font-size: 15px;
    line-height: 145.8%;
}
/*docs*/
.d-flex{
    display: flex;
}
.section-content p{
    color: #FFF;
}

/*contacts-wr*/
.contacts-wr{
    height: 100%;
}
/*contacts-wr*/

@media (min-width: 1800px) {

    .item-thumbnail{
        margin-left: 7.5%;
    }

    .items-list h1{
        margin-left: 28%;
    }

    .top-links{
        margin-left: 24%;
    }

    /*docs*/

    .doctor-wr .bg{
        height: 245px;
    }
    .doctor-wr img, .doctor-wr .blue-bg{
        height: 255px;
    }
    .doctor-wr:hover img{
        height: 275px;
    }
    .window-height{
        min-height: 900px;
    }
    .services-ul a{
        margin-bottom: 39px;
    }

    /*docs*/

    .footer .disp-flex.center, .footer .disp-flex.bottom{
        justify-content: end;
    }

}

.modal-container{
    overflow-x: hidden;
}

@media (max-width: 1400px) {
    .works-slider-vertical {
        width: 520px;
    }
    .item-show.news .top-logo,
    .item-show.article .top-logo,
    .item-show.promotion .top-logo{
        left: 177px;
    }
    .about-section .top-logo,
    .item-show .top-logo,
    .items-list .top-logo
    {
        left: inherit;
        right: 0px;
    }
    .services .top-logo{
        right: unset;
    }

    .list-gallery{
        margin-top: 120px;
    }

    .work-show-slider{
        margin-top: 150px;
    }
    .work-show .right-bg{
        width: 51.1%;
    }

    .work-show-slider .prom-slide-bg{
        width: 600px;
    }

    .items-list .right-bg, .item-show .right-bg{
        width: 74%;
    }
    .work-show .right-bg {
        width: 51.1%;
    }
    .item-show .btn.blue-angle-btn{

        z-index: 100;
    }
    .next-prev{
        margin-top: 70px;
        position: relative;
        z-index: 100;
    }
}
@media (max-width: 1500px) {
    .footer .social-menu {
        right: inherit;
        left: 18.4%;
        bottom: 5px;
        z-index: 100;
    }
    .section .footer .social-menu {
        left: 0;
    }
    .about-section .ribgh-img-bg{
        width: 390px;
    }
}


.section .proms-slider-vertical{
    max-width: 450px;
}

@media (max-width: 1368px) {
    .services .top-logo{
        margin-left: 100px;
    }
    .section.one .menu ul {
        margin-left: 20%;
    }
    .section-bg.two {
        position: absolute;
        right: -37%;
        background-size: auto 100%;
    }
    .section.one .btn.transp-btn {
        margin-bottom: 120px;
    }
    .services-ul a{
        width: 95%;
        margin: 0 10px;
        margin-bottom: 15px;
    }
    .service-bl{
        padding-left: 0;
    }
    .section-content{
        padding: 0 20px;
    }
    .section .menu li.phone{
        margin-right: 0;
    }
    .section-socicons{
        right: 20px;
    }
    .section.three .right-block{
        width: auto;
    }
    .section .proms-slider-vertical{
        max-width: 350px;
    }
    .section.six .btn.blue-angle-btn{
        margin-bottom: 35px;
    }
    .feedback_wrapper .btn.transp-btn{
        margin-top: 20px;
    }
    .section.seven .panel-heading h3, .section.seven .panel-heading p, .section.seven input{
        margin-top: 0;
    }
    .section.seven .footer{
        padding: 0;
    }
    .section.seven .left-block{
        height: 100%;
    }
    .news .left-bg, .article .left-bg, .news .left-bg{
        z-index: 2;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .left-menu-bg.no-modal.no-home{
        width: 80px;
    }
    .menu-container{
        left: 80px;
    }
    .menu-toggler-wr{
        left: 10px;
    }
    .work_sl_wr{
        max-width: 700px;
    }
    .item-thumbnail{
        margin-left: 9%;
    }
}
@media (max-width: 1130px) {
    .section.one .menu ul {
        margin-left: 15%;
    }
    .section.one .btn.transp-btn {
        margin-bottom: 130px;
    }
    .item-show.news .top-logo,
    .item-show.article .top-logo,
    .item-show.promotion .top-logo{
        left: 50px;
        top: 120px;
    }
}

@media (max-height: 900px) and (min-width: 992px) {
    .mouse-block-wr{
        bottom: 30px;
    }
    .section.seven .footer .social-menu{
        margin-bottom: 80px;
    }
    .section.seven .footer{
        padding: 0;
    }
    .section.one .section-title{

    }
    .section .btn.blue-angle-btn {
        margin-bottom: 35px;
    }
    .doctor-wr img{
        height: 200px;
    }
    .doctor-wr .bg{
        height: 192px;
        width: 190px;
    }
    .doctor-wr .blue-bg{
        height: 200px;
    }
    .doctor-wr:hover img{
        height: 220px;
    }
    .section-bg.two{
        right: -17%;
    }
    .section.five .section-texts-wr{
        padding-top: 20px;
    }

}


@media (min-width: 1920px){
    .items-list .left-bg, .item-show .left-bg{
        width: 32%;
    }
    .items-list .right-bg, .item-show:not(.work-show) .right-bg{
        width: 66%;
    }
}
@media (min-width: 2500px){
    .items-list .left-bg, .item-show .left-bg{
        width: 36%;
    }
    .items-list .right-bg, .item-show:not(.work-show) .right-bg{
        width: 60%;
    }
}
@media (min-width: 3000px){
    .items-list .left-bg, .item-show .left-bg{
        width: 45%;
    }
    .items-list .right-bg, .item-show:not(.work-show) .right-bg{
        width: 60%;
    }
}

    @-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent !important;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

input:focus{outline:none}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}

