/*-------------------------reset-------------------------*/

/*@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300&family=Poppins:wght@900&display=swap");*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    position: relative;
    line-height: 1.75;
    font-size: 16px;
    background-color: #fff;
    color: #424556;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body * {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.containerG {
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus,
a:visited {
    outline: none;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

p {
    font-size: 18px;
    line-height: 174.5%;
    letter-spacing: 0.02em;
    color: #424556;
    margin-bottom: 31px;
}

h1,
h2,
h3,
h4 {
    color: #2896E3;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: 115.5%;
    margin-bottom: 10px;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 30px;
    padding-top: 20px;
}

h4 {
    font-size: 35px;
}

h5 {
    padding-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
}

h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
}

.h3first h3 {
    margin-top: 60px;
    margin-bottom: 50px;
}

/*.h3first h3:first-child {
    margin-bottom: 0;
    margin-top: 0;
}*/


/*-------------------------header------------------------*/

.bodyhome {
    height: 100vh;
}

.bodyhome .header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.header {
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 14px;
    position: relative;
}

.hamburger {
    display: none;
}

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

.menublock ul a {
    position: relative;
    padding-bottom: 13px;
    display: block;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
}

.menublock ul a:after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 0;
    height: 2px;
    background: #2896E3;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menublock ul a:hover {
    color: #2896E3;
}

.menublock ul a:hover:after {
    width: 75px;
}

.menublock ul .current_page_item a {
    color: #2896E3;
    font-weight: 700;
}

.menublock ul .current_page_item a:after {
    width: 75px;
}

.footer__menu ul .current_page_item a {
    color: #2896E3;
    font-weight: 300;
}

.footer__menu ul .current_page_item a:after {
    width: 0;
}


/*-------------------------nav------------------------*/

.homecenter {
    padding: 9% 0 40px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
}

.homecenter__subtitle,
.homecenter__title {
    max-width: 520px;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 115.5%;
    color: #2896E3;
    position: relative;
    padding-top: 45px;
    margin-bottom: 15px;
}

.title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background: #2896E3;
    display: block;
}

.subtitle {
    font-size: 30px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
    margin-bottom: 25px;
}

.title_404 {
    font-size: 80px;
}

.btnblue {
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 137%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #424556;
    padding: 16px 64px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 2px solid #2896E3;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
}

.btnblue:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2896E3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btnblue:hover,
.btnblue:focus,
.btnblue:active {
    color: white;
	background: #2896E3;
}

.btnblue:hover:before,
.btnblue:focus:before,
.btnblue:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

input.btnblue:hover {
    background: #2896E3 !important;
}



.homebg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}


/*-------------------------singlepage------------------------*/

.singlepage {

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 50px);
}

.maincont {
    margin-top: 95px;
}

.containerG_footer {
    max-width: 1330px;
}

.title_big {
    font-size: 50px;
}

.footer {
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
    padding-top: 70px;
}

.footer__menu {
    flex-basis: 66%;
    padding-top: 20px;
}

.footer__menu ul a {
    font-size: 18px;
}

.footer__copyr {
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
    opacity: 0.7;
}

.footer__row {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid #2896E3;
}

.footer__logo {
    flex-basis: 33%;
}

.footer__logo img {
    max-width: 90px;
}

.footer__logo span {
    padding-left: 5px;
    flex-basis: calc(100% - 95px);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 95.5%;
    letter-spacing: 0.02em;
    color: #2896E3;
    text-align: left;
}

.footer__logo a {
    display: flex;
    align-items: center;
}

.footer__logo a:hover {
    opacity: 0.8;
}

.logoformob {
    display: none;
}


/*-------------------------download------------------------*/

.downloadslink {
    position: relative;
    z-index: 1;
    max-width: 575px;
}

.downloadslink a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 137%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    margin-bottom: 20px;
    color: #2896E3;
}

.downloadslink a:hover {
    text-decoration: none;
}

.downloadbg {
    position: absolute;
    right: -2px;
    top: 0;
    max-width: 80%;
}

.downloadbg.downloadbg__molecule {
    left: 50%;
    right: auto;
}


/*-------------------------contact------------------------*/

