* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

h1 {
    text-decoration: none;
}
h2 {
    text-decoration: none;
}
p {
    text-decoration: none;
}
a {
    text-decoration: none;
}
li {
    text-decoration: none;
    list-style: none;
}
body {
    background-color: #f3f4f5;
    background: url(img/backgroundBodyImg.jpg) center ;


}

.text__header {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}

.text__h3 {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 25px;
    font-weight: 400;
}

.text__p {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 200;   
}

.text__ph {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 500;   
}

.line {
    width: 100%;
    height: 40px;
    background-color: #005297;
}
.header {
    z-index: 40;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: #f3f4f5 1px solid;
}
.header.fixed {
    position: fixed;
    top: 0;
}
.logo {
    padding-left: 0px;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.scroll {
    width: 100%;
    height: 1900px;
}
.menuText {
    width: 670px;
    display: flex;
    justify-content: space-between;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 300;
}
.menuText a{
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 500;
}
.menuText a:hover {
    color: #004bee;
    transition: 0.1s;
}
.topinfo {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1300px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
}
.toplink {
    /* padding-left: 50px; */
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
}
.townsUl {
    margin-right: 0;
    height: 30px;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    display: flex;
}
.townsUl li {
    margin-left: 30px;
    list-style: none;
}
.Moscow {
    background: url(img/Moscow1.png) 0px -2px no-repeat;
    padding-left: 30px;
}
.SPB {
    background: url(img/SPB1.png) 0px -2px no-repeat;
    padding-left: 30px;
}
.Vladivostok {
    background: url(img/Vladivostok1.png) 0px 0px no-repeat;
    padding-left: 30px;
}
.liButton {
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    
}
.buttonMenu {
    margin-right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:/*#00adee*/ #3366ff;
    text-align: center;
    width: 170px;
    height: 50px;
}
.buttonMenu:hover {
    transition: 1s;
    background-color: #004bee;
}
.buttonMenu:not(:hover) {
    transition: 1s;
}
.flexBoxMenu {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scrollOn{
    height: 80px;
    width: 100%;
}
/*----MAIN----*/
.infoContentMain {
    width: 100%;
    height: 550px;
    background: #f3f4f5;
}
.padding {
    width: 100%;
    height: 200px;
}
.mainContainer {
    width: 1300px;
    margin: 0 auto;
}
.infoContentMain h3{
    margin-top: -5px;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: calc(16px + 19 * (100vw / 1680));
    font-weight: 400;
}
.infoMainFlexContainer {
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.infoMainFlexContainerButton {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.infoMainFlexContainerCart {
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    height: 70px;
    width: 360px;
    background-color: #fff;
    box-shadow: rgb(0, 0, 0, 0.1) 0px 2px;

}
.infoMainFlexContainerCart:hover {
    box-shadow: rgb(0, 0, 0, 0.1) 0px 4px;
}
.iconInfo {
    margin-left: 50px;
    width: 50px;
}
.infoMainFlexContainerCart p{
    margin-left: 50px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: calc(12px + 6 * (100vw / 1680));
    font-weight: 500;
}
.infoMainFlexContainerText {
    width: 900px;
}
.infoMainFlexContainerText p{
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: calc(12px + 6 * (100vw / 1680));
    font-weight: 500;
}
.price__span {
    font-weight: 500;
}
/*----RUIAN---*/
.RuianContentMain {
    width: 100%;
    height: 500px;
    background: url(img/ruian.jpg) center no-repeat;
    background-size: cover;
}
.RuianContentFlexContainer {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.RuianContentFlexContainer  h3{

    margin-top: -50px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: calc(16px + 29 * (100vw / 1680));
    font-weight: 400;
}
.RuianContentFlexContainer  p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: calc(12px + 6 * (100vw / 1680));
    font-weight: 500;
}
.pRuianText {
    margin-top: 50px;
    width: 600px;
}
/*----RUIANCOMPASS----*/
.RuianCompassMain {
    height: 500px;
    background-color: #def0f5;
    /* background: url(img/backgroundRunian.png) center no-repeat; */
    background-size: cover;
}
/*    font-family: 'PT Sans Narrow', sans-serif;
    font-size: -webkit-calc(0px + 100 * (100vw / 1680));
    font-weight: 900;
    background: url(img/1.jpg) no-repeat;
    background-size: cover;
    background-position: -300px;
    line-height: -webkit-calc(0px + 150 * (100vw / 1680));
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
.RunianCompassFlexContainer {

    min-height: 500px;
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
} 
.colorTextRunianCompass {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    background: url(img/backgroundColorText.png) ;
    background-size: cover;
    background-position: 0px;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.RunianCompassFlexContainerColumn {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mainTextRunianCompass p{
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.mainTextRunianCompass h3 {
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}

.mainTextRunianCompass h4 {
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
/*----certificateMainContainer----*/
.certificateMainContainer {
    background-color: #f3f4f5;
    width: 100%;
   min-height: 600px;
}
.certificateMainFlexContainer h3{
    padding-top: 50px;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
.certificateMainFlexContainer p{
    text-align: center;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 200;  
}
.cerificateMainFlexContainerRow {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.certificateMainFlexContainerText {
    width: 500px;
    height: 300px;
    border-radius: 5px;
    background-color: #3366ff;
}
.certificateMainFlexContainerText p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;  
}
.display__flex {
    margin-left: 20px;
    display: flex;
    width: 440px;
    height: 70px;
    justify-content: space-between;
}

.display__flex__product {
    /* margin-left: 20px; */
    margin-top: 10px;
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
}
.cart__certificate__product {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #fff;
    height: 100%;
    width: 200px;
    position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.cart__certificate__product::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid #d3d1d1;
    border-left: 20px solid #f0f5f9; 
}
.cart__certificate__product:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  transition: 0.2s;
}
.cart__certificate {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #fff;
    height: 100%;
    width: 140px;
    position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  transition: 0.2s;
}
.cart__certificate::before {
    content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 20px solid #d3d1d1;
  border-left: 20px solid #3366ff; 
  /* -webkit-box-shadow: 7px 7px  rgba(0,0,0,0.3);
  -moz-box-shadow: 7px 7px  rgba(0,0,0,0.3);
  box-shadow: 7px 7px  rgba(0,0,0,0.3); */
}

.cart__certificate:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.margin__m {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 20px;
}
.margin__top {
    color: #002a4d;
    /* font-style: italic; */

}
.margin__topf {

    color: #ffffff;
    /* font-style: italic; */
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.certificateCord {
    height: 130px;
    margin-left: 13px;
}
.certificateMainFlexContainerColumn {
    margin-top: -25px;
    height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.liContainer {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
}
.liContainer p {
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

/*----CATEGORY----*/
.productCategoryMainContainer {
    background-color: #f3f4f5;
    width: 100%;
}
.img__project {
    margin-top: 20px;
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: space-between;
}
.img__project img {
    height: 100%;
}
.productCategoryText h3{
    padding-top: 50px;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
.productCategoryText p{
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 200;
}
.categoryCartFlexContainer {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.categoryCart {
    cursor: pointer;
    width: 600px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.firstCategory {
    background: url(img/categoryOne.png) center no-repeat;
    background-size: cover;
}
.threeCategory {
    background: url(img/categoryThree.png) center no-repeat;
    background-size: cover;
}
.secondCategory {
    background: url(img/secondCategory.png) center no-repeat;
    background-size: cover;
}
.fourCategory {
    background: url(img/categoryFour.png) center no-repeat;
    background-size: cover;
}
.categoryCartColorContaner {
    width: 100%;
    height: 150px;
    background-color: rgb(51, 102, 255, 0.8);
}
.categoryCart:hover .categoryCartColorContaner {
    transition: 0.2s;
    height: 100%;
}
.categoryCart:not(:hover) .categoryCartColorContaner {
    transition: 0.2s;
    height: 150px;
}
.categoryCartColorContaner p {
    margin-top: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
}
/*----SLAIDER----*/
.slaiderBox {
    animation: slaider 30s infinite;
    display: flex;
    width: 400%;
}
.slaider {
    overflow: hidden;
    width: 100%;
    height: 565px;
}
.slaid {
    width: 100%;
    height: 565px;
}

.firstSlaid {
    background: url(img/topimg3.png) center no-repeat;
    background-size: cover;
    
}
.twoSlaid {
    background: url(img/topimg2.png) center no-repeat;
    background-size: cover;
}
.threeSlaid {
    background: url(img/topimg1.png) center no-repeat;
    background-size: cover;
}
.slaidImg {
    height: 565px;
    background-size: cover;
}
.topContent {
    background: url(img/mainImg.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 565px;
    position: relative;
}
.blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgb(0, 0, 0, 0.7); */
    background: linear-gradient(132deg, rgba(0, 17, 255, 0.5), rgba(0, 153, 255, 0.5), rgba(111, 0, 255, 0.5));
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.blackout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blackout p{
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.blackout h1 {
    /* border: #00adee 3px solid; */
    /* background-color: rgb(0, 143, 238);  */
    text-align: center;
    /* line-height: 80px; */
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: calc(10px + 45 * (100vw / 1680));
    font-weight: 700;
    margin-top: -70px;
    /* text-transform: uppercase; */
   
   
}
.Ruian {
    /* -webkit-text-stroke: 1px #0099ff; */
    /* text-shadow: #00adee 5px 0px; */
    text-shadow: #00adee 5px 5px;
}

h1::selection {
    background: transparent;
 }
 h1::-moz-selection {
    background: transparent;
 }
 .containerCart {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 200px;
    z-index: 5;
 }
 .flexContainerCart {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    height: 300px;
 }
 .cart {
    border: #fff 3px solid;
    border-radius: 200px;
    box-shadow: 0px  10px 10px rgb(0, 0, 0, 0.1);
    width: 256px;
    height: 256px;
    background-color: #fff;
 }
 .imgcart {
    display: block;
    margin: 0 auto;
    border-radius: 200px;
    width: 150px;
 }
 .imgcartl {
    display: block;
    margin: 0 auto;
 
    width: 120px;
 }
 .cart p{
    margin-top: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #005297;
    font-size: 23px;
    font-weight: 400;
 }
/*---SERVICE---*/
.container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1300px;
    min-height: 1500px;
}
.linksCompass {
    width: 25%;
   
    min-height: 100%;
    background-color: #0563b1;
}

.links__container {
    display: flex;
    align-items: center;
    align-content: center;
    height: 50px;
    border-bottom: rgb(255, 255, 255, 0.3) 1px solid;
}
.links__container p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-left: 50px;
}
.contentContainer {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 75%;
    height: 100%;
    min-height: 1500px;
    background-color: #fff;
}
.main {
    position: relative;
    width: 100%;
}
/* .whiteBackgroun {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
} */

.cartl {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 20px;
    border: #fff 3px solid;
    border-radius: 5px;
    box-shadow: 0px  10px 10px rgb(0, 0, 0, 0.1);
    width: 306px;
    height: 150px;
    background-color: #fff;
}
.cartl p{
    margin-right: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #005297;
    font-size: 23px;
    font-weight: 400;
}
.cartlF {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    border: #fff 3px solid;
    border-radius: 5px;
    box-shadow: 0px  10px 10px rgb(0, 0, 0, 0.1);
    width: 306px;
    height: 150px;
    background-color: #fff;
}

.cartlF p{
    margin-right: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #005297;
    font-size: 23px;
    font-weight: 400;
}
.cart:hover {
    border: #38abd8 3px solid;
    transition: 0s;
}
.cart:not(:hover) {
    border: #ffffff 3px solid;
    transition: 0s;
}
.cartl:hover {
    border: #38abd8 3px solid;
    transition: 1s;
}
.cartl:not(:hover) {
    border: #ffffff 3px solid;
    transition: 1s;
}
.cartlF:hover {
    border: #38abd8 3px solid;
    transition: 1s;
}
.cartlF:not(:hover) {
    border: #ffffff 3px solid;
    transition: 1s;
}
.containerText {

    width: 95%;
}
.containerText h2 {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
.containerText p {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 200;
}
/*---BOAT---*/
.boatImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    width: 100%;
    background: url(img/categoryboat.png) center no-repeat;
    background-size: cover;
}
.boatImg h3 {
    
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 400;
}

.boatImg p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
    font-size: 26px;
    font-weight: 400;
}
.desktopImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    width: 100%;
    background: url(img/categorydesktop.png) center no-repeat;
    background-size: cover;
}
.verticalImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    width: 100%;
    background: url(img/categoryvertical.png) center no-repeat;
    background-size: cover;
}
.verticalImg h3{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 400;
}
.verticalImg p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
    font-size: 26px;
    font-weight: 400;
}
.desktopImg h3{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 400;
}
.desktopImg p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
    font-size: 26px;
    font-weight: 400;
}
.textUpLeftH2 {
    margin-top: 70px;
    display: flex;
    width: 100%;
}
.textUpLeftH2 h2 {
    padding-right: 10px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
.whiteDiv {
    width: 4%;
    background-color: #fff;
    height: 42px;
}
.textUpRightH2 {
    margin-top: 150px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.textUpRightH2 h2 {
    padding-left: 10px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
.boatCompass {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.cartb {
    margin-top: 20px;
    border: #fff 3px solid;
    border-radius: 5px;
    box-shadow: 0px  10px 10px rgb(0, 0, 0, 0.2);
    width: 236px;
    height: 250px;
    background-color: #fff;
}
.cartb p{
    margin-top: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
}
.cartb:hover {
    border: rgb(56, 171, 216) 3px solid;
    box-shadow: 0px  10px 10px rgb(56, 171, 216, 0.4);
    transition: 1s;
}
.cartb:not(:hover) {
    border: #ffffff 3px solid;

}
/*---YTQX650A---*/
.videoStart {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 230px;
    background-color: #6933ff;
}
.buttonPlay {
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/buttonPlay1.png) center no-repeat;
}
.buttonPlay:hover {
    background: url(img/buttonPlay2.png) center no-repeat;
}
.offer {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    /* margin-left: 5%; */
}
.textProduct {
    margin-bottom: 10px;
}
.offerButton {
    justify-content: space-between;
    display: flex;
}
.offerButton button {
    cursor: pointer;
    background: #ffffff;
    border: #3366ff 3px solid;
    border-radius: 2px;
    width: 230px;
    height: 50px;
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 15px;
    font-weight: 400;
}
.offerButton button:hover {
    /* background: #3366ff; */
    border: #6933ff 3px solid;
    /* color: #ffffff; */
    transition: 1s;
}
.offerbutto button:not(:hover) {
    border: #3366ff 3px solid;
    transition: 1s;
}
  
.boatImgYTQX650A {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 450px;
    width:  95%;
}
.textProduct h2 {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 35px;
    font-weight: 400;
}
.textProduct p {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 25px;
    font-weight: 400;
    margin-top: 2px;
}
.priceText {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 23px;
    font-weight: 400;
}
.count {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 23px;
    font-weight: 400;
}
.price {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.RMRC {
    border: #f0f5f9 2px solid;
    border-radius: 5px;
    height: 170px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f5f9;
}
.headerText {
  width: 100%;
}
.headerText h3 {
    font-family: 'Roboto', sans-serif;
    color: #3366ff;
    font-size: 18px;
    font-weight: 400;
}
.aboutRMRC {
    margin-left: 20px;
}
.headerText p {
    color: #002a4d;
    margin-top: -3px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;  
}
.RMRCimg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    padding-right: 25px;
}
/*---TABLETH---*/
.thTable {
    margin-top: 15px;
    border-collapse: collapse;
    width: 100%;
    border: #002a4d93 1px solid;
}
.thTable th {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #005297;
    border: #ffffff93 1px solid;
    width: 50%;
}
.thTable td {
    padding-left: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border: #002a4d93 1px solid;
    width: 50%;
}
.thTable  tr {
    border: #002a4d93 1px solid;
    height: 50px;
}

.categoryLinkText { 

    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 18px;
    font-weight: 400;
}
/*---ProductSlaider---*/
.productSlaider {
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.slaidMenu {
    width: 252px;
    display: flex;
    justify-content: space-between;
}
.buttonProduct {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    cursor: pointer;
}
#product1 {
    display: block;
}
/* #product2 {
    display: block;
}
#product3 {
    display: none;
}
#product4 {
    display: none;
} */

.imgButton {
    width: 50px;
    height: 50px;
}
#bp1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0);
}
#bp2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.438);
}
#bp3 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.438);
}
#bp4 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.438);
}

.slaidCartProduct {
    cursor: pointer;
}
.slaidCartProductFirst {
    height: 100%;
    width: 252px;
    cursor: pointer;
}
.inSlaid {
    overflow-x: hidden;
    width: 252px;
    display: flex;
}
#containerSlaidProduct {
    width: 400%;
    display: flex;
    margin-left: 0;
    transition: all .6s ease;
}
  
/*---popUP---*/

.blackoutPopUp {
    display: none;
    z-index: 80;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.301);
    position: fixed;
    top: 0px;
}
.popUpOffer {
    display: none;
    -webkit-animation: scale-up-top 0.6s ease 0s;
	animation: scale-up-top 0.6s ease 0s; 
    z-index: 90;
    right: 0;
    left: 0;
    top:  100px;
    margin: 0 auto;
    width: 620px;
    height: 550px;
    position: fixed;
}
@-webkit-keyframes scale-up-top {
    0% {
     
    opacity: 0;
    -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    }
    100% {

    -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
    }
  }
  @keyframes scale-up-top {
    0% {     

    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    }
    100% {
        
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
    }
  }
.popUpOfferWindow {
    position: fixed;
    width: 620px;
    height: 620px;
    background: #fff;
    border: #f0f5f9 3px solid;
    border-radius: 10px;
}
.closeOffer {
    width: 15px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
}
.textoffer p{
    padding-bottom: 5px;
    width: 89.5%;
    margin-top: 20px;
    margin-left: 40px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 20px;
    font-weight: 400;
    border-bottom: #002a4d 2px solid;
}
.flexContainerPopUpOffer {
    width: 550px;
    margin: 0 auto;
    margin-top: 20px;
}
.flex__container {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    justify-content: space-between;
}
.post__flexcontainer {
    width: 100%;
}
.topFlexContainerPopUpOffer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 256px;
    align-items: center;
    align-content: center;
}
.submitContainer {
    width: 200px;
}
.submitButton {
    margin-left: 10px;
    height: 53px;
    width: 200px;
    cursor: pointer;
    background: #005297;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: #005297 3px solid;
    border-radius: 5px;
}
.submitButtonDisabled {
    margin-left: 10px;
    height: 53px;
    width: 200px;
    background: #406e94;
    font-family: 'Roboto', sans-serif;
    color: #cac8c8;
    font-size: 14px;
    font-weight: 400;
    border: #406e94 3px solid;
    border-radius: 5px;
}
.fileAttach {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    height: 50px;
    width: 320px;
    border: #005297 2px solid;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
.fileButton {

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: #3366ff 3px solid;
    height: 30px;
    width: 150px;
    cursor: pointer;
    background: #3366ff;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.fileButton:hover {
    transition: 1s;
    background-color: #004bee;
    border: #004bee 3px solid;
}
.fileButton:not(:hover) {
    transition: 1s;
}
.submitButton:hover {
    transition: 1s;
    background-color: #004bee;
    border: #004bee 3px solid;
}
.submitButton:not(:hover) {
    transition: 1s;
}
.FormOffer {
    width: 350px;
    display: flex;
    flex-direction: column;
}
/* .FormOffer input{
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: none;
    background-color: #f3f4f5;
    border-bottom: #005297 2px solid;
    border-radius: 5px;
}
.FormOffer input:focus {
    outline: none;
    border: #3366ff 2px solid;
    box-shadow: 3px  3px 3px #3366ff;
} */

.personal__text {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-top: 20px;
    
}

.errorForm {
    
    height: 30px;
}
.p__okForm {
    font-family: 'Roboto', sans-serif;
    color: #0f8d24;
    font-size: 14px;
    font-weight: 400;
    font-style: italic; 
}
.p__errorForm {
    font-family: 'Roboto', sans-serif;
    color: #ce0303;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.p__errorFormRequest{
    font-family: 'Roboto', sans-serif;
    color: #ce0303;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.fileinput {
    display: none;
    position: absolute;
    opacity: 0;
}
.fileLable {
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: space-around;
}

.input__height {
    width: 100%;
    height: 35px;
    margin-top: 20px;
}
.firstInput {
    height: 30px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: none;
    background-color: #f3f4f5;
    border-bottom: #005297 2px solid;
    border-radius: 5px;
}
.firstInput:focus {
    outline: none;
    border: #3366ff 2px solid;
    box-shadow: 3px  3px 3px #3366ff;
}
.phoneInput:focus {
    outline: none;
    border: #3366ff 2px solid;
    box-shadow: 3px  3px 3px #3366ff;
}
.phoneInput {
 
    height: 30px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: none;
    background-color: #f3f4f5;
    border-bottom: #005297 2px solid;
    border-radius: 5px;
}
.textInput {
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: #005297 1px solid;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
    height: 150px;
    resize: none;
}
.textarwa__container {
    width: 100%;
    height: 160px;
}
.textInput:focus {
    outline: none;
    border: #3366ff 2px solid;
    box-shadow: 3px  3px 3px #3366ff;
}

#blackout, #blackoutt1, #blackoutt2, #blackoutt3  {
    display: none;
    z-index: 80;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.301);
    position: fixed;
    top: 0px;
}
.close {
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.open {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(img/open.png) center no-repeat;
}
.open:hover {
    background: url(img/open.png) center no-repeat;
}
#popUpwinodw, #popUpwinodwt1, #popUpwinodwt2, #popUpwinodwt3 {
    -webkit-animation: scale-up-center 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; 
    animation: scale-up-center 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    border: #f0f5f9 3px solid;
    border-radius: 10px;
    background: #ffffff;
}
#fixedPopUp, #fixedPopUpt1, #fixedPopUpt2, #fixedPopUpt3 {
    display: none;
    position: absolute;
    z-index: 90;
    right: 0;
    left: 0;
    top:  calc(50% - 225px);
    margin: 0 auto;
    width: 450px;
    height: 450px;
}
#openClose, #openCloset1, #openCloset2, #openCloset3 {
    display: none;
}
#popUpimgTransform, #popUpimgTransformt1, #popUpimgTransformt2, #popUpimgTransformt3 {
    display: none;
}
#popUpVideo {
    display: none;
    position: absolute;
    z-index: 90;
    right: 0;
    left: 0;
    top:  calc(50% - 275.5px);
    margin: 0 auto;
    width: 890px;
    height: 555px; 
}
.popUpVideoContainer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 890px;
    height: 555px; 
    border: #f0f5f9 3px solid;
    border-radius: 10px;
    background: #ffffff;
}
.error__input {
    border-bottom: #ce0303 2px solid;
    border-radius: 5px;
}


