@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html, body {
    font: 400 14px/1.4 'Open Sans', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

*:focus {
    outline: none !important;
}

.wrapper {
    width: 100%;
    /*max-width: 1200px;*/
    max-width: 1182px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/*region common styles*/
.news-events h1,
.history h2,
.quality h2,
.mission-text h2,
.our-company h2,
.certificates h2,
.white-to-us h2,
.why-choose-text h2,
.news-home h2 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 700;
    color: #5AC8D8;
    text-transform: uppercase;
    text-align: center;
}

.white-to-us h2 {
    text-align: left;
}

#main {
    overflow: hidden;
}

.default-btn {
    text-decoration: none;
    font-size: 14px;
    background: #F24B11;
    color: #fff;
    font-weight: 400;
    padding: 6px 34px;
}

/*endregion*/

/*region HEADER*/
#header {
    font-size: 12px;
    color: #282828;
    text-transform: uppercase;
    background: #fff;
}

#header .hamburger-menu {
    display: none;
}

#main-menu,
#header .header-left-side {
    float: left;
}

#header .language-brochure-wrapper,
#header .header-right-side {
    float: right;
}

#header .header-content {
    padding: 10px 0 0;
}

#header a {
    text-decoration: none;
    color: inherit;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    width: 67px;
    max-width: 67px;
}

#logo img {
    display: block;
    width: 100%;
    max-width: 67px;
}

#header .header-right-side {
    margin-top: 4px;
}

#main-menu {
    margin: 8px 15px 0 0;
}

#main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu li {
    display: inline-block;
    margin-right: 18px;
}

#main-menu a {
    padding-bottom: 25px;
    position: relative;
    display: inline-block;
}

#main-menu a:after {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #427C8A;
    transition: opacity 0.6s;
}

#main-menu a.active:after,
#main-menu a:hover:after {
    opacity: 1;
    transition: opacity 0.6s;
}

#footer .download-brochure,
#header .download-brochure {
    background: #427C8A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 0 17px 0 13px;
    color: #fff;
    line-height: 2.75;
    text-decoration: none;
}

#header .lang-switch-wrapper {
    border: 1px solid #427C8A;
    margin-left: 27px;
    border-radius: 1px;
}

#header .lang-switch-wrapper a {
    color: #282828;
    padding: 3px 4px 4px 5px;
    display: block;
    transition: color 0.6s;
    text-align: center;
}

#header .lang-switch-wrapper a.current-language,
#header .lang-switch-wrapper a:hover {
    color: #427C8A;
    transition: color 0.6s;
}

#header .lang-switch-wrapper {
    position: absolute;
    margin: 0;
    right: 0;
    top: 3px;
}

.lang-switch-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
}

#header .language-brochure-wrapper {
    position: relative;
    padding-right: 63px;
    z-index: 999;
}

/*endregion*/

/*region MAIN*/

/*region Home page*/

/*region HOME BANNER*/
.home-banner .slick-slide,
#main .home-banner {
    height: 768px;
}

.inner-page-banner {
    height: 473px;
    background-size: cover;
    padding: 49px 0;
    box-sizing: border-box;
}

.catalog-documents {
    background: url('../img/catalog.png') no-repeat;
    background-size: cover;
}

.inner-page-banner h1 {
    color: #282828;
    font-size: 48px;
    margin: 0 0 43px;
    text-transform: uppercase;
}

.inner-page-banner h2 {
    font-size: 35px;
    color: #427C8A;
    text-transform: uppercase;
    margin: 0 0 2px;
    letter-spacing: 0.019em;
}

.inner-page-banner span {
    font-size: 23px;
    display: inline-block;
    width: 63%;
    letter-spacing: 0.023em;
}

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

.catalog-menu a {
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    transition: all 0.6s;
    text-decoration: none;
    text-transform: uppercase;
}

.has-drop-down.open > a,
.catalog-menu > li > a:hover {
    font-size: 22px;
    color: #427C8A;
    font-weight: 700;
    transition: all 0.6s;
}

.catalog-menu li {
    margin-bottom: 25px;
}

.drop-down li:last-child,
.catalog-menu li:last-child {
    margin-bottom: 0;
}

.has-drop-down .drop-down {
    list-style: none;
    margin: 0;
    padding: 14px 0 0 20px;
    display: none;
}

.drop-down li {
    margin-bottom: 10px;
}

.has-drop-down > a {
    position: relative;
    padding-right: 41px;
}

.has-drop-down > a:after {
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/chevron.svg') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    transition: transform 0.6s;
}

.has-drop-down.open > a:after {
    transform: translateY(-50%) rotate(0);
    transition: transform 0.6s;
}

.drop-down a {
    font-size: 16px;
}

.drop-down a:hover {
    color: #427C8A;
}

.home-banner img {
    object-fit: cover;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.home-banner {
    position: relative;
}

.home-banner-carousel .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 88px;
    max-width: 1170px;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}

.home-banner-carousel li[role="presentation"] {
    display: inline-block;
    margin-left: 10px;
}

.home-banner-carousel .slick-dots button {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    padding: 0;
    border-radius: 100%;
    vertical-align: middle;
    transition: all 0.6s;
    cursor: pointer;
}

.home-banner-carousel li.slick-active button {
    height: 13px;
    width: 13px;
    background: radial-gradient(7.50px at 50% 50%, #E9E7E7 0%, rgba(255, 255, 255, 0.5) 100%);
    transition: all 0.6s;
}

.banner-config {
    background: url('../img/config.png') no-repeat center;
    background-size: cover;
    height: 100%;
    padding-top: 102px;
}

.banner-config h2 {
    font-size: 48px;
    font-weight: 700;
    color: #F2F2F2;
    margin: 0 0 73px;
    text-transform: uppercase;
}

.banner-config .config-part {
    font-size: 16px;
    color: #000000;
    float: left;
    width: calc(25% - 23px);
    margin-right: 30px;
}

.banner-config .config-part:last-child {
    margin-right: 0;
}

.banner-config .select-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(248, 248, 248, 0.86);
    border-radius: 5px;
}

.select-list li {
    padding: 5px;
    height: 47px;
    box-sizing: border-box;
    line-height: 2;
    cursor: pointer;
}

.banner-config .select-value {
    background: rgba(248, 248, 248, 0.86);
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    display: block;
    line-height: 2;
}

/*endregion*/

/*region BLUE TABS*/
#main .home-blue-tabs {
    margin-top: -73px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

