.free-brand-audit-button {
    padding: 0.73em 1.84em;
    font-size: 1.13rem; /*18px*/
    font-weight: 700;
    line-height: 1.23em;
    letter-spacing: 0em;
}

.arrow-button a {
    grid-gap: 0.63em;
}

.arrow-button a .arrow-button-icon {
    width: 1.88em;
    height: 1.88em;
}

.arrow-button a .arrow-button-icon img {
    width: 0.94em;
    height: 0.94em;
}

.arrow-button a h3 {
    font-size: 1.25rem; /*20px*/
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

header {
    width: 100%;
    padding: 1.13em 0;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.38em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .container .header-left,
header .container .header-right {
    display: none;
}

header .container .header-logo {
    width: 8.75em;
    height: 2.07em;
}

header .container #drop-down-icon {
    display: block;
}
.portfolio-main-video .container{
    padding:unset;
}

.overlay {
    left: 0;
    top: 4.94em;
    width: 100%;
    z-index: 999;
    height: 37.88em;
    display: none;
    position: fixed;
    padding-top: 4.38em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: example;
    animation-name: example;
    background-color: #fff;
}

.overlay ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 2.69em 0;
    margin-bottom: 5.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.overlay ul li {
    font-size: 1.25rem; /*20px*/
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
}

.overlay ul .active {
    font-weight: 700;
}

.overlay .free-brand-audit-button {
    background-color: black;
    color: #fff;
}

.overlay .social-links {
    width: 21.88em;
}

.overlay .social-links ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0.94em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5.44em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay .social-links ul li {
    font-size: 1.13rem; /*18px*/
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.03em;
}

footer {
    margin: 3.63em 0 0;
    padding: 0 0 2.07em;
}

footer .container {
    padding: 0;
}

footer .offer {
    top: 0;
    padding: 2.75em 1.44em 2.25em;
}

footer .offer div {
    width: 100%;
}

footer .offer h2 {
    font-size: 1.28rem; /*20px*/
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 2.5em;
    letter-spacing: -0.05em;
}

footer .offer p {
    font-size: 1.13rem; /*18px*/
    font-weight: 400;
    line-height: 1.67em;
    margin-bottom: 2.62em;
    letter-spacing: -0.05em;
}

footer .footer-content {
    margin: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 2.32em 1.38em 0;
}

footer .footer-content .contant-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 1.2em 0;
    margin-top: 3.32em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .footer-content .contant-block .footer-contant-block-center,
footer .footer-content .contant-block .footer-contant-block-left {
    margin: 0;
    width: 100%;
}

footer .footer-content .contant-block h2 {
    font-size: 1.13rem; /*18px*/
    font-weight: 700;
    line-height: 1.67em;
    letter-spacing: -0.03em;
}

footer .footer-content .contant-block li {
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.03em;
}

footer .footer-content .contant-block p {
    padding: 0;
    margin: 0px;
    font-size: 0.75rem; /*12px*/
    font-weight: 400;
    line-height: 2.09em;
    letter-spacing: -0.03em;
}

footer .footer-content .footer-ul-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

footer .footer-content .footer-ul-box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    grid-gap: 0 0.63em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer-content .footer-ul-box ul li {
    font-size: 1.13rem; /*18px*/
    font-weight: 700;
    line-height: 1.67em;
    text-align: center;
    letter-spacing: -0.03em;
}

footer .footer-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .footer-bottom .footer-bottom-box {
    margin-top: 0;
}

footer .footer-bottom .footer-bottom-box p {
    font-size: 0.75rem; /*12px*/
    font-weight: 400;
    line-height: 2.92em;
    letter-spacing: 0em;
}

footer .footer-bottom .futter-box-one {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

footer .footer-bottom .futter-box-two {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 4.07em;
}

.container {
    padding: 0 1.38em;
}

.contant-block {
    width: 100%;
}

.image-box {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.small-image-box {
    width: 17em;
}

#portfolio-slider .slick-slide {
    padding: 0;
}

#portfolio-slider .slick-dots {
    grid-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#portfolio-slider .slick-dots li {
    max-width: 0.63em;
    max-height: 0.63em;
}

#portfolio-slider .slick-dots li button:before {
    opacity: 1;
    width: 0.63em;
    height: 0.63em;
    color: transparent;
    border-radius: 50%;
    background-color: #f0f0f0;
}

#portfolio-slider .slick-dots .slick-active button:before {
    background-color: #000;
}

#about-slider .slick-dots li {
    padding: 0;
    margin: 0;
}