/*----accessories----*/

.accessories__flexcontainer {
    border: #002a4d 3px solid;
    border-bottom: none;
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.accessories__img {
    height: 200px;
}

.accessories__imgblock {
    border-right: #002a4d 3px solid;
    width: 300px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.accessories__text {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 100%;
    justify-content: center;
}

@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}


  
#popUpimg, #popUpimgt1, #popUpimgt2, #popUpimgt3 {
    width: 400px;
}




/*/////////////*/
.window_size {
    margin-left: -20px;
    height: 100%;
}
.window_size_open {
    margin-left: -25px;
    width: 100%;
    height: 100%;
   
}
.window_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 170;
    /* opacity: 0;
    visibility: hidden; */
    overflow-y: auto;
    overflow-x: hidden;

}
.window_body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.window_img {
    position: relative;
    display: flex;
    justify-content: start;
    margin-left: 20px;
    width: 510px;
    border-left: #f0f5f9 3px solid;
    border-radius: 0px 10px 10px 0px;
    background: #e9e8e8;

    /* opacity: 0; */

}

.window_add {
    width: 60%;
}
.window_close {
    
    position: absolute;
    bottom: 0px;
    right: 3px;

}
.window_open {
    position: absolute;
    top: 3px;
    right: 3px;
}
.arrow_left {
    position: absolute;
    top:   calc(50% - 15px);
    left: -80px;
}
.arrow_right {
    position: absolute;
    top:   calc(50% - 15px);
    right: -60px;
}
.popup_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

