/*---------- 
Rostsin.com Template - Nov 21, 2020 
Created by: Anatoli Rostsin 
----------*/


/*---------- HERE MAIN CSS ONLY ----------*/

/*---------- Typography ----------*/
a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #cbcbcb;
}

a:focus {
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 0;
}

::-moz-selection {
    color: #fff;
    background-color: rgb(18 17 19 / 50%);
}

::selection {
    color: #fff;
    background-color: rgb(18 17 19 / 50%);
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #0c0c0e;
}

body.md-skin {
    background-color: #303036;
}

.md-skin {
    color: rgba(255, 255, 255, .9);
}

.md-skin h1, .md-skin h2, .md-skin h3, .md-skin h4,
.md-skin h5, .md-skin h6 {
    color: #fff;
}

a {
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.4em;
    color: #0c0c0e;
    font-family: "Work Sans", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

blockquote {
    border: 0;
    font-size: 25px;
    padding: 0 0 0 40px;
    margin: 15px 20px 20px;
    position: relative;
    line-height: 1.4;
    color: #03358f;
    font-family: "Roboto", sans-serif;
}

blockquote:before {
    content: "\F10D";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1.2;
    top: 0;
    left: 0;
    position: absolute;
    color: #c9c9cf;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-size: 40px !important;
    margin-bottom: 20px;
}

blockquote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #03358f;
    color: #f1f1f3;
}




.page-wrap {
    opacity: 0.9;
    z-index: -1;
    background-image: linear-gradient(to bottom right, #ff0000, #ff9300);
}






/*---------- General_rostsin ----------*/
.header-left {
    text-align: center;
}

.header-left > span {
    font-weight: 300;
}

.header {
    padding: 15px 15px;
}

.header-social {
    text-align: center;
}

.rostsin {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.rostsin:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rostsin .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.rostsin-title_inner {
    text-align: center;
}

.rostsin-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.logo-text {
    text-align: right;
    letter-spacing: .8rem;
    text-transform: uppercase;
}

.rostsin-title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.rostsin-wrapper {
    position: relative;
    padding: 120px 0 50px;
    z-index: 99;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rostsin-wrapper .rostsin-logo {
    max-width: 500px;
    margin: 40px auto;
}


/*---------- Particles.js ----------*/

#particles-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 33;
}

/*---------- Core_quietflow ----------*/

.quietflow {
    position: fixed;
}


/*---------- Socialicon ----------*/

.social-icon {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 3px;
}

.social-icon:hover {
    background-color: #fff;
    color: #778;
    border-color: #fff;
}

.social-icon-text {
    margin-left: 6px;
}

.social-icon-rounded {
    border-radius: 50%;
}

.social-icon-no-border {
    border: 0;
}

.my-cv {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 3px;
    padding: 0px 6px;
}

.my-cv:hover {
    background-color: #fff;
    color: #778;
    border-color: #fff;
}


/*---------- Language ----------*/
.lang_icon {
    text-align: center;
}

.lang_icon a:hover {
    background-color: #fff;
    color: #778;
    border-color: #fff;
}

.lang-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: 30px;
}

.lang-icon-rounded {
    border-radius: 50%;
}


/*---------- Swiper ---------*/
/*.swiper-custom-wrap {
    position: relative;
}

.swiper-custom-wrap .swiper-container {
    position: static;
}

.swiper-button-custom > div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    color: #c2c2c2;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    cursor: pointer;
    transform: transalteY(-50%);
    transition: all .3s ease;
}

.swiper-button-custom > div:hover {
    border-color: #ff9294;
    color: #ff9294;
}

.swiper-button-custom .swiper-button-prev-custom {
    left: 0;
}

.swiper-button-custom .swiper-button-next-custom {
    right: 0;
}

.swiper-pagination-custom {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-custom > span {
    width: 13px;
    height: 13px;
    background-color: #c9c9cf;
    opacity: 1;
    margin: 0 8px !important;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    background-color: #ff9294;
}

.swiper-container--02 .swiper-button-prev-custom {
    left: -80px;
}

.swiper-container--02 .swiper-button-next-custom {
    right: -80px;
}
*/


/*---------- HERE RESPONSIVE CSS ONLY ----------*/

@media (min-width: 1201px) {
    .service-wrapper .service {
        width: 33.333333%;
        float: left;
        padding: 0 55px;
    }

    .service-wrapper .service:not(:last-child) {
        border-bottom: 0;
        /*border-right: 1px solid rgba(255, 255, 255, .5);*/
    }
}

@media (min-width: 992px) {
    blockquote {
        padding: 0 0 0 70px;
    }
}
@media (min-width: 992px) {
    blockquote:before {
        font-size: 50px;
    }
}
@media (min-width: 768px) {
    blockquote {
        font-size: 25px;
        margin: 15px 40px 20px;
    }
}

@media (max-width: 372px) {
    .header {
        align-items: center;
    }

    .header-left > span + span:before {
        content: '|';
        display: inline-block;
        margin: 0 10px;
    }
}

@media (min-width: 320px) {
    .header {
        padding: 15px 30px;
        margin-bottom: 0;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 993px) {
    .header {
        padding: 20px 40px;
        margin-bottom: 0;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 993px) {
    .header-left {
        display: inline-block;
        text-align: left;
    }

    .header-social {
        text-align: right;
    }
}

@media (min-width: 1401px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 70px;
    }
}

@media (min-width: 320px) {
    .rostsin-title {
        font-size: calc(2.04545vw + 23.45455px);
    }
}

@media (min-width: 1200px) {
    .rostsin-title {
        font-size: 48px;
    }
}
@media (min-width: 769px) {
    .rostsin-wrapper .rostsin-logo {
        max-width: 500px;
        margin: 80px auto;
    }
}

@media (min-width: 1401px) {
    .rostsin-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rostsin-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
}

@media (max-width: 1199px) {
    .swiper-container--02 .swiper-button-custom {
        display: none;
    }
}

@media (min-width: 1201px) {
    .swiper-container--02 .swiper-pagination-custom {
        display: none;
    }
}

@media (min-width: 1401px) {
    .swiper-container--02 .swiper-button-prev-custom {
        left: -150px;
    }

    .swiper-container--02 .swiper-button-next-custom {
        right: -150px;
    }
}