HEX
Server: Apache/2.4.62 (Debian)
System: Linux plxsite 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64
User: root (0)
PHP: 8.1.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/polygant_2023/inc/css/main.css
@charset "UTF-8";

/* === {SLIDER SECTION} === */
section.slider {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

section.slider .setTableCell {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    z-index: 2;
}

section.slider .header {
    width: 100%;
    color: #7d0ba2;
}

section.slider .header span {
    display: inline-block;
    color: #7d0ba2;
    font-size: 23px;
}

section.slider .header a {
    display: inline-block;
    min-width: 145px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 7px 10px;
    margin-left: 20px;
    background-color: #7d0ba2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

section.slider .header a:hover {
    opacity: .7;
}

section.slider .sliderWrap .slide__title {
    font-family: "ProximaNova", sans-serif;
    font-size: 60px;
    font-weight: 100;
    margin-top: 50px;
}

section.slider .sliderWrap .slide__content {
    font-size: 16px;
    margin-top: 20px;
    max-width: 485px;
    line-height: 1.7;
}

section.slider .sliderWrap .slide .linksWrap {
    width: 100%;
    margin-top: 40px;
}

section.slider .sliderWrap .slide .linksWrap__link {
    display: inline-block;
    max-width: 190px;
    max-height: 60px;
    float: left;
    margin-right: 10px;
}

section.slider .sliderWrap .slide .linksWrap__link:hover {
    opacity: .7;
}

section.slider .sliderWrap .slide .linksWrap__link img {
    display: block;
    border: none;
    width: 100%;
    height: auto;
}

section.slider .sliderWrap .slide .imgWrap {
    padding-top: 75px;
    width: 100%;
    overflow: hidden;
}

section.slider .sliderWrap .slide .imgWrap img {
    margin: 0 auto;
    display: block;
    border: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

section.slider .owl-theme .owl-nav {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    text-align: left;
}

section.slider .owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    color: #8301af;
    font-size: 30px;
    border: 2px solid #8301af;
    padding: 2px 20px 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

section.slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #8301af;
}

section.slider .owl-theme .owl-nav [class*=owl-]:nth-child(2) {
    margin-left: -2px;
}

/* === {SLIDER SECTION} === */
section.carousel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
}

section.carousel .setTableCell {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

section.carousel .header {
    font-family: "ProximaNova", sans-serif;
    font-size: 60px;
    font-weight: 100;
    text-align: center;
}

section.carousel .carouselWrap {
    margin-top: 70px;
}

section.carousel .carouselWrap .carouselItem__content {
    font-size: 16px;
    line-height: 1.5;
}

section.carousel .carouselWrap .carouselItem__content::before {
    content: '“';
    position: relative;
    display: block;
    margin: 0;
    line-height: 1;
    color: #7d0ba2;
    font-family: "OpenSans", sans-serif;
    font-size: 65px;
    font-weight: 400;
}

section.carousel .carouselWrap .carouselItem .dataWrap {
    margin-top: 30px;
}

section.carousel .carouselWrap .carouselItem .dataWrap__imgWrap {
    display: block;
    margin-right: 10px;
    width: 49px;
    height: 49px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

section.carousel .carouselWrap .carouselItem .dataWrap__imgWrap img {
    border: none;
    display: block;
    width: 100%;
    height: auto;
}

section.carousel .carouselWrap .carouselItem .dataWrap__title {
    padding-top: 5px;
    color: #7d0ba2;
    font-size: 16px;
    font-weight: bold;
}

section.carousel .carouselWrap .carouselItem .dataWrap__desc {
    font-size: 14px;
}

section.carousel .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 70px;
}

section.carousel .owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #7d0ba2;
    background-color: transparent;
}

section.carousel .owl-theme .owl-dots .owl-dot span::before {
    display: none;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #7d0ba2;
}

section.carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #7d0ba2;
    border: none;
}

section.carousel .owl-theme .owl-dots .owl-dot.active span::before {
    display: block;
}