/*may be no!!!!!!!*/
.why-choose-us .wrapper,
.home-blue-tabs .wrapper {
    max-width: 1200px;
}

.home-blue-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #5AC8D8;
}

.home-blue-tabs li {
    width: calc(100% / 3);
    float: left;
    background: linear-gradient(89.63deg, #015CBD 0.2%, #0170E6 99.9%);
    margin-bottom: 7px;
    position: relative;
}

.home-blue-tabs li:after {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -7px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.6s;
}

.home-blue-tabs li:hover a {
    opacity: 1;
    transition: opacity 0.6s;
}

.home-blue-tabs li:hover:after {
    opacity: 1;
    transition: opacity 0.6s;
}

.home-blue-tabs .blue-tabs-text {
    padding: 69px 10px 0 27px;
    margin: 0 0 20px;
}

.home-blue-tabs h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}

.home-blue-tabs strong {
    font-size: 14px;
    font-weight: 700;
    margin: -5px 0 0 3px;
    display: block;
}

.home-blue-tabs a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    display: block;
    background: #5AC8D8;
    padding: 9px 27px 3px;
    opacity: 0;
    transition: opacity 0.6s;
}

/*endregion*/

/*region WHY CHOOSE US*/
.why-choose-us {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 59px 0 55px;
}

.why-choose-text {
    margin-bottom: 63px;
}

.why-choose-text p {
    margin: 0 0 12px;
}

.why-choose-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-icons li {
    float: left;
    width: calc(20% - 10px);
    margin-right: 12px;
}

.why-choose-icons li:last-child {
    margin-right: 0;
}

.why-choose-icons .why-choose-img-holder {
    height: 55px;
    width: 100%;
    position: relative;
}

.why-choose-img-holder img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-choose-icons h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 21px 0 0;
    text-transform: uppercase;
    background: linear-gradient(to right, #5AC8D8 0%, #007BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*endregion*/

/*region WRITE TO US*/

.white-to-us {
    margin-bottom: 58px;
}

#write-to-us-form .write-to-us-top-row {
    margin-bottom: 20px;
}

#write-to-us-form .write-to-us-bottom-row {
    position: relative;
}

#write-to-us-form .write-to-us-bottom-row:after {
    content: '';
    width: 1px;
    height: 44px;
    background: #C4C4C4;
    position: absolute;
    right: 264px;
    top: 50%;
    transform: translateY(-50%);
}

#accessibility-request input[type='text'],
#accessibility-request input[type='email'],
#write-to-us-form input[type='text'],
#write-to-us-form input[type='email'],
#write-to-us-form textarea {
    background: #F2F2F2;
    border: none;
    height: 44px;
    box-sizing: border-box;
    padding: 0 16px;
}

#write-to-us-form input[type='submit'] {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #4F4F4F;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 48%;
    height: 100%;
    transform: translate(0, -50%);
    letter-spacing: 0.03em;
    padding: 0;
    cursor: pointer;
    width: 264px;
}

#write-to-us-form textarea {
    resize: none;
    width: 100%;
    height: 90px;
    padding: 16px 281px 16px 16px;
}

#write-to-us-form input[type='text']::placeholder,
#write-to-us-form input[type='email']::placeholder,
#write-to-us-form textarea::placeholder {
    font-size: 12px;
    color: #D4D2D2;
    font-family: 'Open Sans', arial, sans-serif;
}

.write-to-us-top-row input {
    width: calc(100% / 3 - 20px);
    display: block;
    float: left;
    margin-right: 30px;
}

.write-to-us-top-row input:last-child {
    margin-right: 0;
}

.full-width-row input {
    width: 100%;
    margin-bottom: 30px;
}

#accessibility-request .write-to-us-top-row {
    margin-bottom: 30px;
}

#accessibility-request input[type='text']::placeholder,
#accessibility-request input[type='email']::placeholder {
    color: #484848;
    font-size: 12px;
    opacity: 1;
}

#accessibility-request input[type='submit'] {
    background: #427C8A;
    color: #F2F2F2;
    font-size: 14px;
    width: calc(100% / 3 - 20px);
    border: none;
    height: 44px;
    text-transform: uppercase;
}

#accessibility-request input[type='file'] {
    display: none;
}

#accessibility-request label[for='accessibility-file'] {
    width: calc((100% / 3 - 5px) * 2);
    height: 44px;
    float: left;
    display: block;
    background: #F2F2F2;
    margin-right: 30px;
    cursor: pointer;
    color: #484848;
    padding: 12px 15px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}

#accessibility-request label[for='accessibility-file']:before {
    content: '';
    position: absolute;
    right: 47px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 1px;
    background: #C4C4C4;
}

#accessibility-request label[for='accessibility-file']:after {
    content: '';
    width: 18px;
    height: 24px;
    background: url('../img/file.svg') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

/*endregion*/

/*region NEWS HOME*/
.news-home {
    margin-bottom: 27px;
}

.news-home .wrapper {
    max-width: 1182px;
}

.news-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-home li {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 0 30px 27px 0;
}

.news-home li:nth-child(3n) {
    margin-right: 0;
}

.news-home .news-img-holder {
    width: 100%;
    height: 230px;
    /*position: relative;*/
    margin-bottom: 20px;
}

.news-img-holder img {
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.news-home h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px;
    width: 85%;
}

.news-read-more {
    text-decoration: none;
    color: #F13F01;
    font-weight: 700;
    position: relative;
    /*padding-right: 16px;*/
    padding: 10px 16px 10px 0;
}

.news-read-more:after {
    content: '>';
    position: absolute;
    right: 0;
    /*top: 0;*/
    top: 50%;
    transform: translateY(-50%);
}


.news-home span {
    display: block;
    margin-bottom: 13px;
    max-height: 59px;
    overflow: hidden;
}

/*endregion*/

/*region HOME MAP*/
.home-map {
    margin-bottom: 54px;
}

.home-map img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*endregion*/

/*region SERTIFICATES*/
.certificates {
    overflow: hidden;
    position: relative;
    padding-bottom: 29px;
}

.certificates .certificates-background {
    height: 236px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #427C8A;
}