.contactr {
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactr__left {
    margin-top: 110px;
    flex-basis: 53%;
}

.contactr__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactr__row .inputg {
    flex-basis: 48%;
}

.contactr__right {
    flex-basis: 38%;
}

.contactr__p {
    font-size: 20px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
    margin-bottom: 30px;
}

.contactr__a {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 204%;
    letter-spacing: 0.02em;
    color: #2896E3;
}

.contactr__a span {
    font-weight: inherit;
}

.contactr__a:hover span {
    text-decoration: underline;
}

.contactr__icon {
    line-height: 0;
    padding-right: 5px;
    flex-basis: 50px;
    text-align: center;
}

.contactr__text {
    flex-basis: calc(100% - 50px);
}

.contactr__map {
    margin-top: 30px;
}

.wpcf7-not-valid-tip {
    position: relative;
    top: -25px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #f1b519;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    border: 0 !important;
    font-size: 20px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}

.inputg {
    background-color: transparent;
    font-size: 20px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: #424556;
    outline: none;
    padding-bottom: 15px;
    margin-bottom: 30px;
    resize: none;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 0;
    border-bottom: 2px solid #D6D9EA;
}

.inputg::placeholder {
    color: #424556;
}

.inputg.wpcf7-not-valid {
    border-color: red;
}

textarea.inputg {
    height: 215px;
}

.formsend {
    text-align: right;
}


/*-------------------------molecule------------------------*/

.molecule {
    position: relative;
    z-index: 1;
}

.molecule__submenu {
    font-size: 24px;
    line-height: 137%;
    letter-spacing: 0.02em;
    padding-bottom: 45px;
    max-width: 520px;
}

.scrollto {
    margin-bottom: 75px;
    display: block;
}

.scrollto:hover {
    opacity: 0.8;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.tabcontent ul {
    padding-left: 30px;
}

.tabcontent ul li {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 174.5%;
    letter-spacing: 0.02em;
    color: #4c4e58;
}

.tabcontent ul li:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 13px;
    content: "";
    height: 13px;
    display: inline-block;
    margin-right: 12px;
    background: #2896E3;
}

.tabcontent ul li li:before {
    opacity: 0.5;
}


/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}

.tabsblock {
    padding-top: 40px;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}

.tabblock__content {
    margin-top: 65px;
}

.tabblock__content p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tabblock__content .title {
    margin-bottom: 30px;
    max-width: 560px;
}

.tabnavig {
    max-width: 505px;
    display: flex;
    position: relative;
}

.tabnavig:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C4C4C4;
    opacity: 0.5;
}

.tabnavig .tablinks {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    flex-basis: calc(100% / 3);
    outline: none;
    height: 30px;
}