section.carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #7d0ba2;
}

/* === {GRIDROUND SECTION} === */
section.gridRound {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

section.gridRound .setTableCell {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

section.gridRound .header {
    font-family: "ProximaNova", sans-serif;
    font-size: 60px;
    font-weight: 100;
    text-align: center;
}

section.gridRound .itemsWrap {
    display: inline-block;
    width: 100%;
}

section.gridRound .itemsWrap .item {
    display: block;
    margin: 70px auto 20px;
    width: 190px;
}

section.gridRound .itemsWrap .item__imgWrap {
    position: relative;
    margin: 0 auto;
    width: 165px;
    height: 165px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

section.gridRound .itemsWrap .item__imgWrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190px;
    height: 190px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.gridRound .itemsWrap .item__imgWrap img {
    display: block;
    border: none;
    max-width: 165px;
    max-height: 165px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.gridRound .itemsWrap .item__title {
    margin-top: 40px;
    text-align: center;
    max-width: 190px;
    color: #7d0ba2;
    font-size: 16px;
    font-weight: bold;
}

section.gridRound .itemsWrap .item__desc {
    text-align: center;
    max-width: 190px;
    margin-top: 5px;
    font-size: 14px;
}

section.gridRound .owl-theme .owl-nav {
    margin-top: 30px;
}

section.gridRound .owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    color: #8301af;
    font-size: 30px;
    border: 2px solid #8301af;
    padding: 0 12px 4px;
    line-height: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

section.gridRound .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #8301af;
}

section.gridRound .owl-theme .owl-nav [class*=owl-]:nth-child(2) {
    margin-left: -2px;
}

/* === {LOCATION SECTION} === */
section.location {
    display: block;
    min-height: 100vh;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

section.location .header {
    font-family: "ProximaNova", sans-serif;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

section.location .wrap {
    position: relative;
    margin-top: 50px;
}

section.location .wrap .tab {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    padding: 0 17px 17px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

section.location .wrap .tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

section.location .wrap .tab .buttonWrap {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.location .wrap .tab .buttonWrap__btn {
    flex: 0 0 50%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 12px 14px;
    text-align: center;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    border: 2px solid #8301af;
    outline: none;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

section.location .wrap .tab .buttonWrap__btn::after {
    display: none;
    content: ' ';
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #8301af;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.location .wrap .tab .buttonWrap__btn.is_on, section.location .wrap .tab .buttonWrap__btn:hover {
    color: #fff;
    background-color: #8301af;
}

section.location .wrap .tab .buttonWrap__btn.is_on::after, section.location .wrap .tab .buttonWrap__btn:hover::after {
    display: block;
}

section.location .wrap .tab .buttonWrap__btn:first-child {
    margin-right: -2px;
}

section.location .wrap .mapWrap {
    position: relative;
    width: 1140px;
    height: 551px;
    margin: 0 auto;
    overflow: hidden;
}

section.location .wrap .mapWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    -webkit-box-shadow: inset 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
}

section.location .wrap .mapWrap .map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1140px;
    height: 551px;
}

/* === {HAVE FORM SECTION} === */
section.haveForm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #201e26;
}

section.haveForm .setTableCell {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 150px 0;
    position: relative;
    z-index: 2;
}

section.haveForm .advancedWrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

section.haveForm .advancedWrap__content {
    position: relative;
    display: inline-block;
    max-width: 340px;
    color: white;
    font-size: 20px;
    padding-left: 64px;
    text-align: left;
}

section.haveForm .advancedWrap__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 54px;
    height: 50px;
    background-image: url("../img/list_style_type_accent.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.haveForm .advancedWrap__content p {
    margin: 0;
}

section.haveForm .header {
    color: white;
    font-family: "ProximaNova", sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}

section.haveForm .fieldWrap label {
    color: white;
    font-size: 16px;
    line-height: 3;
}

section.haveForm .fieldWrap input {
    display: block;
    width: 100%;
    height: 45px;
    font-family: "OpenSans", sans-serif;
    color: #222;
    padding: 0 40px 0 10px;
    background-color: white;
    border: none;
}

section.haveForm .fieldWrap input:focus {
    outline: 2px solid #8301af;
}

section.haveForm .fieldWrap textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    font-family: "OpenSans", sans-serif;
    color: #222;
    padding: 10px;
    background-color: white;
    border: none;
    resize: vertical;
}

section.haveForm .fieldWrap textarea:focus {
    outline: 2px solid #8301af;
}

section.haveForm .formButtonWrap {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 45px;
}

section.haveForm .formButtonWrap__btn {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    min-width: 360px;
    padding: 15px 0;
    text-transform: uppercase;
    border: 2px solid #8301af;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

section.haveForm .formButtonWrap__btn:hover {
    background-color: #8301af;
}

/* === {MAIN FOOTER} === */
.mainFooter {
    display: table;
    width: 100%;
    min-height: 280px;
    position: relative;
    padding: 70px 0;
}

.mainFooter .setTableCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.mainFooter .copyright {
    font-size: 14px;
}

.mainFooter .socialNetwork {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.mainFooter .socialNetwork a {
    position: relative;
    display: inline-block;
    color: #b8b8b8;
    line-height: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
    float: left;
    margin-left: 35px;
    text-decoration: none;
}

.mainFooter .socialNetwork a i {
    font-size: 22px;
}

.mainFooter .socialNetwork a:first-child {
    margin-left: 0;
}

.mainFooter .socialNetwork a:hover {
    color: #7d0ba2;
}

.custom-twitter {
    position: relative;
    display: inline-block;
}

.custom-twitter svg {
    width: 17px;
    height: 23px;
    fill: #b8b8b8;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

.custom-twitter svg:hover {
    fill: #7d0ba2;
}

.mainFooter .dataWrap {
    max-width: 175px;
}

.mainFooter .dataWrap__title {
    font-weight: bold;
}

.mainFooter .dataWrap__content {
    margin-top: 10px;
    font-size: 14px;
}

.mainFooter .dataWrap__content a.call {
    color: #222;
}

.mainFooter .dataWrap__content a.mnu:hover {
    color: #7d0ba2;
}

.simpleSuccess {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 42, 0.95);
    z-index: 999999;
    overflow-y: auto;
}

.simpleSuccess .successWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.simpleSuccess .successWrap__btn-close {
    position: absolute;
    display: block;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    top: 8px;
    right: 8px;
    color: #bcbbbb;
    z-index: 1;
}

.simpleSuccess .successWrap__btn-close i {
    font-size: 18px;
}

.simpleSuccess .successWrap__btn-close:hover {
    color: #7d0ba2;
}

.simpleSuccess .successWrap__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-align: center;
    padding: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.simpleSuccess .successWrap__content::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    background-image: url("../img/list_style_type_accent.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* === {Popup form} === */
.popupForm {
    display: table!important;
    height: 100%;
    margin: 0 auto;
    background-color: transparent!important;
}

.popupForm .ajaxRequest {
    display: table-cell;
    height: auto;
    vertical-align: middle;
}

.popupForm .ajaxRequest .bgpopup {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #201e26;
    border: 1px solid rgba(255,255,255,.1);
}

body.is_popupForm {
    overflow: hidden;
}

/* === {Footer translate link} === */
.translate {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.translate ul,
.translate ul li {
    list-style-type: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.translate ul li a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

/* === {Button Scroll Top} === */
#scrollUpBtn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    z-index: 99;
}

#scrollUpBtn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8301af;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    z-index: -1;
}

#scrollUpBtn:hover::after {
    background-color: #59017a;
}

/* Dm1Tp1k */
.main_image{
    position: relative;
    z-index: 9;
}
.main_image img{
    margin-left: -40px;
}
a.blogBtn{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #8301af;
    padding: 13px 30px 13px 30px;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 1;
}
a.blogBtn:hover{
    background-color: #8301af;
}
section.slider .header a.readMoreSlider{
    position: relative;
    display: inline-block;
    min-width: 190px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #8301af;
    background-color: transparent;
    padding: 13px 75px 13px 30px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    line-height: 1.5;
}
section.slider .header a.readMoreSlider::after {
    content: '\027F6';
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    font-size: 20px;
    color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.slider .header a.readMoreSlider:hover::after{
    color: #fff;
}
section.slider .header a.readMoreSlider:hover{
    background-color: #8301af;
    color: #fff;
}
.developers{
    background-color: #19192a;
    padding: 50px 0;
    color: #fff;
    font-size: 35px;
}
.developers__title{
    font-family: "ProximaNova", sans-serif;
    font-weight: 200;
    line-height: 1;
}
.align-right{
    text-align: right;
}
.developers a{
    margin-bottom: 10px;
    display: inline-block;
    width: 24%;
}
.developers a img{
    max-width: 100%;
    width: 194px;
    height: 97px;
}
.footer-lng{
    margin-left: 10px;
    display: inline-block;
}
.footer-lng img, .footer-lng span{
    vertical-align: middle;
}
a.getQuote{
    border: 2px solid #8301af;
    color: #8301af;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    margin-bottom: 20px;
}
a.getQuote i{
    margin-right: 10px;
}
a.getQuote:hover{
    color: #fff;
    background-color: #8301af;
}
.skillsPage p strong{
    font-size: 20px;
    font-weight: 600;
}
.hourlyRate{
    display: inline-block;
    font-size: 18px;
    padding: 15px 25px;
    border: 1px solid #8301af;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.hourlyRate span{
    color: #8301af;
}
a.devHirebutton{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    max-width: 200px;
    width: 100%;
    background-color: #7d0ba2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}
a.devHirebutton:hover{
    text-decoration: none;
    opacity: 0.8;
}
a.devHire-link{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    max-width: 200px;
    width: 100%;
    background-color: #7d0ba2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}
a.devHire-link:hover{
    text-decoration: none;
    opacity: 0.8;
}
.developer{
    padding: 35px 30px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    margin: 0;
}
.developer:last-child{
    border-bottom: 1px solid #d7d7d7;
}
.devSkills{
    margin-bottom: 15px;
}
.devSkills ul li::before{
    display: none;
}
.devSkills ul li{
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #f1f2f3;
    font-size: 13px;
    color: #222222;
    transition: all 0.3s;
    margin: 2px 0;
}
.devSkills ul li:hover{
    background-color: #f4e7f8;
}
.devTitle{
    font-size: 25px;
    margin-bottom: 15px;
}
.devTitle span{
    color: #8301af;
}
.devContent{
    font-size: 16px;
    margin-bottom: 15px;
}
.devImage{
    padding-top: 10px;
}
.owl-carousel.devSlider.off {
    display: block;
}
.devSlider .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.devSlider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.devSlider .owl-dots .owl-dot span {
    margin: 5px 7px;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #7d0ba2;
    background-color: transparent;
    transition: opacity .2s ease;
}
.devSlider .owl-dots .owl-dot:hover span {
    background-color: #7d0ba2;
}
.devSlider .owl-dots .owl-dot.active span {
    background-color: #7d0ba2;
    border: none;
}
.devSlider .owl-dots .owl-dot.active span::before {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #7d0ba2;
}
.dmTable{
    font-size: 16px;
}
.dmTable__row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
}
.dmTable__col span{
    color: #8301af;
}
.dmTable__col:first-child{
    padding-right: 10px;
}
.dmTable__col:last-child{
    font-weight: 600;
    white-space: nowrap;
}
.skillsPage h4{
    font-weight: 400;
}
.dataWrap ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.dataWrap ul.menu li{
    margin-top: 10px;
    font-size: 14px;
}
.developers__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mnuRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mnuRow .right .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-top: 20px;
}
.mainHeader .mnuRowWrap .mnuRow .phoneWrap .phone__btn{
    display: none;
}
.mainHeader .mnuRowWrap .mnuRow .phoneWrap .phone__num{
    font-size: 18px;
    line-height: 18px;
}
.mainHeader .mnuRowWrap .mnuRow .phoneWrap .phone{padding-left: 32px; margin-left: 20px;}
.mainHeader .mnuRowWrap .mnuRow .phoneWrap div:first-of-type .phone{  background-image: url("../img/ico-eng.png"); background-position: left center;    background-repeat: no-repeat; margin-left: -5px;}
.mainHeader .mnuRowWrap .mnuRow .phoneWrap div:last-of-type .phone{background-image: url("../img/ico-rus.png"); background-position: left center;    background-repeat: no-repeat; }

.mainHeader .mnuRowWrap .mnuRow .phoneWrap{
    display: flex;
}

//footer .footer-lng{
  //    color: transparent;
  //}

.header-menu{

}
.header-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;

}
.header-menu li{position: relative;}
.header-menu li a{
    padding: 13px 60px 13px 20px;
    color: #19192a;
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    display: block;
    background-color: white;
}
.header-menu li a:hover{
    text-decoration: none;
}
.mainHeader .mnuRowWrap .mnuRow .langSelect{
    max-height: 40px;
    padding: 0;
    float: right;
    margin-left: auto;
    margin-left: 20px;
}
.mainHeader .mnuRowWrap .mnuRow .requestWrap__btn{
    padding: 8px 10px;
}
.mainHeader .mnuRowWrap .mnuRow .langSelect a{
    border: 1px solid #cccccc;
    color: #19192a;
    font-size: 13px;
    background-image: url("../img/dropdown-closed.svg");
    background-repeat: no-repeat;
    background-position: 82% center;
}
.mainHeader .mnuRowWrap .mnuRow .langSelect a .flag{
    padding: 10px 48px 10px 25px;
    margin-left: 12px;
}
.mainHeader .mnuRowWrap .mnuRow .langSelect ul{
    padding: 0;
}
.mainHeader .mnuRowWrap .mnuRow .langSelect ul a{
    border-color: transparent;
}
.tg-link{
    width: 128px;
    height: 40px;
    background-color: #4983b2;
    color: #ffffff;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 43px;
    background-image: url("../img/ico-telegram.png");
    background-position: 15% center;
    border-color: transparent;
    background-repeat: no-repeat;
    margin: 0 10px 0 30px;
    display: block;
}
.tg-link:hover{
    color: white;
    text-decoration: none;
}

.header-menu li.active > a, .header-menu > ul > li > a:hover{
    background-image: url("../img/dropdown-open.svg");
    border-color: transparent;
    background-repeat: no-repeat;
    background-color: white;
}
.header-menu li.active:before, .header-menu > ul > li:hover:before{
    height: 2px;
    background-color: #8301af;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    content: '';
}
.header-menu li.active a, .header-menu li:hover a{
    position: relative;
    z-index: 2;

}
.header-menu li.active ul, .header-menu li:hover ul{display: block;}
.header-menu > ul{
    display: flex;
    align-items: flex-end;
}
.header-menu > ul > li{

    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    margin-right: -1px;
}
.header-menu ul, .header-menu{
    width: 100%;
}
.header-menu > ul > li > a{
    background-image: url("../img/dropdown-closed.svg");
    background-repeat: no-repeat;
    background-position: 90% center;
}
.header-menu.ru > ul > li > a{
    display: table-caption;
    font-size: 15px;
    line-height: 17px;
    padding: 6px 75px 5px 20px;
}
.header-menu.ru > ul > li:last-of-type > a{
    padding-top: 13px;
    padding-bottom: 13px;
}
.header-menu.ru > ul > li{
    height: 46px;
}
.header-menu > ul > li > ul{display: none;
    position: absolute;
    left: 0; top: 100%;
    background-color: white;
    width: 400px;
    z-index: 1;
    box-shadow: 0 0 35px 14px rgba(0, 0, 0, 0.18);
}
.header-menu > ul > li:last-of-type > ul{
    left: auto; right: 0;
}
.header-menu > ul > li > ul li{}
.header-menu > ul > li > ul li:hover a{
    background-color: #e4e5e8;
}
.header-menu > ul > li > ul li a{
    font-size: 14px; padding-right: 20px; }

.mainHeader .mnuRowWrap .mnuRow .mobileMnu .hiddenBox{
    max-height: 550px;
    overflow: auto;
}

.loading-form {
    opacity: 0.7;
    pointer-events: none;
}

.recaptcha {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

.text-danger {
    margin-top: 2px;
    color: red;
}

@media (max-width: 1200px) {
    .header-menu{
        overflow: hidden;
    }

    .header-menu>ul>li{
        display: block;
    }
    .header-menu>ul>li>ul{
        position: relative;
        width: 100%;
    }
    .header-menu>ul{
        display: block;
    }
    .header-menu li:hover ul{
        display: none;
    }
    .tg-link{
        float: left;
        width: 50%;
        margin: 0;
    }
    .mainHeader .mnuRowWrap .mnuRow .requestWrap{
        float: right;
        width: 50%;
        margin: 0 !important;
    }
    .mainHeader .mnuRowWrap .mnuRow .requestWrap__btn{
        width: 100%;
    }
    .header-menu li.active ul{ display: block !important; }
    .mainHeader .mnuRowWrap .mnuRow .mobileMnu{
        display: table-cell !important;
    }
    .right .header-menu{display: none;}
    .mainHeader .mnuRowWrap .mnuRow .right .requestWrap,
    .mainHeader .mnuRowWrap .mnuRow  .right .tg-link{display: none;}
    .mainHeader .mnuRowWrap .mnuRow .phoneWrap{
        align-items: center;
    }
    .mainHeader .mnuRowWrap .mnuRow .phoneWrap .phone{
        width: 160px !important;
        margin-top: 0 !important;
        font-size: 14px;
    }
    .mainHeader .mnuRowWrap .mnuRow .phoneWrap div:last-of-type .phone{
        width: 150px !important;
    }
    .mainHeader .mnuRowWrap .mnuRow .phoneWrap .phone__num{
        font-size: 14px !important;
    }
    .mainHeader .headerScrolled{
        min-height: 80px;
    }
    .particles{
        padding-top: 80px;
    }
    .mainHeader .mnuRowWrap .mnuRow .mobileMnu .hiddenBox{
        padding: 0;
        min-height: auto;
        top: 41px;
    }
    .mainHeader .mnuRowWrap .mnuRow .mobileMnu{
        margin-top: 15px;
    }
    .mainHeader .mnuRowWrap .mnuRow .logo{
        margin-right: 20px;
    }

    .mainHeader .mnuRowWrap .mnuRow #mobileMnu .requestWrap .requestPopup {
        top: auto !important;
        left: auto !important;
        right: 0px !important;
        bottom: 0% !important;
    }
    .mainHeader .mnuRowWrap .mnuRow #mobileMnu .requestWrap .requestPopup__title{
        font-size: 12px;
        margin: 6px 0;
    }
    .mainHeader .mnuRowWrap .mnuRow #mobileMnu .requestWrap .requestPopup{
        padding: 17px 40px;
    }
}
@media (max-width: 768px) {
    .right .tg-link{ display: none; }

    .mainHeader .mnuRowWrap .mnuRow .langSelect a{
        background: 0;
    }
    .mnuRow .right .row{
        margin-top: 10px;
    }
    .mainHeader .mnuRowWrap .mnuRow .langSelect a .flag{
        padding: 20px;
        width: 30px;
        height: 30px;
        background-position: center center;
        color: transparent;
        margin: 0;
    }
    .mainHeader .mnuRowWrap .mnuRow .mobileMnu{
        margin-top: 0;
    }

    .header-menu>ul>li>ul li a{
        font-size: 13px;
        line-height: 15px;
        padding: 10px 60px 5px 20px;
    }


}