.certificates .certificates-carousel {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.certificates img {
    max-width: 241px;
    height: auto;
    width: auto;
    max-height: 333px;
    margin: 0 auto;
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
}

.certificates-carousel .slick-dots {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
}

.certificates-carousel .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.certificates-carousel .slick-dots button {
    border-radius: 10px;
    width: 14px;
    height: 14px;
    background: #C4C4C4;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    border: 2px solid #427c8a;
}

.certificates-carousel .slick-active button {
    border-color: #fff;
    background: #fff;
    cursor: pointer;
}

/*endregion*/

/*endregion*/

/*region ABOUT*/
.about-top {
    background: #427C8A;
    width: 100%;
    margin-bottom: 37px;
}

.about-top .wrapper {
    max-width: 1182px;
    height: 266px;
    position: relative;
}

.about-top .about-gear {
    position: absolute;
    right: 15px;
    top: 30px;
    opacity: 0;
}

.about-top .about-logo {
    position: absolute;
    left: 18px;
    top: 58px;
    z-index: 1;
    opacity: 0;
}

.animate .about-logo {
    opacity: 1;
    transition: opacity 0.4s;
}

.animate-gear .about-gear {
    opacity: 1;
    transition: opacity 0.4s;
}

.about-top h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    width: 45%;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: 342px;
    top: 113px;
}

.our-company {
    font-size: 16px;
    margin-bottom: 56px;
}

.our-company h2 {
    text-align: left;
    margin-bottom: 21px;
}

.our-company p {
    margin: 0 0 14px;
}

.our-company-text {
    background: #427C8A;
    position: relative;
    height: 97px;
    width: 240px;
    padding: 15px 19px;
    letter-spacing: -0.015em;
    box-sizing: border-box;
    float: left;
    margin-right: 89px;
}

.our-company-text span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.our-company-text:after {
    content: '';
    position: absolute;
    right: -36px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 49.5px 0 48.5px 36px;
    border-color: transparent transparent transparent #427c8a;
}

.our-company-icons ul {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.our-company-icons {
    margin: 56px 0 60px;
}

.our-company-icons li {
    text-align: center;
    float: left;
    margin-right: 46px;
}

.our-company-icons li:last-child {
    margin-right: 0;
}

.our-company-icons .our-company-img-holder {
    position: relative;
    width: 100%;
    height: 51px;
}

.our-company-img-holder img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-company-icons h5 {
    margin: 12px 0 0;
    color: #427C8A;
    font-size: 16px;
    font-weight: 400;
}

/*endregion*/

/*region MISSION AND VALUES*/
.mission-icons {
    background: url('../img/bg 2.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 51px 0 41px;
}

.mission-icons blockquote {
    margin: 0;
    float: left;
    width: 40%;
    font-size: 24px;
}

.mission-icons .mission-icons-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    width: 50%;
    float: right;
    font-size: 16px;
}

.mission-icons-list li {
    margin-bottom: 13px;
}

.mission-icons-list li:last-child {
    margin-bottom: 0;
}

.mission-icons .mission-icon-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.mission-icon-holder img {
    display: block;
}

.mission-and-values {
    margin-bottom: 51px;
}

.mission-and-values h2 {
    text-align: left;
    margin-bottom: 21px;
}

.mission-and-values h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 61px;
    text-transform: uppercase;
}

/*endregion*/

/*region QUALITY*/
.quality {
    margin-bottom: 7px;
}

.quality h2 {
    text-align: left;
    margin-bottom: 20px;
}

.quality .quality-item-text {
    width: 53%;
}

.quality .quality-items-wrapper {
    overflow: hidden;
}

.quality .quality-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
}

.quality .right-item {
    flex-direction: row-reverse;
    right: -100%;
}

.quality .right-item.visible {
    right: 0;
    opacity: 1;
    transition: all 2.2s;
}

.quality .left-item {
    left: -100%;
}

.quality .left-item.visible {
    left: 0;
    opacity: 1;
    transition: all 2.2s;
}

.quality .left-item .quality-item-img-holder {
    float: left;
    margin-right: 31px;
}

.quality .left-item p {
    text-align: left;
}

.quality .right-item .quality-item-img-holder {
    float: right;
    margin-left: 31px;
}

.quality .right-item p {
    text-align: right;
}

.quality-item p {
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/*endregion*/

/*region HISTORY*/

.history {
    margin-bottom: 55px;
}

.history h2 {
    text-align: left;
    margin-bottom: 22px;
}

/*endregion*/

/*region HISTORY*/

.history .history-tab-info {
    display: none;
    padding: 8px 0;
}

.history .open .history-tab-info {
    display: block;
}

.history-tab-info p {
    margin: 0;
    color: #282828;
    opacity: 0.8;
}

.history-tab-wrapper .history-tab-img {
    float: left;
    width: 50%;
    max-width: 463px;
    height: 340px;
}

.history-tab-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.history-tab-wrapper .history-tab-links {
    float: left;
    width: calc(50% - 48px);
    margin-left: 48px;
}

.history-tab-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    /*height: 336px;*/
    /*overflow: auto;*/
}

.history-tab-links ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 13px;
    height: 100%;
    width: 6px;
    background: linear-gradient(180deg, rgba(66, 124, 138, 0) 0%, #427C8A 8.84%, #427C8A 82.87%, rgba(66, 124, 138, 0) 100%);
}

.history-tab-links li {
    margin: 10px 0 20px;
    padding: 0 0 0 80px;
    position: relative;
}

.history-tab-links li:after {
    content: '';
    position: absolute;
    left: 4px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #427C8A;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 9;
    transition: all 0.4s;
}

.history-tab-links li.open:after {
    left: -1px;
    top: 13px;
    width: 30px;
    height: 30px;
    transition: all 0.4s;
}

.history-tab-links li:last-child {
    margin-bottom: 0;
}

.history-tab-links a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7DB7C5;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity 0.6s;
}

.history-tab-links a:hover {
    opacity: 1;
    transition: opacity 0.6s;
}

.history-tab-links a.open {
    color: #427C8A;
    opacity: 0.8;
}

/*endregion*/

/*region CONATACT US*/
.contact-top {
    height: 508px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

.contact-top .contact-top-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: -1;
}

.contact-top .contact-top-text {
    padding-top: 179px;
    float: left;
    width: 60%;
}

.contact-top h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

.contact-top span {
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 16px 0 30px 26px;
}

.contact-top .send-message {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    padding-left: 37px;
    background: url('../img/red.png') no-repeat 0 6px;
    margin-left: 24px;
    background-size: 18px;
    border-bottom: 4px solid transparent;
    transition: border-bottom 0.6s;
}

.contact-top .send-message:hover,
.contact-top .send-message.form-open {
    border-color: #fff;
    transition: all 0.6s;
}