#window_id, #window_s, #window_close_img, #window_id1, #window_s1, #window_close_img1, #window_id2, #window_s2, #window_close_img2, #window_id3, #window_s3, #window_close_img3  {
    display: none;
}


/*---footer---*/
.colorContainer {
    width: 100%;
    height: 100px;
}

footer {
    width: 100%;
    height: 250px;
    background-color:   /* #005297 */ #005297;
}
.footerContainer {
    height: 100%;
    width: 1300px;
    margin: 0 auto;
    background: url(img/footerImg.png) center no-repeat;
}
.containerInfofooter {
    padding-top: 50px;
    display: flex;
    width: 100%;
    height:  120px;
    justify-content: space-between;
    border-bottom: #fff 1px solid;
}
.InfoContainerFooterjsq {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;

}
.InfoContainerFooterjsq p {
    margin-top: 10px;
}

.margin__top {
    margin-top: 5px;
}



.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease 0s;
}
.linel {
    width: 35px;
    height: 3px;
    margin: 7px;
    background-color: #000000;
    transition: all 0.3s ease 0s;
}
.nonel {
    display: none;
}

.line1t {
    transform: rotate(-45deg) ;
    background-color: #005297;
}
.line3t {
    transform: rotate(45deg) translate(-7px, -7px);
    
    background-color: #005297;
}
.menuTarget {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3f4f5;
    top: 0;
    left: 0;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 0.6s ease 0s;
}
.navDisplay {
    margin-top: 90px;
}
.widtchBlok {
    width: 100%;
    height: 100%;
}
.navDisplay a{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.menuTargetTrue {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0563b1;
    top: 0;
    left: 0;
    z-index: 30;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;

}
.hidden__text {
    opacity: 1;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 400;
}
.categoryCart:hover  .hidden__text {
    opacity: 1;
}
.swiper {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 90%;
    object-fit: cover;
}
.border__bottom {
    margin-top: 50px;
    width: 100%;
    height: 1px;
    border-bottom: #000000 1px solid;
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif; 
    color: #FFF;
    background: #1d262e;
    padding: 10px 20px; 
    animation: hidenAnimation 1s ease;
}
@keyframes hidenAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Оформление кнопок */
.cookie_btn {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    padding: 5px 15px;
    color: #FFF; 
    background-color:/*#00adee*/ #3366ff;
    border-radius: 2px;
}
.cookie_btn:hover {
    transition: 1s;
    background-color: #004bee;
}
.cookie_btn:not(hover) {
    transition: 1s;
}
.personalDataText {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 500;
}
.personalDataText a {
    font-family: 'Roboto', sans-serif;
    color: #005297;
    font-size: 14px;
    font-weight: 500;
}
@keyframes slaider {
    0% {
        margin-left: 0;
    }
    10% {
        margin-left: 0;
    }
    33% {
        margin-left: -100%;
    }
    43% {
        margin-left: -100%;
    }
    66% {
        margin-left: -200%;
    }
    76% {
        margin-left: -200%;
    }
    100% {
        margin-left: -300%;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        width: 1100px;
    }
    .flexContainerCart {
        width: 1100px;
    }
    .topinfo {
        width: 1100px;
    }
    .menu {
        width: 1100px;
    }
    .menuText {
        width: 600px;
    }
    .flexBoxMenu {
        width: 74%;
    }
    .footerContainer {
        width: calc(300px + 1000 * (100vw / 1680));
    }
    .container {
        width: calc(300px + 1000 * (100vw / 1680));
    }
    .flexContainerCart {
        width: calc(300px + 1000 * (100vw / 1680));
    }
    .topinfo {
        width: calc(300px + 1000 * (100vw / 1680));
    }
    .menu {
        width: calc(300px + 1000 * (100vw / 1680));
    }
    .menuText {
        width: calc(500px + 100 * (100vw / 1680));;
    }
    .flexBoxMenu {
        width: 74%;
    }
    .cartl {
        width: 260px;
    }
    .cartlF {
        width: 260px;
    }
    .productSlaider {
        margin-right: 0px;
    }
    .slaidMenu {
        width: 200px;
        display: flex;
        justify-content: space-between;
    }
    .inSlaid {
        width: calc(100px + 152 * (100vw / 1680));
    }
    .slaidCartProductFirst {
        width: calc(100px + 152 * (100vw / 1680));
    }
    .inSlaid img{
        width: calc(100px + 152 * (100vw / 1680));
    }
    .infoMainFlexContainerText {
        width: calc(50px + 800 * (100vw / 1680));
    }
    .mainContainer {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .infoMainFlexContainerCart {
        width: calc(200px + 150 * (100vw / 1680));
    }
    .iconInfo {
        margin-left: calc(10px + 40 * (100vw / 1680));
    }
    .infoMainFlexContainerCart p{
        margin-left: calc(10px + 40 * (100vw / 1680));
    }
    .cartl {
        width: 260px;
    }
    .cartlF {
        width: 260px;
    }
    .cart {
        border: #fff 3px solid;
        border-radius: 200px;
        box-shadow: 0px  10px 10px rgb(0, 0, 0, 0.1);
        width: calc(156px + 100 * (100vw / 1680));
        height: calc(156px + 100 * (100vw / 1680));
        background-color: #fff;
     }
     .cart p{
        margin-top: calc(2px + 18 * (100vw / 1680));
     }
     .imgcart {
        width: calc(50px + 100 * (100vw / 1680));
     }
    .productSlaider {
        margin-right: 0px;
    }
    .certificateMainFlexContainer h3{
        font-size: calc(16px + 19 * (100vw / 1680));
    }
    .certificateMainFlexContainer p{
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .liContainer p {
        margin-left: 20px;
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .certificateMainFlexContainerText p{
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .colorTextRunianCompass {
        font-size: calc(10px + 35 * (100vw / 1680));
    }
    .mainTextRunianCompass p{
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .productCategoryText h3{
        font-size: calc(16px + 19 * (100vw / 1680));
    }
    .productCategoryText p{
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .img__project {
        height: calc(100px + 330 * (100vw / 1680));
    }
    .categoryCart {
        width: calc(171px + 419 * (100vw / 1680));;
        height: calc(100px + 150 * (100vw / 1680));;
    }
    .categoryCartColorContaner p {
        font-size: calc(16px + 19 * (100vw / 1680));
    }
    .verticalImg h3{
        font-size: calc(16px + 24 * (100vw / 1680));
    }
    .verticalImg p {
        font-size: calc(12px + 14 * (100vw / 1680));
    }
    .desktopImg h3{
        font-size: calc(16px + 24 * (100vw / 1680));
    }
    .desktopImg p{
        font-size: calc(12px + 14 * (100vw / 1680));
    }
    .boatImg h3 {
        font-size: calc(16px + 24 * (100vw / 1680));
    }
    
    .boatImg p {
        font-size: calc(12px + 14 * (100vw / 1680));
    }
    .containerText h2 {
        font-size: calc(16px + 19 * (100vw / 1680));
    }
    .containerText p {
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .cartb {
        width: calc(100px + 136 * (100vw / 1680));
        height: calc(107px + 143 * (100vw / 1680));
    }
    .text__header {
        font-size: calc(16px + 19 * (100vw / 1680));
    }
    .text__h3 {
        font-size: calc(12px + 13 * (100vw / 1680));
    }
    .accessories__text {
        margin-left: 10px;
        width: calc(100px + 500 * (100vw / 1680));
    }
    .headerText h3 {
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .headerText p {
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .textProduct h2 {
        font-size: calc(16px + 19 * (100vw / 1680));
    }
    .textProduct p {
        font-size: calc(12px + 13 * (100vw / 1680));
    }
    .priceText {
        font-size: calc(12px + 11 * (100vw / 1680));
    }
    .count {
        font-size: calc(12px + 11 * (100vw / 1680));
    }
    .offer {
        width: calc(250px + 250 * (100vw / 1680));
    }
    .offerButton button {
        width: calc(100px + 130 * (100vw / 1680));
        height: 50px;
        font-size: calc(10px + 5 * (100vw / 1680));
    }
    .cart__certificate__product {
        width: calc(100px + 130 * (100vw / 1680));
    }
    .RMRCimg {
        display: none;
    }
    .aboutRMRC {
        margin-left: 0px;
    }
    .thTable th {
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .thTable td {
        font-size: calc(12px + 4 * (100vw / 1680));
    }
    .thTable  tr {
        height: 50px;
    }
    .text__ph {
        font-size: calc(12px + 6 * (100vw / 1680));
    }
    .hidden__text {
    font-size: calc(12px + 6 * (100vw / 1680));
    }
}
@media screen and (max-width: 1200px) {
    .footerContainer {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .container {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .flexContainerCart {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .topinfo {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .menu {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .menuText {
        width: calc(500px + 100 * (100vw / 1680));;
    }
    .flexBoxMenu {
        width: 80%;
    }
    .cartl {
        width: 260px;
    }
    .cartlF {
        width: 260px;
    }
    .productSlaider {
        margin-right: 0px;
    }
    
    .infoMainFlexContainerText {
        width: calc(50px + 770 * (100vw / 1680));
    }
    .mainContainer {
        width: calc(100px + 1200 * (100vw / 1680));
    }
    .infoMainFlexContainerCart {
        width: calc(200px + 150 * (100vw / 1680));
    }
    .iconInfo {
        margin-left: calc(10px + 40 * (100vw / 1680));
    }
    .infoMainFlexContainerCart p{
        margin-left: calc(10px + 40 * (100vw / 1680));
    }
}
@media screen and (min-width: 1059px) {
    .menuTargetTrue {
        opacity: 0;
    
    }
}

@media screen and (max-width: 1059px) {
    .flexBoxMenu {
        display: none;
    }
    .burger {
        display: flex;
    }
    .logo {
       margin: 0 auto;
    }
    .logo img{
        height: 35px;
        margin-left: -45px;
     }
    .header {
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .cart {
        width: calc(100px + 156 * (100vw / 1680));
        height: calc(100px + 156 * (100vw / 1680));
        background-color: #fff;
     }
     .imgcart {
        border-radius: 200px;
        width: calc(50px + 100 * (100vw / 1680));
     }
     .cart p{
        font-size: calc(12px + 6 * (100vw / 1680));
     }
    /* .line {
        display: none;
    } */
    /* .scrollBlock {
        display: none;
    } */
}
@media screen and (max-width: 973px) {
    .video__main {
        display: none;
    }
    .containerCart {
        display: none;
    }
    .padding {
        height: calc(30px + 30 * (100vw / 1680));
    }
    .infoMainFlexContainer {
        z-index: 10;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .infoContentMain {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        background: #f3f4f5;
    }
    .infoMainFlexContainerCart {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .infoMainFlexContainerText {
        width: 100%;
    }
    .infoMainFlexContainerButton {
        margin-top: 20px;
    }
    .cerificateMainFlexContainerRow {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }
    .certificateMainContainer {
    background-color: #f3f4f5;
    width: 100%;
   
    }
    .certificateMainFlexContainerText {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        width: 500px;
        height: 300px;
        border-radius: 5px;
        background-color: #3366ff;
    }
    .categoryCartFlexContainer {
        margin-top: 0px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .categoryCart {
        margin-top: 50px;
        cursor: pointer;
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .img__project {
        height: auto;
    }
    .media__none {
        display: none;
    }
    .media {
        width: 100%;
    }

    .pRuianText {
        margin-top: 50px;
        width: calc(200px + 300 * (100vw / 1680));
    }
    .containerInfofooter {
       flex-direction: column;
       height: auto;
    }
    .InfoContainerFooterjsq {
        width: 100%;
       height: 120px;
    
    }
    footer {
        width: 100%;
        height: 500px;
        background-color:   /* #005297 */ #005297;
    }
    .footerContainer {
        justify-content: center;
        background: #005297;
    }
    .line {
        display: none;
    }
    .certificateMainFlexContainerColumn {
        width: 100%;
    }
    .RunianCompassFlexContainer {
        height: auto;
    } 
    .RuianCompassMain {
        height: auto;
    }
    .colorTextRunianCompass h3{
        text-align: center;
        padding-top: 20px;
    }
    .mainTextRunianCompass {
        padding-bottom: 20px;
    }
    .linksCompass {
       display: none;
    }
    .contentContainer {
        width: 100%;
        height: 100%;
        min-height: 100vh;
    }
    .container {
        min-height: 100vh;
        height: 100%;
    }
    .containerText {
        margin-top: 30px;
    }
    .offerButton {
        display: none;
    }
    .boatImgYTQX650A {
        flex-direction: column;
        height: auto;
        padding-top: 60px;
    }
    .offer {
        width: 100%;
        justify-content: start;
    }
    .videoStart {
        width: 100%;
        height: calc(100px + 330 * (100vw / 1680));
        background-color: #6933ff;
    }
    .productSlaider {
        display: none;
    }
    .popUpVideoContainer {
        margin: auto;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(200px + 770 * (100vw / 1680));
        height: calc(155px + 400 * (100vw / 1680));
        border: #f0f5f9 3px solid;
        border-radius: 10px;
        background: #ffffff;
    }
    #popUpVideo {
        display: none;
        position: absolute;
        z-index: 90;
        right: 0;
        left: 0;
        top:  calc(50% - (155px + 100 * (100vw / 1680)));
        margin: 0 auto;
        width: calc(200px + 770 * (100vw / 1680));
        height: calc(155px + 400 * (100vw / 1680));
    }
    .video-js {
        width: calc(160px + 760 * (100vw / 1680));
        height: calc(115px + 400 * (100vw / 1680));
    }
    .certificateMainFlexContainerText {
        display: none;
    }
}
@media screen and (max-width: 674px){
    .boatCompass {
       flex-direction: column;
    }
    .cartb {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: calc(107px + 143 * (100vw / 1680));
    }
    .display__flex__product {
        height: auto;
        flex-direction: column;
    }
    .headerText h3{
        padding-top: 20px;
        text-align: center;
    }
    .cart__certificate__product {
        margin: 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        background-color: #fff;
        height: calc(50px + 100 * (100vw / 1680));
        width: 70%;
        position: relative;
      -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
      -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
      box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .RMRC {
        margin-top: -20px;
        height: auto;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 408px){
    .popUpVideoContainer {
        margin: auto;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(190px + 730 * (100vw / 1680));
        height: calc(145px + 400 * (100vw / 1680));
        border: #f0f5f9 3px solid;
        border-radius: 10px;
        background: #ffffff;
    }
    #popUpVideo {
        display: none;
        position: absolute;
        z-index: 90;
        right: 0;
        left: 0;
        top:  calc(50% - (155px + 100 * (100vw / 1680)));
        margin: 0 auto;
        width: calc(190px + 730 * (100vw / 1680));
        height: calc(145px + 400 * (100vw / 1680));
    }
    .video-js {
        width: calc(160px + 730 * (100vw / 1680));
        height: calc(115px + 400 * (100vw / 1680));
    }
}