.tabnavig .tablinks:after {
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2896E3;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tabnavig .tablinks .iconactive {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.tabnavig .tablinks .noactive {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tabnavig .tablinks.active::after,
.tabnavig .tablinks:hover::after {
    width: 100%;
}

.tabnavig .tablinks.active .iconactive {
    visibility: visible;
}

.tabnavig .tablinks.active .noactive {
    visibility: hidden;
}

.downloadbg__molecule {
    margin-top: 55px;
}

.downloadslink br,
.ajax-loader {
    display: none !important;
}

.fix-height img {
    max-height: 650px;
    width: auto;
}

.contactr__row br {
    display: none;
}

.contactr__row .wpcf7-form-control-wrap {
    flex-basis: 48%;
}


/*-------------------------adaptive------------------------*/

@media screen and (max-width: 1450px) {
    .downloadbg {
        max-width: 90%;
    }
}

@media screen and (max-width: 1300px) {
    .downloadbg {
        max-width: 90%;
    }
    .footer__logo span {
        font-size: 26px;
    }
}

@media screen and (max-width: 1180px) {
    .containerG {
        padding: 0 15px;
    }
    .title_big {
        font-size: 45px;
    }
    .footer__copyr {
        padding-top: 25px;
    }
    .footer__logo span {
        font-size: 20px;
    }
    .footer__logo img {
        max-width: 65px;
    }
    h1,
    .title_404 {
        font-size: 45px;
    }
    h2 {
        font-size: 43px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 23px;
    }
    .downloadslink {
        min-height: 0;
    }
}

@media screen and (max-width: 990px) {
    h1 {
        font-size: 43px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 18px;
    }
    .bodyhome .header {
        position: relative;
        top: 30px;
        margin-bottom: 30px;
    }
    .menublock ul a {
        font-size: 20px;
    }
    .maincont {
        margin-top: 70px;
    }
    .menublock ul .current_page_item a:after,
    .menublock ul a:hover:after {
        width: 50px;
    }
    .bodyhome {
        min-height: 100vh;
        height: auto;
    }
    .downloadbg {
        display: none;
    }
    .molecule__submenu {
        max-width: 100%;
    }
    .homecenter {
        padding: 13% 0 40px;
    }
    .title {
        font-size: 43px;
    }
    .subtitle {
        font-size: 28px;
    }
    .homecenter {
        padding-bottom: 100px;
    }
    .footer {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .footer__row {
        padding: 0;
    }
    .footer__menu ul a {
        font-size: 14px;
    }
    .footer__logo span {
        font-size: 16px;
    }
    .footer__logo img {
        max-width: 57px;
    }
    p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .singlepage {
        padding-top: 20px;
        min-height: calc(100vh - 20px);
    }
    .downloadslink a {
        font-size: 16px;
    }
    .contactr__right {
        flex-basis: 100%;
    }
    .contactr__left {
        margin-top: 40px;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .contactr__right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contactr__rl {
        flex-basis: 50%;
    }
    .contactr__map {
        flex-basis: 49%;
    }
    .title_404 {
        font-size: 43px;
    }
}

@media screen and (max-width: 760px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
        padding-top: 0;
        margin-bottom: 0;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 18px;
    }
    .singlepage {
        min-height: calc(100vh - 0px);
        padding-top: 0;
    }
    .title {
        padding-top: 20px;
    }
    .menujs ul {
        flex-direction: column;
    }
    .menujs ul a {
        padding-bottom: 8px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .h3first h3 {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .bodyhome .header {
        top: 0;
    }
    .menublock ul .current_page_item a:after,
    .menublock ul a:hover:after {
        left: calc(50% - 25px);
    }
    .header {
        background-color: transparent !important;
        padding-top: 20px;
    }
    .menujs {
        display: none;
        padding-top: 30px;
        padding-bottom: 20px;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .menujs ul {
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .menujs .menu-main-menu-container {
        height: 100%;
    }
    .hamburger {
        z-index: 7;
        margin-left: auto;
        display: block;
        width: 60px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #2896E3;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .hamburger span:nth-child(2) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .hamburger span:nth-child(3) {
        top: 36px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .hamburger.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }
    .hamburger.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 39px;
        left: 8px;
    }
    .maincont {
        margin-top: 30px;
    }
    .footer__row {
        display: block;
        flex-direction: column;
        align-items: center;
    }
    .footer__menu {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .footer__menu ul {
        justify-content: space-between !important;
    }
    .footer__copyr {
        padding-top: 15px;
    }
    .footer__menu ul a {
        font-size: 13px;
    }
    .footer__logo {
        text-align: center;
    }
    .footer__logo a {
        display: inline-flex;
    }
    .title {
        font-size: 38px;
    }
    .logoformob {
        display: block;
        position: relative;
        top: 2px;
    }
    .menu .containerG {
        display: flex;
        align-items: center;
    }
    .inputg {
        font-size: 17px;
    }
    textarea.inputg {
        height: 175px;
    }
    .contactr__p,
    .contactr__a {
        font-size: 18px;
    }
    .contactr__right {
        flex-direction: column;
        display: block;
    }
    .tabcontent ul {
        padding-left: 15px;
    }
    .tabcontent ul li {
        font-size: 16px;
    }
    .wpcf7 form.sent .wpcf7-response-output,
    .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 16px;
    }
    .footer__menu ul .current_page_item a::after,
    .footer__menu ul a:hover::after {
        left: 0;
    }
    .title_404 {
        font-size: 38px;
    }
}

@media screen and (max-width: 460px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .contactr__row .wpcf7-form-control-wrap {
        flex-basis: 100%;
    }
    .title {
        font-size: 25px;
        padding-top: 20px;
    }
    .subtitle {
        font-size: 18px;
    }
    .h3first h3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .btnblue {
        font-size: 15px;
        padding: 10px 35px;
    }
    .wpcf7-not-valid-tip {
        font-size: 12px !important;
    }
    .scrollto {
        margin-bottom: 20px;
    }
    .tabblock__content {
        margin-top: 50px;
    }
    .hamburger {
        width: 48px;
    }
    p {
        margin-bottom: 10px !important;
    }
    .hamburger span:nth-child(2) {
        top: 12px;
    }
    .hamburger span:nth-child(3) {
        top: 24px;
    }
    .hamburger.open span:nth-child(1) {
        top: -4px;
        left: 9px;
    }
    .hamburger.open span:nth-child(3) {
        top: 30px;
        left: 9px;
    }
    p {
        font-size: 15px;
    }
    .footer__copyr {
        font-size: 12px;
    }
    .footer__menu ul {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .footer__menu ul a {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .footer__menu ul li {
        flex-basis: 50%;
    }
    .footer__menu ul a:hover:after {
        left: 0;
    }
    .logoformob {
        top: -5px;
    }
    .logoformob .footer__logo img {
        max-width: 45px;
    }
    .logoformob .footer__logo span {
        font-size: 14px;
    }
    .contactr__row .inputg {
        flex-basis: 100%;
    }
    .inputg {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .contactr__p,
    .contactr__a {
        font-size: 16px;
    }
    .contactr__p {
        margin-bottom: 20px;
    }
    .title_404 {
        font-size: 25px;
    }
}


/*# sourceMappingURL=style.css.map */