.contact-top .contact-top-form {
    float: right;
    width: 36%;
    background: rgba(88, 134, 145, 0.9);
    box-shadow: 0 0 4.6px 0.4px rgba(0, 1, 5, 0.22);
    padding: 53px 0 35px;
    margin-top: 10px;
    display: none;
}

.contact-top-form h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 25px 12px;
    text-align: left;
}

.contact-top-form form {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.contact-top-form input {
    display: block;
    width: 100%;
    height: 37px;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.contact-top-form textarea::placeholder,
.contact-top-form input::placeholder {
    font-size: 12px;
    color: #D4D2D2;
    font-family: 'Open Sans', arial, sans-serif;
}

.contact-top-form input[type='email'] {
    margin-bottom: 28px;
}

.contact-top-form textarea {
    width: 100%;
    resize: none;
    padding: 15px;
    box-sizing: border-box;
    height: 135px;
    margin-bottom: 23px;
}

.contact-top-form input[type='submit'] {
    background: none;
    border: none;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    padding: 0;
    margin: 0;
    height: auto;
}

.contacts-wrapper {
    padding: 35px 0 75px;
}

.single-contact {
    color: #909090;
    transition: color 0.8s;
    font-size: 16px;
    margin-bottom: 19px;
    border-bottom: 1px solid #232323;
    padding-bottom: 17px;
    margin-left: -12px;
    padding-left: 10px;
    margin-right: 12px;
}

.single-contact:last-child {
    border-bottom: none;
}

.single-contact a {
    text-decoration: none;
    color: inherit;
}

.single-contact h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 14px;
    transition: all 0.1s;
    font-size: 18px;
}

.single-contact h5 {
    font-size: 18px;
    margin: 0 0 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-contact li {
    line-height: 1;
    margin-bottom: 4px;
}

.single-contact li:last-child {
    margin-bottom: 0;
}

.active-contact {
    color: #232323;
    transition: color 0.8s;
}

.active-contact h3 {
    color: #378793;
    padding-left: 26px;
    background: url('../img/point.svg') no-repeat -1px 4px;
    transition: all 0.1s;
}

.contact-lists-wrapper {
    margin-bottom: 6px;
}

.contact-lists-wrapper:last-child {
    margin-bottom: 0;
}

.contact-lists-wrapper .contact-list-column {
    float: left;
    width: calc(100% / 3);
}

/*endregion*/

/*region NEWS EVENTS*/

.news-events {
    padding: 58px 0 0;
    background: url('../img/BG_news.png') no-repeat center top;
    background-size: contain;
}

.news-main-wrapper {
    width: 75%;
    padding: 0 16px 5px 0;
    box-sizing: border-box;
    float: left;
}

.news-events h1 {
    text-align: left;
    margin-bottom: 21px;
}

.news-events .single-news-item {
    margin-bottom: 36px;
}

.single-news-item .single-news-img-holder {
    height: 260px;
    margin-bottom: 19px;
}

.single-news-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-news-text-holder h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.single-news-text-holder a {
    font-weight: 700;
    color: #427C8A;
    text-decoration: none;
}

.single-news-text-holder p {
    margin: 0 0 17px;
}

.single-item-bottom-link {
    color: #427C8A;
    display: block;
    text-decoration: none;
    margin-bottom: 11px;
    width: calc(100% - 160px);
    float: left;
    margin-right: 20px;
}

.single-news-page .single-item-bottom-link {
    float: none;
    width: 100%;
}

.news-write-us h2 {
    text-align: left;
}

#news-sidebar h4 {
    margin: 0 0 20px;
    color: #5AC8D8;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

#news-sidebar {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 13px 0 0 15px;
    position: relative;
}

#news-sidebar::after {
    content: '';
    position: absolute;
    top: 47px;
    left: -2px;
    height: calc(100% - 47px);
    width: 2px;
    background: linear-gradient(180deg, rgba(66, 124, 138, 0) 0%, #D4D2D2 8.84%, #D4D2D2 82.87%, rgba(66, 124, 138, 0) 100%);
    z-index: 999;
}

#news-sidebar .sidebar-news-item {
    margin-bottom: 28px;
    margin-right: 0;
}

.single-news-page .sidebar-news-item {
    margin-right: 7px;
}

#news-sidebar .sidebar-news-item:last-child {
    margin-bottom: 0;
}

.sidebar-news-item .sidebar-item-img-holder {
    height: 169px;
    margin-bottom: 15px;
}

.sidebar-item-img-holder img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.sidebar-news-item h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 7px;
}

.sidebar-news-item p {
    font-size: 14px;
    margin: 0 0 12px;
    max-height: 63px;
    overflow: hidden;
}

/*endregion*/

/*region SINGLE NEWS*/

.single-news-page {
    margin-bottom: 34px;
}

.single-news-page #news-sidebar {
    overflow: hidden;
}

.single-news-page .sidebar-wrapper {
    height: 765px;
    overflow: auto;
    margin-right: -28px;
}

.single-news-page #news-sidebar::after {
    left: -1px;
}

.single-news-page #news-sidebar:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 168px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 99;
}

.more-photos h5 {
    font-size: 14px;
    color: #5AC8D8;
    margin: 0 0 10px;
}

.more-photos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.more-photos li {
    float: left;
    width: 172px;
    height: 88px;
    margin: 0 20px 20px 0;
}

