@font-face {
    font-family: lato;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/LatoRegular/LatoRegular.eot);
    src: url(../fonts/LatoRegular/LatoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoRegular/LatoRegular.woff) format("woff"), url(../fonts/LatoRegular/LatoRegular.ttf) format("truetype");
}
@font-face {
    font-family: lato;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/LatoBold/LatoBold.eot);
    src: url(../fonts/LatoBold/LatoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoBold/LatoBold.woff) format("woff"), url(../fonts/LatoBold/LatoBold.ttf) format("truetype");
}
::-webkit-input-placeholder {
    color: #928b8b;
}
::-moz-placeholder {
    color: #928b8b;
}
:-ms-input-placeholder {
    color: #928b8b;
}
::-ms-input-placeholder {
    color: #928b8b;
}
::placeholder {
    color: #928b8b;
}
::-moz-selection {
    background-color: #ff5253;
    color: #fff;
}
::selection {
    background-color: #ff5253;
    color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
b,
strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
input {
    outline: 0;
    font-family: lato, georgia;
    font-size: 16px;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.d-none,
.d_none {
    display: none !important;
}
input,
textarea {
    font-family: lato, georgia;
    outline: 0;
    font-size: 1rem;
}
textarea {
    resize: none;
}
section {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
}
.shadow {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.75);
}
.button {
    position: absolute;
    bottom: 24px;
    left: 24px;
    border: 1px solid #e6e6e6;
    width: auto;
    height: 45px;
    padding: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
.button:hover {
    border-color: #ff5253;
    color: #ff5253;
}
.button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button a:hover {
    border-color: #ff5253;
    color: #ff5253;
}
.button_letter {
    width: 200px;
    height: 50px;
    background-color: #ff5253;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -25px;
    color: #e6e6e6;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
.button_letter:hover {
    background-color: #181d24;
    border: 1px solid #ff5253;
    color: #ff5253;
}
body {
    font-size: 16px;
    height: 100vh;
    width: 100%;
    position: relative;
    line-height: normal;
    font-family: lato, georgia;
    overflow-x: hidden;
    color: #ff5253;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.main_wrapper {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.main_wrapper img {
    width: 25%;
    height: auto;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main_wrapper .parts {
    width: 50%;
    position: relative;
}
.main_wrapper .parts:hover img {
    -webkit-animation: 2s tremor linear infinite;
    animation: 2s tremor linear infinite;
}
.main_wrapper .parts:hover .title {
    top: 5%;
}
.main_wrapper .parts .title {
    font-family: lato, georgia;
    font-size: 36px;
    color: #e6e6e6;
    width: 100%;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main_wrapper .left_part {
    background-color: rgba(39, 192, 209, 0.2);
}
.main_wrapper .left_part:hover {
    background-color: rgba(39, 192, 209, 0.1);
}
.main_wrapper .left_part:hover img {
    left: 50%;
    margin-left: -12.5%;
    top: 45%;
}
.main_wrapper .left_part img {
    top: 5%;
    left: 2.5%;
}
.main_wrapper .right_part {
    background-color: rgba(255, 82, 83, 0.2);
}
.main_wrapper .right_part:hover {
    background-color: rgba(255, 82, 83, 0.1);
}
.main_wrapper .right_part:hover img {
    right: 50%;
    margin-right: -12.5%;
    bottom: 45%;
}
.main_wrapper .right_part img {
    bottom: 5%;
    right: 2.5%;
}
@-webkit-keyframes tremor {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes tremor {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@media (max-width: 1500px) {
    .main_wrapper img {
        width: 22%;
    }
    .main_wrapper .parts .title {
        top: 5%;
        font-size: 30px;
    }
    .main_wrapper .left_part img {
        top: 14%;
    }
    .main_wrapper .right_part img {
        bottom: 14%;
    }
}
@media (max-width: 992px) {
    .main_wrapper .parts .title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .main_wrapper .parts .title {
        font-size: 20px;
    }
    .main_wrapper .right_part img {
        bottom: 50%;
        width: 50%;
        right: 50%;
        margin-bottom: -25%;
        margin-right: -25%;
    }
    .main_wrapper .right_part:hover img {
        bottom: 50%;
        width: 50%;
        right: 50%;
        margin-bottom: -25%;
        margin-right: -25%;
    }
    .main_wrapper .left_part img {
        top: 50%;
        width: 50%;
        left: 50%;
        margin-top: -25%;
        margin-left: -25%;
    }
    .main_wrapper .left_part:hover img {
        top: 50%;
        width: 50%;
        right: 50%;
        margin-top: -25%;
        margin-left: -25%;
    }
    .main_wrapper .parts .title {
        top: 9%;
    }
}


.logo{
    width: 25vw;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -12.5vw;
}

@media (max-width: 1300px) {
    .logo{
   width: 40vw !important;
    margin-left: -20vw !important; 
}
    
}


@media (max-width: 550px) {
    .logo{
   width: 80vw !important;
    margin-left: -40vw !important; 
}
    
}