#about-slider .slick-dots li button:before {
    width: 1.25em;
    height: 1.25em;
}

.portfolio-main {
    height: 17.57em;
    position: relative;
}
.home-mine video {
    top: 0;
    left: 0;
    z-index: -1;
    width: 31.25em;
    object-fit: contain;
    height: 100% !important;
}
.contant-block video {
    top: 0;
    left: 0;
    z-index: -1;
    width: 31.25em;
    object-fit: contain;
    height: 100% !important;
}

.portfolio-main video {
    top: 0;
    left: 0;
    z-index: -1;
    width: 31.25em;
    object-fit: contain;
    height: 100% !important;
}

.portfolio-main h2 {
    display: none;
}

.portfolio-presentation {
    margin: 1.82em 0 1.57em;
}

.portfolio-presentation .left .portfolio-presentation-text {
    top: -5.7em;
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.portfolio-presentation .left .portfolio-presentation-left-content {
    /* top: 3.78em; */
    margin: 0 0 3.78em;
}

.portfolio-presentation .left .portfolio-presentation-left-content li {
    margin-top: 0;
    max-width: 100%;
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.portfolio-presentation .left .portfolio-presentation-left-content li br {
    display: none;
}

.portfolio-presentation .right {
    margin-top: 2em;
}

.portfolio-presentation .right h2 {
    width: 100%;
    font-size: 1.25rem; /*20px*/
    font-weight: 600;
    line-height: 1.5em;
    font-style: normal;
    letter-spacing: -0.05em;
}

.portfolio-presentation .right p {
    max-width: 100%;
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    font-style: normal;
    margin: 2em 0 1.94em;
    letter-spacing: -0.05em;
}

.portfolio-window {
    margin: 1.57em 0 1.75em;
}

.portfolio-window .container {
    padding: 0;
}

.portfolio-solution {
    margin: 1.75em 0 1.25em;
}

.portfolio-solution .between-container {
    grid-gap: 1.69em 0;
}

.portfolio-solution .contant-block {
    width: 100%;
}

.portfolio-solution h2 {
    font-size: 0.94rem; /*15px*/
    font-weight: 600;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.portfolio-solution p {
    font-size: 0.94rem; /*15px*/
    margin-top: 1em;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.portfolio-gallery {
    margin: 1.25em 0 1.82em;
}

.portfolio-gallery .container {
    padding: 0px;
}

.portfolio-gallery .between-containe {
    grid-gap: 1.07em 0;
}

.portfolio-gallery .image-box {
    width: 100%;
}

.portfolio-description {
    margin: 1.82em 0;
}

.portfolio-description h2 {
    width: 100%;
    font-size: 1.13rem; /*18px*/
    font-weight: 400;
    line-height: 1.67em;
    text-align: center;
    letter-spacing: -0.05em;
}

.portfolio-description h3 {
    font-size: 0.94rem; /*15px*/
    font-weight: 500;
    margin-top: 1.34em;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.portfolio-description p {
    margin-top: 0;
    font-size: 0.94rem; /*15px*/
    font-weight: 500;
    line-height: 1.2em;
    font-style: normal;
    text-align: center;
    letter-spacing: -0.03em;
}

.portfolio-explanation {
    margin: 1.82em 0 1.07em;
}

.portfolio-explanation .container {
    padding: 0;
}

.portfolio-explanation .between-container {
    grid-gap: 1.07em;
}

.portfolio-explanation .contant-block {
    width: 100%;
    padding: 0 1.44em;
}

.portfolio-explanation .contant-block br {
    display: none;
}

.portfolio-explanation .contant-block h2 {
    text-align: justify;
}

.portfolio-explanation .contant-block .image-box {
    width: 100%;
    height: fit-content;
}

.portfolio-explanation .contant-block .img {
    width: 100%;
    height: 100%;
}

.portfolio-explanation p {
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.portfolio-slid-box {
    margin: 1.07em 0 5.32em;
    padding: 0;
}

.portfolio-slid-box .container {
    padding: 0;
}

.portfolio-project-team {
    margin: 5.32em 0 2.57em;
}

.portfolio-project-team .contant-block {
    margin-bottom: 2.57em;
}

.portfolio-project-team h2 {
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    line-height: 2.5em;
    letter-spacing: -0.05em;
}

.portfolio-project-team ul {
    padding: 0;
}

.portfolio-project-team ul li {
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.portfolio-project-team br {
    display: block;
}

.portfolio-similar {
    margin: 2.57em 0 3.63em;
}

.portfolio-similar .container {
    padding: 0;
}

.portfolio-similar .container .between-container a {
    width: 100%;
}

.portfolio-similar .between-container {
    grid-gap: 1.88em;
}
.portfolio-similar .contant-block {
    width: 100%;
    height: fit-content;
}

.portfolio-similar h2 {
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    margin-left: 1.15em;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.portfolio-similar h3 {
    font-size: 1.13rem; /*18px*/
    font-weight: 500;
    margin-left: 1.28em;
    line-height: 1.23em;
    letter-spacing: -0.03em;
    -webkit-padding-after: 2px;
}

.portfolio-similar p {
    font-size: 0.94rem; /*15px*/
    font-weight: 500;
    margin-left: 1.54em;
    margin-top: 1px;
    line-height: 1.47em !important;
    letter-spacing: -0.03em !important;
}

.portfolio-similar h3 {
    margin-top: 0.44em;
}

.home-mine {
    margin: 0;
    height: 17.75em;
    padding: 1.25em 0 0;
}

.home-mine .contant-block {
    position: relative;
    width: 100%;
    grid-gap: 1.25em;
}

.home-mine p {
    font-size: 1.13rem; /*18px*/
    font-weight: 400;
    line-height: 1.67em;
    letter-spacing: -0.05em;
}

.home-gallery {
    margin: 1.57em 0 3.63em;
}

.home-gallery .container {
    padding: 0;
}

.home-gallery .between-container {
    grid-gap: 1.19em 0;
}

.home-gallery h2 {
    font-size: 1.13rem; /*18px*/
    font-weight: 500;
    line-height: 1.23em;
    margin: 1.34em 0 0 1.17em;
    letter-spacing: -0.03em;
}

.home-gallery p {
    font-size: 0.94rem; /*15px*/
    font-weight: 500;
    line-height: 1.2em;
    margin: 0.74em 0 0 1.4em;
    letter-spacing: -0.03em;
}

.works-mine {
    margin: 3.13em 0 6.25em;
}

.works-mine .absolute-block {
    left: 0;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 1.88em;
}

.works-mine .contant-block {
    width: 100%;
}

.works-mine .contant-block .active {
    font-weight: 700;
}

.works-mine .contant-block h2 {
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.works-mine .contant-block ul {
    grid-gap: 1.25em 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.works-mine .contant-block ul li {
    font-size: 1.25rem; /*20px*/
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0em;
}

.agency-presentation {
    margin: 2em 0 1.57em;
}

.agency-presentation .arrow-button {
    margin-top: 1.82em;
}

.agency-presentation .contant-block {
    width: 100%;
}
.agency-presentation .contant-block p span {
    font-size: 0.94rem !important; /*15px*/
}

.agency-presentation h2 {
    font-size: 1.25rem; /*20px*/
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}

.agency-presentation p {
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    margin-top: 2em;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.agency-services {
    margin: 3.13em 0;
}

.agency-services .between-container {
    grid-gap: 2.19em 0;
    text-align: center;
}

.agency-services .between-container .between-container {
    grid-gap: 1.57em 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agency-services .between-container .between-container h2 {
    font-size: 1.13rem; /*18px*/
    font-weight: 600;
    line-height: 1.67em;
    letter-spacing: -0.05em;
    text-align: start;
}

.agency-services .between-container .between-container ul {
    margin-top: 1.57em;
}
.agency-services .between-container .between-container .contant-block {
    width: 50%;
}

.agency-services .between-container .between-container li {
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
    text-align: start;
}

.agency-services .between-container h2 {
    font-size: 1.38rem; /*22px*/
    font-weight: 600;
    line-height: 1.37em;
    letter-spacing: -0.05em;
    width: 100%;
    text-align: start;
}

.agency-brands {
    margin: 1.82em 0 1.07em;
}

.agency-brands h2 {
    font-size: 1.5rem; /*24px*/
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.03em;
}

.agency-brands .between-container {
    grid-gap: 1.88em;
    margin-top: 3.13em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.agency-brands .between-container .contant-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.agency-slid {
    margin: 2.5em 0 5.32em;
}

.agency-slid .portfolio-description {
    margin: 0;
}

.agency-slid .portfolio-description .portfolio-google-logo {   
    height: 1.94em;
    margin-bottom: 1.25em;
}

.agency-similar {
    margin: 3.13em 0 3.13em;
}

.agency-similar .portfolio-similar {
    margin: 0;
}

.agency-similar .contant-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.57em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.agency-similar .between-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.agency-similar .between-container .flex-space-between {
    width: 17em;
}

.agency-similar .contant-block h3 {
    text-align: left;
    margin: 1.12em 0 0.56em;
}

.agency-similar .contant-block p {
    margin: 0;
}

.agency-similar .contant-block .up {
    width: 1.88em;
    height: 1.88em;
    display: none;
    margin-left: 1.25em;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
}

.agency-similar .contant-block .up img {
    width: 0.94em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.agency-similar .biography-container {
    margin: 0 0 1.57em;
}

.agency-similar .biography {
    width: 100%;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.agency-similar .biography h2 {
    margin-left: 0;
    font-size: 1.25rem; /*20px*/
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    text-align: start;
}

.agency-similar .biography p {
    margin: 0;
    width: 100%;
    color: #000;
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.agency-similar .biography .arrow-button {
    margin-top: 2em;
}

.agency-similar h2 {
    text-align: center;
    margin-left: 0;
}

.agency-similar .biography .arrow-button a {
    grid-gap: 0.63em;
}

.agency-similar .biography .arrow-button a .arrow-button-icon,
.agency-similar .biography .arrow-button a img {
    width: 1.88em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.agency-similar .biography .arrow-button a h3 {
    font-size: 1.25rem; /*20px*/
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.agency-explanation {
    margin: 1.82em 0 3.63em;
}

.agency-explanation .portfolio-explanation {
    margin: 0;
}

.agency-explanation .portfolio-explanation .contant-block {
    padding: 0 1.38em;
}

.agency-explanation .portfolio-explanation h2 {
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.simiral-1920 {
    display: none;
}

.simiral-500 {
    display: block;
}

.news-rain {
    margin: 2.57em 0 3.63em;
}

.news-rain .between-container {
    -webkit-columns: 1;
    columns: 1;
}

.news-rain .contant-block {
    width: 100%;
    margin-bottom: 3.82em;
}

.news-rain .news-rain-img-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.news-items-presentation {
    width: 100%;
    margin: 1.25em 0;
    position: relative;
}

.news-items-presentation .portfolio-presentation {
    margin: 0;
}

.news-items-presentation p {
    width: 100%;
}

.contacts-gallery {
    margin: 0px 0 3.13em;
}

.contacts-gallery .city-time {
    grid-gap: 1.13em;
    margin-top: 1.57em;
    padding-left: 1.38em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-gallery .city-time h2 {
    margin: 0;
    font-size: 1.13rem; /*18px*/
    font-weight: 500;
    line-height: 1.23em;
    letter-spacing: -0.03em;
}

.contacts-gallery .contant-block ul {
    margin: 1.25em 0 0;
    padding-left: 1.38em;
}

.contacts-gallery .contant-block li,
.contacts-gallery .contant-block p {
    margin: 0;
    color: #000;
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.contacts-gallery .contant-block p {
    margin-left: 1.38em;
}

.contacts-gallery .contant-block h2 {
    margin: 0;
    font-size: 1.13rem; /*18px*/
    font-weight: 500;
    line-height: 1.38em;
    letter-spacing: -0.03em;
}

.contacts-form {
    margin: 1.7em 0 3.63em;
}

.contacts-form .contant-block {
    width: 100%;
}

.contacts-form .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-form .right .submit-block .message {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
}
.contacts-form .right .submit-block .submit {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    /* width: 100%; */
}

.contacts-form .right label {
    font-size: 0.94rem; /*15px*/
    margin-top: 1.34em;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}
.contacts-form .right .submit-block {
    justify-content: center;
}

.contacts-form .right input {
    font-size: 0.94rem; /*15px*/
    margin-top: 0.67em;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.contacts-form .right textarea {
    height: 5.74em;
    font-size: 0.94rem; /*15px*/
    font-weight: 400;
    min-height: 5.74em;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.contacts-form .between-container .between-container {
    margin-top: 3.13em;
    grid-gap: 1.57em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts-form .flex-end {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.88em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts-form h2 {
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.contacts-form p {
    font-size: 0.94rem; /*15px*/
    margin-top: 1.34em;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: -0.05em;
}
/* .privicy-block{
  margin-top:80px;
} */
.privicy-title {
    font-size: 1.69rem; /*27px*/
}
.privicy-container {
    padding: 0 1.38em !important;
}
.contacts-form br{
    display:none;
}
/*# sourceMappingURL=media500.css.map */