.more-photos li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.pop-overlay {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.pop-overlay .img-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.img-popup img {
    pointer-events: none;
    display: block;
    max-width: 100%;
    height: auto;
}

/*endregion*/

/*region PRODUCT*/
.product-carousel-item {
    background: linear-gradient(135deg, rgba(12, 14, 14, 1) 0%, rgba(41, 93, 105, 1) 100%);
    height: 768px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

.product-carousel-item .wrapper {
    position: relative;
    height: 768px;
}

.product-carousel-item-text {
    width: 39%;
    padding-top: 118px;
}

.product-carousel-top-text {
    font-size: 18px;
    letter-spacing: 0.01em;
    display: block;
    margin-bottom: 22px;
}

.product-carousel-item-text p {
    font-weight: 300;
    margin-bottom: 29px;
}

.product-carousel-item-text h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.03em;
}

.product-carousel-item-text .item-sub-header {
    display: block;
    font-size: 23px;
    margin: -11px 0 49px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.product-carousel-item-text .read-more {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background: #44b758;
    padding: 20px 152px 21px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
}

.product-carousel-item-img {
    position: absolute;
    top: 0;
    left: 39%;
    height: 768px;
    width: auto;
}

.product-carousel-item-img img {
    height: 100%;
}

.product-carousel {
    height: 100%;
}

.product-carousel .slick-dots {
    width: 100%;
    max-width: 1182px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 32px;
}

.product-carousel .slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.product-carousel .slick-dots button {
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    border: 1px solid #b9b9b9;
    position: relative;
    border-radius: 100%;
    background: transparent;
    cursor: pointer;
}

.product-carousel .slick-dots .slick-active button:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #b9b9b9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.products-list-wrapper {
    margin-bottom: 57px;
}

.products-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list-wrapper li {
    width: calc(100% / 3);
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    padding: 46px 53px;
    position: relative;
    float: left;
}

.products-list-wrapper h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.item-sub-header {
    display: block;
    font-size: 23px;
    margin: -11px 0 26px;
    font-weight: 700;
}

.animate-part {
    position: relative;
}

.products-list-item-text {
    position: relative;
    z-index: 1;
    right: -130%;
    transition: right 0.8s;
    width: 68%;
    font-size: 18px;
    line-height: 1.36;
}

.products-list-item-text strong {
    font-weight: 700;
    text-transform: uppercase;
}

.products-list-item-text p {
    margin: 0 0 10px;
}

.products-list-wrapper li:hover .products-list-item-text {
    right: 0;
    transition: right 0.8s;
}

.products-list-wrapper li:hover .products-list-img {
    right: 6%;
}

.products-list-img {
    position: absolute;
    right: 50%;
    /*top: 150px;*/
    transform: translate(50%, 0);
    max-width: 100%;
    /*max-height: calc(100% - 180px);*/
    transition: right 0.6s;
    top: 85px;
    max-height: 100%;
}

.blue {
    background: #00d2ff;
}

.blue_2 {
    background: #005f7c;
}

.blue_3 {
    background: #004053;
}

.blue_4 {
    background: #009fbd;
}

.dark-green {
    background: #378793;
}

.light-green {
    background: #00867e;
}

/*endregion*/

/*region CATALOG*/

.catalog-main-wrapper {
    margin: 53px 0 60px;
}

.catalog-sidebar-menu {
    width: 26%;
    float: left;
}

.catalog-items-holder {
    width: 74%;
    float: left;
    margin-top: 23px;
}

.catalog-img-holder {
    width: 264px;
    height: 264px;
    position: relative;
    float: left;
    margin-right: 28px;
}

.catalog-item {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 39px;
}

.catalog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.catalog-img-holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.catalog-text-holder {
    float: left;
    width: calc(100% - 292px);
}

.carrier-main-sidebar h2 {
    margin: 0 0 23px;
    font-size: 24px;
    font-weight: 700;
}

.carrier-main-sidebar h4,
.catalog-items-holder h4 {
    font-size: 16px;
    font-weight: 700;
    color: #427C8A;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.catalog-items-holder .catalog-text-description {
    width: 75%;
    margin-bottom: 21px;
}

.catalog-items-holder span {
    display: block;
    color: #000;
    font-size: 14px;
}

.catalog-items-holder .date {
    font-size: 12px;
    margin-bottom: 39px;
}

/*endregion*/

/*region CARIER*/
.carrier-banner {
    background: url('../img/admin.jpg') no-repeat 0 12%;
    background-size: cover;
    text-align: right;
}

.catalog-carrier-items {
    margin-top: 0;
}

.catalog-carrier-item {
    margin-bottom: 31px;
}

.catalog-carrier-item:last-child {
    margin-bottom: 0;
}

.carrier-main-sidebar .catalog-carrier-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4
}

.catalog-carrier-items h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}

.carrier-main-office,
.catalog-carrier-items .catalog-office {
    color: #000;
    font-size: 18px;
    margin-bottom: 17px;
    display: block;
}

.catalog-carrier-items .catalog-text-description {
    width: 100%;
    font-size: 18px;
    margin-bottom: 19px;
}

/*endregion*/

/*endregion*/

/*region Carrier single*/

.carrier-single-page {
    margin: 28px 0;
}

.carrier-single-page .catalog-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}

.carrier-single-page .catalog-menu a {
    position: relative;
    padding-bottom: 22px;
}

.carrier-single-page .catalog-menu a:after {
    opacity: 0;
    transition: opacity 0.6s;
}

.carrier-single-page .catalog-menu a.active {
    font-weight: 700;
    color: #427C8A;
}

.carrier-single-page .catalog-menu a.active:after,
.carrier-single-page .catalog-menu a:hover:after {
    content: '';
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #427C8A;
    transition: opacity 0.6s;
}

.carrier-main-text .level-two {
    margin-left: 20px;
}

.carrier-main-text {
    font-size: 18px;
    color: #000;
    margin: 0 0 14px;
    width: calc(100% - 262px);
    float: left;
}

.carrier-main-text p {
    margin: 0 0 28px;
}

.carrier-main-text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #427C8A;
    margin: 0 0 3px;
}

.carrier-main-text h5 {
    color: #427C8A;
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 18px;
}

.carrier-main-sidebar {
    width: 242px;
    margin-left: 20px;
    float: left;
}

.carrier-main-sidebar h4 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

.carrier-main-sidebar .catalog-text-description,
.carrier-main-sidebar .catalog-office {
    font-size: 14px;
    display: block;
}

.carrier-main-sidebar .catalog-office {
    margin-bottom: 16px;
}

.carrier-main-sidebar .catalog-text-description {
    margin-bottom: 20px;
}

.accessibility-request h2 {
    margin-bottom: 19px;
}

.accessibility-request span {
    display: block;
    margin: 0 0 29px 16px;
}

/*endregion*/

/*endregion*/

/*region FOOTER*/

#footer {
    background: #282828;
    color: #D4D2D2;
    text-transform: uppercase;
    font-size: 12px;
}

#footer .footer-left-side {
    float: left;
}

.footer-logo-wrapper {
    margin-bottom: 27px;
}

.footer-logo-wrapper #footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    max-width: 58px;
    margin-right: 16px;
}

#footer-logo img {
    width: 100%;
    max-width: 58px;
    height: auto;
}

#footer-menu ul,
.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li,
.footer-social li {
    display: inline-block;
}

#footer-menu li {
    margin-right: 17px;
}

.footer-social li {
    margin-right: 17px;
}

#footer-menu li:last-child,
.footer-social li:last-child {
    margin-right: 0;
}

.footer-social a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

#footer .footer-menu-wrapper {
    margin-top: 13px;
    float: right;
}

#footer .download-brochure {
    float: right;
    margin-top: 21px;
}

#footer-menu a {
    text-decoration: none;
    color: #484848;
    transition: color 0.6s;
}

#footer-menu a.active,
#footer-menu a:hover {
    color: #F2F2F2;
    transition: color 0.6s;
}

#footer .wrapper {
    max-width: 1182px;
}

#footer .footer-top {
    padding: 30px 0 25px;
    border-bottom: 1px solid #5AC8D8;
}

#footer .footer-bottom {
    padding: 14px 0 18px;
}

.footer-bottom .privacy-terms {
    float: right;
    text-decoration: none;
    color: #484848;
    transition: color 0.6s;
}

.footer-bottom .privacy-terms:hover {
    color: #F2F2F2;
    transition: color 0.6s;
}

.footer-bottom .copyright {
    color: #484848;
}

/*endregion*/

.close-form {
    display: none;
}

/*region MEDIA*/

@media (max-width: 1366px) {
    .products-list-wrapper li {
        padding: 3.5% 2% 2% 2%;
    }

    .products-list-wrapper h3 {
        font-size: 38px;
    }

    .item-sub-header {
        font-size: 20px;
        margin: 0 0 60px;
    }
}

@media (max-width: 1200px) {
    .home-blue-tabs h4 {
        font-size: 28px;
    }

    .product-carousel-item .wrapper,
    .product-carousel-item-img,
    .product-top-banner {
        height: 650px;
    }

    .product-carousel-item-text {
        padding-top: 40px;
    }

    .product-carousel-item .wrapper {
        overflow: hidden;
    }

    .product-carousel-item h1 {
        font-size: 38px;
    }

    .product-carousel-top-text {
        font-size: 16px;
    }

    .product-carousel-item {
        font-size: 14px;
    }

    .product-carousel-item .read-more {
        padding: 8px 60px;
    }

    .our-company-icons li {
        margin-right: 22px;
    }

}

@media (min-width: 992px) {
    .catalog-carrier-items {
        width: 82%;
    }

    .carrier-wrapper .catalog-sidebar-menu {
        width: 18%;
    }
}

@media (max-width: 991px) {
    /*region HEADER*/
    #header {
        position: relative;
    }

    #header .header-content {
        padding-bottom: 6px;
    }

    /*region HAMBURGER*/
    #header .hamburger-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 19px;
        width: 40px;
        height: 29px;
        -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-menu span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #427c8a;
        border-radius: 3px;
        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-menu span:nth-child(1) {
        top: 0;
    }

    .hamburger-menu span:nth-child(2) {
        top: 12px;
    }

    .hamburger-menu span:nth-child(3) {
        top: 24px;
    }

    .hamburger-menu.open span:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .hamburger-menu.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .hamburger-menu.open span:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #header .header-right-side {
        margin: 0;
        right: -100%;
        top: 64px;
        position: absolute;
        z-index: 99;
        background: #fff;
        padding: 10px 15px 30px;
        transition: right 0.6s;
    }

    #header .header-right-side.open-menu {
        right: 0;
        transition: right 0.6s;
    }

    .catalog-main-wrapper {
        margin: 30px 0;
    }

    .catalog-sidebar-menu {
        width: 24%;
    }

    .catalog-items-holder {
        width: 76%;
        margin-top: 0;
    }

    .catalog-img-holder {
        width: 210px;
        height: 210px;
    }

    .catalog-text-holder {
        width: calc(100% - 248px);
    }

    .catalog-text-holder .catalog-text-description {
        width: 100%;
    }

    /*endregion*/
    #main-menu,
    #header .language-brochure-wrapper {
        float: none;
    }

    #main-menu {
        margin: 0;
    }

    #main-menu ul {
        margin-bottom: 30px;
    }

    #main-menu li {
        display: block;
        margin: 0 0 12px;
        text-align: right;
    }

    #main-menu a {
        padding: 0 0 10px;
        font-size: 14px;
    }

    #main-menu a::after {
        height: 2px;
    }

    /*endregion*/
    .home-banner .slick-slide, #main .home-banner {
        height: 600px;
    }

    .why-choose-icons ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .why-choose-icons li {
        float: none;
        width: 33%;
        margin: 0 0 30px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .why-choose-icons ul:after {
        display: none;
    }

    .why-choose-us {
        margin: 35px 0;
    }

    /*region NEWS HOME*/
    .news-home .news-img-holder {
        height: 170px;
    }

    /*endregion*/
    .single-contact {
        margin: 0 0 20px;
        padding-bottom: 6px;
        width: 50%;
        float: left;
        box-sizing: border-box;
        border: none;
    }

    .contact-lists-wrapper .contact-list-column {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .products-list-wrapper li {
        width: 50%;
    }

    .news-main-wrapper {
        width: 65%;
    }

    #news-sidebar {
        width: 35%;
    }

    .history-tab-wrapper .history-tab-img {
        width: 40%;
    }

    .history-tab-wrapper .history-tab-links {
        width: calc(60% - 48px);
    }

    .our-company-text::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 38px 120px 0 120px;
        border-color: #427c8a transparent transparent transparent;
        right: 0;
        top: auto;
        bottom: -38px;
    }

    .our-company-icons {
        margin: 20px 0;
        text-align: center;
    }

    .our-company-text {
        float: none;
        margin: 0 auto;
    }

    .our-company-icons ul {
        float: none;
        width: auto;
        display: inline-block;
        margin-top: 65px;
    }
}

@media (max-width: 767px) {

    .carrier-main-text {
        font-size: 16px;
    }

    .carrier-main-text h2 {
        font-size: 20px;
    }

    .carrier-main-sidebar,
    .carrier-main-text {
        float: none;
        width: 100%;
    }

    .carrier-main-sidebar {
        margin: 0;
    }

    .carrier-single-page .catalog-menu a {
        padding-bottom: 7px;
    }

    .carrier-single-page .catalog-menu > li {
        margin: 0 0 15px;
        float: none;
    }

    .carrier-single-page .catalog-menu {
        display: block;
    }

    .carrier-single-page .catalog-menu {
        margin-bottom: 20px;
    }

    .carrier-single-page .catalog-menu a {
        font-size: 16px;
    }

    .accessibility-request span{
        margin-left: 0;
    }

    #accessibility-request .write-to-us-top-row{
        margin-bottom: 0;
    }

    #accessibility-request label[for='accessibility-file'] {
        width: 100%;
        float: none;
    }

    #accessibility-request input[type='submit'] {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
        display: block;
    }

    /*region catalog*/
    .catalog-items-holder,
    .catalog-sidebar-menu {
        width: 100%;
        float: none;
    }

    .inner-page-banner {
        height: 340px;
    }

    .catalog-menu > li {
        float: left;
        margin: 0 30px 0 0;
    }

    .catalog-menu > li:last-child {
        margin-right: 0;
    }

    .catalog-menu .has-drop-down {
        position: relative;
    }

    .catalog-menu .has-drop-down .drop-down {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 999;
        width: 100%;
    }

    .catalog-img-holder {
        width: 170px;
        height: 170px;
    }

    .catalog-text-holder {
        width: calc(100% - 198px);
    }

    .catalog-text-holder .date {
        margin-bottom: 20px;
    }

    .catalog-item {
        padding-bottom: 20px;
    }

    /*endregion*/
    .more-photos li {
        width: calc(50% - 5px);
        margin: 0 0 10px 0;
    }

    .more-photos li:nth-child(2n+1) {
        margin-right: 10px;
    }

    .wrapper {
        padding: 0 10px;
    }

    /*region HOME BANNER*/
    #header .hamburger-menu {
        right: 10px;
    }

    #header .header-right-side {
        padding-right: 10px;
    }

    .home-banner .slick-slide, #main .home-banner {
        height: 480px;
    }

    .catalog-menu a {
        font-size: 20px;
    }

    .catalog-menu {
        margin-bottom: 30px;
    }

    .has-drop-down .drop-down {
        padding: 15px;
    }

    .inner-page-banner h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .inner-page-banner h2 {
        font-size: 25px;
    }

    .inner-page-banner span {
        font-size: 20px;
        width: 100%;
    }

    /*endregion*/
    /*region BLUE TABS*/
    .home-blue-tabs li {
        width: 50%;
    }

    .home-blue-tabs .blue-tabs-text {
        padding: 40px 10px 0 20px;
        margin: 0 0 20px;
    }

    .home-blue-tabs h4 {
        font-size: 22px;
    }

    .home-blue-tabs a {
        font-size: 14px;
        padding: 5px 21px 0;
    }

    /*endregion*/
    /*region WRITE US*/
    .full-width-row input,
    .write-to-us-top-row input {
        margin-bottom: 20px;
        width: 100%;
    }

    #write-to-us-form .write-to-us-top-row {
        margin-bottom: 0;
    }

    #write-to-us-form textarea {
        padding-right: 180px;
    }

    #write-to-us-form .write-to-us-bottom-row::after {
        right: 180px;
    }

    #write-to-us-form input[type="submit"] {
        width: 180px;
    }

    /*endregion*/
    /*region WHY CHOOSE US*/
    .why-choose-icons li {
        width: 50%;
    }

    .why-choose-us {
        font-size: 16px;
    }

    /*endregion*/
    /*region NEWS HOME*/
    .news-home li:nth-child(3n),
    .news-home li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .news-home li:nth-child(2n) {
        margin-right: 0;
    }

    .news-home .news-img-holder {
        height: 220px;
    }

    /*endregion*/
    /*region CERTIFICATES*/
    .certificates img {
        max-width: 80%;
    }

    .certificates .certificates-background {
        height: 150px;
    }

    /*endregion*/
    /*region FOOTER*/
    #footer .download-brochure,
    #footer .footer-menu-wrapper,
    #footer .footer-left-side {
        float: none;
    }

    #footer .download-brochure {

    }

    #footer .footer-menu-wrapper {
        margin: 0 0 40px;
    }

    .footer-logo-wrapper {
        margin-bottom: 20px;
    }

    #footer .footer-top {
        position: relative;
    }

    .footer-social {
        position: absolute;
        bottom: 20px;
        left: 0;
    }

    .footer-bottom .privacy-terms,
    .copyright {
        font-size: 10px;
    }

    .footer-bottom .privacy-terms {
        margin-top: 2px;
    }

    /*endregion*/
    /*region CONTACT*/
    .contact-top .contact-top-text {
        width: 40%;
        padding-top: 100px;
    }

    .contact-top .contact-top-form {
        width: 50%;
        padding: 20px 0;
    }

    .contact-top-form input[type="email"],
    .contact-top-form input {
        margin-bottom: 10px;
    }

    .contact-top-form textarea {
        height: 110px;
    }

    .contact-top {
        height: 410px;
    }

    .contacts-wrapper {
        padding: 30px 0;
    }

    .single-contact {
        margin: 0 0 20px;
        padding-bottom: 6px;
        width: 100%;
        float: none;
        border-bottom: 1px solid #232323;
    }

    .contact-top .send-message,
    .contact-top span {
        margin-left: 0;
    }

    /*endregion*/
    .products-list-wrapper li {
        width: 100%;
    }

    .products-list-img {
        top: 100px;
    }

    .products-list-wrapper li {
        height: 550px;
    }

    .products-list-wrapper li:hover .products-list-img {
        right: 14%;
    }

    .product-carousel-item .product-carousel-item-text {
        width: 57%;
    }

    .product-carousel-item-img {
        left: 60%;
    }

    .product-carousel-item .wrapper, .product-carousel-item-img, .product-top-banner {
        height: 530px;
    }

    .home-banner .product-carousel-item-img {
        height: 480px;
    }

    .home-banner .product-carousel-item-text p {
        display: none;
    }

    .product-carousel-item .item-sub-header {
        margin: 0 0 20px;
    }

    #news-sidebar,
    .news-main-wrapper {
        float: none;
        width: 100%;
        padding: 0;
    }

    #news-sidebar {
        margin-bottom: 25px;
    }

    #news-sidebar::after {
        display: none;
    }

    /*region ABOUT*/
    .mission-icons .mission-icons-list,
    .mission-icons blockquote {
        float: none;
        width: 100%;
    }

    .mission-icons blockquote {
        text-align: center;
        margin-bottom: 25px;
    }

    .mission-icons .mission-icons-list {
        display: block;
        margin: 0 auto;
        max-width: 360px;
    }

    .quality .quality-item-text {
        width: 100%;
    }

    .quality-item p {
        font-size: 14px;
    }

    /*endregion*/
    .history-tab-wrapper .history-tab-img,
    .history-tab-wrapper .history-tab-links {
        width: 100%;
        max-width: 463px;
        float: none;
        margin: 0 auto;
    }

    .history-tab-links ul {
        margin-top: 20px;
        height: auto;
    }

    .about-top .about-logo {
        max-width: 70%;
        left: 0;
    }

    .about-top h1 {
        right: auto;
        top: 30px;
        left: 0;
        font-size: 22px;
    }

    .about-top .wrapper {
        height: 200px;
    }

    .about-top .about-gear {
        width: 38%;
    }

    .our-company-icons ul:after {
        display: none;
    }

    .our-company-icons ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-company-icons li {
        width: calc(100% / 3);
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 0 20px;
    }

}

@media (max-width: 480px) {

    .accessibility-request.accessibility-request {
        margin-bottom: 20px;
    }

    #accessibility-request input[type='submit'] {
        margin-top: 10px;
    }

    /*region Catalog*/
    .inner-page-banner {
        height: 250px;
    }

    .catalog-menu li {
        float: none;
        margin: 0 0 15px;
    }

    .catalog-menu a {
        font-size: 16px;
    }

    .catalog-img-holder {
        float: none;
        width: 100%;
        max-width: 264px;
        height: 264px;
        margin: 0 auto 20px;
    }

    .catalog-text-holder {
        float: none;
        margin: 0;
        width: 100%;
    }

    /*endregion*/
    /*region HOME BANNER*/
    .header-left-side span {
        display: none;
    }

    #header .header-right-side {
        top: 52px;
    }

    #logo img {
        max-width: 50px;
    }

    #header .hamburger-menu {
        top: 13px;
    }

    .home-banner .slick-slide, #main .home-banner {
        height: 250px;
    }

    .home-banner-carousel .slick-dots {
        bottom: 40px;
        width: 92%;
    }

    /*endregion*/
    /*region BLUE TABS*/
    #main .home-blue-tabs {
        margin-top: 20px;
    }

    .inner-page-banner h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .inner-page-banner h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .inner-page-banner span {
        /*font-size: 16px;*/
        display: none;
    }

    .home-blue-tabs li {
        width: 100%;
    }

    .home-blue-tabs .blue-tabs-text {
        padding-top: 20px;
        margin-bottom: 3px;
    }

    .home-blue-tabs h4 {
        font-size: 20px;
    }

    /*endregion*/
    /*region WHY CHOOSE US*/
    .why-choose-us {
        margin-bottom: 0;
    }

    .why-choose-icons li {
        width: 100%;
    }

    /*endregion*/
    /*region WRITE TO US*/
    .full-width-row input,
    .write-to-us-top-row input {
        margin-bottom: 10px;
    }

    #write-to-us-form textarea {
        padding-right: 15px;
    }

    #write-to-us-form .write-to-us-bottom-row::after {
        display: none;
    }

    .white-to-us {
        margin-bottom: 80px;
    }

    #write-to-us-form input[type="submit"] {
        right: 50%;
        transform: translateX(50%);
        bottom: -55px;
        top: auto;
        padding: 10px 30px;
        background: #5ac8d8;
        color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0 !important;
        height: auto;
    }

    /*endregion*/
    /*region NEWS HOME*/
    .news-home li:nth-child(2n),
    .news-home li:nth-child(3n),
    .news-home li {
        width: 100%;
        margin: 0 0 25px;
    }

    .news-home .news-img-holder {
        height: 190px;
    }

    /*endregion*/
    /*region FOOTER*/
    #footer-menu li {
        display: block;
        margin: 0 0 12px;
    }

    #footer-menu li:last-child {
        margin-bottom: 0;
    }

    #footer #footer-menu {

    }

    #footer .footer-menu-wrapper {
        margin-top: 0;
    }

    #footer .footer-bottom {
        text-align: center;
    }

    .footer-bottom .privacy-terms {
        float: none;
    }

    .copyright {
        margin-bottom: 9px;
        display: block;
    }

    /*endregion*/
    /*region CONTACT*/
    .single-contact {
        font-size: 14px;
    }

    .single-contact h5 {
        font-size: 16px;
    }

    .contact-top .contact-top-text {
        width: 100%;
        float: none;
    }

    .contact-top span {
        font-size: 14px;
    }

    .contact-top-form {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85% !important;
    }

    .close-form {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        background: url('../img/close.png') no-repeat center;
        background-size: cover;
    }

    .contact-top {
        height: 320px;
    }

    /*endregion*/
    /*region PRODUCT*/
    .products-list-wrapper li {
        height: auto;
    }

    .products-list-wrapper li:hover .products-list-img {
        right: 0;
    }

    .product-carousel-item-img {
        left: 48%;
    }

    .product-carousel-item p {
        display: none;
    }

    .product-carousel .read-more {
        padding: 4px 10px;
        font-size: 16px;
    }

    .product-carousel-item .wrapper, .product-carousel-item-img, .product-top-banner {
        height: 450px;
    }

    .home-banner.home-banner .product-carousel-item-img {
        height: 250px;
    }

    .home-banner.home-banner .product-carousel-item-text p {
        display: none;
    }

    .home-banner .product-carousel-item h1 {
        font-size: 24px;
    }

    .home-banner .product-carousel-item .item-sub-header {
        font-size: 18px;
    }

    .home-banner .product-carousel-top-text {
        display: none;
    }

    .home-banner .product-carousel-item-text .read-more {
        font-size: 12px;
        padding: 4px 30px;
        border-radius: 5px;
    }

    /*endregion*/
    /*region ABOUT*/
    .about-top .about-gear {
        width: 54%;
        top: 42px;
        right: -23%;
    }

    .about-top .wrapper {
        height: 160px;
    }

    .about-top h1 {

        right: auto;
        top: 32px;
        left: 0;
        font-size: 18px;
        width: 65%;

    }

    .quality .right-item,
    .quality .quality-item {
        flex-direction: column;
        text-align: center;
    }

    .quality .quality-item-img-holder.quality-item-img-holder {
        margin: 0 0 10px;
    }

    .our-company-icons li {
        width: calc(50%);
    }

    .mission-icons .mission-icon-holder {
        margin-right: 10px;
    }

    .mission-icons .mission-icons-list {
        font-size: 14px;
    }

    .mission-icons blockquote {
        font-size: 20px;
    }

    /*endregion*/
    .more-photos li {
        width: 100%;
        height: 120px;
        margin: 0 0 10px 0 !important;
    }

    .carrier-main-text .level-two {
        margin: 0;
    }
}

/*endregion*/